>>> Building on exopi-1 under net/py-tld BDEPENDS = [devel/py-installer;devel/py-wheel;lang/python/3;devel/py-setuptools_scm;devel/py-build;devel/py-setuptools] DIST = [net/py-tld:tld-0.13.1.tar.gz] FULLPKGNAME = py3-tld-0.13.1 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-1 at 1771434083.85) >>> Running depends in net/py-tld at 1771434083.90 last junk was in devel/py-aiosignal /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2 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-setuptools_scm-9.2.2 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-setuptools_scm-9.2.2 py3-wheel-0.46.3 python-3.13.11p2 >>> Running show-prepare-results in net/py-tld at 1771434085.88 ===> net/py-tld ===> Building from scratch py3-tld-0.13.1 ===> py3-tld-0.13.1 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-tld-0.13.1 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-tld-0.13.1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-tld-0.13.1 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-tld-0.13.1 depends on: py3-wheel-* -> py3-wheel-0.46.3 ===> py3-tld-0.13.1 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-9.2.2 py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-setuptools_scm-9.2.2 py3-wheel-0.46.3 python-3.13.11p2 (Junk lock released for exopi-1 at 1771434087.09) distfiles size=462000 >>> Running extract in net/py-tld at 1771434087.13 ===> net/py-tld ===> Checking files for py3-tld-0.13.1 `/exopi-cvs/ports/distfiles/tld-0.13.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-tld-0.13.1 >>> Running build in net/py-tld at 1771434087.47 ===> net/py-tld ===> Patching for py3-tld-0.13.1 ===> 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-tld-0.13.1 ===> Configuring for py3-tld-0.13.1 ===> Building for py3-tld-0.13.1 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running egg_info writing src/tld.egg-info/PKG-INFO writing dependency_links to src/tld.egg-info/dependency_links.txt writing entry points to src/tld.egg-info/entry_points.txt writing top-level names to src/tld.egg-info/top_level.txt reading manifest file 'src/tld.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'src_py27/tld/res' warning: no files found matching '*' under directory 'src_py35/tld/res' warning: no directories found matching 'src_py27/tld/tests/res' warning: no directories found matching 'src_py35/tld/tests/res' adding license file 'LICENSE_LGPL_2.1.txt' writing manifest file 'src/tld.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. /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/tld copying src/tld/__init__.py -> build/lib/tld copying src/tld/base.py -> build/lib/tld copying src/tld/conf.py -> build/lib/tld copying src/tld/defaults.py -> build/lib/tld copying src/tld/exceptions.py -> build/lib/tld copying src/tld/helpers.py -> build/lib/tld copying src/tld/registry.py -> build/lib/tld copying src/tld/result.py -> build/lib/tld copying src/tld/trie.py -> build/lib/tld copying src/tld/utils.py -> build/lib/tld creating build/lib/tld/tests copying src/tld/tests/__init__.py -> build/lib/tld/tests copying src/tld/tests/base.py -> build/lib/tld/tests copying src/tld/tests/test_commands.py -> build/lib/tld/tests copying src/tld/tests/test_core.py -> build/lib/tld/tests copying src/tld/tests/test_registry.py -> build/lib/tld/tests running egg_info writing src/tld.egg-info/PKG-INFO writing dependency_links to src/tld.egg-info/dependency_links.txt writing entry points to src/tld.egg-info/entry_points.txt writing top-level names to src/tld.egg-info/top_level.txt reading manifest file 'src/tld.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'src_py27/tld/res' warning: no files found matching '*' under directory 'src_py35/tld/res' warning: no directories found matching 'src_py27/tld/tests/res' warning: no directories found matching 'src_py35/tld/tests/res' adding license file 'LICENSE_LGPL_2.1.txt' writing manifest file 'src/tld.egg-info/SOURCES.txt' copying src/tld/py.typed -> build/lib/tld creating build/lib/tld/res copying src/tld/res/effective_tld_names.dat.txt -> build/lib/tld/res copying src/tld/res/effective_tld_names_public_only.dat.txt -> build/lib/tld/res creating build/lib/tld/tests/res copying src/tld/tests/res/effective_tld_names_custom.dat.txt -> build/lib/tld/tests/res 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/tld copying build/lib/tld/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/base.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/conf.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/defaults.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/helpers.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/registry.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/result.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/trie.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld copying build/lib/tld/utils.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld creating build/bdist.openbsd-7.8-amd64/wheel/tld/tests copying build/lib/tld/tests/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld/tests copying build/lib/tld/tests/base.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld/tests copying build/lib/tld/tests/test_commands.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld/tests copying build/lib/tld/tests/test_core.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld/tests copying build/lib/tld/tests/test_registry.py -> build/bdist.openbsd-7.8-amd64/wheel/./tld/tests creating build/bdist.openbsd-7.8-amd64/wheel/tld/tests/res copying build/lib/tld/tests/res/effective_tld_names_custom.dat.txt -> build/bdist.openbsd-7.8-amd64/wheel/./tld/tests/res copying build/lib/tld/py.typed -> build/bdist.openbsd-7.8-amd64/wheel/./tld creating build/bdist.openbsd-7.8-amd64/wheel/tld/res copying build/lib/tld/res/effective_tld_names.dat.txt -> build/bdist.openbsd-7.8-amd64/wheel/./tld/res copying build/lib/tld/res/effective_tld_names_public_only.dat.txt -> build/bdist.openbsd-7.8-amd64/wheel/./tld/res running install_egg_info Copying src/tld.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./tld-0.13.1-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/tld-0.13.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-tld-0.13.1/tld-0.13.1/dist/.tmp-_wvk5fzh/tld-0.13.1-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'tld/__init__.py' adding 'tld/base.py' adding 'tld/conf.py' adding 'tld/defaults.py' adding 'tld/exceptions.py' adding 'tld/helpers.py' adding 'tld/py.typed' adding 'tld/registry.py' adding 'tld/result.py' adding 'tld/trie.py' adding 'tld/utils.py' adding 'tld/res/effective_tld_names.dat.txt' adding 'tld/res/effective_tld_names_public_only.dat.txt' adding 'tld/tests/__init__.py' adding 'tld/tests/base.py' adding 'tld/tests/test_commands.py' adding 'tld/tests/test_core.py' adding 'tld/tests/test_registry.py' adding 'tld/tests/res/effective_tld_names_custom.dat.txt' adding 'tld-0.13.1.dist-info/licenses/LICENSE_LGPL_2.1.txt' adding 'tld-0.13.1.dist-info/METADATA' adding 'tld-0.13.1.dist-info/WHEEL' adding 'tld-0.13.1.dist-info/entry_points.txt' adding 'tld-0.13.1.dist-info/top_level.txt' adding 'tld-0.13.1.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built tld-0.13.1-py2.py3-none-any.whl >>> Running package in net/py-tld at 1771434089.74 ===> net/py-tld ===> Faking installation for py3-tld-0.13.1 ===> Building package for py3-tld-0.13.1 Create /exopi-cvs/ports/packages/amd64/all/py3-tld-0.13.1.tgz Creating package py3-tld-0.13.1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|****** | 10% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|**************************** | 44% archiving|*********************************************** | 73% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-tld-0.13.1.tgz >>> Running clean in net/py-tld at 1771434091.33 ===> net/py-tld ===> Cleaning for py3-tld-0.13.1 >>> Ended at 1771434091.60 max_stuck=0.00/depends=1.98/show-prepare-results=1.26/extract=0.34/build=2.28/package=1.59/clean=0.31