>>> Building on exopi-4 under devel/py-test-httpbin,python3 BDEPENDS = [devel/py-setuptools,python3;devel/py-build,python3;lang/python/3;devel/py-installer,python3;devel/py-wheel,python3] DIST = [devel/py-test-httpbin,python3:pytest-httpbin-1.0.2.tar.gz] FULLPKGNAME = py3-test-httpbin-1.0.2p2 RDEPENDS = [lang/python/3;devel/py-six,python3;www/py-httpbin,python3;devel/py-test,python3] (Junk lock obtained for exopi-4 at 1731968261.31) >>> Running depends in devel/py-test-httpbin,python3 at 1731968261.35 last junk was in productivity/radicale /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 devel/py-test-httpbin,python3 at 1731968263.54 ===> devel/py-test-httpbin,python3 ===> Building from scratch py3-test-httpbin-1.0.2p2 ===> py3-test-httpbin-1.0.2p2 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-test-httpbin-1.0.2p2 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-test-httpbin-1.0.2p2 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-test-httpbin-1.0.2p2 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-test-httpbin-1.0.2p2 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-4 at 1731968264.96) distfiles size=15494 >>> Running build in devel/py-test-httpbin,python3 at 1731968264.98 ===> devel/py-test-httpbin,python3 ===> Checking files for py3-test-httpbin-1.0.2p2 `/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.2p2 ===> Patching for py3-test-httpbin-1.0.2p2 ===> 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.2p2 ===> Configuring for py3-test-httpbin-1.0.2p2 ===> Building for py3-test-httpbin-1.0.2p2 * 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.11/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.11.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-python3/pytest-httpbin-1.0.2/dist/.tmp-ps_8qpz9/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,python3 at 1731968267.97 ===> devel/py-test-httpbin,python3 ===> Faking installation for py3-test-httpbin-1.0.2p2 ===> Building package for py3-test-httpbin-1.0.2p2 Create /exopi-cvs/ports/packages/amd64/all/py3-test-httpbin-1.0.2p2.tgz Creating package py3-test-httpbin-1.0.2p2 reading plist| checking dependencies| checking dependencies|devel/py-six,python3 checking dependencies|devel/py-test,python3 checking dependencies|lang/python/3,-main checking dependencies|www/py-httpbin,python3 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|****** | 9% archiving|******* | 11% archiving|*********** | 17% archiving|*************** | 23% archiving|**************************** | 43% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|******************************************* | 67% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|*************************************************** | 79% archiving|***************************************************** | 83% archiving|******************************************************** | 87% archiving|********************************************************** | 90% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-test-httpbin-1.0.2p2.tgz >>> Running clean in devel/py-test-httpbin,python3 at 1731968272.83 ===> devel/py-test-httpbin,python3 ===> Cleaning for py3-test-httpbin-1.0.2p2 >>> Ended at 1731968273.21 max_stuck=0.00/depends=2.21/show-prepare-results=1.44/build=2.97/package=4.88/clean=0.40