>>> Building on exopi-2 under sysutils/py-xxhash BDEPENDS = [devel/py-installer;lang/python/3;devel/py-setuptools;devel/py-build;devel/py-wheel] DIST = [sysutils/py-xxhash:xxhash-3.6.0.tar.gz] FULLPKGNAME = py3-xxhash-3.6.0 RDEPENDS = [lang/python/3;sysutils/xxhash] (Junk lock failure for exopi-2 at 1767898968.34354) Received IO (Junk lock obtained for exopi-2 at 1767898970.18) Received IO Woken up sysutils/py-xxhash Woken up sysutils/py-xxhash Woken up sysutils/py-xxhash Woken up sysutils/py-xxhash Woken up sysutils/py-xxhash >>> Running depends in sysutils/py-xxhash at 1767898972.02 last junk was in games/taisei /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.1 python-3.13.11p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.1 python-3.13.11p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.1 python-3.13.11p0 >>> Running show-prepare-results in sysutils/py-xxhash at 1767898976.03 ===> sysutils/py-xxhash ===> Building from scratch py3-xxhash-3.6.0 ===> py3-xxhash-3.6.0 depends on: python->=3.13,<3.14 -> python-3.13.11p0 ===> py3-xxhash-3.6.0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-xxhash-3.6.0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-xxhash-3.6.0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-xxhash-3.6.0 depends on: py3-wheel-* -> py3-wheel-0.46.1 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.1 python-3.13.11p0 (Junk lock released for exopi-2 at 1767898977.41) distfiles size=85160 >>> Running extract in sysutils/py-xxhash at 1767898977.45 ===> sysutils/py-xxhash ===> Checking files for py3-xxhash-3.6.0 `/exopi-cvs/ports/distfiles/xxhash-3.6.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-xxhash-3.6.0 >>> Running build in sysutils/py-xxhash at 1767898977.85 ===> sysutils/py-xxhash ===> Patching for py3-xxhash-3.6.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-xxhash-3.6.0 ===> Configuring for py3-xxhash-3.6.0 ===> Building for py3-xxhash-3.6.0 * Getting build dependencies for wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing xxhash.egg-info/PKG-INFO writing dependency_links to xxhash.egg-info/dependency_links.txt writing top-level names to xxhash.egg-info/top_level.txt reading manifest file 'xxhash.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution no previously-included directories found matching '.github' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitmodules' adding license file 'LICENSE' writing manifest file 'xxhash.egg-info/SOURCES.txt' * Building wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.openbsd-7.8-amd64-cpython-313/xxhash copying xxhash/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/xxhash copying xxhash/version.py -> build/lib.openbsd-7.8-amd64-cpython-313/xxhash copying xxhash/__init__.pyi -> build/lib.openbsd-7.8-amd64-cpython-313/xxhash copying xxhash/py.typed -> build/lib.openbsd-7.8-amd64-cpython-313/xxhash running build_ext building '_xxhash' extension creating build/temp.openbsd-7.8-amd64-cpython-313/deps/xxhash creating build/temp.openbsd-7.8-amd64-cpython-313/src cc -O2 -pipe -fPIC -Ideps/xxhash -I/usr/local/include/python3.13 -c deps/xxhash/xxhash.c -o build/temp.openbsd-7.8-amd64-cpython-313/deps/xxhash/xxhash.o cc -O2 -pipe -fPIC -Ideps/xxhash -I/usr/local/include/python3.13 -c src/_xxhash.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/_xxhash.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/deps/xxhash/xxhash.o build/temp.openbsd-7.8-amd64-cpython-313/src/_xxhash.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/xxhash/_xxhash.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/xxhash copying build/lib.openbsd-7.8-amd64-cpython-313/xxhash/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./xxhash copying build/lib.openbsd-7.8-amd64-cpython-313/xxhash/version.py -> build/bdist.openbsd-7.8-amd64/wheel/./xxhash copying build/lib.openbsd-7.8-amd64-cpython-313/xxhash/__init__.pyi -> build/bdist.openbsd-7.8-amd64/wheel/./xxhash copying build/lib.openbsd-7.8-amd64-cpython-313/xxhash/py.typed -> build/bdist.openbsd-7.8-amd64/wheel/./xxhash copying build/lib.openbsd-7.8-amd64-cpython-313/xxhash/_xxhash.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./xxhash running install_egg_info running egg_info writing xxhash.egg-info/PKG-INFO writing dependency_links to xxhash.egg-info/dependency_links.txt writing top-level names to xxhash.egg-info/top_level.txt reading manifest file 'xxhash.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution no previously-included directories found matching '.github' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitmodules' adding license file 'LICENSE' writing manifest file 'xxhash.egg-info/SOURCES.txt' Copying xxhash.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./xxhash-3.6.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/xxhash-3.6.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-xxhash-3.6.0/xxhash-3.6.0/dist/.tmp-m9kgnh53/xxhash-3.6.0-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'xxhash/__init__.py' adding 'xxhash/__init__.pyi' adding 'xxhash/_xxhash.cpython-313.so' adding 'xxhash/py.typed' adding 'xxhash/version.py' adding 'xxhash-3.6.0.dist-info/licenses/LICENSE' adding 'xxhash-3.6.0.dist-info/METADATA' adding 'xxhash-3.6.0.dist-info/WHEEL' adding 'xxhash-3.6.0.dist-info/top_level.txt' adding 'xxhash-3.6.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built xxhash-3.6.0-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in sysutils/py-xxhash at 1767898982.62 ===> sysutils/py-xxhash ===> Faking installation for py3-xxhash-3.6.0 ===> Building package for py3-xxhash-3.6.0 Create /exopi-cvs/ports/packages/amd64/all/py3-xxhash-3.6.0.tgz Creating package py3-xxhash-3.6.0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|sysutils/xxhash checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 7% checksumming|******* | 11% checksumming|********* | 15% checksumming|*********** | 19% checksumming|************** | 22% checksumming|**************** | 26% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|*********************** | 37% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 74% checksumming|*********************************************** | 78% checksumming|************************************************** | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 89% checksumming|******************************************************** | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|****************************************************** | 85% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-xxhash-3.6.0.tgz >>> Running clean in sysutils/py-xxhash at 1767898984.79 ===> sysutils/py-xxhash ===> Cleaning for py3-xxhash-3.6.0 >>> Ended at 1767898985.07 max_stuck=0.00/waiting-for-lock #152=3.69/depends=4.01/show-prepare-results=1.41/extract=0.41/build=4.76/package=2.17/clean=0.32