>>> Building on exopi-6 under devel/py-bencode BDEPENDS = [devel/py-installer;devel/py-pbr;devel/py-build;lang/python/3;devel/py-setuptools;devel/py-wheel] DIST = [devel/py-bencode:bencode.py-4.0.0.tar.gz] FULLPKGNAME = py3-bencode-4.0.0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-6 at 1771825287.97) >>> Running depends in devel/py-bencode at 1771825288.01 last junk was in x11/gnustep/gorm /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-pbr-7.0.3 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-pbr-7.0.3 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-pbr-7.0.3 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 >>> Running show-prepare-results in devel/py-bencode at 1771825292.28 ===> devel/py-bencode ===> Building from scratch py3-bencode-4.0.0 ===> py3-bencode-4.0.0 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-bencode-4.0.0 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-bencode-4.0.0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-bencode-4.0.0 depends on: py3-pbr-* -> py3-pbr-7.0.3 ===> py3-bencode-4.0.0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-bencode-4.0.0 depends on: py3-wheel-* -> py3-wheel-0.46.3 py3-build-1.4.0 py3-installer-0.7.0p2 py3-pbr-7.0.3 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 (Junk lock released for exopi-6 at 1771825293.73) distfiles size=19842 >>> Running build in devel/py-bencode at 1771825293.77 ===> devel/py-bencode ===> Checking files for py3-bencode-4.0.0 `/exopi-cvs/ports/distfiles/bencode.py-4.0.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-bencode-4.0.0 ===> Patching for py3-bencode-4.0.0 ===> Applying OpenBSD patch patch-setup_cfg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: setup.cfg |--- setup.cfg.orig |+++ setup.cfg -------------------------- Patching file setup.cfg using Plan A... Hunk #1 succeeded at 1. done ===> 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-bencode-4.0.0 ===> Configuring for py3-bencode-4.0.0 ===> Building for py3-bencode-4.0.0 * 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 :: Other/Proprietary License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() * 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 :: Other/Proprietary 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/bencode copying bencode/BTL.py -> build/lib/bencode copying bencode/exceptions.py -> build/lib/bencode copying bencode/__init__.py -> build/lib/bencode creating build/lib/bencodepy copying bencodepy/common.py -> build/lib/bencodepy copying bencodepy/compat.py -> build/lib/bencodepy copying bencodepy/decoder.py -> build/lib/bencodepy copying bencodepy/encoder.py -> build/lib/bencodepy copying bencodepy/exceptions.py -> build/lib/bencodepy copying bencodepy/__init__.py -> build/lib/bencodepy running egg_info writing bencode.py.egg-info/PKG-INFO writing dependency_links to bencode.py.egg-info/dependency_links.txt writing top-level names to bencode.py.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt installing to build/bdist.openbsd-7.8-amd64/wheel running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/bencode copying build/lib/bencode/BTL.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencode copying build/lib/bencode/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencode copying build/lib/bencode/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencode creating build/bdist.openbsd-7.8-amd64/wheel/bencodepy copying build/lib/bencodepy/common.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencodepy copying build/lib/bencodepy/compat.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencodepy copying build/lib/bencodepy/decoder.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencodepy copying build/lib/bencodepy/encoder.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencodepy copying build/lib/bencodepy/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencodepy copying build/lib/bencodepy/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./bencodepy running install_egg_info Copying bencode.py.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./bencode.py-4.0.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/bencode_py-4.0.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-bencode-4.0.0/bencode.py-4.0.0/dist/.tmp-0dvzfvz2/bencode_py-4.0.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'bencode/BTL.py' adding 'bencode/__init__.py' adding 'bencode/exceptions.py' adding 'bencode_py-4.0.0.dist-info/licenses/AUTHORS' adding 'bencode_py-4.0.0.dist-info/licenses/AUTHORS.in' adding 'bencode_py-4.0.0.dist-info/licenses/LICENSE' adding 'bencodepy/__init__.py' adding 'bencodepy/common.py' adding 'bencodepy/compat.py' adding 'bencodepy/decoder.py' adding 'bencodepy/encoder.py' adding 'bencodepy/exceptions.py' adding 'bencode_py-4.0.0.dist-info/METADATA' adding 'bencode_py-4.0.0.dist-info/WHEEL' adding 'bencode_py-4.0.0.dist-info/pbr.json' adding 'bencode_py-4.0.0.dist-info/top_level.txt' adding 'bencode_py-4.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built bencode_py-4.0.0-py2.py3-none-any.whl >>> Running package in devel/py-bencode at 1771825296.48 ===> devel/py-bencode ===> Faking installation for py3-bencode-4.0.0 ===> Building package for py3-bencode-4.0.0 Create /exopi-cvs/ports/packages/amd64/all/py3-bencode-4.0.0.tgz Creating package py3-bencode-4.0.0 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|********* | 14% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 36% 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|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|****** | 9% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|*********** | 17% archiving|************ | 18% archiving|**************** | 24% archiving|******************** | 31% archiving|************************ | 37% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|****************************************** | 66% archiving|********************************************* | 71% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-bencode-4.0.0.tgz >>> Running clean in devel/py-bencode at 1771825298.16 ===> devel/py-bencode ===> Cleaning for py3-bencode-4.0.0 >>> Ended at 1771825298.41 max_stuck=1.05/depends=4.28/show-prepare-results=1.48/build=2.72/package=1.68/clean=0.27