>>> py3-stevedore: Building testing/py3-stevedore 4.1.1-r2 (using abuild 3.11.0_rc13-r0) started Mon, 01 May 2023 11:41:12 +0000 >>> py3-stevedore: Checking sanity of /home/buildozer/aports/testing/py3-stevedore/APKBUILD... >>> py3-stevedore: Analyzing dependencies... >>> py3-stevedore: Installing for build: build-base python3 py3-setuptools py3-pbr (1/19) Installing libbz2 (1.0.8-r5) (2/19) Installing gdbm (1.23-r1) (3/19) Installing mpdecimal (2.5.1-r2) (4/19) Installing libpanelw (6.4_p20230429-r0) (5/19) Installing readline (8.2.1-r1) (6/19) Installing sqlite-libs (3.41.2-r2) (7/19) Installing python3 (3.11.3-r10) (8/19) Installing python3-pycache-pyc0 (3.11.3-r10) (9/19) Installing pyc (0.1-r0) (10/19) Installing python3-pyc (3.11.3-r10) (11/19) Installing py3-parsing (3.0.9-r2) (12/19) Installing py3-parsing-pyc (3.0.9-r2) (13/19) Installing py3-packaging (23.1-r1) (14/19) Installing py3-packaging-pyc (23.1-r1) (15/19) Installing py3-setuptools (67.7.2-r0) (16/19) Installing py3-setuptools-pyc (67.7.2-r0) (17/19) Installing py3-pbr (5.11.1-r2) (18/19) Installing py3-pbr-pyc (5.11.1-r2) (19/19) Installing .makedepends-py3-stevedore (20230501.114117) Executing busybox-1.36.0-r8.trigger OK: 1014 MiB in 122 packages >>> py3-stevedore: Cleaning up srcdir >>> py3-stevedore: Cleaning up pkgdir >>> py3-stevedore: Fetching https://distfiles.alpinelinux.org/distfiles/edge/stevedore-4.1.1.tar.gz >>> py3-stevedore: Fetching https://distfiles.alpinelinux.org/distfiles/edge/stevedore-4.1.1.tar.gz >>> py3-stevedore: Checking sha512sums... stevedore-4.1.1.tar.gz: OK >>> py3-stevedore: Unpacking /var/cache/distfiles/stevedore-4.1.1.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/stevedore creating build/lib/stevedore/example copying stevedore/example/load_as_extension.py -> build/lib/stevedore/example copying stevedore/example/load_as_driver.py -> build/lib/stevedore/example copying stevedore/example/simple.py -> build/lib/stevedore/example copying stevedore/example/__init__.py -> build/lib/stevedore/example copying stevedore/example/base.py -> build/lib/stevedore/example copying stevedore/example/setup.py -> build/lib/stevedore/example creating build/lib/stevedore/tests copying stevedore/tests/manager.py -> build/lib/stevedore/tests copying stevedore/tests/test_sphinxext.py -> build/lib/stevedore/tests copying stevedore/tests/test_test_manager.py -> build/lib/stevedore/tests copying stevedore/tests/test_callback.py -> build/lib/stevedore/tests copying stevedore/tests/__init__.py -> build/lib/stevedore/tests copying stevedore/tests/test_example_simple.py -> build/lib/stevedore/tests copying stevedore/tests/test_driver.py -> build/lib/stevedore/tests copying stevedore/tests/test_example_fields.py -> build/lib/stevedore/tests copying stevedore/tests/extension_unimportable.py -> build/lib/stevedore/tests copying stevedore/tests/test_dispatch.py -> build/lib/stevedore/tests copying stevedore/tests/utils.py -> build/lib/stevedore/tests copying stevedore/tests/test_named.py -> build/lib/stevedore/tests copying stevedore/tests/test_extension.py -> build/lib/stevedore/tests copying stevedore/tests/test_hook.py -> build/lib/stevedore/tests copying stevedore/tests/test_cache.py -> build/lib/stevedore/tests copying stevedore/tests/test_enabled.py -> build/lib/stevedore/tests creating build/lib/stevedore/example2 copying stevedore/example2/__init__.py -> build/lib/stevedore/example2 copying stevedore/example2/setup.py -> build/lib/stevedore/example2 copying stevedore/example2/fields.py -> build/lib/stevedore/example2 copying stevedore/dispatch.py -> build/lib/stevedore copying stevedore/__init__.py -> build/lib/stevedore copying stevedore/enabled.py -> build/lib/stevedore copying stevedore/exception.py -> build/lib/stevedore copying stevedore/hook.py -> build/lib/stevedore copying stevedore/extension.py -> build/lib/stevedore copying stevedore/_cache.py -> build/lib/stevedore copying stevedore/named.py -> build/lib/stevedore copying stevedore/driver.py -> build/lib/stevedore copying stevedore/sphinxext.py -> build/lib/stevedore running egg_info writing stevedore.egg-info/PKG-INFO writing dependency_links to stevedore.egg-info/dependency_links.txt writing entry points to stevedore.egg-info/entry_points.txt deleting stevedore.egg-info/requires.txt writing top-level names to stevedore.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt >>> py3-stevedore: 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/testing/py3-stevedore/pkg creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/dispatch.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2 copying build/lib/stevedore/example2/__init__.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2 copying build/lib/stevedore/example2/setup.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2 copying build/lib/stevedore/example2/fields.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2 copying build/lib/stevedore/__init__.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/manager.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_sphinxext.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_test_manager.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_callback.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/__init__.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_example_simple.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_driver.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_example_fields.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/extension_unimportable.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_dispatch.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/utils.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_named.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_extension.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_hook.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_cache.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_enabled.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests copying build/lib/stevedore/enabled.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/exception.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/hook.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/extension.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/_cache.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/named.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore copying build/lib/stevedore/driver.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore creating /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/example/load_as_extension.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/example/load_as_driver.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/example/simple.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/example/__init__.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/example/base.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/example/setup.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example copying build/lib/stevedore/sphinxext.py -> /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/dispatch.py to dispatch.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2/setup.py to setup.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2/fields.py to fields.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/manager.py to manager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_sphinxext.py to test_sphinxext.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_test_manager.py to test_test_manager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_callback.py to test_callback.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_example_simple.py to test_example_simple.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_driver.py to test_driver.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_example_fields.py to test_example_fields.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/extension_unimportable.py to extension_unimportable.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_dispatch.py to test_dispatch.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_named.py to test_named.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_extension.py to test_extension.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_hook.py to test_hook.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_cache.py to test_cache.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/test_enabled.py to test_enabled.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/enabled.py to enabled.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/exception.py to exception.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/hook.py to hook.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/extension.py to extension.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/_cache.py to _cache.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/named.py to named.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/driver.py to driver.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/load_as_extension.py to load_as_extension.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/load_as_driver.py to load_as_driver.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/simple.py to simple.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/setup.py to setup.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/sphinxext.py to sphinxext.cpython-311.pyc running install_egg_info running egg_info writing stevedore.egg-info/PKG-INFO writing dependency_links to stevedore.egg-info/dependency_links.txt writing entry points to stevedore.egg-info/entry_points.txt writing top-level names to stevedore.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying stevedore.egg-info to /home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore-4.1.1-py3.11.egg-info running install_scripts >>> py3-stevedore-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/__pycache__' -> '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore-pyc/usr/lib/python3.11/site-packages/stevedore/__pycache__' '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example2/__pycache__' -> '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore-pyc/usr/lib/python3.11/site-packages/stevedore/example2/__pycache__' '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/tests/__pycache__' -> '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore-pyc/usr/lib/python3.11/site-packages/stevedore/tests/__pycache__' '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore/usr/lib/python3.11/site-packages/stevedore/example/__pycache__' -> '/home/buildozer/aports/testing/py3-stevedore/pkg/py3-stevedore-pyc/usr/lib/python3.11/site-packages/stevedore/example/__pycache__' >>> py3-stevedore-pyc*: Preparing subpackage py3-stevedore-pyc... >>> py3-stevedore-pyc*: Running postcheck for py3-stevedore-pyc >>> py3-stevedore*: Running postcheck for py3-stevedore >>> py3-stevedore*: Preparing package py3-stevedore... >>> py3-stevedore-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-stevedore-pyc*: Package size: 284.0 KB >>> py3-stevedore-pyc*: Compressing data... >>> py3-stevedore-pyc*: Create checksum... >>> py3-stevedore-pyc*: Create py3-stevedore-pyc-4.1.1-r2.apk >>> py3-stevedore*: Tracing dependencies... python3 python3~3.11 >>> py3-stevedore*: Package size: 244.0 KB >>> py3-stevedore*: Compressing data... >>> py3-stevedore*: Create checksum... >>> py3-stevedore*: Create py3-stevedore-4.1.1-r2.apk >>> py3-stevedore: Build complete at Mon, 01 May 2023 11:41:26 +0000 elapsed time 0h 0m 14s >>> py3-stevedore: Cleaning up srcdir >>> py3-stevedore: Cleaning up pkgdir >>> py3-stevedore: Uninstalling dependencies... (1/19) Purging .makedepends-py3-stevedore (20230501.114117) (2/19) Purging py3-setuptools-pyc (67.7.2-r0) (3/19) Purging py3-setuptools (67.7.2-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging py3-pbr-pyc (5.11.1-r2) (9/19) Purging py3-pbr (5.11.1-r2) (10/19) Purging python3-pyc (3.11.3-r10) (11/19) Purging python3-pycache-pyc0 (3.11.3-r10) (12/19) Purging pyc (0.1-r0) (13/19) Purging python3 (3.11.3-r10) (14/19) Purging gdbm (1.23-r1) (15/19) Purging libbz2 (1.0.8-r5) (16/19) Purging libpanelw (6.4_p20230429-r0) (17/19) Purging mpdecimal (2.5.1-r2) (18/19) Purging readline (8.2.1-r1) (19/19) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 966 MiB in 103 packages >>> py3-stevedore: Updating the testing/riscv64 repository index... >>> py3-stevedore: Signing the index...