>>> Building on exopi-6 under net/py-msgpack BDEPENDS = [devel/py-build;devel/py-setuptools;lang/python/3;devel/py-installer;devel/py-wheel] DIST = [net/py-msgpack:msgpack-1.1.0.tar.gz] FULLPKGNAME = py3-msgpack-1.1.0p1v0 RDEPENDS = [lang/python/3] Avoided depends for py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock failure for exopi-6 at 1764692227.07405) Received IO (Junk lock obtained for exopi-6 at 1764692272.04) Received IO Woken up net/py-msgpack (Junk lock released for exopi-6 at 1764692273.69) Woken up www/ruby-capybara,ruby33 distfiles size=167260 >>> Running extract in net/py-msgpack at 1764692273.72 ===> net/py-msgpack ===> Building from scratch py3-msgpack-1.1.0p1v0 ===> Checking files for py3-msgpack-1.1.0p1v0 `/exopi-cvs/ports/distfiles/msgpack-1.1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> py3-msgpack-1.1.0p1v0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-msgpack-1.1.0p1v0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-msgpack-1.1.0p1v0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-msgpack-1.1.0p1v0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-msgpack-1.1.0p1v0 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> Extracting for py3-msgpack-1.1.0p1v0 >>> Running build in net/py-msgpack at 1764692274.99 ===> net/py-msgpack ===> Patching for py3-msgpack-1.1.0p1v0 ===> 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-msgpack-1.1.0p1v0 ===> Configuring for py3-msgpack-1.1.0p1v0 ===> Building for py3-msgpack-1.1.0p1v0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing msgpack.egg-info/PKG-INFO writing dependency_links to msgpack.egg-info/dependency_links.txt writing top-level names to msgpack.egg-info/top_level.txt reading manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.cpp' under directory 'msgpack' adding license file 'COPYING' writing manifest file 'msgpack.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: Apache Software 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/msgpack copying msgpack/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/msgpack copying msgpack/exceptions.py -> build/lib.openbsd-7.8-amd64-cpython-313/msgpack copying msgpack/ext.py -> build/lib.openbsd-7.8-amd64-cpython-313/msgpack copying msgpack/fallback.py -> build/lib.openbsd-7.8-amd64-cpython-313/msgpack running build_ext building 'msgpack._cmsgpack' extension creating build/temp.openbsd-7.8-amd64-cpython-313/msgpack cc -O2 -pipe -fPIC -I. -I/usr/local/include/python3.13 -c msgpack/_cmsgpack.c -o build/temp.openbsd-7.8-amd64-cpython-313/msgpack/_cmsgpack.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/msgpack/_cmsgpack.o -L/usr/local/lib -o build/lib.openbsd-7.8-amd64-cpython-313/msgpack/_cmsgpack.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/msgpack copying build/lib.openbsd-7.8-amd64-cpython-313/msgpack/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./msgpack copying build/lib.openbsd-7.8-amd64-cpython-313/msgpack/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./msgpack copying build/lib.openbsd-7.8-amd64-cpython-313/msgpack/ext.py -> build/bdist.openbsd-7.8-amd64/wheel/./msgpack copying build/lib.openbsd-7.8-amd64-cpython-313/msgpack/fallback.py -> build/bdist.openbsd-7.8-amd64/wheel/./msgpack copying build/lib.openbsd-7.8-amd64-cpython-313/msgpack/_cmsgpack.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/./msgpack running install_egg_info running egg_info writing msgpack.egg-info/PKG-INFO writing dependency_links to msgpack.egg-info/dependency_links.txt writing top-level names to msgpack.egg-info/top_level.txt reading manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.cpp' under directory 'msgpack' adding license file 'COPYING' writing manifest file 'msgpack.egg-info/SOURCES.txt' Copying msgpack.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./msgpack-1.1.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/msgpack-1.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-msgpack-1.1.0/msgpack-1.1.0/dist/.tmp-vkywb_ri/msgpack-1.1.0-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'msgpack/__init__.py' adding 'msgpack/_cmsgpack.cpython-313.so' adding 'msgpack/exceptions.py' adding 'msgpack/ext.py' adding 'msgpack/fallback.py' adding 'msgpack-1.1.0.dist-info/licenses/COPYING' adding 'msgpack-1.1.0.dist-info/METADATA' adding 'msgpack-1.1.0.dist-info/WHEEL' adding 'msgpack-1.1.0.dist-info/top_level.txt' adding 'msgpack-1.1.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built msgpack-1.1.0-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in net/py-msgpack at 1764692282.16 ===> net/py-msgpack ===> Faking installation for py3-msgpack-1.1.0p1v0 ===> Building package for py3-msgpack-1.1.0p1v0 Create /exopi-cvs/ports/packages/amd64/all/py3-msgpack-1.1.0p1v0.tgz Creating package py3-msgpack-1.1.0p1v0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 16% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|**************************** | 45% checksumming|****************************** | 48% checksumming|******************************* | 52% checksumming|********************************* | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|*** | 4% archiving|**** | 7% archiving|************ | 18% archiving|******************* | 29% archiving|******************* | 30% archiving|******************************************************* | 87% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 91% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-msgpack-1.1.0p1v0.tgz >>> Running clean in net/py-msgpack at 1764692283.94 ===> net/py-msgpack ===> Cleaning for py3-msgpack-1.1.0p1v0 >>> Ended at 1764692284.21 max_stuck=44.93/waiting-for-lock #146=46.64/extract=1.26/build=7.18/package=1.78/clean=0.30