>>> Building on exopi-5 under devel/py-fastimport BDEPENDS = [devel/py-wheel;devel/py-installer;devel/py-setuptools;devel/py-build;lang/python/3] DIST = [devel/py-fastimport:fastimport-0.9.16.tar.gz] FULLPKGNAME = py3-fastimport-0.9.16 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-5 at 1764617824.19) >>> Running depends in devel/py-fastimport at 1764617824.23 last junk was in security/py-potr /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-fastimport at 1764617825.93 ===> devel/py-fastimport ===> Building from scratch py3-fastimport-0.9.16 ===> py3-fastimport-0.9.16 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-fastimport-0.9.16 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-fastimport-0.9.16 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-fastimport-0.9.16 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-fastimport-0.9.16 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 1764617826.90) distfiles size=50475 >>> Running extract in devel/py-fastimport at 1764617826.93 ===> devel/py-fastimport ===> Checking files for py3-fastimport-0.9.16 `/exopi-cvs/ports/distfiles/fastimport-0.9.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-fastimport-0.9.16 >>> Running build in devel/py-fastimport at 1764617827.27 ===> devel/py-fastimport ===> Patching for py3-fastimport-0.9.16 ===> 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-fastimport-0.9.16 ===> Configuring for py3-fastimport-0.9.16 ===> Building for py3-fastimport-0.9.16 * Getting build dependencies for wheel... toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 58, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /usr/local/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: GNU General Public License v2 or later (GPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing fastimport.egg-info/PKG-INFO writing dependency_links to fastimport.egg-info/dependency_links.txt writing top-level names to fastimport.egg-info/top_level.txt reading manifest file 'fastimport.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'NEWS' warning: no files found matching 'fastimport/tests' anywhere in distribution adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'fastimport.egg-info/SOURCES.txt' * Building wheel... toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 58, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' /usr/local/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /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 :: GNU General Public License v2 or later (GPLv2+) 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/fastimport copying fastimport/__init__.py -> build/lib/fastimport copying fastimport/commands.py -> build/lib/fastimport copying fastimport/dates.py -> build/lib/fastimport copying fastimport/errors.py -> build/lib/fastimport copying fastimport/helpers.py -> build/lib/fastimport copying fastimport/parser.py -> build/lib/fastimport copying fastimport/processor.py -> build/lib/fastimport copying fastimport/reftracker.py -> build/lib/fastimport creating build/lib/fastimport/processors copying fastimport/processors/__init__.py -> build/lib/fastimport/processors copying fastimport/processors/filter_processor.py -> build/lib/fastimport/processors copying fastimport/processors/info_processor.py -> build/lib/fastimport/processors copying fastimport/processors/query_processor.py -> build/lib/fastimport/processors copying fastimport/py.typed -> build/lib/fastimport running build_scripts creating build/scripts-3.13 copying and adjusting bin/fast-import-query -> build/scripts-3.13 copying and adjusting bin/fast-import-filter -> build/scripts-3.13 copying and adjusting bin/fast-import-info -> build/scripts-3.13 changing mode of build/scripts-3.13/fast-import-query from 644 to 755 changing mode of build/scripts-3.13/fast-import-filter from 644 to 755 changing mode of build/scripts-3.13/fast-import-info from 644 to 755 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/fastimport copying build/lib/fastimport/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/commands.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/dates.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/errors.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/helpers.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/parser.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/processor.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport copying build/lib/fastimport/reftracker.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport creating build/bdist.openbsd-7.8-amd64/wheel/fastimport/processors copying build/lib/fastimport/processors/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport/processors copying build/lib/fastimport/processors/filter_processor.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport/processors copying build/lib/fastimport/processors/info_processor.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport/processors copying build/lib/fastimport/processors/query_processor.py -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport/processors copying build/lib/fastimport/py.typed -> build/bdist.openbsd-7.8-amd64/wheel/./fastimport running install_egg_info running egg_info writing fastimport.egg-info/PKG-INFO writing dependency_links to fastimport.egg-info/dependency_links.txt writing top-level names to fastimport.egg-info/top_level.txt reading manifest file 'fastimport.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'NEWS' warning: no files found matching 'fastimport/tests' anywhere in distribution adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'fastimport.egg-info/SOURCES.txt' Copying fastimport.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./fastimport-0.9.16-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts copying build/scripts-3.13/fast-import-query -> build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts copying build/scripts-3.13/fast-import-filter -> build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts copying build/scripts-3.13/fast-import-info -> build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts changing mode of build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts/fast-import-query to 755 changing mode of build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts/fast-import-filter to 755 changing mode of build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.data/scripts/fast-import-info to 755 creating build/bdist.openbsd-7.8-amd64/wheel/fastimport-0.9.16.dist-info/WHEEL creating '/exopi-obj/pobj/py-fastimport-0.9.16/fastimport-0.9.16/dist/.tmp-abn2hlls/fastimport-0.9.16-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'fastimport/__init__.py' adding 'fastimport/commands.py' adding 'fastimport/dates.py' adding 'fastimport/errors.py' adding 'fastimport/helpers.py' adding 'fastimport/parser.py' adding 'fastimport/processor.py' adding 'fastimport/py.typed' adding 'fastimport/reftracker.py' adding 'fastimport/processors/__init__.py' adding 'fastimport/processors/filter_processor.py' adding 'fastimport/processors/info_processor.py' adding 'fastimport/processors/query_processor.py' adding 'fastimport-0.9.16.data/scripts/fast-import-filter' adding 'fastimport-0.9.16.data/scripts/fast-import-info' adding 'fastimport-0.9.16.data/scripts/fast-import-query' adding 'fastimport-0.9.16.dist-info/licenses/AUTHORS' adding 'fastimport-0.9.16.dist-info/licenses/COPYING' adding 'fastimport-0.9.16.dist-info/METADATA' adding 'fastimport-0.9.16.dist-info/WHEEL' adding 'fastimport-0.9.16.dist-info/top_level.txt' adding 'fastimport-0.9.16.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built fastimport-0.9.16-py2.py3-none-any.whl >>> Running package in devel/py-fastimport at 1764617829.47 ===> devel/py-fastimport ===> Faking installation for py3-fastimport-0.9.16 ===> Building package for py3-fastimport-0.9.16 Create /exopi-cvs/ports/packages/amd64/all/py3-fastimport-0.9.16.tgz Creating package py3-fastimport-0.9.16 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 35% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 48% checksumming|******************************* | 50% checksumming|******************************* | 52% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***** | 8% archiving|********* | 15% archiving|********** | 16% archiving|************ | 19% archiving|************* | 21% archiving|*************** | 23% archiving|**************** | 26% archiving|********************* | 33% archiving|************************** | 41% archiving|**************************** | 43% archiving|***************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|********************************* | 51% archiving|*********************************** | 55% archiving|************************************** | 59% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 77% archiving|************************************************** | 79% archiving|******************************************************* | 85% archiving|******************************************************** | 87% archiving|********************************************************** | 90% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-fastimport-0.9.16.tgz >>> Running clean in devel/py-fastimport at 1764617830.81 ===> devel/py-fastimport ===> Cleaning for py3-fastimport-0.9.16 >>> Ended at 1764617831.18 max_stuck=1.43/depends=1.71/show-prepare-results=1.01/extract=0.34/build=2.19/package=1.35/clean=0.40