>>> Building on exopi-3 under www/py-h11,python3 BDEPENDS = [lang/python/3;devel/py-wheel,python3;devel/py-installer,python3;devel/py-build,python3;devel/py-setuptools,python3] DIST = [www/py-h11,python3:h11-0.14.0.tar.gz] FULLPKGNAME = py3-h11-0.14.0p0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-3 at 1731967768.48) >>> Running depends in www/py-h11,python3 at 1731967768.51 last junk was in devel/py-blinker,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 >>> Running show-prepare-results in www/py-h11,python3 at 1731967769.97 ===> www/py-h11,python3 ===> Building from scratch py3-h11-0.14.0p0 ===> py3-h11-0.14.0p0 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-h11-0.14.0p0 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-h11-0.14.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-h11-0.14.0p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-h11-0.14.0p0 depends on: py3-wheel-* -> py3-wheel-0.45.0 py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 (Junk lock released for exopi-3 at 1731967771.03) distfiles size=100418 >>> Running build in www/py-h11,python3 at 1731967771.05 ===> www/py-h11,python3 ===> Checking files for py3-h11-0.14.0p0 `/exopi-cvs/ports/distfiles/h11-0.14.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-h11-0.14.0p0 ===> Patching for py3-h11-0.14.0p0 ===> 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-h11-0.14.0p0 ===> Configuring for py3-h11-0.14.0p0 ===> Building for py3-h11-0.14.0p0 * Getting build dependencies for wheel... running egg_info writing h11.egg-info/PKG-INFO writing dependency_links to h11.egg-info/dependency_links.txt writing requirements to h11.egg-info/requires.txt writing top-level names to h11.egg-info/top_level.txt reading manifest file 'h11.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tiny-client-demo.py' adding license file 'LICENSE.txt' no previously-included directories found matching 'docs/build' writing manifest file 'h11.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/h11 copying h11/__init__.py -> build/lib/h11 copying h11/_abnf.py -> build/lib/h11 copying h11/_connection.py -> build/lib/h11 copying h11/_events.py -> build/lib/h11 copying h11/_headers.py -> build/lib/h11 copying h11/_readers.py -> build/lib/h11 copying h11/_receivebuffer.py -> build/lib/h11 copying h11/_state.py -> build/lib/h11 copying h11/_util.py -> build/lib/h11 copying h11/_version.py -> build/lib/h11 copying h11/_writers.py -> build/lib/h11 creating build/lib/h11/tests copying h11/tests/__init__.py -> build/lib/h11/tests copying h11/tests/helpers.py -> build/lib/h11/tests copying h11/tests/test_against_stdlib_http.py -> build/lib/h11/tests copying h11/tests/test_connection.py -> build/lib/h11/tests copying h11/tests/test_events.py -> build/lib/h11/tests copying h11/tests/test_headers.py -> build/lib/h11/tests copying h11/tests/test_helpers.py -> build/lib/h11/tests copying h11/tests/test_io.py -> build/lib/h11/tests copying h11/tests/test_receivebuffer.py -> build/lib/h11/tests copying h11/tests/test_state.py -> build/lib/h11/tests copying h11/tests/test_util.py -> build/lib/h11/tests running egg_info writing h11.egg-info/PKG-INFO writing dependency_links to h11.egg-info/dependency_links.txt writing requirements to h11.egg-info/requires.txt writing top-level names to h11.egg-info/top_level.txt reading manifest file 'h11.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tiny-client-demo.py' adding license file 'LICENSE.txt' no previously-included directories found matching 'docs/build' writing manifest file 'h11.egg-info/SOURCES.txt' /usr/local/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'h11.tests.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'h11.tests.data' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'h11.tests.data' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'h11.tests.data' to be distributed and are already explicitly excluding 'h11.tests.data' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying h11/py.typed -> build/lib/h11 creating build/lib/h11/tests/data copying h11/tests/data/test-file -> build/lib/h11/tests/data installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_abnf.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_connection.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_events.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_headers.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_readers.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_receivebuffer.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_state.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_util.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_version.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 copying build/lib/h11/_writers.py -> build/bdist.openbsd-7.6-amd64/wheel/h11 creating build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/helpers.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_against_stdlib_http.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_connection.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_events.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_headers.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_helpers.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_io.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_receivebuffer.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_state.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests copying build/lib/h11/tests/test_util.py -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests creating build/bdist.openbsd-7.6-amd64/wheel/h11/tests/data copying build/lib/h11/tests/data/test-file -> build/bdist.openbsd-7.6-amd64/wheel/h11/tests/data copying build/lib/h11/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/h11 running install_egg_info Copying h11.egg-info to build/bdist.openbsd-7.6-amd64/wheel/h11-0.14.0-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/h11-0.14.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-h11-0.14.0-python3/h11-0.14.0/dist/.tmp-4iid53k1/h11-0.14.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'h11/__init__.py' adding 'h11/_abnf.py' adding 'h11/_connection.py' adding 'h11/_events.py' adding 'h11/_headers.py' adding 'h11/_readers.py' adding 'h11/_receivebuffer.py' adding 'h11/_state.py' adding 'h11/_util.py' adding 'h11/_version.py' adding 'h11/_writers.py' adding 'h11/py.typed' adding 'h11/tests/__init__.py' adding 'h11/tests/helpers.py' adding 'h11/tests/test_against_stdlib_http.py' adding 'h11/tests/test_connection.py' adding 'h11/tests/test_events.py' adding 'h11/tests/test_headers.py' adding 'h11/tests/test_helpers.py' adding 'h11/tests/test_io.py' adding 'h11/tests/test_receivebuffer.py' adding 'h11/tests/test_state.py' adding 'h11/tests/test_util.py' adding 'h11/tests/data/test-file' adding 'h11-0.14.0.dist-info/LICENSE.txt' adding 'h11-0.14.0.dist-info/METADATA' adding 'h11-0.14.0.dist-info/WHEEL' adding 'h11-0.14.0.dist-info/top_level.txt' adding 'h11-0.14.0.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built h11-0.14.0-py3-none-any.whl >>> Running package in www/py-h11,python3 at 1731967772.80 ===> www/py-h11,python3 ===> Faking installation for py3-h11-0.14.0p0 ===> Building package for py3-h11-0.14.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-h11-0.14.0p0.tgz Creating package py3-h11-0.14.0p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 41% 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|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|*** | 5% archiving|****** | 9% archiving|******* | 11% archiving|********* | 13% archiving|********* | 15% archiving|********** | 16% archiving|*********** | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 32% archiving|************************* | 39% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|*********************************** | 55% archiving|************************************* | 59% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************* | 77% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-h11-0.14.0p0.tgz >>> Running clean in www/py-h11,python3 at 1731967774.33 ===> www/py-h11,python3 ===> Cleaning for py3-h11-0.14.0p0 >>> Ended at 1731967774.61 max_stuck=1.07/depends=1.46/show-prepare-results=1.09/build=1.75/package=1.52/clean=0.31