>>> Building on exopi-1 under www/py-requests-unixsocket,python3 BDEPENDS = [devel/py-wheel,python3;devel/py-pbr,python3;devel/py-build,python3;devel/py-setuptools,python3;devel/py-installer,python3;lang/python/3] DIST = [www/py-requests-unixsocket,python3:requests-unixsocket-0.3.0.tar.gz] FULLPKGNAME = py3-requests-unixsocket-0.3.0p2 RDEPENDS = [www/py-urllib3,python3;www/py-requests,python3;lang/python/3] Woken up www/py-requests-unixsocket,python3 (Junk lock failure for exopi-1 at 1731847260.84716) Received IO (Junk lock obtained for exopi-1 at 1731847283.79) Received IO Woken up www/py-requests-unixsocket,python3 Woken up www/py-requests-unixsocket,python3 Woken up www/py-requests-unixsocket,python3 Woken up www/py-requests-unixsocket,python3 Woken up www/py-requests-unixsocket,python3 >>> Running depends in www/py-requests-unixsocket,python3 at 1731847285.53 last junk was in devel/kreport /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-pbr-6.1.0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-pbr-6.1.0 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-pbr-6.1.0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 >>> Running show-prepare-results in www/py-requests-unixsocket,python3 at 1731847291.67 ===> www/py-requests-unixsocket,python3 ===> Building from scratch py3-requests-unixsocket-0.3.0p2 ===> py3-requests-unixsocket-0.3.0p2 depends on: py3-pbr-* -> py3-pbr-6.1.0 ===> py3-requests-unixsocket-0.3.0p2 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-requests-unixsocket-0.3.0p2 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-requests-unixsocket-0.3.0p2 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-requests-unixsocket-0.3.0p2 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-requests-unixsocket-0.3.0p2 depends on: py3-wheel-* -> py3-wheel-0.45.0 py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-pbr-6.1.0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 (Junk lock released for exopi-1 at 1731847293.33) distfiles size=14478 >>> Running build in www/py-requests-unixsocket,python3 at 1731847293.36 ===> www/py-requests-unixsocket,python3 ===> Checking files for py3-requests-unixsocket-0.3.0p2 `/exopi-cvs/ports/distfiles/requests-unixsocket-0.3.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-requests-unixsocket-0.3.0p2 ===> Patching for py3-requests-unixsocket-0.3.0p2 ===> 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.0p2 ===> Configuring for py3-requests-unixsocket-0.3.0p2 ===> Building for py3-requests-unixsocket-0.3.0p2 * Getting build dependencies for wheel... * Building wheel... /usr/local/lib/python3.11/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.11/site-packages/setuptools/command/build_py.py:207: _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.6-amd64/wheel running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.1s) 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/requests_unixsocket copying build/lib/requests_unixsocket/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/requests_unixsocket copying build/lib/requests_unixsocket/adapters.py -> build/bdist.openbsd-7.6-amd64/wheel/requests_unixsocket copying build/lib/requests_unixsocket/testutils.py -> build/bdist.openbsd-7.6-amd64/wheel/requests_unixsocket creating build/bdist.openbsd-7.6-amd64/wheel/requests_unixsocket/tests copying build/lib/requests_unixsocket/tests/test_requests_unixsocket.py -> build/bdist.openbsd-7.6-amd64/wheel/requests_unixsocket/tests running install_egg_info Copying requests_unixsocket.egg-info to build/bdist.openbsd-7.6-amd64/wheel/requests_unixsocket-0.3.0-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.6-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-agfr12ic/requests_unixsocket-0.3.0-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-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.6-amd64/wheel Successfully built requests_unixsocket-0.3.0-py2.py3-none-any.whl >>> Running package in www/py-requests-unixsocket,python3 at 1731847295.87 ===> www/py-requests-unixsocket,python3 ===> Faking installation for py3-requests-unixsocket-0.3.0p2 ===> Building package for py3-requests-unixsocket-0.3.0p2 Create /exopi-cvs/ports/packages/amd64/all/py3-requests-unixsocket-0.3.0p2.tgz Creating package py3-requests-unixsocket-0.3.0p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-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|******** | 12% archiving|************* | 20% archiving|****************** | 28% archiving|*********************** | 36% archiving|**************************** | 43% archiving|******************************** | 51% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|***************************************************** | 83% archiving|******************************************************* | 86% archiving|********************************************************* | 89% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-requests-unixsocket-0.3.0p2.tgz >>> Running clean in www/py-requests-unixsocket,python3 at 1731847298.55 ===> www/py-requests-unixsocket,python3 ===> Cleaning for py3-requests-unixsocket-0.3.0p2 >>> Ended at 1731847298.79 max_stuck=13.21/waiting-for-lock #207=24.69/depends=6.14/show-prepare-results=1.69/build=2.48/package=2.71/clean=0.26