>>> Building on exopi-2 under devel/py-borghash BDEPENDS = [lang/cython;lang/python/3;devel/py-wheel;devel/py-installer;devel/py-setuptools;devel/py-build;devel/py-setuptools_scm] DIST = [devel/py-borghash:borghash-0.2.0.tar.gz] FULLPKGNAME = py3-borghash-0.2.0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-2 at 1788632731.03) >>> Running depends in devel/py-borghash at 1788632731.07 last junk was in net/jnettop /usr/sbin/pkg_add -aI -Drepair py3-build-1.6.0 py3-cython-3.2.9v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p1 py3-wheel-0.48.0 python-3.14.6p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.6.0 py3-cython-3.2.9v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p1 py3-wheel-0.48.0 python-3.14.6p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.6.0 py3-cython-3.2.9v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p1 py3-wheel-0.48.0 python-3.14.6p0 >>> Running show-prepare-results in devel/py-borghash at 1788632736.15 ===> devel/py-borghash ===> Building from scratch py3-borghash-0.2.0 ===> py3-borghash-0.2.0 depends on: py3-cython-* -> py3-cython-3.2.9v0 ===> py3-borghash-0.2.0 depends on: python->=3.14 -> python-3.14.6p0 ===> py3-borghash-0.2.0 depends on: py3-build-* -> py3-build-1.6.0 ===> py3-borghash-0.2.0 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-borghash-0.2.0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-borghash-0.2.0 depends on: py3-wheel-* -> py3-wheel-0.48.0 ===> py3-borghash-0.2.0 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-9.2.2p1 py3-build-1.6.0 py3-cython-3.2.9v0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2p1 py3-wheel-0.48.0 python-3.14.6p0 (Junk lock released for exopi-2 at 1788632737.30) distfiles size=257480 >>> Running extract in devel/py-borghash at 1788632737.34 ===> devel/py-borghash ===> Checking files for py3-borghash-0.2.0 `/exopi-cvs/ports/distfiles/borghash-0.2.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-borghash-0.2.0 >>> Running build in devel/py-borghash at 1788632737.98 ===> devel/py-borghash ===> Patching for py3-borghash-0.2.0 ===> 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.2.0 ===> Configuring for py3-borghash-0.2.0 ===> Building for py3-borghash-0.2.0 * Getting build dependencies for wheel... Compiling src/borghash/HashTable.pyx because it changed. Compiling src/borghash/HashTableNT.pyx because it changed. [1/2] Cythonizing src/borghash/HashTable.pyx [2/2] Cythonizing src/borghash/HashTableNT.pyx 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-8.0-amd64-cpython-314/borghash copying src/borghash/__init__.py -> build/lib.openbsd-8.0-amd64-cpython-314/borghash copying src/borghash/__main__.py -> build/lib.openbsd-8.0-amd64-cpython-314/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-8.0-amd64-cpython-314/borghash copying src/borghash/HashTable.pxd -> build/lib.openbsd-8.0-amd64-cpython-314/borghash copying src/borghash/HashTable.pyx -> build/lib.openbsd-8.0-amd64-cpython-314/borghash copying src/borghash/HashTableNT.c -> build/lib.openbsd-8.0-amd64-cpython-314/borghash copying src/borghash/HashTableNT.pxd -> build/lib.openbsd-8.0-amd64-cpython-314/borghash copying src/borghash/HashTableNT.pyx -> build/lib.openbsd-8.0-amd64-cpython-314/borghash copying src/borghash/__init__.pxd -> build/lib.openbsd-8.0-amd64-cpython-314/borghash running build_ext building 'borghash.HashTable' extension creating build/temp.openbsd-8.0-amd64-cpython-314/src/borghash cc -O2 -pipe -fPIC -I/usr/local/include/python3.14 -c src/borghash/HashTable.c -o build/temp.openbsd-8.0-amd64-cpython-314/src/borghash/HashTable.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-8.0-amd64-cpython-314/src/borghash/HashTable.o -L/usr/local/lib -o build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTable.cpython-314.so building 'borghash.HashTableNT' extension cc -O2 -pipe -fPIC -I/usr/local/include/python3.14 -c src/borghash/HashTableNT.c -o build/temp.openbsd-8.0-amd64-cpython-314/src/borghash/HashTableNT.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-8.0-amd64-cpython-314/src/borghash/HashTableNT.o -L/usr/local/lib -o build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTableNT.cpython-314.so installing to build/bdist.openbsd-8.0-amd64/wheel running install running install_lib creating build/bdist.openbsd-8.0-amd64/wheel creating build/bdist.openbsd-8.0-amd64/wheel/borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/__init__.py -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/__main__.py -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTable.c -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTable.pxd -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTable.pyx -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTableNT.c -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTableNT.pxd -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTableNT.pyx -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/__init__.pxd -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTableNT.cpython-314.so -> build/bdist.openbsd-8.0-amd64/wheel/./borghash copying build/lib.openbsd-8.0-amd64-cpython-314/borghash/HashTable.cpython-314.so -> build/bdist.openbsd-8.0-amd64/wheel/./borghash running install_egg_info Copying src/borghash.egg-info to build/bdist.openbsd-8.0-amd64/wheel/./borghash-0.2.0-py3.14.egg-info running install_scripts creating build/bdist.openbsd-8.0-amd64/wheel/borghash-0.2.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-borghash-0.2.0/borghash-0.2.0/dist/.tmp-b301wxr5/borghash-0.2.0-cp314-cp314-openbsd_8_0_amd64.whl' and adding 'build/bdist.openbsd-8.0-amd64/wheel' to it adding 'borghash/HashTable.c' adding 'borghash/HashTable.cpython-314.so' adding 'borghash/HashTable.pxd' adding 'borghash/HashTable.pyx' adding 'borghash/HashTableNT.c' adding 'borghash/HashTableNT.cpython-314.so' adding 'borghash/HashTableNT.pxd' adding 'borghash/HashTableNT.pyx' adding 'borghash/__init__.pxd' adding 'borghash/__init__.py' adding 'borghash/__main__.py' adding 'borghash-0.2.0.dist-info/licenses/LICENSE.rst' adding 'borghash-0.2.0.dist-info/METADATA' adding 'borghash-0.2.0.dist-info/WHEEL' adding 'borghash-0.2.0.dist-info/entry_points.txt' adding 'borghash-0.2.0.dist-info/scm_file_list.json' adding 'borghash-0.2.0.dist-info/scm_version.json' adding 'borghash-0.2.0.dist-info/top_level.txt' adding 'borghash-0.2.0.dist-info/RECORD' removing build/bdist.openbsd-8.0-amd64/wheel Successfully built borghash-0.2.0-cp314-cp314-openbsd_8_0_amd64.whl >>> Running package in devel/py-borghash at 1788632748.69 ===> devel/py-borghash ===> Faking installation for py3-borghash-0.2.0 ===> Building package for py3-borghash-0.2.0 Create /exopi-cvs/ports/packages/amd64/all/py3-borghash-0.2.0.tgz Creating package py3-borghash-0.2.0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 16% checksumming|************ | 19% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************ | 37% archiving|**************************** | 44% archiving|***************************** | 45% archiving|********************************************************* | 89% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-borghash-0.2.0.tgz >>> Running clean in devel/py-borghash at 1788632750.13 ===> devel/py-borghash ===> Cleaning for py3-borghash-0.2.0 >>> Ended at 1788632750.32 max_stuck=2.64/depends=5.08/show-prepare-results=1.19/extract=0.63/build=10.72/package=1.45/clean=0.22