>>> Building on exopi-1 under devel/py-test-httpbin BDEPENDS = [lang/python/3;devel/py-installer;devel/py-build;devel/py-setuptools;devel/py-wheel] DIST = [devel/py-test-httpbin:pytest-httpbin-1.0.2.tar.gz] FULLPKGNAME = py3-test-httpbin-1.0.2p3 RDEPENDS = [www/py-httpbin;devel/py-six;lang/python/3;devel/py-test] (Junk lock obtained for exopi-1 at 1734972558.47) >>> Running depends in devel/py-test-httpbin at 1734972558.51 last junk was in www/py-soupsieve /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 >>> Running show-prepare-results in devel/py-test-httpbin at 1734972559.98 ===> devel/py-test-httpbin ===> Building from scratch py3-test-httpbin-1.0.2p3 ===> py3-test-httpbin-1.0.2p3 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-test-httpbin-1.0.2p3 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-test-httpbin-1.0.2p3 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-test-httpbin-1.0.2p3 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-test-httpbin-1.0.2p3 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-1 at 1734972561.01) distfiles size=15494 >>> Running build in devel/py-test-httpbin at 1734972561.04 ===> devel/py-test-httpbin ===> Checking files for py3-test-httpbin-1.0.2p3 `/exopi-cvs/ports/distfiles/pytest-httpbin-1.0.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-test-httpbin-1.0.2p3 ===> Patching for py3-test-httpbin-1.0.2p3 ===> 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-httpbin-1.0.2p3 ===> Configuring for py3-test-httpbin-1.0.2p3 ===> Building for py3-test-httpbin-1.0.2p3 * Getting build dependencies for wheel... running egg_info writing pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pytest_httpbin copying pytest_httpbin/__init__.py -> build/lib/pytest_httpbin copying pytest_httpbin/certs.py -> build/lib/pytest_httpbin copying pytest_httpbin/plugin.py -> build/lib/pytest_httpbin copying pytest_httpbin/serve.py -> build/lib/pytest_httpbin copying pytest_httpbin/version.py -> build/lib/pytest_httpbin running egg_info writing pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' /usr/local/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pytest_httpbin.certs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pytest_httpbin.certs' 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 'pytest_httpbin.certs' 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 'pytest_httpbin.certs' to be distributed and are already explicitly excluding 'pytest_httpbin.certs' 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) creating build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/cacert.pem -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/cert.pem -> build/lib/pytest_httpbin/certs copying pytest_httpbin/certs/key.pem -> build/lib/pytest_httpbin/certs 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/pytest_httpbin copying build/lib/pytest_httpbin/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/certs.py -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/plugin.py -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/serve.py -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/version.py -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin creating build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cacert.pem -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cert.pem -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/key.pem -> build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin/certs running install_egg_info Copying pytest_httpbin.egg-info to build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin-1.0.2-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/pytest_httpbin-1.0.2.dist-info/WHEEL creating '/exopi-obj/pobj/py-test-httpbin-1.0.2/pytest-httpbin-1.0.2/dist/.tmp-1891r61c/pytest_httpbin-1.0.2-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'pytest_httpbin/__init__.py' adding 'pytest_httpbin/certs.py' adding 'pytest_httpbin/plugin.py' adding 'pytest_httpbin/serve.py' adding 'pytest_httpbin/version.py' adding 'pytest_httpbin/certs/cacert.pem' adding 'pytest_httpbin/certs/cert.pem' adding 'pytest_httpbin/certs/key.pem' adding 'pytest_httpbin-1.0.2.dist-info/METADATA' adding 'pytest_httpbin-1.0.2.dist-info/WHEEL' adding 'pytest_httpbin-1.0.2.dist-info/entry_points.txt' adding 'pytest_httpbin-1.0.2.dist-info/top_level.txt' adding 'pytest_httpbin-1.0.2.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built pytest_httpbin-1.0.2-py2.py3-none-any.whl >>> Running package in devel/py-test-httpbin at 1734972563.04 ===> devel/py-test-httpbin ===> Faking installation for py3-test-httpbin-1.0.2p3 ===> Building package for py3-test-httpbin-1.0.2p3 Create /exopi-cvs/ports/packages/amd64/all/py3-test-httpbin-1.0.2p3.tgz Creating package py3-test-httpbin-1.0.2p3 reading plist| checking dependencies| checking dependencies|devel/py-six checking dependencies|devel/py-test checking dependencies|lang/python/3,-main checking dependencies|www/py-httpbin checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|****** | 10% checksumming|******** | 13% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************* | 21% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|** | 4% archiving|**** | 6% archiving|***** | 8% archiving|******* | 11% archiving|*********** | 17% archiving|*************** | 23% archiving|*************************** | 42% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|******************************************* | 68% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************** | 78% archiving|***************************************************** | 82% archiving|******************************************************* | 87% archiving|********************************************************* | 89% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-test-httpbin-1.0.2p3 was updated @depend devel/py-test:py3-test-*:py3-test-8.2.0p0 -> @depend devel/py-test:py3-test-*:py3-test-8.3.4 Link to /exopi-cvs/ports/packages/amd64/ftp/py3-test-httpbin-1.0.2p3.tgz >>> Running clean in devel/py-test-httpbin at 1734972565.82 ===> devel/py-test-httpbin ===> Cleaning for py3-test-httpbin-1.0.2p3 >>> Ended at 1734972566.51 max_stuck=1.04/depends=1.47/show-prepare-results=1.07/build=1.99/package=2.78/clean=0.72