>>> Building on exopi-6 under devel/py-test-trio BDEPENDS = [lang/python/3;devel/py-wheel;devel/py-installer;devel/py-setuptools;devel/py-build] DIST = [devel/py-test-trio:pytest-trio-0.8.0.tar.gz] FULLPKGNAME = py3-test-trio-0.8.0 RDEPENDS = [devel/py-outcome;devel/py-trio;lang/python/3] (Junk lock obtained for exopi-6 at 1741688592.49) >>> Running depends in devel/py-test-trio at 1741688592.55 last junk was in sysutils/py-subprocess-tee /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 python-3.12.9 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 python-3.12.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 python-3.12.9 >>> Running show-prepare-results in devel/py-test-trio at 1741688594.25 ===> devel/py-test-trio ===> Building from scratch py3-test-trio-0.8.0 ===> py3-test-trio-0.8.0 depends on: python->=3.12,<3.13 -> python-3.12.9 ===> py3-test-trio-0.8.0 depends on: py3-build-* -> py3-build-1.2.2.post1p1 ===> py3-test-trio-0.8.0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-test-trio-0.8.0 depends on: py3-setuptools-* -> py3-setuptools-75.6.0p0v0 ===> py3-test-trio-0.8.0 depends on: py3-wheel-* -> py3-wheel-0.45.1p1 py3-build-1.2.2.post1p1 py3-installer-0.7.0p2 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p1 python-3.12.9 (Junk lock released for exopi-6 at 1741688595.24) distfiles size=46525 >>> Running extract in devel/py-test-trio at 1741688595.30 ===> devel/py-test-trio ===> Checking files for py3-test-trio-0.8.0 `/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.0 >>> Running build in devel/py-test-trio at 1741688595.59 ===> devel/py-test-trio ===> Patching for py3-test-trio-0.8.0 ===> 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.0 ===> Configuring for py3-test-trio-0.8.0 ===> Building for py3-test-trio-0.8.0 * Getting build dependencies for wheel... 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' * Building wheel... 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.7-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.7-amd64/wheel creating build/bdist.openbsd-7.7-amd64/wheel/pytest_trio copying build/lib/pytest_trio/__init__.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio copying build/lib/pytest_trio/_version.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio copying build/lib/pytest_trio/enable_trio_mode.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio copying build/lib/pytest_trio/plugin.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio creating build/bdist.openbsd-7.7-amd64/wheel/pytest_trio/_tests copying build/lib/pytest_trio/_tests/__init__.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/conftest.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/helpers.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_async_fixture.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_async_yield_fixture.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_basic.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_clock_fixture.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_contextvars.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_mistakes.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_names.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_nursery.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_fixture_ordering.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_hypothesis_interaction.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_sync_fixture.py -> build/bdist.openbsd-7.7-amd64/wheel/./pytest_trio/_tests copying build/lib/pytest_trio/_tests/test_trio_mode.py -> build/bdist.openbsd-7.7-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' adding license file 'LICENSE' no previously-included directories found matching 'docs/build' 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.7-amd64/wheel/./pytest_trio-0.8.0-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.7-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-b3vw76ys/pytest_trio-0.8.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.7-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/LICENSE' adding 'pytest_trio-0.8.0.dist-info/LICENSE.APACHE2' adding 'pytest_trio-0.8.0.dist-info/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.7-amd64/wheel Successfully built pytest_trio-0.8.0-py3-none-any.whl >>> Running package in devel/py-test-trio at 1741688597.70 ===> devel/py-test-trio ===> Faking installation for py3-test-trio-0.8.0 ===> Building package for py3-test-trio-0.8.0 Create /exopi-cvs/ports/packages/amd64/all/py3-test-trio-0.8.0.tgz Creating package py3-test-trio-0.8.0 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|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% 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|************** | 22% archiving|*************** | 23% archiving|***************** | 27% archiving|******************** | 31% archiving|********************* | 32% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|****************************** | 48% archiving|********************************** | 52% archiving|*********************************** | 54% archiving|************************************ | 56% archiving|************************************* | 57% archiving|************************************** | 59% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% 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.0.tgz >>> Running clean in devel/py-test-trio at 1741688600.10 ===> devel/py-test-trio ===> Cleaning for py3-test-trio-0.8.0 >>> Ended at 1741688600.29 max_stuck=0.99/depends=1.71/show-prepare-results=1.04/extract=0.31/build=2.09/package=2.41/clean=0.24