>>> Building on exopi-4 under devel/pyflakes BDEPENDS = [devel/py-wheel;devel/py-setuptools;lang/python/3;devel/py-installer;devel/py-build] DIST = [devel/pyflakes:pyflakes-3.2.0.tar.gz] FULLPKGNAME = pyflakes-3.2.0p2 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-4 at 1764753924.62) >>> Running depends in devel/pyflakes at 1764753924.68 last junk was in misc/py-jdcal /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/pyflakes at 1764753926.16 ===> devel/pyflakes ===> Building from scratch pyflakes-3.2.0p2 ===> pyflakes-3.2.0p2 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> pyflakes-3.2.0p2 depends on: py3-build-* -> py3-build-1.3.0 ===> pyflakes-3.2.0p2 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> pyflakes-3.2.0p2 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> pyflakes-3.2.0p2 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-4 at 1764753926.96) distfiles size=63788 >>> Running extract in devel/pyflakes at 1764753927.03 ===> devel/pyflakes ===> Checking files for pyflakes-3.2.0p2 `/exopi-cvs/ports/distfiles/pyflakes-3.2.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for pyflakes-3.2.0p2 >>> Running build in devel/pyflakes at 1764753927.47 ===> devel/pyflakes ===> Patching for pyflakes-3.2.0p2 ===> 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 pyflakes-3.2.0p2 ===> Configuring for pyflakes-3.2.0p2 ===> Building for pyflakes-3.2.0p2 * 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/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing pyflakes.egg-info/PKG-INFO writing dependency_links to pyflakes.egg-info/dependency_links.txt writing entry points to pyflakes.egg-info/entry_points.txt writing top-level names to pyflakes.egg-info/top_level.txt reading manifest file 'pyflakes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyflakes.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/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT 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/pyflakes copying pyflakes/__init__.py -> build/lib/pyflakes copying pyflakes/__main__.py -> build/lib/pyflakes copying pyflakes/api.py -> build/lib/pyflakes copying pyflakes/checker.py -> build/lib/pyflakes copying pyflakes/messages.py -> build/lib/pyflakes copying pyflakes/reporter.py -> build/lib/pyflakes creating build/lib/pyflakes/scripts copying pyflakes/scripts/__init__.py -> build/lib/pyflakes/scripts copying pyflakes/scripts/pyflakes.py -> build/lib/pyflakes/scripts creating build/lib/pyflakes/test copying pyflakes/test/__init__.py -> build/lib/pyflakes/test copying pyflakes/test/harness.py -> build/lib/pyflakes/test copying pyflakes/test/test_api.py -> build/lib/pyflakes/test copying pyflakes/test/test_builtin.py -> build/lib/pyflakes/test copying pyflakes/test/test_code_segment.py -> build/lib/pyflakes/test copying pyflakes/test/test_dict.py -> build/lib/pyflakes/test copying pyflakes/test/test_doctests.py -> build/lib/pyflakes/test copying pyflakes/test/test_imports.py -> build/lib/pyflakes/test copying pyflakes/test/test_is_literal.py -> build/lib/pyflakes/test copying pyflakes/test/test_match.py -> build/lib/pyflakes/test copying pyflakes/test/test_other.py -> build/lib/pyflakes/test copying pyflakes/test/test_type_annotations.py -> build/lib/pyflakes/test copying pyflakes/test/test_undefined_names.py -> build/lib/pyflakes/test 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/pyflakes copying build/lib/pyflakes/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes copying build/lib/pyflakes/__main__.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes copying build/lib/pyflakes/api.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes copying build/lib/pyflakes/checker.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes copying build/lib/pyflakes/messages.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes copying build/lib/pyflakes/reporter.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes creating build/bdist.openbsd-7.8-amd64/wheel/pyflakes/scripts copying build/lib/pyflakes/scripts/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/scripts copying build/lib/pyflakes/scripts/pyflakes.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/scripts creating build/bdist.openbsd-7.8-amd64/wheel/pyflakes/test copying build/lib/pyflakes/test/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/harness.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_api.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_builtin.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_code_segment.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_dict.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_doctests.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_imports.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_is_literal.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_match.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_other.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_type_annotations.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test copying build/lib/pyflakes/test/test_undefined_names.py -> build/bdist.openbsd-7.8-amd64/wheel/./pyflakes/test running install_egg_info running egg_info writing pyflakes.egg-info/PKG-INFO writing dependency_links to pyflakes.egg-info/dependency_links.txt writing entry points to pyflakes.egg-info/entry_points.txt writing top-level names to pyflakes.egg-info/top_level.txt reading manifest file 'pyflakes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyflakes.egg-info/SOURCES.txt' Copying pyflakes.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./pyflakes-3.2.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/pyflakes-3.2.0.dist-info/WHEEL creating '/exopi-obj/pobj/pyflakes-3.2.0/pyflakes-3.2.0/dist/.tmp-ynovjeow/pyflakes-3.2.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'pyflakes/__init__.py' adding 'pyflakes/__main__.py' adding 'pyflakes/api.py' adding 'pyflakes/checker.py' adding 'pyflakes/messages.py' adding 'pyflakes/reporter.py' adding 'pyflakes/scripts/__init__.py' adding 'pyflakes/scripts/pyflakes.py' adding 'pyflakes/test/__init__.py' adding 'pyflakes/test/harness.py' adding 'pyflakes/test/test_api.py' adding 'pyflakes/test/test_builtin.py' adding 'pyflakes/test/test_code_segment.py' adding 'pyflakes/test/test_dict.py' adding 'pyflakes/test/test_doctests.py' adding 'pyflakes/test/test_imports.py' adding 'pyflakes/test/test_is_literal.py' adding 'pyflakes/test/test_match.py' adding 'pyflakes/test/test_other.py' adding 'pyflakes/test/test_type_annotations.py' adding 'pyflakes/test/test_undefined_names.py' adding 'pyflakes-3.2.0.dist-info/licenses/LICENSE' adding 'pyflakes-3.2.0.dist-info/METADATA' adding 'pyflakes-3.2.0.dist-info/WHEEL' adding 'pyflakes-3.2.0.dist-info/entry_points.txt' adding 'pyflakes-3.2.0.dist-info/top_level.txt' adding 'pyflakes-3.2.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built pyflakes-3.2.0-py2.py3-none-any.whl >>> Running package in devel/pyflakes at 1764753928.83 ===> devel/pyflakes ===> Faking installation for pyflakes-3.2.0p2 ===> Building package for pyflakes-3.2.0p2 Create /exopi-cvs/ports/packages/amd64/all/pyflakes-3.2.0p2.tgz Creating package pyflakes-3.2.0p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 12% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|******* | 11% archiving|************* | 21% archiving|************** | 22% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|****************** | 29% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 35% archiving|************************ | 37% archiving|************************* | 39% archiving|**************************** | 43% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|************************************ | 56% archiving|**************************************** | 63% archiving|****************************************** | 66% archiving|******************************************** | 68% archiving|********************************************** | 71% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************* | 96% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/pyflakes-3.2.0p2.tgz >>> Running clean in devel/pyflakes at 1764753930.17 ===> devel/pyflakes ===> Cleaning for pyflakes-3.2.0p2 >>> Ended at 1764753930.77 max_stuck=0.65/depends=1.50/show-prepare-results=0.84/extract=0.48/build=1.35/package=1.30/clean=0.68