>>> Building on exopi-1 under devel/py-test-trio BDEPENDS = [devel/py-setuptools;devel/py-installer;devel/py-build;devel/py-wheel;lang/python/3] DIST = [devel/py-test-trio:pytest-trio-0.8.0.tar.gz] FULLPKGNAME = py3-test-trio-0.8.0p0 RDEPENDS = [devel/py-outcome;devel/py-trio;lang/python/3] (Junk lock obtained for exopi-1 at 1764964098.15) >>> Running depends in devel/py-test-trio at 1764964098.20 last junk was in productivity/radicale /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 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 >>> Running show-prepare-results in devel/py-test-trio at 1764964100.41 ===> devel/py-test-trio ===> Building from scratch py3-test-trio-0.8.0p0 ===> py3-test-trio-0.8.0p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-test-trio-0.8.0p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-test-trio-0.8.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-test-trio-0.8.0p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-test-trio-0.8.0p0 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-1 at 1764964101.47) distfiles size=46525 >>> Running extract in devel/py-test-trio at 1764964101.52 ===> devel/py-test-trio ===> Checking files for py3-test-trio-0.8.0p0 `/exopi-cvs/ports/distfiles/pytest-trio-0.8.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-test-trio-0.8.0p0 >>> Running build in devel/py-test-trio at 1764964101.88 ===> devel/py-test-trio ===> Patching for py3-test-trio-0.8.0p0 ===> Applying OpenBSD patch patch-pytest_trio__tests_test_hypothesis_interaction_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9cda20bbb966fe1e4ae51921d566c668654ee5e1 Mon Sep 17 00:00:00 2001 |From: Vincent Vanlaer |Date: Sun, 3 Sep 2023 00:00:54 +0200 |Subject: [PATCH] Remove trio.tests import causing warnings | |Index: pytest_trio/_tests/test_hypothesis_interaction.py |--- pytest_trio/_tests/test_hypothesis_interaction.py.orig |+++ pytest_trio/_tests/test_hypothesis_interaction.py -------------------------- Patching file pytest_trio/_tests/test_hypothesis_interaction.py using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 31. 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-test-trio-0.8.0p0 ===> Configuring for py3-test-trio-0.8.0p0 ===> Building for py3-test-trio-0.8.0p0 * 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 :: MIT License 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 pytest_trio.egg-info/PKG-INFO writing dependency_links to pytest_trio.egg-info/dependency_links.txt writing entry points to pytest_trio.egg-info/entry_points.txt writing requirements to pytest_trio.egg-info/requires.txt writing top-level names to pytest_trio.egg-info/top_level.txt reading manifest file 'pytest_trio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'LICENSE.APACHE2' adding license file 'LICENSE.MIT' no previously-included directories found matching 'docs/build' writing manifest file 'pytest_trio.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 :: MIT License 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/pytest_trio copying pytest_trio/__init__.py -> build/lib/pytest_trio copying pytest_trio/_version.py -> build/lib/pytest_trio copying pytest_trio/enable_trio_mode.py -> build/lib/pytest_trio copying pytest_trio/plugin.py -> build/lib/pytest_trio creating build/lib/pytest_trio/_tests copying pytest_trio/_tests/__init__.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/conftest.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/helpers.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_async_fixture.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_async_yield_fixture.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_basic.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_clock_fixture.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_contextvars.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_fixture_mistakes.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_fixture_names.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_fixture_nursery.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_fixture_ordering.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_hypothesis_interaction.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_sync_fixture.py -> build/lib/pytest_trio/_tests copying pytest_trio/_tests/test_trio_mode.py -> build/lib/pytest_trio/_tests 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/pytest_trio copying build/lib/pytest_trio/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio copying build/lib/pytest_trio/_version.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio copying build/lib/pytest_trio/enable_trio_mode.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio copying build/lib/pytest_trio/plugin.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio creating build/bdist.openbsd-7.8-amd64/wheel/pytest_trio/_tests copying build/lib/pytest_trio/_tests/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/conftest.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/helpers.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_async_fixture.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_async_yield_fixture.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_basic.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_clock_fixture.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_contextvars.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_mistakes.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_names.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_nursery.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_ordering.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_hypothesis_interaction.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_sync_fixture.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_trio_mode.py -> build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio/_tests running install_egg_info running egg_info writing pytest_trio.egg-info/PKG-INFO writing dependency_links to pytest_trio.egg-info/dependency_links.txt writing entry points to pytest_trio.egg-info/entry_points.txt writing requirements to pytest_trio.egg-info/requires.txt writing top-level names to pytest_trio.egg-info/top_level.txt reading manifest file 'pytest_trio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' adding license file 'LICENSE.APACHE2' adding license file 'LICENSE.MIT' writing manifest file 'pytest_trio.egg-info/SOURCES.txt' Copying pytest_trio.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./pytest_trio-0.8.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/pytest_trio-0.8.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-test-trio-0.8.0/pytest-trio-0.8.0/dist/.tmp-01xtpxzo/pytest_trio-0.8.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'pytest_trio/__init__.py' adding 'pytest_trio/_version.py' adding 'pytest_trio/enable_trio_mode.py' adding 'pytest_trio/plugin.py' adding 'pytest_trio/_tests/__init__.py' adding 'pytest_trio/_tests/conftest.py' adding 'pytest_trio/_tests/helpers.py' adding 'pytest_trio/_tests/test_async_fixture.py' adding 'pytest_trio/_tests/test_async_yield_fixture.py' adding 'pytest_trio/_tests/test_basic.py' adding 'pytest_trio/_tests/test_clock_fixture.py' adding 'pytest_trio/_tests/test_contextvars.py' adding 'pytest_trio/_tests/test_fixture_mistakes.py' adding 'pytest_trio/_tests/test_fixture_names.py' adding 'pytest_trio/_tests/test_fixture_nursery.py' adding 'pytest_trio/_tests/test_fixture_ordering.py' adding 'pytest_trio/_tests/test_hypothesis_interaction.py' adding 'pytest_trio/_tests/test_sync_fixture.py' adding 'pytest_trio/_tests/test_trio_mode.py' adding 'pytest_trio-0.8.0.dist-info/licenses/LICENSE' adding 'pytest_trio-0.8.0.dist-info/licenses/LICENSE.APACHE2' adding 'pytest_trio-0.8.0.dist-info/licenses/LICENSE.MIT' adding 'pytest_trio-0.8.0.dist-info/METADATA' adding 'pytest_trio-0.8.0.dist-info/WHEEL' adding 'pytest_trio-0.8.0.dist-info/entry_points.txt' adding 'pytest_trio-0.8.0.dist-info/top_level.txt' adding 'pytest_trio-0.8.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built pytest_trio-0.8.0-py3-none-any.whl >>> Running package in devel/py-test-trio at 1764964103.96 ===> devel/py-test-trio ===> Faking installation for py3-test-trio-0.8.0p0 ===> Building package for py3-test-trio-0.8.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-test-trio-0.8.0p0.tgz Creating package py3-test-trio-0.8.0p0 reading plist| checking dependencies| checking dependencies|devel/py-outcome checking dependencies|devel/py-trio checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 2% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 7% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|****** | 10% archiving|************ | 19% archiving|************ | 20% archiving|************* | 20% archiving|************* | 21% archiving|************** | 22% archiving|*************** | 24% archiving|****************** | 27% archiving|******************** | 31% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************* | 38% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|******************************* | 48% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 60% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|******************************************* | 67% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|**************************************************** | 81% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************** | 90% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-test-trio-0.8.0p0.tgz >>> Running clean in devel/py-test-trio at 1764964106.33 ===> devel/py-test-trio ===> Cleaning for py3-test-trio-0.8.0p0 >>> Ended at 1764964106.66 max_stuck=2.09/depends=2.22/show-prepare-results=1.11/extract=0.36/build=2.08/package=2.37/clean=0.37