>>> Building on exopi-6 under devel/py-frozendict,python3 BDEPENDS = [devel/py-setuptools,python3;lang/python/3.10;devel/py-installer,python3;devel/py-wheel,python3;devel/py-build,python3] DIST = [devel/py-frozendict,python3:frozendict-2.3.10.tar.gz] FULLPKGNAME = py3-frozendict-2.3.10 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-6 at 1713773425.34) >>> Running depends in devel/py-frozendict,python3 at 1713773425.38 last junk was in devel/py-outcome,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in devel/py-frozendict,python3 at 1713773427.62 ===> devel/py-frozendict,python3 ===> Building from scratch py3-frozendict-2.3.10 ===> py3-frozendict-2.3.10 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-frozendict-2.3.10 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-frozendict-2.3.10 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-frozendict-2.3.10 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-frozendict-2.3.10 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-6 at 1713773428.79) distfiles size=312896 >>> Running build in devel/py-frozendict,python3 at 1713773428.83 ===> devel/py-frozendict,python3 ===> Checking files for py3-frozendict-2.3.10 `/exopi-cvs/ports/distfiles/frozendict-2.3.10.tar.gz' is up to date. >> (SHA256) frozendict-2.3.10.tar.gz: OK ===> Extracting for py3-frozendict-2.3.10 ===> Patching for py3-frozendict-2.3.10 ===> 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-frozendict-2.3.10 ===> Configuring for py3-frozendict-2.3.10 ===> Building for py3-frozendict-2.3.10 * Getting build dependencies for wheel... running egg_info writing src/frozendict.egg-info/PKG-INFO writing dependency_links to src/frozendict.egg-info/dependency_links.txt writing top-level names to src/frozendict.egg-info/top_level.txt reading manifest file 'src/frozendict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/frozendict.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib.openbsd-7.5-amd64-cpython-310 creating build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/_frozendict_py.py -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/core.py -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/monkeypatch.py -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/version.py -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/py.typed -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict copying src/frozendict/__init__.pyi -> build/lib.openbsd-7.5-amd64-cpython-310/frozendict running build_ext building 'frozendict._frozendict' extension creating build/temp.openbsd-7.5-amd64-cpython-310 creating build/temp.openbsd-7.5-amd64-cpython-310/src creating build/temp.openbsd-7.5-amd64-cpython-310/src/frozendict creating build/temp.openbsd-7.5-amd64-cpython-310/src/frozendict/c_src creating build/temp.openbsd-7.5-amd64-cpython-310/src/frozendict/c_src/3_10 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/exopi-obj/pobj/py-frozendict-2.3.10-python3/frozendict-2.3.10/src/frozendict/c_src/3_10/Include -I/exopi-obj/pobj/py-frozendict-2.3.10-python3/frozendict-2.3.10/src/frozendict/c_src/3_10/cpython_src/Objects -I/exopi-obj/pobj/py-frozendict-2.3.10-python3/frozendict-2.3.10/src/frozendict/c_src/3_10/cpython_src/Objects/stringlib -I/exopi-obj/pobj/py-frozendict-2.3.10-python3/frozendict-2.3.10/src/frozendict/c_src/3_10/cpython_src/Objects/clinic -I/exopi-obj/pobj/py-frozendict-2.3.10-python3/frozendict-2.3.10/src/frozendict/c_src/3_10/cpython_src -I/usr/local/include/python3.10 -c src/frozendict/c_src/3_10/frozendictobject.c -o build/temp.openbsd-7.5-amd64-cpython-310/src/frozendict/c_src/3_10/frozendictobject.o -DPY_SSIZE_T_CLEAN cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/src/frozendict/c_src/3_10/frozendictobject.o -L/usr/local/lib -o build/lib.openbsd-7.5-amd64-cpython-310/frozendict/_frozendict.cpython-310.so installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/_frozendict_py.py -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/core.py -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/monkeypatch.py -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/version.py -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/__init__.pyi -> build/bdist.openbsd-7.5-amd64/wheel/frozendict copying build/lib.openbsd-7.5-amd64-cpython-310/frozendict/_frozendict.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel/frozendict running install_egg_info running egg_info writing src/frozendict.egg-info/PKG-INFO writing dependency_links to src/frozendict.egg-info/dependency_links.txt writing top-level names to src/frozendict.egg-info/top_level.txt reading manifest file 'src/frozendict.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'src/frozendict.egg-info/SOURCES.txt' Copying src/frozendict.egg-info to build/bdist.openbsd-7.5-amd64/wheel/frozendict-2.3.10-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/frozendict-2.3.10.dist-info/WHEEL creating '/exopi-obj/pobj/py-frozendict-2.3.10-python3/frozendict-2.3.10/dist/.tmp-0e3dw7xw/frozendict-2.3.10-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'frozendict/__init__.py' adding 'frozendict/__init__.pyi' adding 'frozendict/_frozendict.cpython-310.so' adding 'frozendict/_frozendict_py.py' adding 'frozendict/core.py' adding 'frozendict/monkeypatch.py' adding 'frozendict/py.typed' adding 'frozendict/version.py' adding 'frozendict-2.3.10.dist-info/LICENSE.txt' adding 'frozendict-2.3.10.dist-info/METADATA' adding 'frozendict-2.3.10.dist-info/WHEEL' adding 'frozendict-2.3.10.dist-info/top_level.txt' adding 'frozendict-2.3.10.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built frozendict-2.3.10-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in devel/py-frozendict,python3 at 1713773433.39 ===> devel/py-frozendict,python3 ===> Faking installation for py3-frozendict-2.3.10 ===> Building package for py3-frozendict-2.3.10 Create /exopi-cvs/ports/packages/amd64/all/py3-frozendict-2.3.10.tgz Creating package py3-frozendict-2.3.10 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-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| | 1% archiving|* | 1% archiving|*** | 5% archiving|****** | 9% archiving|******* | 10% archiving|******** | 12% archiving|**************************************************** | 81% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-frozendict-2.3.10.tgz >>> Running clean in devel/py-frozendict,python3 at 1713773434.60 ===> devel/py-frozendict,python3 ===> Cleaning for py3-frozendict-2.3.10 >>> Ended at 1713773434.79 max_stuck=0.00/depends=2.18/show-prepare-results=1.27/build=3.55/package=2.22/clean=0.22