>>> Building on exopi-5 under devel/py-cstruct BDEPENDS = [devel/py-wheel;devel/py-setuptools;devel/py-installer;lang/python/3;devel/py-build] DIST = [devel/py-cstruct:cstruct-5.3.tar.gz] FULLPKGNAME = py3-cstruct-5.3p2 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-5 at 1764753975.86) >>> Running depends in devel/py-cstruct at 1764753975.92 last junk was in devel/py-deprecated /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 >>> Running show-prepare-results in devel/py-cstruct at 1764753977.45 ===> devel/py-cstruct ===> Building from scratch py3-cstruct-5.3p2 ===> py3-cstruct-5.3p2 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-cstruct-5.3p2 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-cstruct-5.3p2 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-cstruct-5.3p2 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-cstruct-5.3p2 depends on: py3-wheel-* -> py3-wheel-0.46.1 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 released for exopi-5 at 1764753978.34) distfiles size=32951 >>> Running extract in devel/py-cstruct at 1764753978.43 ===> devel/py-cstruct ===> Checking files for py3-cstruct-5.3p2 `/exopi-cvs/ports/distfiles/cstruct-5.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-cstruct-5.3p2 >>> Running build in devel/py-cstruct at 1764753978.78 ===> devel/py-cstruct ===> Patching for py3-cstruct-5.3p2 ===> 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-cstruct-5.3p2 ===> Configuring for py3-cstruct-5.3p2 ===> Building for py3-cstruct-5.3p2 * Getting build dependencies for wheel... /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing cstruct.egg-info/PKG-INFO writing dependency_links to cstruct.egg-info/dependency_links.txt writing requirements to cstruct.egg-info/requires.txt writing top-level names to cstruct.egg-info/top_level.txt reading manifest file 'cstruct.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cstruct.egg-info/SOURCES.txt' * Building wheel... /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /usr/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/cstruct copying cstruct/__init__.py -> build/lib/cstruct copying cstruct/abstract.py -> build/lib/cstruct copying cstruct/base.py -> build/lib/cstruct copying cstruct/c_expr.py -> build/lib/cstruct copying cstruct/c_parser.py -> build/lib/cstruct copying cstruct/cenum.py -> build/lib/cstruct copying cstruct/cstruct.py -> build/lib/cstruct copying cstruct/exceptions.py -> build/lib/cstruct copying cstruct/field.py -> build/lib/cstruct copying cstruct/mem_cstruct.py -> build/lib/cstruct copying cstruct/native_types.py -> build/lib/cstruct running egg_info writing cstruct.egg-info/PKG-INFO writing dependency_links to cstruct.egg-info/dependency_links.txt writing requirements to cstruct.egg-info/requires.txt writing top-level names to cstruct.egg-info/top_level.txt reading manifest file 'cstruct.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cstruct.egg-info/SOURCES.txt' 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/cstruct copying build/lib/cstruct/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/abstract.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/base.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/c_expr.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/c_parser.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/cenum.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/cstruct.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/field.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/mem_cstruct.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct copying build/lib/cstruct/native_types.py -> build/bdist.openbsd-7.8-amd64/wheel/./cstruct running install_egg_info Copying cstruct.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./cstruct-5.3-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/cstruct-5.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-cstruct-5.3/cstruct-5.3/dist/.tmp-xiyum6ig/cstruct-5.3-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'cstruct/__init__.py' adding 'cstruct/abstract.py' adding 'cstruct/base.py' adding 'cstruct/c_expr.py' adding 'cstruct/c_parser.py' adding 'cstruct/cenum.py' adding 'cstruct/cstruct.py' adding 'cstruct/exceptions.py' adding 'cstruct/field.py' adding 'cstruct/mem_cstruct.py' adding 'cstruct/native_types.py' adding 'cstruct-5.3.dist-info/licenses/LICENSE' adding 'cstruct-5.3.dist-info/METADATA' adding 'cstruct-5.3.dist-info/WHEEL' adding 'cstruct-5.3.dist-info/top_level.txt' adding 'cstruct-5.3.dist-info/zip-safe' adding 'cstruct-5.3.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built cstruct-5.3-py2.py3-none-any.whl >>> Running package in devel/py-cstruct at 1764753980.40 ===> devel/py-cstruct ===> Faking installation for py3-cstruct-5.3p2 ===> Building package for py3-cstruct-5.3p2 Create /exopi-cvs/ports/packages/amd64/all/py3-cstruct-5.3p2.tgz Creating package py3-cstruct-5.3p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 15% checksumming|*********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************* | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 60% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|*** | 5% archiving|******** | 12% archiving|************ | 19% archiving|************* | 20% archiving|**************** | 24% archiving|****************** | 28% archiving|*********************** | 36% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 46% archiving|****************************** | 47% archiving|********************************* | 51% archiving|*********************************** | 55% archiving|************************************* | 58% archiving|*************************************** | 61% archiving|***************************************** | 64% archiving|******************************************* | 67% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|************************************************ | 75% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|****************************************************** | 84% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|************************************************************* | 95% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-cstruct-5.3p2.tgz >>> Running clean in devel/py-cstruct at 1764753981.82 ===> devel/py-cstruct ===> Cleaning for py3-cstruct-5.3p2 >>> Ended at 1764753982.09 max_stuck=1.30/depends=1.55/show-prepare-results=0.93/extract=0.37/build=1.64/package=1.41/clean=0.32