>>> Building on exopi-5 under textproc/py-ruamel.yaml.clib,python3 BDEPENDS = [devel/py-installer,python3;devel/py-setuptools,python3;devel/py-build,python3;devel/py-wheel,python3;lang/python/3.10] DIST = [textproc/py-ruamel.yaml.clib,python3:ruamel.yaml.clib-0.2.8.tar.gz] FULLPKGNAME = py3-ruamel.yaml.clib-0.2.8 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-5 at 1714748688.80) >>> Running depends in textproc/py-ruamel.yaml.clib,python3 at 1714748688.84 last junk was in devel/llvm/16 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in textproc/py-ruamel.yaml.clib,python3 at 1714748692.56 ===> textproc/py-ruamel.yaml.clib,python3 ===> Building from scratch py3-ruamel.yaml.clib-0.2.8 ===> py3-ruamel.yaml.clib-0.2.8 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-ruamel.yaml.clib-0.2.8 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-ruamel.yaml.clib-0.2.8 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-ruamel.yaml.clib-0.2.8 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-ruamel.yaml.clib-0.2.8 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> Verifying specs: python3.10 pthread ===> found python3.10.0.0 pthread.27.1 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-5 at 1714748693.68) distfiles size=213824 >>> Running build in textproc/py-ruamel.yaml.clib,python3 at 1714748693.70 ===> textproc/py-ruamel.yaml.clib,python3 ===> Checking files for py3-ruamel.yaml.clib-0.2.8 `/exopi-cvs/ports/distfiles/ruamel.yaml.clib-0.2.8.tar.gz' is up to date. >> (SHA256) ruamel.yaml.clib-0.2.8.tar.gz: OK ===> Extracting for py3-ruamel.yaml.clib-0.2.8 ===> Patching for py3-ruamel.yaml.clib-0.2.8 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-ruamel.yaml.clib-0.2.8 ===> Configuring for py3-ruamel.yaml.clib-0.2.8 ===> Building for py3-ruamel.yaml.clib-0.2.8 * Getting build dependencies for wheel... running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.5-amd64-cpython-310 creating build/lib.openbsd-7.5-amd64-cpython-310/ruamel creating build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml creating build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib copying ./__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib copying ./setup.py -> build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib copying ./LICENSE -> build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.openbsd-7.5-amd64-cpython-310 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c _ruamel_yaml.c -o build/temp.openbsd-7.5-amd64-cpython-310/_ruamel_yaml.o In file included from _ruamel_yaml.c:1149: ./_ruamel_yaml.h:10:9: warning: 'PyString_CheckExact' macro redefined [-Wmacro-redefined] #define PyString_CheckExact PyBytes_CheckExact ^ _ruamel_yaml.c:998:11: note: previous definition is here #define PyString_CheckExact PyUnicode_CheckExact ^ _ruamel_yaml.c:4156:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:4462:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:4619:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5069:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5410:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5536:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:5929:52: warning: incompatible function pointer types passing 'int (void *, char *, int, int *)' to parameter of type 'yaml_read_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long, unsigned long *)') [-Wincompatible-function-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1370:30: note: passing argument to parameter 'handler' here yaml_read_handler_t *handler, void *data); ^ _ruamel_yaml.c:6341:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:7105:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9125:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9288:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9408:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:9689:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:11852:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12015:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12135:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12416:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12593:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:12727:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:15907:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:16030:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:16686:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:16882:53: warning: incompatible function pointer types passing 'int (void *, char *, int)' to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long)') [-Wincompatible-function-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./yaml.h:1837:31: note: passing argument to parameter 'handler' here yaml_write_handler_t *handler, void *data); ^ _ruamel_yaml.c:17365:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:20581:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:20739:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:21256:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:21569:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:25136:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:25259:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:25569:3: warning: code will never be executed [-Wunreachable-code] goto __pyx_L3_error; ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:30505:76: warning: code will never be executed [-Wunreachable-code] if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) < 0) goto bad; ^~~~~~~~ _ruamel_yaml.c:30505:73: note: silence by adding parentheses to mark code as explicitly dead if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) < 0) goto bad; ^ /* DISABLES CODE */ ( ) 33 warnings generated. cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c api.c -o build/temp.openbsd-7.5-amd64-cpython-310/api.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c dumper.c -o build/temp.openbsd-7.5-amd64-cpython-310/dumper.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c emitter.c -o build/temp.openbsd-7.5-amd64-cpython-310/emitter.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c loader.c -o build/temp.openbsd-7.5-amd64-cpython-310/loader.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c parser.c -o build/temp.openbsd-7.5-amd64-cpython-310/parser.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c reader.c -o build/temp.openbsd-7.5-amd64-cpython-310/reader.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c scanner.c -o build/temp.openbsd-7.5-amd64-cpython-310/scanner.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.10 -c writer.c -o build/temp.openbsd-7.5-amd64-cpython-310/writer.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/_ruamel_yaml.o build/temp.openbsd-7.5-amd64-cpython-310/api.o build/temp.openbsd-7.5-amd64-cpython-310/dumper.o build/temp.openbsd-7.5-amd64-cpython-310/emitter.o build/temp.openbsd-7.5-amd64-cpython-310/loader.o build/temp.openbsd-7.5-amd64-cpython-310/parser.o build/temp.openbsd-7.5-amd64-cpython-310/reader.o build/temp.openbsd-7.5-amd64-cpython-310/scanner.o build/temp.openbsd-7.5-amd64-cpython-310/writer.o -L/usr/local/lib -o build/lib.openbsd-7.5-amd64-cpython-310/_ruamel_yaml.cpython-310.so installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/ruamel creating build/bdist.openbsd-7.5-amd64/wheel/ruamel/yaml creating build/bdist.openbsd-7.5-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib/setup.py -> build/bdist.openbsd-7.5-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.5-amd64-cpython-310/ruamel/yaml/clib/LICENSE -> build/bdist.openbsd-7.5-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.5-amd64-cpython-310/_ruamel_yaml.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel running install_egg_info running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' Copying ruamel.yaml.clib.egg-info to build/bdist.openbsd-7.5-amd64/wheel/ruamel.yaml.clib-0.2.8-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/ruamel.yaml.clib-0.2.8.dist-info/WHEEL creating '/exopi-obj/pobj/py-ruamel.yaml.clib-0.2.8-python3/ruamel.yaml.clib-0.2.8/dist/.tmp-m9ipp86g/ruamel.yaml.clib-0.2.8-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding '_ruamel_yaml.cpython-310.so' adding 'ruamel.yaml.clib-0.2.8.dist-info/LICENSE' adding 'ruamel.yaml.clib-0.2.8.dist-info/METADATA' adding 'ruamel.yaml.clib-0.2.8.dist-info/WHEEL' adding 'ruamel.yaml.clib-0.2.8.dist-info/top_level.txt' adding 'ruamel.yaml.clib-0.2.8.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built ruamel.yaml.clib-0.2.8-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in textproc/py-ruamel.yaml.clib,python3 at 1714748710.78 ===> textproc/py-ruamel.yaml.clib,python3 ===> Faking installation for py3-ruamel.yaml.clib-0.2.8 ===> Building package for py3-ruamel.yaml.clib-0.2.8 Create /exopi-cvs/ports/packages/amd64/all/py3-ruamel.yaml.clib-0.2.8.tgz Creating package py3-ruamel.yaml.clib-0.2.8 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-ruamel.yaml.clib-0.2.8.tgz >>> Running clean in textproc/py-ruamel.yaml.clib,python3 at 1714748713.61 ===> textproc/py-ruamel.yaml.clib,python3 ===> Cleaning for py3-ruamel.yaml.clib-0.2.8 >>> Ended at 1714748713.80 max_stuck=3.83/depends=3.73/show-prepare-results=1.14/build=17.06/package=2.85/clean=0.21