>>> Building on exopi-3 under textproc/py-textfsm BDEPENDS = [devel/py-wheel;devel/py-build;devel/py-setuptools;devel/py-installer;lang/python/3] DIST = [textproc/py-textfsm:textfsm-2.1.0.tar.gz] FULLPKGNAME = py3-textfsm-2.1.0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-3 at 1771598610.98) >>> Running depends in textproc/py-textfsm at 1771598611.03 last junk was in comms/py-dmr_utils3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 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-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-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 >>> Running show-prepare-results in textproc/py-textfsm at 1771598612.59 ===> textproc/py-textfsm ===> Building from scratch py3-textfsm-2.1.0 ===> py3-textfsm-2.1.0 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-textfsm-2.1.0 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-textfsm-2.1.0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-textfsm-2.1.0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-textfsm-2.1.0 depends on: py3-wheel-* -> py3-wheel-0.46.3 py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 (Junk lock released for exopi-3 at 1771598613.74) distfiles size=55486 >>> Running extract in textproc/py-textfsm at 1771598613.82 ===> textproc/py-textfsm ===> Checking files for py3-textfsm-2.1.0 `/exopi-cvs/ports/distfiles/textfsm-2.1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-textfsm-2.1.0 >>> Running build in textproc/py-textfsm at 1771598614.43 ===> textproc/py-textfsm ===> Patching for py3-textfsm-2.1.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-textfsm-2.1.0 ===> Configuring for py3-textfsm-2.1.0 ===> Building for py3-textfsm-2.1.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 :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing textfsm.egg-info/PKG-INFO writing dependency_links to textfsm.egg-info/dependency_links.txt writing entry points to textfsm.egg-info/entry_points.txt writing top-level names to textfsm.egg-info/top_level.txt reading manifest file 'textfsm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'COPYING' writing manifest file 'textfsm.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 :: Apache Software 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/textfsm copying textfsm/__init__.py -> build/lib/textfsm copying textfsm/clitable.py -> build/lib/textfsm copying textfsm/parser.py -> build/lib/textfsm copying textfsm/terminal.py -> build/lib/textfsm copying textfsm/texttable.py -> build/lib/textfsm running egg_info writing textfsm.egg-info/PKG-INFO writing dependency_links to textfsm.egg-info/dependency_links.txt writing entry points to textfsm.egg-info/entry_points.txt writing top-level names to textfsm.egg-info/top_level.txt reading manifest file 'textfsm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'COPYING' writing manifest file 'textfsm.egg-info/SOURCES.txt' creating build/lib/textfsm/../testdata copying textfsm/../testdata/clitable_templateA -> build/lib/textfsm/../testdata copying textfsm/../testdata/clitable_templateB -> build/lib/textfsm/../testdata copying textfsm/../testdata/clitable_templateC -> build/lib/textfsm/../testdata copying textfsm/../testdata/clitable_templateD -> build/lib/textfsm/../testdata copying textfsm/../testdata/default_index -> build/lib/textfsm/../testdata copying textfsm/../testdata/nondefault_index -> build/lib/textfsm/../testdata copying textfsm/../testdata/parseindex_index -> build/lib/textfsm/../testdata copying textfsm/../testdata/parseindexfail1_index -> build/lib/textfsm/../testdata copying textfsm/../testdata/parseindexfail2_index -> build/lib/textfsm/../testdata copying textfsm/../testdata/parseindexfail3_index -> build/lib/textfsm/../testdata 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/textfsm copying build/lib/textfsm/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./textfsm copying build/lib/textfsm/clitable.py -> build/bdist.openbsd-7.8-amd64/wheel/./textfsm copying build/lib/textfsm/parser.py -> build/bdist.openbsd-7.8-amd64/wheel/./textfsm copying build/lib/textfsm/terminal.py -> build/bdist.openbsd-7.8-amd64/wheel/./textfsm copying build/lib/textfsm/texttable.py -> build/bdist.openbsd-7.8-amd64/wheel/./textfsm creating build/bdist.openbsd-7.8-amd64/wheel/testdata copying build/lib/testdata/clitable_templateA -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/clitable_templateB -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/clitable_templateC -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/clitable_templateD -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/default_index -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/nondefault_index -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/parseindex_index -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/parseindexfail1_index -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/parseindexfail2_index -> build/bdist.openbsd-7.8-amd64/wheel/./testdata copying build/lib/testdata/parseindexfail3_index -> build/bdist.openbsd-7.8-amd64/wheel/./testdata running install_egg_info Copying textfsm.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./textfsm-2.1.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/textfsm-2.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-textfsm-2.1.0/textfsm-2.1.0/dist/.tmp-xj7xta9u/textfsm-2.1.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'testdata/clitable_templateA' adding 'testdata/clitable_templateB' adding 'testdata/clitable_templateC' adding 'testdata/clitable_templateD' adding 'testdata/default_index' adding 'testdata/nondefault_index' adding 'testdata/parseindex_index' adding 'testdata/parseindexfail1_index' adding 'testdata/parseindexfail2_index' adding 'testdata/parseindexfail3_index' adding 'textfsm/__init__.py' adding 'textfsm/clitable.py' adding 'textfsm/parser.py' adding 'textfsm/terminal.py' adding 'textfsm/texttable.py' adding 'textfsm-2.1.0.dist-info/licenses/COPYING' adding 'textfsm-2.1.0.dist-info/licenses/LICENSE.txt' adding 'textfsm-2.1.0.dist-info/METADATA' adding 'textfsm-2.1.0.dist-info/WHEEL' adding 'textfsm-2.1.0.dist-info/entry_points.txt' adding 'textfsm-2.1.0.dist-info/top_level.txt' adding 'textfsm-2.1.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built textfsm-2.1.0-py2.py3-none-any.whl >>> Running package in textproc/py-textfsm at 1771598616.61 ===> textproc/py-textfsm ===> Faking installation for py3-textfsm-2.1.0 ===> Building package for py3-textfsm-2.1.0 Create /exopi-cvs/ports/packages/amd64/all/py3-textfsm-2.1.0.tgz Creating package py3-textfsm-2.1.0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 4% checksumming|**** | 6% checksumming|***** | 9% checksumming|****** | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************* | 40% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|************************************ | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|******************************************************* | 89% checksumming|******************************************************** | 91% checksumming|********************************************************* | 94% checksumming|********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 5% archiving|****** | 9% archiving|************** | 22% archiving|********************** | 34% archiving|************************* | 39% archiving|**************************** | 44% archiving|*********************************** | 55% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|********************************************* | 71% archiving|*************************************************** | 80% archiving|****************************************************** | 84% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-textfsm-2.1.0.tgz >>> Running clean in textproc/py-textfsm at 1771598618.35 ===> textproc/py-textfsm ===> Cleaning for py3-textfsm-2.1.0 >>> Ended at 1771598618.60 max_stuck=1.16/depends=1.57/show-prepare-results=1.19/extract=0.61/build=2.22/package=1.70/clean=0.33