>>> Building on exopi-5 under www/py-h11,python3 BDEPENDS = [devel/py-build,python3;devel/py-setuptools,python3;devel/py-wheel,python3;devel/py-installer,python3;lang/python/3.10] DIST = [www/py-h11,python3:h11-0.14.0.tar.gz] FULLPKGNAME = py3-h11-0.14.0 RDEPENDS = [lang/python/3.10] Avoided depends for py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 distfiles size=100418 >>> Running build in www/py-h11,python3 at 1714745942.92 ===> www/py-h11,python3 ===> Building from scratch py3-h11-0.14.0 ===> py3-h11-0.14.0 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-h11-0.14.0 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-h11-0.14.0 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-h11-0.14.0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-h11-0.14.0 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> Checking files for py3-h11-0.14.0 `/exopi-cvs/ports/distfiles/h11-0.14.0.tar.gz' is up to date. >> (SHA256) h11-0.14.0.tar.gz: OK ===> Extracting for py3-h11-0.14.0 ===> Patching for py3-h11-0.14.0 ===> 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.0 ===> Configuring for py3-h11-0.14.0 ===> Building for py3-h11-0.14.0 * 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' adding license file 'LICENSE.txt' writing manifest file 'h11.egg-info/SOURCES.txt' warning: no files found matching 'tiny-client-demo.py' no previously-included directories found matching 'docs/build' * 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' no previously-included directories found matching 'docs/build' adding license file 'LICENSE.txt' writing manifest file 'h11.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _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.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_abnf.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_connection.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_events.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_headers.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_readers.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_receivebuffer.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_state.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_util.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_version.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 copying build/lib/h11/_writers.py -> build/bdist.openbsd-7.5-amd64/wheel/h11 creating build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/helpers.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_against_stdlib_http.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_connection.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_events.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_headers.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_helpers.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_io.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_receivebuffer.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_state.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests copying build/lib/h11/tests/test_util.py -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests creating build/bdist.openbsd-7.5-amd64/wheel/h11/tests/data copying build/lib/h11/tests/data/test-file -> build/bdist.openbsd-7.5-amd64/wheel/h11/tests/data copying build/lib/h11/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/h11 running install_egg_info Copying h11.egg-info to build/bdist.openbsd-7.5-amd64/wheel/h11-0.14.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-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-umf477gx/h11-0.14.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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.5-amd64/wheel Successfully built h11-0.14.0-py3-none-any.whl >>> Running package in www/py-h11,python3 at 1714745946.07 ===> www/py-h11,python3 ===> Faking installation for py3-h11-0.14.0 ===> Building package for py3-h11-0.14.0 Create /exopi-cvs/ports/packages/amd64/all/py3-h11-0.14.0.tgz Creating package py3-h11-0.14.0 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-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|***** | 8% archiving|******* | 11% archiving|******** | 13% archiving|********* | 14% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 19% archiving|************* | 20% archiving|************** | 21% archiving|************** | 23% archiving|*************** | 23% archiving|**************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 30% archiving|********************** | 35% archiving|*************************** | 42% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|******************************* | 48% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 60% archiving|****************************************** | 66% archiving|******************************************** | 68% archiving|********************************************* | 71% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-h11-0.14.0.tgz >>> Running clean in www/py-h11,python3 at 1714745947.80 ===> www/py-h11,python3 ===> Cleaning for py3-h11-0.14.0 >>> Ended at 1714745948.06 max_stuck=0.00/build=3.15/package=1.72/clean=0.30