>>> py3-requests-unixsocket: Building community/py3-requests-unixsocket 0.3.0-r2 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 14:21:24 +0000 >>> py3-requests-unixsocket: Checking sanity of /home/buildozer/aports/community/py3-requests-unixsocket/APKBUILD... >>> py3-requests-unixsocket: Analyzing dependencies... >>> py3-requests-unixsocket: Installing for build: build-base py3-requests py3-pbr py3-setuptools (1/29) Installing libbz2 (1.0.8-r5) (2/29) Installing gdbm (1.23-r1) (3/29) Installing mpdecimal (2.5.1-r2) (4/29) Installing libpanelw (6.4_p20230401-r4) (5/29) Installing readline (8.2.1-r1) (6/29) Installing sqlite-libs (3.41.2-r2) (7/29) Installing python3 (3.11.3-r10) (8/29) Installing python3-pycache-pyc0 (3.11.3-r10) (9/29) Installing pyc (0.1-r0) (10/29) Installing py3-certifi-pyc (2022.12.7-r2) (11/29) Installing py3-charset-normalizer (3.1.0-r1) (12/29) Installing py3-charset-normalizer-pyc (3.1.0-r1) (13/29) Installing py3-idna (3.4-r4) (14/29) Installing py3-idna-pyc (3.4-r4) (15/29) Installing py3-urllib3 (1.26.15-r1) (16/29) Installing py3-urllib3-pyc (1.26.15-r1) (17/29) Installing py3-requests-pyc (2.28.2-r1) (18/29) Installing python3-pyc (3.11.3-r10) (19/29) Installing py3-certifi (2022.12.7-r2) (20/29) Installing py3-requests (2.28.2-r1) (21/29) Installing py3-pbr (5.11.1-r2) (22/29) Installing py3-pbr-pyc (5.11.1-r2) (23/29) Installing py3-parsing (3.0.9-r2) (24/29) Installing py3-parsing-pyc (3.0.9-r2) (25/29) Installing py3-packaging (23.1-r1) (26/29) Installing py3-packaging-pyc (23.1-r1) (27/29) Installing py3-setuptools (67.7.1-r0) (28/29) Installing py3-setuptools-pyc (67.7.1-r0) (29/29) Installing .makedepends-py3-requests-unixsocket (20230422.142128) Executing busybox-1.36.0-r7.trigger OK: 1017 MiB in 132 packages >>> py3-requests-unixsocket: Cleaning up srcdir >>> py3-requests-unixsocket: Cleaning up pkgdir >>> py3-requests-unixsocket: Fetching https://distfiles.alpinelinux.org/distfiles/edge/requests-unixsocket-0.3.0.tar.gz >>> py3-requests-unixsocket: Fetching https://distfiles.alpinelinux.org/distfiles/edge/requests-unixsocket-0.3.0.tar.gz >>> py3-requests-unixsocket: Checking sha512sums... requests-unixsocket-0.3.0.tar.gz: OK >>> py3-requests-unixsocket: Unpacking /var/cache/distfiles/requests-unixsocket-0.3.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/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, pypa/build or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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/lib/python3.11/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 >>> py3-requests-unixsocket: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/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, pypa/build or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket copying build/lib/requests_unixsocket/__init__.py -> /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket creating /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/tests copying build/lib/requests_unixsocket/tests/test_requests_unixsocket.py -> /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/tests copying build/lib/requests_unixsocket/adapters.py -> /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket copying build/lib/requests_unixsocket/testutils.py -> /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket byte-compiling /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/tests/test_requests_unixsocket.py to test_requests_unixsocket.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/adapters.py to adapters.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/testutils.py to testutils.cpython-311.pyc running install_egg_info 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 Copying requests_unixsocket.egg-info to /home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket-0.3.0-py3.11.egg-info running install_scripts >>> py3-requests-unixsocket-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket/usr/lib/python3.11/site-packages/requests_unixsocket/__pycache__' -> '/home/buildozer/aports/community/py3-requests-unixsocket/pkg/py3-requests-unixsocket-pyc/usr/lib/python3.11/site-packages/requests_unixsocket/__pycache__' >>> py3-requests-unixsocket-pyc*: Preparing subpackage py3-requests-unixsocket-pyc... >>> py3-requests-unixsocket-pyc*: Running postcheck for py3-requests-unixsocket-pyc >>> py3-requests-unixsocket*: Running postcheck for py3-requests-unixsocket >>> py3-requests-unixsocket*: Preparing package py3-requests-unixsocket... >>> py3-requests-unixsocket-pyc*: Tracing dependencies... py3-requests python3~3.11 >>> py3-requests-unixsocket-pyc*: Package size: 44.0 KB >>> py3-requests-unixsocket-pyc*: Compressing data... >>> py3-requests-unixsocket-pyc*: Create checksum... >>> py3-requests-unixsocket-pyc*: Create py3-requests-unixsocket-pyc-0.3.0-r2.apk >>> py3-requests-unixsocket*: Tracing dependencies... py3-requests python3~3.11 >>> py3-requests-unixsocket*: Package size: 64.0 KB >>> py3-requests-unixsocket*: Compressing data... >>> py3-requests-unixsocket*: Create checksum... >>> py3-requests-unixsocket*: Create py3-requests-unixsocket-0.3.0-r2.apk >>> py3-requests-unixsocket: Build complete at Sat, 22 Apr 2023 14:21:37 +0000 elapsed time 0h 0m 13s >>> py3-requests-unixsocket: Cleaning up srcdir >>> py3-requests-unixsocket: Cleaning up pkgdir >>> py3-requests-unixsocket: Uninstalling dependencies... (1/29) Purging .makedepends-py3-requests-unixsocket (20230422.142128) (2/29) Purging py3-requests-pyc (2.28.2-r1) (3/29) Purging py3-requests (2.28.2-r1) (4/29) Purging py3-certifi-pyc (2022.12.7-r2) (5/29) Purging py3-certifi (2022.12.7-r2) (6/29) Purging py3-charset-normalizer-pyc (3.1.0-r1) (7/29) Purging py3-charset-normalizer (3.1.0-r1) (8/29) Purging py3-idna-pyc (3.4-r4) (9/29) Purging py3-idna (3.4-r4) (10/29) Purging py3-urllib3-pyc (1.26.15-r1) (11/29) Purging py3-urllib3 (1.26.15-r1) (12/29) Purging py3-pbr-pyc (5.11.1-r2) (13/29) Purging py3-pbr (5.11.1-r2) (14/29) Purging py3-setuptools-pyc (67.7.1-r0) (15/29) Purging py3-setuptools (67.7.1-r0) (16/29) Purging py3-packaging-pyc (23.1-r1) (17/29) Purging py3-packaging (23.1-r1) (18/29) Purging py3-parsing-pyc (3.0.9-r2) (19/29) Purging py3-parsing (3.0.9-r2) (20/29) Purging python3-pyc (3.11.3-r10) (21/29) Purging python3-pycache-pyc0 (3.11.3-r10) (22/29) Purging pyc (0.1-r0) (23/29) Purging python3 (3.11.3-r10) (24/29) Purging gdbm (1.23-r1) (25/29) Purging libbz2 (1.0.8-r5) (26/29) Purging libpanelw (6.4_p20230401-r4) (27/29) Purging mpdecimal (2.5.1-r2) (28/29) Purging readline (8.2.1-r1) (29/29) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 966 MiB in 103 packages >>> py3-requests-unixsocket: Updating the community/riscv64 repository index... >>> py3-requests-unixsocket: Signing the index...