>>> Building on exopi-1 under net/py-msgpack BDEPENDS = [devel/py-installer;devel/py-build;lang/python/3;devel/py-setuptools;devel/py-wheel] DIST = [net/py-msgpack:msgpack-1.1.0.tar.gz] FULLPKGNAME = py3-msgpack-1.1.0p0v0 RDEPENDS = [lang/python/3] (Junk lock failure for exopi-1 at 1735050171.46927) Received IO (Junk lock obtained for exopi-1 at 1735050203.16) Received IO >>> Running depends in net/py-msgpack at 1735050204.84 last junk was in databases/p5-DBIx-DWIW /usr/sbin/pkg_add -aI -Drepair docbook-xsl-1.79.1p0 glib2-2.82.4p2 libgcrypt-1.11.0p0 libotr-4.1.1p2 libxslt-1.1.42p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-2.7.18p12 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 docbook-xsl-1.79.1p0 glib2-2.82.4p2 libgcrypt-1.11.0p0 libotr-4.1.1p2 libxslt-1.1.42p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-2.7.18p12 >>> Running show-prepare-results in net/py-msgpack at 1735050211.87 ===> net/py-msgpack ===> Building from scratch py3-msgpack-1.1.0p0v0 ===> py3-msgpack-1.1.0p0v0 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-msgpack-1.1.0p0v0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-msgpack-1.1.0p0v0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-msgpack-1.1.0p0v0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-msgpack-1.1.0p0v0 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-1 at 1735050213.19) Woken up net/bitlbee,otr distfiles size=167260 >>> Running build in net/py-msgpack at 1735050213.22 ===> net/py-msgpack ===> Checking files for py3-msgpack-1.1.0p0v0 `/exopi-cvs/ports/distfiles/msgpack-1.1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-msgpack-1.1.0p0v0 ===> Patching for py3-msgpack-1.1.0p0v0 ===> 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.0p0v0 ===> Configuring for py3-msgpack-1.1.0p0v0 ===> Building for py3-msgpack-1.1.0p0v0 * Getting build dependencies for wheel... 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... 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/msgpack copying msgpack/__init__.py -> build/lib.openbsd-7.6-amd64-cpython-312/msgpack copying msgpack/exceptions.py -> build/lib.openbsd-7.6-amd64-cpython-312/msgpack copying msgpack/ext.py -> build/lib.openbsd-7.6-amd64-cpython-312/msgpack copying msgpack/fallback.py -> build/lib.openbsd-7.6-amd64-cpython-312/msgpack running build_ext building 'msgpack._cmsgpack' extension creating build/temp.openbsd-7.6-amd64-cpython-312 creating build/temp.openbsd-7.6-amd64-cpython-312/msgpack cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I. -I/usr/local/include/python3.12 -c msgpack/_cmsgpack.c -o build/temp.openbsd-7.6-amd64-cpython-312/msgpack/_cmsgpack.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/msgpack/_cmsgpack.o -L/usr/local/lib -o build/lib.openbsd-7.6-amd64-cpython-312/msgpack/_cmsgpack.cpython-312.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/msgpack copying build/lib.openbsd-7.6-amd64-cpython-312/msgpack/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/msgpack copying build/lib.openbsd-7.6-amd64-cpython-312/msgpack/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/msgpack copying build/lib.openbsd-7.6-amd64-cpython-312/msgpack/ext.py -> build/bdist.openbsd-7.6-amd64/wheel/msgpack copying build/lib.openbsd-7.6-amd64-cpython-312/msgpack/fallback.py -> build/bdist.openbsd-7.6-amd64/wheel/msgpack copying build/lib.openbsd-7.6-amd64-cpython-312/msgpack/_cmsgpack.cpython-312.so -> build/bdist.openbsd-7.6-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.6-amd64/wheel/msgpack-1.1.0-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/msgpack-1.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-msgpack-1.1.0/msgpack-1.1.0/dist/.tmp-b9em3_gf/msgpack-1.1.0-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'msgpack/__init__.py' adding 'msgpack/_cmsgpack.cpython-312.so' adding 'msgpack/exceptions.py' adding 'msgpack/ext.py' adding 'msgpack/fallback.py' adding 'msgpack-1.1.0.dist-info/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.6-amd64/wheel Successfully built msgpack-1.1.0-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in net/py-msgpack at 1735050222.89 ===> net/py-msgpack ===> Faking installation for py3-msgpack-1.1.0p0v0 ===> Building package for py3-msgpack-1.1.0p0v0 Create /exopi-cvs/ports/packages/amd64/all/py3-msgpack-1.1.0p0v0.tgz Creating package py3-msgpack-1.1.0p0v0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 47% checksumming|******************************* | 50% checksumming|********************************* | 53% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|*************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|***** | 8% archiving|******** | 13% archiving|********* | 14% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-msgpack-1.1.0p0v0.tgz >>> Running clean in net/py-msgpack at 1735050224.50 ===> net/py-msgpack ===> Cleaning for py3-msgpack-1.1.0p0v0 >>> Ended at 1735050224.76 max_stuck=31.33/waiting-for-lock #196=33.37/depends=7.03/show-prepare-results=1.35/build=9.67/package=1.61/clean=0.28