>>> Building on exopi-6 under textproc/py-ruamel.yaml.clib,python3 BDEPENDS = [devel/py-build,python3;devel/py-setuptools,python3;devel/py-wheel,python3;devel/py-installer,python3;lang/python/3] DIST = [textproc/py-ruamel.yaml.clib,python3:ruamel.yaml.clib-0.2.8.tar.gz] FULLPKGNAME = py3-ruamel.yaml.clib-0.2.8p0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-6 at 1731969718.76) >>> Running depends in textproc/py-ruamel.yaml.clib,python3 at 1731969718.80 last junk was in textproc/py-pyRFC3339,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 >>> Running show-prepare-results in textproc/py-ruamel.yaml.clib,python3 at 1731969721.25 ===> textproc/py-ruamel.yaml.clib,python3 ===> Building from scratch py3-ruamel.yaml.clib-0.2.8p0 ===> py3-ruamel.yaml.clib-0.2.8p0 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-ruamel.yaml.clib-0.2.8p0 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-ruamel.yaml.clib-0.2.8p0 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-ruamel.yaml.clib-0.2.8p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-ruamel.yaml.clib-0.2.8p0 depends on: py3-wheel-* -> py3-wheel-0.45.0 ===> Verifying specs: python3.11 pthread ===> found python3.11.0.0 pthread.27.1 py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 (Junk lock released for exopi-6 at 1731969723.30) distfiles size=213824 >>> Running build in textproc/py-ruamel.yaml.clib,python3 at 1731969723.33 ===> textproc/py-ruamel.yaml.clib,python3 ===> Checking files for py3-ruamel.yaml.clib-0.2.8p0 `/exopi-cvs/ports/distfiles/ruamel.yaml.clib-0.2.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-ruamel.yaml.clib-0.2.8p0 ===> Patching for py3-ruamel.yaml.clib-0.2.8p0 ===> 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.8p0 ===> Configuring for py3-ruamel.yaml.clib-0.2.8p0 ===> Building for py3-ruamel.yaml.clib-0.2.8p0 * 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.6-amd64-cpython-311 creating build/lib.openbsd-7.6-amd64-cpython-311/ruamel creating build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml creating build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib copying ./__init__.py -> build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib copying ./setup.py -> build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib copying ./LICENSE -> build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.openbsd-7.6-amd64-cpython-311 cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c _ruamel_yaml.c -o build/temp.openbsd-7.6-amd64-cpython-311/_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: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: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); ^ 4 warnings generated. cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c api.c -o build/temp.openbsd-7.6-amd64-cpython-311/api.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c dumper.c -o build/temp.openbsd-7.6-amd64-cpython-311/dumper.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c emitter.c -o build/temp.openbsd-7.6-amd64-cpython-311/emitter.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c loader.c -o build/temp.openbsd-7.6-amd64-cpython-311/loader.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c parser.c -o build/temp.openbsd-7.6-amd64-cpython-311/parser.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c reader.c -o build/temp.openbsd-7.6-amd64-cpython-311/reader.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c scanner.c -o build/temp.openbsd-7.6-amd64-cpython-311/scanner.o cc -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.11 -c writer.c -o build/temp.openbsd-7.6-amd64-cpython-311/writer.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-311/_ruamel_yaml.o build/temp.openbsd-7.6-amd64-cpython-311/api.o build/temp.openbsd-7.6-amd64-cpython-311/dumper.o build/temp.openbsd-7.6-amd64-cpython-311/emitter.o build/temp.openbsd-7.6-amd64-cpython-311/loader.o build/temp.openbsd-7.6-amd64-cpython-311/parser.o build/temp.openbsd-7.6-amd64-cpython-311/reader.o build/temp.openbsd-7.6-amd64-cpython-311/scanner.o build/temp.openbsd-7.6-amd64-cpython-311/writer.o -L/usr/local/lib -o build/lib.openbsd-7.6-amd64-cpython-311/_ruamel_yaml.cpython-311.so installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/ruamel creating build/bdist.openbsd-7.6-amd64/wheel/ruamel/yaml creating build/bdist.openbsd-7.6-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib/setup.py -> build/bdist.openbsd-7.6-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.6-amd64-cpython-311/ruamel/yaml/clib/LICENSE -> build/bdist.openbsd-7.6-amd64/wheel/ruamel/yaml/clib copying build/lib.openbsd-7.6-amd64-cpython-311/_ruamel_yaml.cpython-311.so -> build/bdist.openbsd-7.6-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.6-amd64/wheel/ruamel.yaml.clib-0.2.8-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.6-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-m97eloid/ruamel.yaml.clib-0.2.8-cp311-cp311-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding '_ruamel_yaml.cpython-311.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.6-amd64/wheel Successfully built ruamel.yaml.clib-0.2.8-cp311-cp311-openbsd_7_6_amd64.whl >>> Running package in textproc/py-ruamel.yaml.clib,python3 at 1731969741.51 ===> textproc/py-ruamel.yaml.clib,python3 ===> Faking installation for py3-ruamel.yaml.clib-0.2.8p0 ===> Building package for py3-ruamel.yaml.clib-0.2.8p0 Create /exopi-cvs/ports/packages/amd64/all/py3-ruamel.yaml.clib-0.2.8p0.tgz Creating package py3-ruamel.yaml.clib-0.2.8p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-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.8p0.tgz >>> Running clean in textproc/py-ruamel.yaml.clib,python3 at 1731969745.30 ===> textproc/py-ruamel.yaml.clib,python3 ===> Cleaning for py3-ruamel.yaml.clib-0.2.8p0 >>> Ended at 1731969745.69 max_stuck=7.59/depends=2.47/show-prepare-results=2.08/build=18.19/package=3.75/clean=0.45