>>> Building on exopi-3 under www/py-responses,python3 BDEPENDS = [devel/py-installer,python3;devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-build,python3;lang/python/3.10] DIST = [www/py-responses,python3:responses-0.25.0.tar.gz] FULLPKGNAME = py3-responses-0.25.0 RDEPENDS = [textproc/py-yaml,python3;www/py-urllib3,python3;www/py-requests,python3;lang/python/3.10] (Junk lock obtained for exopi-3 at 1714746457.20) >>> Running depends in www/py-responses,python3 at 1714746457.24 last junk was in textproc/py-pykwalify,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.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.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in www/py-responses,python3 at 1714746460.11 ===> www/py-responses,python3 ===> Building from scratch py3-responses-0.25.0 ===> py3-responses-0.25.0 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-responses-0.25.0 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-responses-0.25.0 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-responses-0.25.0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-responses-0.25.0 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.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-3 at 1714746461.92) distfiles size=77681 >>> Running build in www/py-responses,python3 at 1714746461.94 ===> www/py-responses,python3 ===> Checking files for py3-responses-0.25.0 `/exopi-cvs/ports/distfiles/responses-0.25.0.tar.gz' is up to date. >> (SHA256) responses-0.25.0.tar.gz: OK ===> Extracting for py3-responses-0.25.0 ===> Patching for py3-responses-0.25.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-responses-0.25.0 ===> Configuring for py3-responses-0.25.0 ===> Building for py3-responses-0.25.0 * Getting build dependencies for wheel... running egg_info writing responses.egg-info/PKG-INFO writing dependency_links to responses.egg-info/dependency_links.txt writing requirements to responses.egg-info/requires.txt writing top-level names to responses.egg-info/top_level.txt reading manifest file 'responses.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'responses.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/responses copying responses/__init__.py -> build/lib/responses copying responses/_recorder.py -> build/lib/responses copying responses/matchers.py -> build/lib/responses copying responses/registries.py -> build/lib/responses running egg_info writing responses.egg-info/PKG-INFO writing dependency_links to responses.egg-info/dependency_links.txt writing requirements to responses.egg-info/requires.txt writing top-level names to responses.egg-info/top_level.txt reading manifest file 'responses.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'responses.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'responses.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'responses.tests' 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 'responses.tests' 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 'responses.tests' to be distributed and are already explicitly excluding 'responses.tests' 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 responses/py.typed -> build/lib/responses creating build/lib/responses/tests copying responses/tests/__init__.py -> build/lib/responses/tests copying responses/tests/test_matchers.py -> build/lib/responses/tests copying responses/tests/test_multithreading.py -> build/lib/responses/tests copying responses/tests/test_recorder.py -> build/lib/responses/tests copying responses/tests/test_registries.py -> build/lib/responses/tests copying responses/tests/test_responses.py -> build/lib/responses/tests 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/responses copying build/lib/responses/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/_recorder.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/matchers.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/registries.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/responses creating build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_matchers.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_multithreading.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_recorder.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_registries.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_responses.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests running install_egg_info Copying responses.egg-info to build/bdist.openbsd-7.5-amd64/wheel/responses-0.25.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/responses-0.25.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-responses-0.25.0-python3/responses-0.25.0/dist/.tmp-jt2pbzps/responses-0.25.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'responses/__init__.py' adding 'responses/_recorder.py' adding 'responses/matchers.py' adding 'responses/py.typed' adding 'responses/registries.py' adding 'responses/tests/__init__.py' adding 'responses/tests/test_matchers.py' adding 'responses/tests/test_multithreading.py' adding 'responses/tests/test_recorder.py' adding 'responses/tests/test_registries.py' adding 'responses/tests/test_responses.py' adding 'responses-0.25.0.dist-info/LICENSE' adding 'responses-0.25.0.dist-info/METADATA' adding 'responses-0.25.0.dist-info/WHEEL' adding 'responses-0.25.0.dist-info/top_level.txt' adding 'responses-0.25.0.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built responses-0.25.0-py3-none-any.whl >>> Running package in www/py-responses,python3 at 1714746465.58 ===> www/py-responses,python3 ===> Faking installation for py3-responses-0.25.0 ===> Building package for py3-responses-0.25.0 Create /exopi-cvs/ports/packages/amd64/all/py3-responses-0.25.0.tgz Creating package py3-responses-0.25.0 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|textproc/py-yaml,python3 checking dependencies|www/py-requests,python3 checking dependencies|www/py-urllib3,python3 checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 6% checksumming|***** | 7% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************** | 22% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 93% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 6% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 16% archiving|*********** | 18% archiving|************ | 19% archiving|*************** | 23% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|*************************** | 43% archiving|************************************ | 56% archiving|***************************************** | 64% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-responses-0.25.0.tgz >>> Running clean in www/py-responses,python3 at 1714746469.57 ===> www/py-responses,python3 ===> Cleaning for py3-responses-0.25.0 >>> Ended at 1714746470.02 max_stuck=2.76/depends=2.86/show-prepare-results=1.86/build=3.64/package=3.98/clean=0.48