>>> py3-stestr: Building community/py3-stestr 3.2.1-r0 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 14:30:38 +0000 >>> py3-stestr: Checking sanity of /home/buildozer/aports/community/py3-stestr/APKBUILD... >>> py3-stestr: Analyzing dependencies... >>> py3-stestr: Installing for build: build-base py3-subunit py3-voluptuous py3-yaml python3 py3-pbr py3-setuptools py3-testtools (1/20) Installing libbz2 (1.0.8-r3) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.2.7-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.2.0-r0) (7/20) Installing sqlite-libs (3.39.4-r0) (8/20) Installing python3 (3.10.8-r3) (9/20) Installing py3-extras (1.0.0-r5) (10/20) Installing py3-pbr (5.11.0-r0) (11/20) Installing py3-fixtures (4.0.1-r0) (12/20) Installing py3-parsing (3.0.9-r0) (13/20) Installing py3-packaging (21.3-r2) (14/20) Installing py3-setuptools (65.5.0-r0) (15/20) Installing py3-testtools (2.5.0-r1) (16/20) Installing py3-subunit (1.4.0-r2) (17/20) Installing py3-voluptuous (0.13.1-r0) (18/20) Installing yaml (0.2.5-r0) (19/20) Installing py3-yaml (6.0-r0) (20/20) Installing .makedepends-py3-stestr (20221027.143042) Executing busybox-1.35.0-r27.trigger OK: 252 MiB in 113 packages >>> py3-stestr: Cleaning up srcdir >>> py3-stestr: Cleaning up pkgdir >>> py3-stestr: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/stestr-3.2.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-stestr: Fetching https://pypi.python.org/packages/source/s/stestr/stestr-3.2.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 122 100 122 0 0 236 0 --:--:-- --:--:-- --:--:-- 235 100 272 100 272 0 0 440 0 --:--:-- --:--:-- --:--:-- 440 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 115k 100 115k 0 0 58859 0 0:00:02 0:00:02 --:--:-- 58859 >>> py3-stestr: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/stestr-3.2.1.tar.gz >>> py3-stestr: Checking sha512sums... stestr-3.2.1.tar.gz: OK >>> py3-stestr: Unpacking /var/cache/distfiles/v3.17/stestr-3.2.1.tar.gz... /usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build/lib creating build/lib/stestr creating build/lib/stestr/repository copying stestr/repository/memory.py -> build/lib/stestr/repository copying stestr/repository/util.py -> build/lib/stestr/repository copying stestr/repository/sql.py -> build/lib/stestr/repository copying stestr/repository/file.py -> build/lib/stestr/repository copying stestr/repository/__init__.py -> build/lib/stestr/repository copying stestr/repository/abstract.py -> build/lib/stestr/repository creating build/lib/stestr/tests copying stestr/tests/test_user_config.py -> build/lib/stestr/tests copying stestr/tests/test_user_config_return_codes.py -> build/lib/stestr/tests copying stestr/tests/base.py -> build/lib/stestr/tests copying stestr/tests/test_selection.py -> build/lib/stestr/tests copying stestr/tests/test_config_file.py -> build/lib/stestr/tests copying stestr/tests/test_utils.py -> build/lib/stestr/tests copying stestr/tests/test_slowest.py -> build/lib/stestr/tests copying stestr/tests/test_bisect_tests.py -> build/lib/stestr/tests copying stestr/tests/test_load.py -> build/lib/stestr/tests copying stestr/tests/test_bisect_return_codes.py -> build/lib/stestr/tests copying stestr/tests/__init__.py -> build/lib/stestr/tests copying stestr/tests/test_test_processor.py -> build/lib/stestr/tests copying stestr/tests/test_run.py -> build/lib/stestr/tests copying stestr/tests/test_return_codes.py -> build/lib/stestr/tests copying stestr/tests/test_scheduler.py -> build/lib/stestr/tests copying stestr/tests/test_output.py -> build/lib/stestr/tests copying stestr/tests/test_subunit_trace.py -> build/lib/stestr/tests creating build/lib/stestr/tests/repository copying stestr/tests/repository/test_sql.py -> build/lib/stestr/tests/repository copying stestr/tests/repository/test_util.py -> build/lib/stestr/tests/repository copying stestr/tests/repository/__init__.py -> build/lib/stestr/tests/repository copying stestr/tests/repository/test_file.py -> build/lib/stestr/tests/repository copying stestr/selection.py -> build/lib/stestr copying stestr/subunit_trace.py -> build/lib/stestr copying stestr/test_processor.py -> build/lib/stestr copying stestr/utils.py -> build/lib/stestr copying stestr/bisect_tests.py -> build/lib/stestr copying stestr/scheduler.py -> build/lib/stestr copying stestr/__main__.py -> build/lib/stestr copying stestr/output.py -> build/lib/stestr copying stestr/results.py -> build/lib/stestr copying stestr/config_file.py -> build/lib/stestr copying stestr/__init__.py -> build/lib/stestr copying stestr/version.py -> build/lib/stestr copying stestr/colorizer.py -> build/lib/stestr copying stestr/cli.py -> build/lib/stestr copying stestr/testlist.py -> build/lib/stestr copying stestr/user_config.py -> build/lib/stestr creating build/lib/stestr/commands copying stestr/commands/list.py -> build/lib/stestr/commands copying stestr/commands/last.py -> build/lib/stestr/commands copying stestr/commands/init.py -> build/lib/stestr/commands copying stestr/commands/load.py -> build/lib/stestr/commands copying stestr/commands/history.py -> build/lib/stestr/commands copying stestr/commands/slowest.py -> build/lib/stestr/commands copying stestr/commands/failing.py -> build/lib/stestr/commands copying stestr/commands/__init__.py -> build/lib/stestr/commands copying stestr/commands/run.py -> build/lib/stestr/commands creating build/lib/stestr/subunit_runner copying stestr/subunit_runner/__init__.py -> build/lib/stestr/subunit_runner copying stestr/subunit_runner/run.py -> build/lib/stestr/subunit_runner copying stestr/subunit_runner/program.py -> build/lib/stestr/subunit_runner creating build/lib/stestr/tests/files copying stestr/tests/files/__init__.py -> build/lib/stestr/tests/files running egg_info writing stestr.egg-info/PKG-INFO writing dependency_links to stestr.egg-info/dependency_links.txt writing entry points to stestr.egg-info/entry_points.txt writing requirements to stestr.egg-info/requires.txt writing top-level names to stestr.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'stestr.tests.sample_streams' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'stestr.tests.sample_streams' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'stestr.tests.sample_streams' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'stestr.tests.sample_streams' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/stestr/tests/sample_streams copying stestr/tests/sample_streams/all_skips.subunit -> build/lib/stestr/tests/sample_streams copying stestr/tests/sample_streams/failure.subunit -> build/lib/stestr/tests/sample_streams copying stestr/tests/sample_streams/successful.subunit -> build/lib/stestr/tests/sample_streams copying stestr/tests/files/bisect-fail-serial-tests -> build/lib/stestr/tests/files copying stestr/tests/files/failing-tests -> build/lib/stestr/tests/files copying stestr/tests/files/passing-tests -> build/lib/stestr/tests/files copying stestr/tests/files/setup.cfg -> build/lib/stestr/tests/files copying stestr/tests/files/stestr.yaml -> build/lib/stestr/tests/files copying stestr/tests/files/testr-conf -> build/lib/stestr/tests/files copying stestr/tests/files/tox.ini -> build/lib/stestr/tests/files >>> py3-stestr: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running build running build_py running egg_info writing stestr.egg-info/PKG-INFO writing dependency_links to stestr.egg-info/dependency_links.txt writing entry points to stestr.egg-info/entry_points.txt writing requirements to stestr.egg-info/requires.txt writing top-level names to stestr.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'stestr.tests.sample_streams' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'stestr.tests.sample_streams' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'stestr.tests.sample_streams' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'stestr.tests.sample_streams' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildozer/aports/community/py3-stestr/pkg creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/selection.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/subunit_trace.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/list.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/last.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/init.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/load.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/history.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/slowest.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/failing.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/commands/run.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands copying build/lib/stestr/test_processor.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_user_config.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_user_config_return_codes.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/base.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_selection.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_config_file.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/sample_streams copying build/lib/stestr/tests/sample_streams/all_skips.subunit -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/sample_streams copying build/lib/stestr/tests/sample_streams/successful.subunit -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/sample_streams copying build/lib/stestr/tests/sample_streams/failure.subunit -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/sample_streams copying build/lib/stestr/tests/test_utils.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_slowest.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_bisect_tests.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/passing-tests -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/bisect-fail-serial-tests -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/failing-tests -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/setup.cfg -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/tox.ini -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/stestr.yaml -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/files/testr-conf -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files copying build/lib/stestr/tests/test_load.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_bisect_return_codes.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_test_processor.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_run.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository copying build/lib/stestr/tests/repository/test_sql.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository copying build/lib/stestr/tests/repository/test_util.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository copying build/lib/stestr/tests/repository/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository copying build/lib/stestr/tests/repository/test_file.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository copying build/lib/stestr/tests/test_return_codes.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_scheduler.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_output.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/tests/test_subunit_trace.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests copying build/lib/stestr/utils.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/bisect_tests.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/scheduler.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/__main__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/output.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/results.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/config_file.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner copying build/lib/stestr/subunit_runner/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner copying build/lib/stestr/subunit_runner/run.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner copying build/lib/stestr/subunit_runner/program.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner copying build/lib/stestr/version.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/colorizer.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/cli.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr copying build/lib/stestr/testlist.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr creating /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/repository/memory.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/repository/util.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/repository/sql.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/repository/file.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/repository/__init__.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/repository/abstract.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository copying build/lib/stestr/user_config.py -> /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/selection.py to selection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_trace.py to subunit_trace.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/list.py to list.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/last.py to last.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/init.py to init.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/load.py to load.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/history.py to history.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/slowest.py to slowest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/failing.py to failing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/commands/run.py to run.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/test_processor.py to test_processor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_user_config.py to test_user_config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_user_config_return_codes.py to test_user_config_return_codes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/base.py to base.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_selection.py to test_selection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_config_file.py to test_config_file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_utils.py to test_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_slowest.py to test_slowest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_bisect_tests.py to test_bisect_tests.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/files/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_load.py to test_load.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_bisect_return_codes.py to test_bisect_return_codes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_test_processor.py to test_test_processor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_run.py to test_run.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository/test_sql.py to test_sql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository/test_util.py to test_util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/repository/test_file.py to test_file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_return_codes.py to test_return_codes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_scheduler.py to test_scheduler.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_output.py to test_output.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/tests/test_subunit_trace.py to test_subunit_trace.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/bisect_tests.py to bisect_tests.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/scheduler.py to scheduler.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/output.py to output.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/results.py to results.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/config_file.py to config_file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner/run.py to run.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/subunit_runner/program.py to program.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/colorizer.py to colorizer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/cli.py to cli.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/testlist.py to testlist.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository/memory.py to memory.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository/sql.py to sql.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository/file.py to file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/repository/abstract.py to abstract.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr/user_config.py to user_config.cpython-310.pyc running install_egg_info Copying stestr.egg-info to /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/lib/python3.10/site-packages/stestr-3.2.1-py3.10.egg-info running install_scripts Installing stestr script to /home/buildozer/aports/community/py3-stestr/pkg/py3-stestr/usr/bin >>> py3-stestr*: Running postcheck for py3-stestr >>> py3-stestr*: Preparing package py3-stestr... >>> py3-stestr*: Tracing dependencies... >>> py3-stestr*: Package size: 1.0 MB >>> py3-stestr*: Compressing data... >>> py3-stestr*: Create checksum... >>> py3-stestr*: Create py3-stestr-3.2.1-r0.apk >>> py3-stestr: Build complete at Thu, 27 Oct 2022 14:30:46 +0000 elapsed time 0h 0m 8s >>> py3-stestr: Cleaning up srcdir >>> py3-stestr: Cleaning up pkgdir >>> py3-stestr: Uninstalling dependencies... (1/20) Purging .makedepends-py3-stestr (20221027.143042) (2/20) Purging py3-subunit (1.4.0-r2) (3/20) Purging py3-voluptuous (0.13.1-r0) (4/20) Purging py3-yaml (6.0-r0) (5/20) Purging py3-testtools (2.5.0-r1) (6/20) Purging py3-fixtures (4.0.1-r0) (7/20) Purging py3-pbr (5.11.0-r0) (8/20) Purging py3-extras (1.0.0-r5) (9/20) Purging py3-setuptools (65.5.0-r0) (10/20) Purging py3-packaging (21.3-r2) (11/20) Purging py3-parsing (3.0.9-r0) (12/20) Purging python3 (3.10.8-r3) (13/20) Purging libbz2 (1.0.8-r3) (14/20) Purging libffi (3.4.4-r0) (15/20) Purging gdbm (1.23-r0) (16/20) Purging xz-libs (5.2.7-r0) (17/20) Purging mpdecimal (2.5.1-r1) (18/20) Purging readline (8.2.0-r0) (19/20) Purging sqlite-libs (3.39.4-r0) (20/20) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-stestr: Updating the community/armv7 repository index... >>> py3-stestr: Signing the index...