>>> py3-cheroot: Building community/py3-cheroot 9.0.0-r2 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 18:56:48 +0000 >>> py3-cheroot: Checking sanity of /home/buildozer/aports/community/py3-cheroot/APKBUILD... >>> py3-cheroot: Analyzing dependencies... >>> py3-cheroot: Installing for build: build-base python3 py3-more-itertools py3-six py3-jaraco.functools py3-dateutil py3-pbr py3-portend py3-setuptools py3-setuptools_scm (1/39) Installing libbz2 (1.0.8-r5) (2/39) Installing libffi (3.4.4-r2) (3/39) Installing gdbm (1.23-r1) (4/39) Installing xz-libs (5.4.2-r1) (5/39) Installing mpdecimal (2.5.1-r2) (6/39) Installing libpanelw (6.4_p20230401-r4) (7/39) Installing readline (8.2.1-r1) (8/39) Installing sqlite-libs (3.41.2-r2) (9/39) Installing python3 (3.11.3-r10) (10/39) Installing python3-pycache-pyc0 (3.11.3-r10) (11/39) Installing pyc (0.1-r0) (12/39) Installing python3-pyc (3.11.3-r10) (13/39) Installing py3-more-itertools (9.1.0-r1) (14/39) Installing py3-more-itertools-pyc (9.1.0-r1) (15/39) Installing py3-six (1.16.0-r6) (16/39) Installing py3-six-pyc (1.16.0-r6) (17/39) Installing py3-jaraco.classes (3.2.3-r3) (18/39) Installing py3-jaraco.classes-pyc (3.2.3-r3) (19/39) Installing py3-jaraco.functools (3.6.0-r1) (20/39) Installing py3-jaraco.functools-pyc (3.6.0-r1) (21/39) Installing py3-dateutil (2.8.2-r3) (22/39) Installing py3-dateutil-pyc (2.8.2-r3) (23/39) Installing py3-pbr (5.11.1-r2) (24/39) Installing py3-pbr-pyc (5.11.1-r2) (25/39) Installing py3-tz (2023.3-r1) (26/39) Installing py3-tz-pyc (2023.3-r1) (27/39) Installing py3-tempora (5.2.2-r0) (28/39) Installing py3-tempora-pyc (5.2.2-r0) (29/39) Installing py3-portend (3.1.0-r3) (30/39) Installing py3-parsing (3.0.9-r2) (31/39) Installing py3-parsing-pyc (3.0.9-r2) (32/39) Installing py3-packaging (23.1-r1) (33/39) Installing py3-packaging-pyc (23.1-r1) (34/39) Installing py3-setuptools (67.7.1-r0) (35/39) Installing py3-setuptools-pyc (67.7.1-r0) (36/39) Installing py3-typing-extensions (4.5.0-r1) (37/39) Installing py3-typing-extensions-pyc (4.5.0-r1) (38/39) Installing py3-setuptools_scm (7.1.0-r0) (39/39) Installing .makedepends-py3-cheroot (20230421.185650) Executing busybox-1.36.0-r7.trigger OK: 468 MiB in 137 packages >>> py3-cheroot: Cleaning up srcdir >>> py3-cheroot: Cleaning up pkgdir >>> py3-cheroot: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/cheroot-9.0.0.tar.gz >>> py3-cheroot: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/cheroot-9.0.0.tar.gz >>> py3-cheroot: Checking sha512sums... cheroot-9.0.0.tar.gz: OK setuptools-git.patch: OK >>> py3-cheroot: Unpacking /var/cache/distfiles/v3.18/cheroot-9.0.0.tar.gz... >>> py3-cheroot: setuptools-git.patch patching file setup.cfg Hunk #1 succeeded at 55 (offset -1 lines). /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_scm/git.py:295: UserWarning: git archive did not support describe output warnings.warn("git archive did not support describe output") running build running build_py creating build creating build/lib creating build/lib/cheroot copying cheroot/__init__.py -> build/lib/cheroot copying cheroot/connections.py -> build/lib/cheroot copying cheroot/cli.py -> build/lib/cheroot copying cheroot/testing.py -> build/lib/cheroot copying cheroot/makefile.py -> build/lib/cheroot copying cheroot/__main__.py -> build/lib/cheroot copying cheroot/wsgi.py -> build/lib/cheroot copying cheroot/_compat.py -> build/lib/cheroot copying cheroot/errors.py -> build/lib/cheroot copying cheroot/server.py -> build/lib/cheroot creating build/lib/cheroot/workers copying cheroot/workers/__init__.py -> build/lib/cheroot/workers copying cheroot/workers/threadpool.py -> build/lib/cheroot/workers creating build/lib/cheroot/ssl copying cheroot/ssl/__init__.py -> build/lib/cheroot/ssl copying cheroot/ssl/builtin.py -> build/lib/cheroot/ssl copying cheroot/ssl/pyopenssl.py -> build/lib/cheroot/ssl creating build/lib/cheroot/test copying cheroot/test/__init__.py -> build/lib/cheroot/test copying cheroot/test/test_dispatch.py -> build/lib/cheroot/test copying cheroot/test/test__compat.py -> build/lib/cheroot/test copying cheroot/test/test_conn.py -> build/lib/cheroot/test copying cheroot/test/conftest.py -> build/lib/cheroot/test copying cheroot/test/helper.py -> build/lib/cheroot/test copying cheroot/test/test_wsgi.py -> build/lib/cheroot/test copying cheroot/test/test_server.py -> build/lib/cheroot/test copying cheroot/test/test_makefile.py -> build/lib/cheroot/test copying cheroot/test/webtest.py -> build/lib/cheroot/test copying cheroot/test/_pytest_plugin.py -> build/lib/cheroot/test copying cheroot/test/test_core.py -> build/lib/cheroot/test copying cheroot/test/test_cli.py -> build/lib/cheroot/test copying cheroot/test/test_errors.py -> build/lib/cheroot/test copying cheroot/test/test_ssl.py -> build/lib/cheroot/test running egg_info writing cheroot.egg-info/PKG-INFO writing dependency_links to cheroot.egg-info/dependency_links.txt writing entry points to cheroot.egg-info/entry_points.txt writing requirements to cheroot.egg-info/requires.txt writing top-level names to cheroot.egg-info/top_level.txt adding license file 'LICENSE.md' writing manifest file 'cheroot.egg-info/SOURCES.txt' copying cheroot/__init__.pyi -> build/lib/cheroot copying cheroot/_compat.pyi -> build/lib/cheroot copying cheroot/cli.pyi -> build/lib/cheroot copying cheroot/connections.pyi -> build/lib/cheroot copying cheroot/errors.pyi -> build/lib/cheroot copying cheroot/makefile.pyi -> build/lib/cheroot copying cheroot/py.typed -> build/lib/cheroot copying cheroot/server.pyi -> build/lib/cheroot copying cheroot/testing.pyi -> build/lib/cheroot copying cheroot/wsgi.pyi -> build/lib/cheroot copying cheroot/workers/__init__.pyi -> build/lib/cheroot/workers copying cheroot/workers/threadpool.pyi -> build/lib/cheroot/workers copying cheroot/ssl/__init__.pyi -> build/lib/cheroot/ssl copying cheroot/ssl/builtin.pyi -> build/lib/cheroot/ssl copying cheroot/ssl/pyopenssl.pyi -> build/lib/cheroot/ssl >>> py3-cheroot: 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_scm/git.py:295: UserWarning: git archive did not support describe output warnings.warn("git archive did not support describe output") 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-cheroot/pkg creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/__init__.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/connections.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/testing.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/cli.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/testing.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers copying build/lib/cheroot/workers/__init__.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers copying build/lib/cheroot/workers/threadpool.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers copying build/lib/cheroot/workers/threadpool.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers copying build/lib/cheroot/workers/__init__.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/__init__.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/builtin.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/builtin.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/pyopenssl.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/pyopenssl.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/__init__.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl copying build/lib/cheroot/_compat.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/errors.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/makefile.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/makefile.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/wsgi.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/cli.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/__main__.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/wsgi.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/_compat.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/errors.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot creating /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/__init__.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_dispatch.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test__compat.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_conn.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/conftest.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/helper.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_wsgi.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_server.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_makefile.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/webtest.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/_pytest_plugin.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_core.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_cli.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_errors.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/test/test_ssl.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test copying build/lib/cheroot/py.typed -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/server.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/__init__.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/server.py -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot copying build/lib/cheroot/connections.pyi -> /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/connections.py to connections.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/cli.py to cli.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/testing.py to testing.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers/threadpool.py to threadpool.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl/builtin.py to builtin.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl/pyopenssl.py to pyopenssl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/makefile.py to makefile.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/wsgi.py to wsgi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/_compat.py to _compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_dispatch.py to test_dispatch.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test__compat.py to test__compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_conn.py to test_conn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/conftest.py to conftest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/helper.py to helper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_wsgi.py to test_wsgi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_server.py to test_server.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_makefile.py to test_makefile.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/webtest.py to webtest.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/_pytest_plugin.py to _pytest_plugin.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_core.py to test_core.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_cli.py to test_cli.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_errors.py to test_errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test/test_ssl.py to test_ssl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/server.py to server.cpython-311.pyc running install_egg_info running egg_info writing cheroot.egg-info/PKG-INFO writing dependency_links to cheroot.egg-info/dependency_links.txt writing entry points to cheroot.egg-info/entry_points.txt writing requirements to cheroot.egg-info/requires.txt writing top-level names to cheroot.egg-info/top_level.txt adding license file 'LICENSE.md' writing manifest file 'cheroot.egg-info/SOURCES.txt' Copying cheroot.egg-info to /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot-9.0.0-py3.11.egg-info running install_scripts Installing cheroot script to /home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/bin >>> py3-cheroot-tests*: Running split function tests... '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/test' -> '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot-tests/usr/lib/python3.11/site-packages/cheroot/test' >>> py3-cheroot-tests*: Preparing subpackage py3-cheroot-tests... >>> py3-cheroot-tests*: Running postcheck for py3-cheroot-tests >>> WARNING: py3-cheroot-tests*: Found __pycache__ but package name doesn't end with -pyc >>> py3-cheroot-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/__pycache__' -> '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot-pyc/usr/lib/python3.11/site-packages/cheroot/__pycache__' '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/workers/__pycache__' -> '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot-pyc/usr/lib/python3.11/site-packages/cheroot/workers/__pycache__' '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot/usr/lib/python3.11/site-packages/cheroot/ssl/__pycache__' -> '/home/buildozer/aports/community/py3-cheroot/pkg/py3-cheroot-pyc/usr/lib/python3.11/site-packages/cheroot/ssl/__pycache__' >>> py3-cheroot-pyc*: Preparing subpackage py3-cheroot-pyc... >>> py3-cheroot-pyc*: Running postcheck for py3-cheroot-pyc >>> py3-cheroot*: Running postcheck for py3-cheroot >>> py3-cheroot*: Preparing package py3-cheroot... >>> py3-cheroot-pyc*: Tracing dependencies... python3 py3-more-itertools py3-six py3-jaraco.functools python3~3.11 >>> py3-cheroot-pyc*: Package size: 268.0 KB >>> py3-cheroot-pyc*: Compressing data... >>> py3-cheroot-pyc*: Create checksum... >>> py3-cheroot-pyc*: Create py3-cheroot-pyc-9.0.0-r2.apk >>> py3-cheroot-tests*: Tracing dependencies... py3-cheroot python3~3.11 >>> py3-cheroot-tests*: Package size: 408.0 KB >>> py3-cheroot-tests*: Compressing data... >>> py3-cheroot-tests*: Create checksum... >>> py3-cheroot-tests*: Create py3-cheroot-tests-9.0.0-r2.apk >>> py3-cheroot*: Tracing dependencies... python3 py3-more-itertools py3-six py3-jaraco.functools python3~3.11 >>> py3-cheroot*: Package size: 332.0 KB >>> py3-cheroot*: Compressing data... >>> py3-cheroot*: Create checksum... >>> py3-cheroot*: Create py3-cheroot-9.0.0-r2.apk >>> py3-cheroot: Build complete at Fri, 21 Apr 2023 18:56:58 +0000 elapsed time 0h 0m 10s >>> py3-cheroot: Cleaning up srcdir >>> py3-cheroot: Cleaning up pkgdir >>> py3-cheroot: Uninstalling dependencies... (1/39) Purging .makedepends-py3-cheroot (20230421.185650) (2/39) Purging py3-dateutil-pyc (2.8.2-r3) (3/39) Purging py3-dateutil (2.8.2-r3) (4/39) Purging py3-six-pyc (1.16.0-r6) (5/39) Purging py3-six (1.16.0-r6) (6/39) Purging py3-pbr-pyc (5.11.1-r2) (7/39) Purging py3-pbr (5.11.1-r2) (8/39) Purging py3-portend (3.1.0-r3) (9/39) Purging py3-tempora-pyc (5.2.2-r0) (10/39) Purging py3-tempora (5.2.2-r0) (11/39) Purging py3-jaraco.functools-pyc (3.6.0-r1) (12/39) Purging py3-jaraco.functools (3.6.0-r1) (13/39) Purging py3-jaraco.classes-pyc (3.2.3-r3) (14/39) Purging py3-jaraco.classes (3.2.3-r3) (15/39) Purging py3-more-itertools-pyc (9.1.0-r1) (16/39) Purging py3-more-itertools (9.1.0-r1) (17/39) Purging py3-tz-pyc (2023.3-r1) (18/39) Purging py3-tz (2023.3-r1) (19/39) Purging py3-setuptools_scm (7.1.0-r0) (20/39) Purging py3-setuptools-pyc (67.7.1-r0) (21/39) Purging py3-setuptools (67.7.1-r0) (22/39) Purging py3-packaging-pyc (23.1-r1) (23/39) Purging py3-packaging (23.1-r1) (24/39) Purging py3-parsing-pyc (3.0.9-r2) (25/39) Purging py3-parsing (3.0.9-r2) (26/39) Purging py3-typing-extensions-pyc (4.5.0-r1) (27/39) Purging py3-typing-extensions (4.5.0-r1) (28/39) Purging python3-pyc (3.11.3-r10) (29/39) Purging python3-pycache-pyc0 (3.11.3-r10) (30/39) Purging pyc (0.1-r0) (31/39) Purging python3 (3.11.3-r10) (32/39) Purging gdbm (1.23-r1) (33/39) Purging libbz2 (1.0.8-r5) (34/39) Purging libffi (3.4.4-r2) (35/39) Purging libpanelw (6.4_p20230401-r4) (36/39) Purging mpdecimal (2.5.1-r2) (37/39) Purging readline (8.2.1-r1) (38/39) Purging sqlite-libs (3.41.2-r2) (39/39) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 98 packages >>> py3-cheroot: Updating the community/aarch64 repository index... >>> py3-cheroot: Signing the index...