>>> py3-tox: Building community/py3-tox 3.24.3-r1 (using abuild 3.9.0-r0) started Wed, 15 Dec 2021 23:12:32 +0000 >>> py3-tox: Checking sanity of /home/buildozer/aports/community/py3-tox/APKBUILD... >>> py3-tox: Analyzing dependencies... >>> py3-tox: Installing for build: build-base py3-packaging py3-pluggy py3-py py3-six py3-virtualenv py3-toml py3-filelock py3-setuptools (1/19) Installing libffi (3.4.2-r1) (2/19) Installing gdbm (1.22-r0) (3/19) Installing mpdecimal (2.5.1-r1) (4/19) Installing readline (8.1.1-r0) (5/19) Installing sqlite-libs (3.37.0-r0) (6/19) Installing python3 (3.10.1-r0) (7/19) Installing py3-parsing (2.4.7-r3) (8/19) Installing py3-six (1.16.0-r1) (9/19) Installing py3-packaging (21.3-r0) (10/19) Installing py3-pluggy (0.13.1-r5) (11/19) Installing py3-py (1.10.0-r2) (12/19) Installing py3-appdirs (1.4.4-r3) (13/19) Installing py3-distlib (0.3.4-r1) (14/19) Installing py3-filelock (3.0.12-r4) (15/19) Installing py3-virtualenv (20.4.7-r1) (16/19) Installing py3-toml (0.10.2-r3) (17/19) Installing py3-ordered-set (4.0.2-r3) (18/19) Installing py3-setuptools (52.0.0-r5) (19/19) Installing .makedepends-py3-tox (20211215.231233) Executing busybox-1.34.1-r5.trigger OK: 368 MiB in 120 packages >>> py3-tox: Cleaning up srcdir >>> py3-tox: Cleaning up pkgdir >>> py3-tox: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tox-3.24.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 41 308k 41 128k 0 0 165k 0 0:00:01 --:--:-- 0:00:01 165k 100 308k 100 308k 0 0 346k 0 --:--:-- --:--:-- --:--:-- 345k >>> py3-tox: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tox-3.24.3.tar.gz >>> py3-tox: Checking sha512sums... tox-3.24.3.tar.gz: OK >>> py3-tox: Unpacking /var/cache/distfiles/edge/tox-3.24.3.tar.gz... /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/tox copying src/tox/constants.py -> build/lib/tox copying src/tox/_quickstart.py -> build/lib/tox copying src/tox/action.py -> build/lib/tox copying src/tox/reporter.py -> build/lib/tox copying src/tox/__main__.py -> build/lib/tox copying src/tox/venv.py -> build/lib/tox copying src/tox/_pytestplugin.py -> build/lib/tox copying src/tox/__init__.py -> build/lib/tox copying src/tox/version.py -> build/lib/tox copying src/tox/hookspecs.py -> build/lib/tox copying src/tox/cli.py -> build/lib/tox copying src/tox/exception.py -> build/lib/tox creating build/lib/tox/interpreters copying src/tox/interpreters/unix.py -> build/lib/tox/interpreters copying src/tox/interpreters/common.py -> build/lib/tox/interpreters copying src/tox/interpreters/py_spec.py -> build/lib/tox/interpreters copying src/tox/interpreters/via_path.py -> build/lib/tox/interpreters copying src/tox/interpreters/__init__.py -> build/lib/tox/interpreters creating build/lib/tox/config copying src/tox/config/parallel.py -> build/lib/tox/config copying src/tox/config/reporter.py -> build/lib/tox/config copying src/tox/config/__init__.py -> build/lib/tox/config creating build/lib/tox/package copying src/tox/package/view.py -> build/lib/tox/package copying src/tox/package/local.py -> build/lib/tox/package copying src/tox/package/__init__.py -> build/lib/tox/package creating build/lib/tox/logs copying src/tox/logs/env.py -> build/lib/tox/logs copying src/tox/logs/result.py -> build/lib/tox/logs copying src/tox/logs/__init__.py -> build/lib/tox/logs copying src/tox/logs/command.py -> build/lib/tox/logs creating build/lib/tox/session copying src/tox/session/__init__.py -> build/lib/tox/session creating build/lib/tox/helper copying src/tox/helper/build_requires.py -> build/lib/tox/helper copying src/tox/helper/build_isolated.py -> build/lib/tox/helper copying src/tox/helper/__init__.py -> build/lib/tox/helper copying src/tox/helper/get_version.py -> build/lib/tox/helper copying src/tox/helper/get_site_package_dir.py -> build/lib/tox/helper creating build/lib/tox/util copying src/tox/util/path.py -> build/lib/tox/util copying src/tox/util/lock.py -> build/lib/tox/util copying src/tox/util/graph.py -> build/lib/tox/util copying src/tox/util/stdlib.py -> build/lib/tox/util copying src/tox/util/main.py -> build/lib/tox/util copying src/tox/util/spinner.py -> build/lib/tox/util copying src/tox/util/__init__.py -> build/lib/tox/util creating build/lib/tox/interpreters/windows copying src/tox/interpreters/windows/__init__.py -> build/lib/tox/interpreters/windows copying src/tox/interpreters/windows/pep514.py -> build/lib/tox/interpreters/windows creating build/lib/tox/package/builder copying src/tox/package/builder/legacy.py -> build/lib/tox/package/builder copying src/tox/package/builder/__init__.py -> build/lib/tox/package/builder copying src/tox/package/builder/isolated.py -> build/lib/tox/package/builder creating build/lib/tox/session/commands copying src/tox/session/commands/help_ini.py -> build/lib/tox/session/commands copying src/tox/session/commands/show_env.py -> build/lib/tox/session/commands copying src/tox/session/commands/help.py -> build/lib/tox/session/commands copying src/tox/session/commands/provision.py -> build/lib/tox/session/commands copying src/tox/session/commands/__init__.py -> build/lib/tox/session/commands copying src/tox/session/commands/show_config.py -> build/lib/tox/session/commands creating build/lib/tox/session/commands/run copying src/tox/session/commands/run/sequential.py -> build/lib/tox/session/commands/run copying src/tox/session/commands/run/parallel.py -> build/lib/tox/session/commands/run copying src/tox/session/commands/run/__init__.py -> build/lib/tox/session/commands/run >>> py3-tox: Entering fakeroot... /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-tox/pkg creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters copying build/lib/tox/interpreters/unix.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters copying build/lib/tox/interpreters/common.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters copying build/lib/tox/interpreters/py_spec.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters copying build/lib/tox/interpreters/via_path.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters copying build/lib/tox/interpreters/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/windows copying build/lib/tox/interpreters/windows/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/windows copying build/lib/tox/interpreters/windows/pep514.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/windows copying build/lib/tox/constants.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config copying build/lib/tox/config/parallel.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config copying build/lib/tox/config/reporter.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config copying build/lib/tox/config/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config copying build/lib/tox/_quickstart.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox copying build/lib/tox/action.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox copying build/lib/tox/reporter.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox copying build/lib/tox/__main__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package copying build/lib/tox/package/view.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package copying build/lib/tox/package/local.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder copying build/lib/tox/package/builder/legacy.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder copying build/lib/tox/package/builder/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder copying build/lib/tox/package/builder/isolated.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder copying build/lib/tox/package/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package copying build/lib/tox/venv.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs copying build/lib/tox/logs/env.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs copying build/lib/tox/logs/result.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs copying build/lib/tox/logs/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs copying build/lib/tox/logs/command.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs copying build/lib/tox/_pytestplugin.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands copying build/lib/tox/session/commands/help_ini.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run copying build/lib/tox/session/commands/run/sequential.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run copying build/lib/tox/session/commands/run/parallel.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run copying build/lib/tox/session/commands/run/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run copying build/lib/tox/session/commands/show_env.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands copying build/lib/tox/session/commands/help.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands copying build/lib/tox/session/commands/provision.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands copying build/lib/tox/session/commands/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands copying build/lib/tox/session/commands/show_config.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands copying build/lib/tox/session/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session copying build/lib/tox/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox copying build/lib/tox/version.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox copying build/lib/tox/hookspecs.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox copying build/lib/tox/cli.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper copying build/lib/tox/helper/build_requires.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper copying build/lib/tox/helper/build_isolated.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper copying build/lib/tox/helper/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper copying build/lib/tox/helper/get_version.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper copying build/lib/tox/helper/get_site_package_dir.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper copying build/lib/tox/exception.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox creating /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/path.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/lock.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/graph.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/stdlib.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/main.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/spinner.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util copying build/lib/tox/util/__init__.py -> /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/unix.py to unix.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/common.py to common.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/py_spec.py to py_spec.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/via_path.py to via_path.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/windows/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/interpreters/windows/pep514.py to pep514.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config/parallel.py to parallel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config/reporter.py to reporter.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/config/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/_quickstart.py to _quickstart.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/action.py to action.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/reporter.py to reporter.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/view.py to view.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/local.py to local.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder/legacy.py to legacy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/builder/isolated.py to isolated.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/package/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/venv.py to venv.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs/env.py to env.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs/result.py to result.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/logs/command.py to command.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/_pytestplugin.py to _pytestplugin.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/help_ini.py to help_ini.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run/sequential.py to sequential.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run/parallel.py to parallel.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/run/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/show_env.py to show_env.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/help.py to help.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/provision.py to provision.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/commands/show_config.py to show_config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/session/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/hookspecs.py to hookspecs.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/cli.py to cli.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper/build_requires.py to build_requires.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper/build_isolated.py to build_isolated.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper/get_version.py to get_version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/helper/get_site_package_dir.py to get_site_package_dir.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/exception.py to exception.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/path.py to path.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/lock.py to lock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/graph.py to graph.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/stdlib.py to stdlib.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/main.py to main.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/spinner.py to spinner.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox/util/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info writing src/tox.egg-info/PKG-INFO writing dependency_links to src/tox.egg-info/dependency_links.txt writing entry points to src/tox.egg-info/entry_points.txt writing requirements to src/tox.egg-info/requires.txt writing top-level names to src/tox.egg-info/top_level.txt reading manifest file 'src/tox.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG.rst' warning: no files found matching 'README.rst' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[cod]' found anywhere in distribution writing manifest file 'src/tox.egg-info/SOURCES.txt' Copying src/tox.egg-info to /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/lib/python3.10/site-packages/tox-0.0.0-py3.10.egg-info running install_scripts Installing tox script to /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/bin Installing tox-quickstart script to /home/buildozer/aports/community/py3-tox/pkg/py3-tox/usr/bin >>> py3-tox*: Running postcheck for py3-tox >>> py3-tox*: Preparing package py3-tox... >>> py3-tox*: Tracing dependencies... >>> py3-tox*: Package size: 896.0 KB >>> py3-tox*: Compressing data... >>> py3-tox*: Create checksum... >>> py3-tox*: Create py3-tox-3.24.3-r1.apk >>> py3-tox: Build complete at Wed, 15 Dec 2021 23:12:35 +0000 elapsed time 0h 0m 3s >>> py3-tox: Cleaning up srcdir >>> py3-tox: Cleaning up pkgdir >>> py3-tox: Uninstalling dependencies... (1/19) Purging .makedepends-py3-tox (20211215.231233) (2/19) Purging py3-pluggy (0.13.1-r5) (3/19) Purging py3-py (1.10.0-r2) (4/19) Purging py3-virtualenv (20.4.7-r1) (5/19) Purging py3-distlib (0.3.4-r1) (6/19) Purging py3-toml (0.10.2-r3) (7/19) Purging py3-filelock (3.0.12-r4) (8/19) Purging py3-setuptools (52.0.0-r5) (9/19) Purging py3-ordered-set (4.0.2-r3) (10/19) Purging py3-appdirs (1.4.4-r3) (11/19) Purging py3-packaging (21.3-r0) (12/19) Purging py3-parsing (2.4.7-r3) (13/19) Purging py3-six (1.16.0-r1) (14/19) Purging python3 (3.10.1-r0) (15/19) Purging libffi (3.4.2-r1) (16/19) Purging gdbm (1.22-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.1-r0) (19/19) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 307 MiB in 101 packages >>> py3-tox: Updating the community/armhf repository index... >>> py3-tox: Signing the index...