>>> Building on exopi-4 under devel/py-test-httpbin,python3 BDEPENDS = [devel/py-build,python3;devel/py-setuptools,python3;devel/py-installer,python3;devel/py-wheel,python3;lang/python/3.10] DIST = [devel/py-test-httpbin,python3:pytest-httpbin-1.0.2.tar.gz] FULLPKGNAME = py3-test-httpbin-1.0.2p1 RDEPENDS = [www/py-httpbin,python3;lang/python/3.10;devel/py-six,python3;devel/py-test,python3] (Junk lock obtained for exopi-4 at 1713952782.35) >>> Running depends in devel/py-test-httpbin,python3 at 1713952782.39 last junk was in net/nyx /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 >>> Running show-prepare-results in devel/py-test-httpbin,python3 at 1713952783.68 ===> devel/py-test-httpbin,python3 ===> Building from scratch py3-test-httpbin-1.0.2p1 ===> py3-test-httpbin-1.0.2p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-test-httpbin-1.0.2p1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-test-httpbin-1.0.2p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-test-httpbin-1.0.2p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-test-httpbin-1.0.2p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-4 at 1713952784.83) distfiles size=15494 >>> Running build in devel/py-test-httpbin,python3 at 1713952784.86 ===> devel/py-test-httpbin,python3 ===> Checking files for py3-test-httpbin-1.0.2p1 `/exopi-cvs/ports/distfiles/pytest-httpbin-1.0.2.tar.gz' is up to date. >> (SHA256) pytest-httpbin-1.0.2.tar.gz: OK ===> Extracting for py3-test-httpbin-1.0.2p1 ===> Patching for py3-test-httpbin-1.0.2p1 ===> 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.2p1 ===> Configuring for py3-test-httpbin-1.0.2p1 ===> Building for py3-test-httpbin-1.0.2p1 * 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.10/site-packages/setuptools/command/build_py.py:201: _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.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/pytest_httpbin copying build/lib/pytest_httpbin/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/certs.py -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/plugin.py -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/serve.py -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin copying build/lib/pytest_httpbin/version.py -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin creating build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cacert.pem -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/cert.pem -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin/certs copying build/lib/pytest_httpbin/certs/key.pem -> build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin/certs running install_egg_info Copying pytest_httpbin.egg-info to build/bdist.openbsd-7.5-amd64/wheel/pytest_httpbin-1.0.2-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-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-r4qr7hrg/pytest_httpbin-1.0.2-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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.5-amd64/wheel Successfully built pytest_httpbin-1.0.2-py2.py3-none-any.whl >>> Running package in devel/py-test-httpbin,python3 at 1713952786.49 ===> devel/py-test-httpbin,python3 ===> Faking installation for py3-test-httpbin-1.0.2p1 ===> Building package for py3-test-httpbin-1.0.2p1 Create /exopi-cvs/ports/packages/amd64/all/py3-test-httpbin-1.0.2p1.tgz Creating package py3-test-httpbin-1.0.2p1 reading plist| checking dependencies| checking dependencies|devel/py-six,python3 checking dependencies|devel/py-test,python3 checking dependencies|lang/python/3.10,-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|* | 2% archiving|** | 3% archiving|*** | 5% archiving|***** | 7% archiving|****** | 10% archiving|********* | 14% archiving|************ | 19% archiving|********************** | 35% archiving|********************************* | 51% archiving|********************************* | 52% archiving|************************************ | 56% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|******************************************* | 66% archiving|********************************************** | 72% archiving|************************************************** | 78% archiving|***************************************************** | 83% archiving|******************************************************* | 87% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-test-httpbin-1.0.2p1.tgz >>> Running clean in devel/py-test-httpbin,python3 at 1713952788.72 ===> devel/py-test-httpbin,python3 ===> Cleaning for py3-test-httpbin-1.0.2p1 >>> Ended at 1713952788.90 max_stuck=0.00/depends=1.30/show-prepare-results=1.17/build=1.64/package=2.23/clean=0.20