>>> py3-tenacity: Building community/py3-tenacity 8.2.2-r1 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 17:38:27 +0000 >>> py3-tenacity: Checking sanity of /home/buildozer/aports/community/py3-tenacity/APKBUILD... >>> py3-tenacity: Analyzing dependencies... >>> py3-tenacity: Installing for build: build-base python3 py3-setuptools py3-pytest py3-setuptools_scm (1/28) Installing libbz2 (1.0.8-r5) (2/28) Installing gdbm (1.23-r1) (3/28) Installing mpdecimal (2.5.1-r2) (4/28) Installing libpanelw (6.4_p20230401-r4) (5/28) Installing readline (8.2.1-r1) (6/28) Installing sqlite-libs (3.41.2-r2) (7/28) Installing python3 (3.11.3-r10) (8/28) Installing python3-pycache-pyc0 (3.11.3-r10) (9/28) Installing pyc (0.1-r0) (10/28) Installing python3-pyc (3.11.3-r10) (11/28) Installing py3-parsing (3.0.9-r2) (12/28) Installing py3-parsing-pyc (3.0.9-r2) (13/28) Installing py3-packaging (23.1-r1) (14/28) Installing py3-packaging-pyc (23.1-r1) (15/28) Installing py3-setuptools (67.7.1-r0) (16/28) Installing py3-setuptools-pyc (67.7.1-r0) (17/28) Installing py3-iniconfig (1.1.1-r6) (18/28) Installing py3-iniconfig-pyc (1.1.1-r6) (19/28) Installing py3-pluggy (1.0.0-r3) (20/28) Installing py3-pluggy-pyc (1.0.0-r3) (21/28) Installing py3-py (1.11.0-r2) (22/28) Installing py3-py-pyc (1.11.0-r2) (23/28) Installing py3-pytest (7.3.1-r1) (24/28) Installing py3-pytest-pyc (7.3.1-r1) (25/28) Installing py3-typing-extensions (4.5.0-r1) (26/28) Installing py3-typing-extensions-pyc (4.5.0-r1) (27/28) Installing py3-setuptools_scm (7.1.0-r0) (28/28) Installing .makedepends-py3-tenacity (20230422.173831) Executing busybox-1.36.0-r7.trigger OK: 1019 MiB in 131 packages >>> py3-tenacity: Cleaning up srcdir >>> py3-tenacity: Cleaning up pkgdir >>> py3-tenacity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tenacity-8.2.2.tar.gz >>> py3-tenacity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tenacity-8.2.2.tar.gz >>> py3-tenacity: Checking sha512sums... tenacity-8.2.2.tar.gz: OK fix-build-typeguard.patch: OK >>> py3-tenacity: Unpacking /var/cache/distfiles/tenacity-8.2.2.tar.gz... >>> py3-tenacity: fix-build-typeguard.patch patching file tests/test_tenacity.py /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. running build running build_py creating build creating build/lib creating build/lib/tenacity copying tenacity/_utils.py -> build/lib/tenacity copying tenacity/wait.py -> build/lib/tenacity copying tenacity/after.py -> build/lib/tenacity copying tenacity/__init__.py -> build/lib/tenacity copying tenacity/tornadoweb.py -> build/lib/tenacity copying tenacity/before_sleep.py -> build/lib/tenacity copying tenacity/_asyncio.py -> build/lib/tenacity copying tenacity/stop.py -> build/lib/tenacity copying tenacity/before.py -> build/lib/tenacity copying tenacity/retry.py -> build/lib/tenacity copying tenacity/nap.py -> build/lib/tenacity copying tenacity/py.typed -> build/lib/tenacity >>> py3-tenacity: 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. running install /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_lib creating /home/buildozer/aports/community/py3-tenacity/pkg creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/_utils.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/wait.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/after.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/__init__.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/tornadoweb.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/before_sleep.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/_asyncio.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/py.typed -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/stop.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/before.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/retry.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity copying build/lib/tenacity/nap.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/_utils.py to _utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/wait.py to wait.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/after.py to after.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/tornadoweb.py to tornadoweb.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/before_sleep.py to before_sleep.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/_asyncio.py to _asyncio.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/stop.py to stop.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/before.py to before.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/retry.py to retry.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/nap.py to nap.cpython-311.pyc running install_egg_info running egg_info writing tenacity.egg-info/PKG-INFO writing dependency_links to tenacity.egg-info/dependency_links.txt writing requirements to tenacity.egg-info/requires.txt writing top-level names to tenacity.egg-info/top_level.txt reading manifest file 'tenacity.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'tenacity.egg-info/SOURCES.txt' Copying tenacity.egg-info to /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity-8.2.2-py3.11.egg-info running install_scripts >>> py3-tenacity-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.11/site-packages/tenacity/__pycache__' -> '/home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity-pyc/usr/lib/python3.11/site-packages/tenacity/__pycache__' >>> py3-tenacity-pyc*: Preparing subpackage py3-tenacity-pyc... >>> py3-tenacity-pyc*: Running postcheck for py3-tenacity-pyc >>> py3-tenacity*: Running postcheck for py3-tenacity >>> py3-tenacity*: Preparing package py3-tenacity... >>> py3-tenacity-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-tenacity-pyc*: Package size: 132.0 KB >>> py3-tenacity-pyc*: Compressing data... >>> py3-tenacity-pyc*: Create checksum... >>> py3-tenacity-pyc*: Create py3-tenacity-pyc-8.2.2-r1.apk >>> py3-tenacity*: Tracing dependencies... python3 python3~3.11 >>> py3-tenacity*: Package size: 120.0 KB >>> py3-tenacity*: Compressing data... >>> py3-tenacity*: Create checksum... >>> py3-tenacity*: Create py3-tenacity-8.2.2-r1.apk >>> py3-tenacity: Build complete at Sat, 22 Apr 2023 17:38:50 +0000 elapsed time 0h 0m 23s >>> py3-tenacity: Cleaning up srcdir >>> py3-tenacity: Cleaning up pkgdir >>> py3-tenacity: Uninstalling dependencies... (1/28) Purging .makedepends-py3-tenacity (20230422.173831) (2/28) Purging py3-pytest-pyc (7.3.1-r1) (3/28) Purging py3-pytest (7.3.1-r1) (4/28) Purging py3-iniconfig-pyc (1.1.1-r6) (5/28) Purging py3-iniconfig (1.1.1-r6) (6/28) Purging py3-pluggy-pyc (1.0.0-r3) (7/28) Purging py3-pluggy (1.0.0-r3) (8/28) Purging py3-py-pyc (1.11.0-r2) (9/28) Purging py3-py (1.11.0-r2) (10/28) Purging py3-setuptools_scm (7.1.0-r0) (11/28) Purging py3-setuptools-pyc (67.7.1-r0) (12/28) Purging py3-setuptools (67.7.1-r0) (13/28) Purging py3-packaging-pyc (23.1-r1) (14/28) Purging py3-packaging (23.1-r1) (15/28) Purging py3-parsing-pyc (3.0.9-r2) (16/28) Purging py3-parsing (3.0.9-r2) (17/28) Purging py3-typing-extensions-pyc (4.5.0-r1) (18/28) Purging py3-typing-extensions (4.5.0-r1) (19/28) Purging python3-pyc (3.11.3-r10) (20/28) Purging python3-pycache-pyc0 (3.11.3-r10) (21/28) Purging pyc (0.1-r0) (22/28) Purging python3 (3.11.3-r10) (23/28) Purging gdbm (1.23-r1) (24/28) Purging libbz2 (1.0.8-r5) (25/28) Purging libpanelw (6.4_p20230401-r4) (26/28) Purging mpdecimal (2.5.1-r2) (27/28) Purging readline (8.2.1-r1) (28/28) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 966 MiB in 103 packages >>> py3-tenacity: Updating the community/riscv64 repository index... >>> py3-tenacity: Signing the index...