>>> Building on exopi-6 under devel/py-mox3 BDEPENDS = [lang/python/3;devel/py-installer;devel/py-pbr;devel/py-wheel;devel/py-build;devel/py-setuptools] DIST = [devel/py-mox3:mox3-1.1.0.tar.gz] FULLPKGNAME = py3-mox3-1.1.0p9 RDEPENDS = [devel/py-fixtures;devel/py-pbr;lang/python/3] (Junk lock obtained for exopi-6 at 1764821609.38) >>> Running depends in devel/py-mox3 at 1764821609.44 last junk was in sysutils/seatd /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-pbr-7.0.2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-pbr-7.0.2 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-pbr-7.0.2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 >>> Running show-prepare-results in devel/py-mox3 at 1764821612.44 ===> devel/py-mox3 ===> Building from scratch py3-mox3-1.1.0p9 ===> py3-mox3-1.1.0p9 depends on: py3-pbr-* -> py3-pbr-7.0.2 ===> py3-mox3-1.1.0p9 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-mox3-1.1.0p9 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-mox3-1.1.0p9 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-mox3-1.1.0p9 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-mox3-1.1.0p9 depends on: py3-wheel-* -> py3-wheel-0.46.1 py3-build-1.3.0 py3-installer-0.7.0p2 py3-pbr-7.0.2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-6 at 1764821613.83) distfiles size=44211 >>> Running extract in devel/py-mox3 at 1764821613.88 ===> devel/py-mox3 ===> Checking files for py3-mox3-1.1.0p9 `/exopi-cvs/ports/distfiles/mox3-1.1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-mox3-1.1.0p9 >>> Running build in devel/py-mox3 at 1764821614.23 ===> devel/py-mox3 ===> Patching for py3-mox3-1.1.0p9 ===> 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-mox3-1.1.0p9 ===> Configuring for py3-mox3-1.1.0p9 ===> Building for py3-mox3-1.1.0p9 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-requires' in 'metadata' (setup.cfg), please use the underscore name 'python_requires' instead. !! ******************************************************************************** Usage of dash-separated 'python-requires' will not be supported in future versions. Please use the underscore name 'python_requires' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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() * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/command/develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/local/lib/python3.13/site-packages/pbr/setupcfg.py:831: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: mox3). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg), please use the underscore name 'author_email' instead. !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. (Affected: mox3). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 'metadata' (setup.cfg), please use the underscore name 'home_page' instead. !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. (Affected: mox3). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'python-requires' in 'metadata' (setup.cfg), please use the underscore name 'python_requires' instead. !! ******************************************************************************** Usage of dash-separated 'python-requires' will not be supported in future versions. Please use the underscore name 'python_requires' instead. (Affected: mox3). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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/mox3/tests copying mox3/tests/test_mox.py -> build/lib/mox3/tests copying mox3/tests/stubout_helper.py -> build/lib/mox3/tests copying mox3/tests/test_stubout.py -> build/lib/mox3/tests copying mox3/tests/mox_helper.py -> build/lib/mox3/tests copying mox3/tests/__init__.py -> build/lib/mox3/tests copying mox3/fixture.py -> build/lib/mox3 copying mox3/stubout.py -> build/lib/mox3 copying mox3/mox.py -> build/lib/mox3 copying mox3/__init__.py -> build/lib/mox3 running egg_info writing mox3.egg-info/PKG-INFO writing dependency_links to mox3.egg-info/dependency_links.txt writing requirements to mox3.egg-info/requires.txt writing top-level names to mox3.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/mox3 creating build/bdist.openbsd-7.8-amd64/wheel/mox3/tests copying build/lib/mox3/tests/test_mox.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3/tests copying build/lib/mox3/tests/stubout_helper.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3/tests copying build/lib/mox3/tests/test_stubout.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3/tests copying build/lib/mox3/tests/mox_helper.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3/tests copying build/lib/mox3/tests/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3/tests copying build/lib/mox3/fixture.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3 copying build/lib/mox3/stubout.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3 copying build/lib/mox3/mox.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3 copying build/lib/mox3/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./mox3 running install_egg_info Copying mox3.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./mox3-1.1.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/mox3-1.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-mox3-1.1.0/mox3-1.1.0/dist/.tmp-qzgg2j8s/mox3-1.1.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'mox3/__init__.py' adding 'mox3/fixture.py' adding 'mox3/mox.py' adding 'mox3/stubout.py' adding 'mox3/tests/__init__.py' adding 'mox3/tests/mox_helper.py' adding 'mox3/tests/stubout_helper.py' adding 'mox3/tests/test_mox.py' adding 'mox3/tests/test_stubout.py' adding 'mox3-1.1.0.dist-info/licenses/AUTHORS' adding 'mox3-1.1.0.dist-info/licenses/COPYING.txt' adding 'mox3-1.1.0.dist-info/METADATA' adding 'mox3-1.1.0.dist-info/WHEEL' adding 'mox3-1.1.0.dist-info/pbr.json' adding 'mox3-1.1.0.dist-info/top_level.txt' adding 'mox3-1.1.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built mox3-1.1.0-py3-none-any.whl >>> Running package in devel/py-mox3 at 1764821616.24 ===> devel/py-mox3 ===> Faking installation for py3-mox3-1.1.0p9 /usr/local/lib/python3.13/site-packages/mox3/tests/test_mox.py:319: SyntaxWarning: invalid escape sequence '\s' /usr/local/lib/python3.13/site-packages/mox3/tests/test_mox.py:324: SyntaxWarning: invalid escape sequence '\s' /usr/local/lib/python3.13/site-packages/mox3/tests/test_mox.py:319: SyntaxWarning: invalid escape sequence '\s' /usr/local/lib/python3.13/site-packages/mox3/tests/test_mox.py:324: SyntaxWarning: invalid escape sequence '\s' ===> Building package for py3-mox3-1.1.0p9 Create /exopi-cvs/ports/packages/amd64/all/py3-mox3-1.1.0p9.tgz Creating package py3-mox3-1.1.0p9 reading plist| checking dependencies| checking dependencies|devel/py-fixtures checking dependencies|devel/py-pbr 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|**************** | 25% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 35% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 75% 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|******** | 12% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************************** | 50% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-mox3-1.1.0p9.tgz >>> Running clean in devel/py-mox3 at 1764821618.60 ===> devel/py-mox3 ===> Cleaning for py3-mox3-1.1.0p9 >>> Ended at 1764821618.91 max_stuck=0.71/depends=3.01/show-prepare-results=1.44/extract=0.35/build=1.99/package=2.37/clean=0.35