>>> Building on exopi-2 under www/py-requests-unixsocket,python3 BDEPENDS = [devel/py-setuptools,python3;devel/py-build,python3;lang/python/3.10;devel/py-installer,python3;devel/py-pbr,python3;devel/py-wheel,python3] DIST = [www/py-requests-unixsocket,python3:requests-unixsocket-0.3.0.tar.gz] FULLPKGNAME = py3-requests-unixsocket-0.3.0p1 RDEPENDS = [www/py-urllib3,python3;lang/python/3.10;www/py-requests,python3] (Junk lock obtained for exopi-2 at 1714792354.34) >>> Running depends in www/py-requests-unixsocket,python3 at 1714792354.41 last junk was in devel/py-pbr,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-pbr-6.0.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-pbr-6.0.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-pbr-6.0.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in www/py-requests-unixsocket,python3 at 1714792357.21 ===> www/py-requests-unixsocket,python3 ===> Building from scratch py3-requests-unixsocket-0.3.0p1 ===> py3-requests-unixsocket-0.3.0p1 depends on: py3-pbr-* -> py3-pbr-6.0.0 ===> py3-requests-unixsocket-0.3.0p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-requests-unixsocket-0.3.0p1 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-requests-unixsocket-0.3.0p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-requests-unixsocket-0.3.0p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-requests-unixsocket-0.3.0p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.2.1 py3-installer-0.7.0 py3-pbr-6.0.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-2 at 1714792358.95) distfiles size=14478 >>> Running build in www/py-requests-unixsocket,python3 at 1714792358.98 ===> www/py-requests-unixsocket,python3 ===> Checking files for py3-requests-unixsocket-0.3.0p1 `/exopi-cvs/ports/distfiles/requests-unixsocket-0.3.0.tar.gz' is up to date. >> (SHA256) requests-unixsocket-0.3.0.tar.gz: OK ===> Extracting for py3-requests-unixsocket-0.3.0p1 ===> Patching for py3-requests-unixsocket-0.3.0p1 ===> 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-requests-unixsocket-0.3.0p1 ===> Configuring for py3-requests-unixsocket-0.3.0p1 ===> Building for py3-requests-unixsocket-0.3.0p1 * Getting build dependencies for wheel... * Building wheel... /usr/local/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. running build running build_py creating build creating build/lib creating build/lib/requests_unixsocket copying requests_unixsocket/__init__.py -> build/lib/requests_unixsocket copying requests_unixsocket/adapters.py -> build/lib/requests_unixsocket copying requests_unixsocket/testutils.py -> build/lib/requests_unixsocket running egg_info writing requests_unixsocket.egg-info/PKG-INFO writing dependency_links to requests_unixsocket.egg-info/dependency_links.txt writing requirements to requests_unixsocket.egg-info/requires.txt writing top-level names to requests_unixsocket.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'requests_unixsocket.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'requests_unixsocket.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 'requests_unixsocket.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 'requests_unixsocket.tests' to be distributed and are already explicitly excluding 'requests_unixsocket.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) creating build/lib/requests_unixsocket/tests copying requests_unixsocket/tests/test_requests_unixsocket.py -> build/lib/requests_unixsocket/tests installing to build/bdist.openbsd-7.5-amd64/wheel running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) 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/requests_unixsocket copying build/lib/requests_unixsocket/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket copying build/lib/requests_unixsocket/adapters.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket copying build/lib/requests_unixsocket/testutils.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket creating build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket/tests copying build/lib/requests_unixsocket/tests/test_requests_unixsocket.py -> build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket/tests running install_egg_info Copying requests_unixsocket.egg-info to build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket-0.3.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/requests_unixsocket-0.3.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-requests-unixsocket-0.3.0-python3/requests-unixsocket-0.3.0/dist/.tmp-1dwl9gyr/requests_unixsocket-0.3.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'requests_unixsocket/__init__.py' adding 'requests_unixsocket/adapters.py' adding 'requests_unixsocket/testutils.py' adding 'requests_unixsocket/tests/test_requests_unixsocket.py' adding 'requests_unixsocket-0.3.0.dist-info/AUTHORS' adding 'requests_unixsocket-0.3.0.dist-info/LICENSE' adding 'requests_unixsocket-0.3.0.dist-info/METADATA' adding 'requests_unixsocket-0.3.0.dist-info/WHEEL' adding 'requests_unixsocket-0.3.0.dist-info/pbr.json' adding 'requests_unixsocket-0.3.0.dist-info/top_level.txt' adding 'requests_unixsocket-0.3.0.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built requests_unixsocket-0.3.0-py2.py3-none-any.whl >>> Running package in www/py-requests-unixsocket,python3 at 1714792361.43 ===> www/py-requests-unixsocket,python3 ===> Faking installation for py3-requests-unixsocket-0.3.0p1 ===> Building package for py3-requests-unixsocket-0.3.0p1 Create /exopi-cvs/ports/packages/amd64/all/py3-requests-unixsocket-0.3.0p1.tgz Creating package py3-requests-unixsocket-0.3.0p1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|www/py-requests,python3 checking dependencies|www/py-urllib3,python3 checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|***** | 9% checksumming|******* | 12% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************* | 21% checksumming|************** | 24% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 91% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 6% archiving|******* | 11% archiving|*********** | 17% archiving|*************** | 23% archiving|******************* | 30% archiving|*********************** | 37% archiving|************************** | 41% archiving|****************************** | 47% archiving|******************************** | 49% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************************* | 77% archiving|*************************************************** | 80% archiving|******************************************************* | 85% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-requests-unixsocket-0.3.0p1.tgz >>> Running clean in www/py-requests-unixsocket,python3 at 1714792363.91 ===> www/py-requests-unixsocket,python3 ===> Cleaning for py3-requests-unixsocket-0.3.0p1 >>> Ended at 1714792364.14 max_stuck=0.00/depends=2.84/show-prepare-results=1.77/build=2.45/package=2.47/clean=0.26