>>> Building on exopi-5 under archivers/py-lsqpack BDEPENDS = [lang/python/3;devel/py-build;devel/py-installer;devel/py-wheel;devel/py-setuptools] DIST = [archivers/py-lsqpack:pylsqpack-0.3.18.tar.gz] FULLPKGNAME = py3-lsqpack-0.3.18p0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-5 at 1734978071.00) >>> Running depends in archivers/py-lsqpack at 1734978071.03 last junk was in mail/bogofilter,lmdb /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in archivers/py-lsqpack at 1734978072.63 ===> archivers/py-lsqpack ===> Building from scratch py3-lsqpack-0.3.18p0 ===> py3-lsqpack-0.3.18p0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-lsqpack-0.3.18p0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-lsqpack-0.3.18p0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-lsqpack-0.3.18p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-lsqpack-0.3.18p0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-5 at 1734978073.65) distfiles size=659125 >>> Running build in archivers/py-lsqpack at 1734978073.68 ===> archivers/py-lsqpack ===> Checking files for py3-lsqpack-0.3.18p0 `/exopi-cvs/ports/distfiles/pylsqpack-0.3.18.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-lsqpack-0.3.18p0 ===> Patching for py3-lsqpack-0.3.18p0 ===> 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-lsqpack-0.3.18p0 ===> Configuring for py3-lsqpack-0.3.18p0 ===> Building for py3-lsqpack-0.3.18p0 * Getting build dependencies for wheel... No `packages` or `py_modules` configuration, performing automatic discovery. `src-layout` detected -- analysing ./src discovered packages -- ['pylsqpack'] discovered py_modules -- [] running egg_info writing src/pylsqpack.egg-info/PKG-INFO writing dependency_links to src/pylsqpack.egg-info/dependency_links.txt writing top-level names to src/pylsqpack.egg-info/top_level.txt reading manifest file 'src/pylsqpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' warning: no previously-included files found matching 'vendor/ls-qpack/.git' writing manifest file 'src/pylsqpack.egg-info/SOURCES.txt' * Building wheel... No `packages` or `py_modules` configuration, performing automatic discovery. `src-layout` detected -- analysing ./src discovered packages -- ['pylsqpack'] discovered py_modules -- [] running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.6-amd64-cpython-312 creating build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack copying src/pylsqpack/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack running egg_info writing src/pylsqpack.egg-info/PKG-INFO writing dependency_links to src/pylsqpack.egg-info/dependency_links.txt writing top-level names to src/pylsqpack.egg-info/top_level.txt reading manifest file 'src/pylsqpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' warning: no previously-included files found matching 'vendor/ls-qpack/.git' writing manifest file 'src/pylsqpack.egg-info/SOURCES.txt' copying src/pylsqpack/binding.c -> build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack running build_ext building 'pylsqpack._binding' extension creating build/temp.openbsd-7.6-amd64-cpython-312 creating build/temp.openbsd-7.6-amd64-cpython-312/src creating build/temp.openbsd-7.6-amd64-cpython-312/src/pylsqpack creating build/temp.openbsd-7.6-amd64-cpython-312/vendor creating build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack creating build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack/deps creating build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack/deps/xxhash cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPy_LIMITED_API=0x03080000 -Ivendor/ls-qpack -Ivendor/ls-qpack/deps/xxhash -I/usr/local/include/python3.12 -c src/pylsqpack/binding.c -o build/temp.openbsd-7.6-amd64-cpython-312/src/pylsqpack/binding.o -std=c99 src/pylsqpack/binding.c:194:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] hblock->blocked = 1; ^ ~ src/pylsqpack/binding.c:264:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] hblock->blocked = 1; ^ ~ src/pylsqpack/binding.c:310:17: warning: initializing 'void *' with an expression of type 'const char[223]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {Py_tp_doc, Decoder__doc__}, ^~~~~~~~~~~~~~ src/pylsqpack/binding.c:491:17: warning: initializing 'void *' with an expression of type 'const char[27]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] {Py_tp_doc, Encoder__doc__}, ^~~~~~~~~~~~~~ 4 warnings generated. cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPy_LIMITED_API=0x03080000 -Ivendor/ls-qpack -Ivendor/ls-qpack/deps/xxhash -I/usr/local/include/python3.12 -c vendor/ls-qpack/deps/xxhash/xxhash.c -o build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack/deps/xxhash/xxhash.o -std=c99 cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPy_LIMITED_API=0x03080000 -Ivendor/ls-qpack -Ivendor/ls-qpack/deps/xxhash -I/usr/local/include/python3.12 -c vendor/ls-qpack/lsqpack.c -o build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack/lsqpack.o -std=c99 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/src/pylsqpack/binding.o build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack/deps/xxhash/xxhash.o build/temp.openbsd-7.6-amd64-cpython-312/vendor/ls-qpack/lsqpack.o -L/usr/local/lib -o build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack/_binding.abi3.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/pylsqpack copying build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/pylsqpack copying build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack/binding.c -> build/bdist.openbsd-7.6-amd64/wheel/pylsqpack copying build/lib.openbsd-7.6-amd64-cpython-312/pylsqpack/_binding.abi3.so -> build/bdist.openbsd-7.6-amd64/wheel/pylsqpack running install_egg_info Copying src/pylsqpack.egg-info to build/bdist.openbsd-7.6-amd64/wheel/pylsqpack-0.3.18-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/pylsqpack-0.3.18.dist-info/WHEEL creating '/exopi-obj/pobj/py-lsqpack-0.3.18/pylsqpack-0.3.18/dist/.tmp-ncaovjo8/pylsqpack-0.3.18-cp38-abi3-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'pylsqpack/__init__.py' adding 'pylsqpack/_binding.abi3.so' adding 'pylsqpack/binding.c' adding 'pylsqpack-0.3.18.dist-info/LICENSE' adding 'pylsqpack-0.3.18.dist-info/METADATA' adding 'pylsqpack-0.3.18.dist-info/WHEEL' adding 'pylsqpack-0.3.18.dist-info/top_level.txt' adding 'pylsqpack-0.3.18.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built pylsqpack-0.3.18-cp38-abi3-openbsd_7_6_amd64.whl >>> Running package in archivers/py-lsqpack at 1734978083.35 ===> archivers/py-lsqpack ===> Faking installation for py3-lsqpack-0.3.18p0 ===> Building package for py3-lsqpack-0.3.18p0 Create /exopi-cvs/ports/packages/amd64/all/py3-lsqpack-0.3.18p0.tgz Creating package py3-lsqpack-0.3.18p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-lsqpack-0.3.18p0.tgz >>> Running clean in archivers/py-lsqpack at 1734978084.94 ===> archivers/py-lsqpack ===> Cleaning for py3-lsqpack-0.3.18p0 >>> Ended at 1734978085.18 max_stuck=2.67/depends=1.60/show-prepare-results=1.05/build=9.67/package=1.59/clean=0.27