>>> py3-requests-unixsocket: Building community/py3-requests-unixsocket 0.3.0-r2 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 06:15:51 +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 py3-pytest py3-waitress (1/41) Installing libbz2 (1.0.8-r5) (2/41) Installing libffi (3.4.4-r2) (3/41) Installing gdbm (1.23-r1) (4/41) Installing xz-libs (5.4.2-r1) (5/41) Installing mpdecimal (2.5.1-r2) (6/41) Installing libpanelw (6.4_p20230401-r4) (7/41) Installing readline (8.2.1-r1) (8/41) Installing sqlite-libs (3.41.2-r2) (9/41) Installing python3 (3.11.3-r10) (10/41) Installing python3-pycache-pyc0 (3.11.3-r10) (11/41) Installing pyc (0.1-r0) (12/41) Installing py3-certifi-pyc (2022.12.7-r2) (13/41) Installing py3-charset-normalizer (3.1.0-r1) (14/41) Installing py3-charset-normalizer-pyc (3.1.0-r1) (15/41) Installing py3-idna (3.4-r4) (16/41) Installing py3-idna-pyc (3.4-r4) (17/41) Installing py3-urllib3 (1.26.15-r1) (18/41) Installing py3-urllib3-pyc (1.26.15-r1) (19/41) Installing py3-requests-pyc (2.28.2-r1) (20/41) Installing python3-pyc (3.11.3-r10) (21/41) Installing py3-certifi (2022.12.7-r2) (22/41) Installing py3-requests (2.28.2-r1) (23/41) Installing py3-pbr (5.11.1-r2) (24/41) Installing py3-pbr-pyc (5.11.1-r2) (25/41) Installing py3-parsing (3.0.9-r2) (26/41) Installing py3-parsing-pyc (3.0.9-r2) (27/41) Installing py3-packaging (23.1-r1) (28/41) Installing py3-packaging-pyc (23.1-r1) (29/41) Installing py3-setuptools (67.7.0-r0) (30/41) Installing py3-setuptools-pyc (67.7.0-r0) (31/41) Installing py3-iniconfig (1.1.1-r6) (32/41) Installing py3-iniconfig-pyc (1.1.1-r6) (33/41) Installing py3-pluggy (1.0.0-r3) (34/41) Installing py3-pluggy-pyc (1.0.0-r3) (35/41) Installing py3-py (1.11.0-r2) (36/41) Installing py3-py-pyc (1.11.0-r2) (37/41) Installing py3-pytest (7.3.1-r1) (38/41) Installing py3-pytest-pyc (7.3.1-r1) (39/41) Installing py3-waitress (2.1.2-r2) (40/41) Installing .makedepends-py3-requests-unixsocket (20230421.061553) (41/41) Installing py3-waitress-openrc (2.1.2-r2) Executing busybox-1.36.0-r7.trigger OK: 469 MiB in 140 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/edge/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 ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-requests-unixsocket/src/requests-unixsocket-0.3.0 configfile: pytest.ini collected 5 items requests_unixsocket/tests/test_requests_unixsocket.py ..... [100%] ============================== 5 passed in 0.17s =============================== >>> 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.1s) 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 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 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/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/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/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/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 Fri, 21 Apr 2023 06:15:59 +0000 elapsed time 0h 0m 8s >>> py3-requests-unixsocket: Cleaning up srcdir >>> py3-requests-unixsocket: Cleaning up pkgdir >>> py3-requests-unixsocket: Uninstalling dependencies... (1/41) Purging .makedepends-py3-requests-unixsocket (20230421.061553) (2/41) Purging py3-requests-pyc (2.28.2-r1) (3/41) Purging py3-requests (2.28.2-r1) (4/41) Purging py3-certifi-pyc (2022.12.7-r2) (5/41) Purging py3-certifi (2022.12.7-r2) (6/41) Purging py3-charset-normalizer-pyc (3.1.0-r1) (7/41) Purging py3-charset-normalizer (3.1.0-r1) (8/41) Purging py3-idna-pyc (3.4-r4) (9/41) Purging py3-idna (3.4-r4) (10/41) Purging py3-urllib3-pyc (1.26.15-r1) (11/41) Purging py3-urllib3 (1.26.15-r1) (12/41) Purging py3-pbr-pyc (5.11.1-r2) (13/41) Purging py3-pbr (5.11.1-r2) (14/41) Purging py3-setuptools-pyc (67.7.0-r0) (15/41) Purging py3-setuptools (67.7.0-r0) (16/41) Purging py3-pytest-pyc (7.3.1-r1) (17/41) Purging py3-pytest (7.3.1-r1) (18/41) Purging py3-iniconfig-pyc (1.1.1-r6) (19/41) Purging py3-iniconfig (1.1.1-r6) (20/41) Purging py3-packaging-pyc (23.1-r1) (21/41) Purging py3-packaging (23.1-r1) (22/41) Purging py3-parsing-pyc (3.0.9-r2) (23/41) Purging py3-parsing (3.0.9-r2) (24/41) Purging py3-pluggy-pyc (1.0.0-r3) (25/41) Purging py3-pluggy (1.0.0-r3) (26/41) Purging py3-py-pyc (1.11.0-r2) (27/41) Purging py3-py (1.11.0-r2) (28/41) Purging py3-waitress-openrc (2.1.2-r2) (29/41) Purging py3-waitress (2.1.2-r2) (30/41) Purging python3-pyc (3.11.3-r10) (31/41) Purging python3-pycache-pyc0 (3.11.3-r10) (32/41) Purging pyc (0.1-r0) (33/41) Purging python3 (3.11.3-r10) (34/41) Purging gdbm (1.23-r1) (35/41) Purging libbz2 (1.0.8-r5) (36/41) Purging libffi (3.4.4-r2) (37/41) Purging libpanelw (6.4_p20230401-r4) (38/41) Purging mpdecimal (2.5.1-r2) (39/41) Purging readline (8.2.1-r1) (40/41) Purging sqlite-libs (3.41.2-r2) (41/41) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> py3-requests-unixsocket: Updating the community/aarch64 repository index... >>> py3-requests-unixsocket: Signing the index...