>>> Building on exopi-1 under devel/py-borghash BDEPENDS = [devel/py-setuptools_scm;devel/py-setuptools;devel/py-build;devel/py-installer;devel/py-wheel;lang/python/3] DIST = [devel/py-borghash:borghash-0.1.1.tar.gz] FULLPKGNAME = py3-borghash-0.1.1 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-1 at 1771437339.80) >>> Running depends in devel/py-borghash at 1771437339.85 last junk was in net/neon /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2 py3-wheel-0.46.3 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2 py3-wheel-0.46.3 python-3.13.11p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2 py3-wheel-0.46.3 >>> Running show-prepare-results in devel/py-borghash at 1771437341.81 ===> devel/py-borghash ===> Building from scratch py3-borghash-0.1.1 ===> py3-borghash-0.1.1 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-borghash-0.1.1 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-borghash-0.1.1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-borghash-0.1.1 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-borghash-0.1.1 depends on: py3-wheel-* -> py3-wheel-0.46.3 ===> py3-borghash-0.1.1 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-9.2.2 py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2 py3-wheel-0.46.3 python-3.13.11p2 (Junk lock released for exopi-1 at 1771437343.13) Woken up audio/pcaudiolib distfiles size=256765 >>> Running extract in devel/py-borghash at 1771437343.22 ===> devel/py-borghash ===> Checking files for py3-borghash-0.1.1 `/exopi-cvs/ports/distfiles/borghash-0.1.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-borghash-0.1.1 >>> Running build in devel/py-borghash at 1771437343.55 ===> devel/py-borghash ===> Patching for py3-borghash-0.1.1 ===> 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-borghash-0.1.1 ===> Configuring for py3-borghash-0.1.1 ===> Building for py3-borghash-0.1.1 * Getting build dependencies for wheel... running egg_info writing src/borghash.egg-info/PKG-INFO writing dependency_links to src/borghash.egg-info/dependency_links.txt writing entry points to src/borghash.egg-info/entry_points.txt writing top-level names to src/borghash.egg-info/top_level.txt reading manifest file 'src/borghash.egg-info/SOURCES.txt' adding license file 'LICENSE.rst' writing manifest file 'src/borghash.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/__main__.py -> build/lib.openbsd-7.8-amd64-cpython-313/borghash running egg_info writing src/borghash.egg-info/PKG-INFO writing dependency_links to src/borghash.egg-info/dependency_links.txt writing entry points to src/borghash.egg-info/entry_points.txt writing top-level names to src/borghash.egg-info/top_level.txt reading manifest file 'src/borghash.egg-info/SOURCES.txt' adding license file 'LICENSE.rst' writing manifest file 'src/borghash.egg-info/SOURCES.txt' copying src/borghash/HashTable.c -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/HashTable.pxd -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/HashTable.pyx -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/HashTableNT.c -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/HashTableNT.pxd -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/HashTableNT.pyx -> build/lib.openbsd-7.8-amd64-cpython-313/borghash copying src/borghash/__init__.pxd -> build/lib.openbsd-7.8-amd64-cpython-313/borghash running build_ext building 'borghash.HashTable' extension creating build/temp.openbsd-7.8-amd64-cpython-313/src/borghash cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c src/borghash/HashTable.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/borghash/HashTable.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/src/borghash/HashTable.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTable.cpython-313.so building 'borghash.HashTableNT' extension cc -O2 -pipe -fPIC -I/usr/local/include/python3.13 -c src/borghash/HashTableNT.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/borghash/HashTableNT.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/src/borghash/HashTableNT.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTableNT.cpython-313.so installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/__main__.py -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTable.c -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTable.pxd -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTable.pyx -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTableNT.c -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTableNT.pxd -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTableNT.pyx -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/__init__.pxd -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTableNT.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./borghash copying build/lib.openbsd-7.8-amd64-cpython-313/borghash/HashTable.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./borghash running install_egg_info Copying src/borghash.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./borghash-0.1.1-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/borghash-0.1.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-borghash-0.1.1/borghash-0.1.1/dist/.tmp-0d68exym/borghash-0.1.1-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'borghash/HashTable.c' adding 'borghash/HashTable.cpython-313.so' adding 'borghash/HashTable.pxd' adding 'borghash/HashTable.pyx' adding 'borghash/HashTableNT.c' adding 'borghash/HashTableNT.cpython-313.so' adding 'borghash/HashTableNT.pxd' adding 'borghash/HashTableNT.pyx' adding 'borghash/__init__.pxd' adding 'borghash/__init__.py' adding 'borghash/__main__.py' adding 'borghash-0.1.1.dist-info/licenses/LICENSE.rst' adding 'borghash-0.1.1.dist-info/METADATA' adding 'borghash-0.1.1.dist-info/WHEEL' adding 'borghash-0.1.1.dist-info/entry_points.txt' adding 'borghash-0.1.1.dist-info/top_level.txt' adding 'borghash-0.1.1.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built borghash-0.1.1-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in devel/py-borghash at 1771437354.43 ===> devel/py-borghash ===> Faking installation for py3-borghash-0.1.1 ===> Building package for py3-borghash-0.1.1 Create /exopi-cvs/ports/packages/amd64/all/py3-borghash-0.1.1.tgz Creating package py3-borghash-0.1.1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 9% checksumming|******* | 11% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 91% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************** | 36% archiving|**************************** | 43% archiving|********************************************************* | 88% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-borghash-0.1.1.tgz >>> Running clean in devel/py-borghash at 1771437356.43 ===> devel/py-borghash ===> Cleaning for py3-borghash-0.1.1 >>> Ended at 1771437356.96 max_stuck=1.88/depends=1.96/show-prepare-results=1.37/extract=0.38/build=10.87/package=1.97/clean=0.62