>>> Building on exopi-2 under www/py-requests-unixsocket BDEPENDS = [devel/py-pbr;lang/python/3;devel/py-installer;devel/py-build;devel/py-wheel;devel/py-setuptools] DIST = [www/py-requests-unixsocket:requests-unixsocket-0.3.0.tar.gz] FULLPKGNAME = py3-requests-unixsocket-0.3.0p3 RDEPENDS = [lang/python/3;www/py-urllib3;www/py-requests] (Junk lock obtained for exopi-2 at 1734999885.02) >>> Running depends in www/py-requests-unixsocket at 1734999885.06 last junk was in graphics/rawstudio /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-pbr-6.1.0p0 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-pbr-6.1.0p0 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-pbr-6.1.0p0 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 >>> Running show-prepare-results in www/py-requests-unixsocket at 1734999887.43 ===> www/py-requests-unixsocket ===> Building from scratch py3-requests-unixsocket-0.3.0p3 ===> py3-requests-unixsocket-0.3.0p3 depends on: py3-pbr-* -> py3-pbr-6.1.0p0 ===> py3-requests-unixsocket-0.3.0p3 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-requests-unixsocket-0.3.0p3 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-requests-unixsocket-0.3.0p3 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-requests-unixsocket-0.3.0p3 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-requests-unixsocket-0.3.0p3 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-pbr-6.1.0p0 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 Don't run junk because nojunk in x11/qt5/qtquickcontrols2 (Junk lock released for exopi-2 at 1734999888.66) distfiles size=14478 >>> Running build in www/py-requests-unixsocket at 1734999888.69 ===> www/py-requests-unixsocket ===> Checking files for py3-requests-unixsocket-0.3.0p3 `/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.0p3 ===> Patching for py3-requests-unixsocket-0.3.0p3 ===> 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.0p3 ===> Configuring for py3-requests-unixsocket-0.3.0p3 ===> Building for py3-requests-unixsocket-0.3.0p3 * Getting build dependencies for wheel... * Building wheel... /usr/local/lib/python3.12/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.12/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.0s) 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.12.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/requests-unixsocket-0.3.0/dist/.tmp-3t2rncqp/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 at 1734999891.03 ===> www/py-requests-unixsocket ===> Faking installation for py3-requests-unixsocket-0.3.0p3 ===> Building package for py3-requests-unixsocket-0.3.0p3 Create /exopi-cvs/ports/packages/amd64/all/py3-requests-unixsocket-0.3.0p3.tgz Creating package py3-requests-unixsocket-0.3.0p3 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|www/py-requests checking dependencies|www/py-urllib3 checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 9% checksumming|******* | 11% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 91% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 6% archiving|******** | 12% archiving|************ | 19% archiving|***************** | 26% archiving|********************** | 34% archiving|*************************** | 41% archiving|******************************* | 48% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************************ | 75% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|****************************************************** | 84% archiving|******************************************************** | 88% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-requests-unixsocket-0.3.0p3.tgz >>> Running clean in www/py-requests-unixsocket at 1734999893.52 ===> www/py-requests-unixsocket ===> Cleaning for py3-requests-unixsocket-0.3.0p3 >>> Ended at 1734999893.80 max_stuck=0.00/depends=2.37/show-prepare-results=1.26/build=2.34/package=2.49/clean=0.30