>>> py3-crashtest: Building community/py3-crashtest 0.4.1-r4 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 22:08:09 +0000 >>> py3-crashtest: Checking sanity of /home/buildozer/aports/community/py3-crashtest/APKBUILD... >>> py3-crashtest: Analyzing dependencies... >>> py3-crashtest: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-cov (1/31) Installing libbz2 (1.0.8-r6) (2/31) Installing libffi (3.4.6-r0) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.6.1-r3) (5/31) Installing mpdecimal (4.0.0-r0) (6/31) Installing libpanelw (6.4_p20240330-r0) (7/31) Installing readline (8.2.10-r0) (8/31) Installing sqlite-libs (3.45.2-r0) (9/31) Installing python3 (3.12.2-r1) (10/31) Installing python3-pycache-pyc0 (3.12.2-r1) (11/31) Installing pyc (3.12.2-r1) (12/31) Installing python3-pyc (3.12.2-r1) (13/31) Installing py3-parsing (3.1.2-r1) (14/31) Installing py3-parsing-pyc (3.1.2-r1) (15/31) Installing py3-packaging (24.0-r1) (16/31) Installing py3-packaging-pyc (24.0-r1) (17/31) Installing py3-setuptools (69.2.0-r2) (18/31) Installing py3-setuptools-pyc (69.2.0-r2) (19/31) Installing py3-iniconfig (2.0.0-r1) (20/31) Installing py3-iniconfig-pyc (2.0.0-r1) (21/31) Installing py3-pluggy (1.4.0-r1) (22/31) Installing py3-pluggy-pyc (1.4.0-r1) (23/31) Installing py3-py (1.11.0-r3) (24/31) Installing py3-py-pyc (1.11.0-r3) (25/31) Installing py3-pytest (8.1.1-r1) (26/31) Installing py3-pytest-pyc (8.1.1-r1) (27/31) Installing py3-coverage (6.5.0-r6) (28/31) Installing py3-coverage-pyc (6.5.0-r6) (29/31) Installing py3-pytest-cov (4.1.0-r1) (30/31) Installing py3-pytest-cov-pyc (4.1.0-r1) (31/31) Installing .makedepends-py3-crashtest (20240412.220810) Executing busybox-1.36.1-r25.trigger OK: 437 MiB in 136 packages >>> py3-crashtest: Cleaning up srcdir >>> py3-crashtest: Cleaning up pkgdir >>> py3-crashtest: Cleaning up tmpdir >>> py3-crashtest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/crashtest-0.4.1.tar.gz >>> py3-crashtest: Fetching https://distfiles.alpinelinux.org/distfiles/edge/crashtest-0.4.1.tar.gz >>> py3-crashtest: Checking sha512sums... crashtest-0.4.1.tar.gz: OK >>> py3-crashtest: Unpacking /var/cache/distfiles/crashtest-0.4.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/crashtest copying crashtest/__init__.py -> build/lib/crashtest copying crashtest/frame_collection.py -> build/lib/crashtest copying crashtest/frame.py -> build/lib/crashtest copying crashtest/inspector.py -> build/lib/crashtest creating build/lib/crashtest/contracts copying crashtest/contracts/__init__.py -> build/lib/crashtest/contracts copying crashtest/contracts/base_solution.py -> build/lib/crashtest/contracts copying crashtest/contracts/has_solutions_for_exception.py -> build/lib/crashtest/contracts copying crashtest/contracts/solution.py -> build/lib/crashtest/contracts copying crashtest/contracts/solution_provider_repository.py -> build/lib/crashtest/contracts copying crashtest/contracts/provides_solution.py -> build/lib/crashtest/contracts creating build/lib/crashtest/solution_providers copying crashtest/solution_providers/__init__.py -> build/lib/crashtest/solution_providers copying crashtest/solution_providers/solution_provider_repository.py -> build/lib/crashtest/solution_providers copying crashtest/py.typed -> build/lib/crashtest copying crashtest/__init__.py -> build/lib/crashtest copying crashtest/frame_collection.py -> build/lib/crashtest copying crashtest/frame.py -> build/lib/crashtest copying crashtest/inspector.py -> build/lib/crashtest copying crashtest/contracts/__init__.py -> build/lib/crashtest/contracts copying crashtest/contracts/base_solution.py -> build/lib/crashtest/contracts copying crashtest/contracts/has_solutions_for_exception.py -> build/lib/crashtest/contracts copying crashtest/contracts/solution.py -> build/lib/crashtest/contracts copying crashtest/contracts/solution_provider_repository.py -> build/lib/crashtest/contracts copying crashtest/contracts/provides_solution.py -> build/lib/crashtest/contracts copying crashtest/solution_providers/__init__.py -> build/lib/crashtest/solution_providers copying crashtest/solution_providers/solution_provider_repository.py -> build/lib/crashtest/solution_providers running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _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`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _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`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating crashtest.egg-info writing crashtest.egg-info/PKG-INFO writing dependency_links to crashtest.egg-info/dependency_links.txt writing top-level names to crashtest.egg-info/top_level.txt writing manifest file 'crashtest.egg-info/SOURCES.txt' reading manifest file 'crashtest.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'crashtest.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s NO TESTS RAN >>> py3-crashtest: Entering fakeroot... running install /usr/lib/python3.12/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 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-crashtest/pkg creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest copying build/lib/crashtest/__init__.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest copying build/lib/crashtest/frame_collection.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest copying build/lib/crashtest/frame.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/solution_providers copying build/lib/crashtest/solution_providers/__init__.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/solution_providers copying build/lib/crashtest/solution_providers/solution_provider_repository.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/solution_providers creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/__init__.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/base_solution.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/has_solutions_for_exception.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/solution.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/solution_provider_repository.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/provides_solution.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts copying build/lib/crashtest/py.typed -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest copying build/lib/crashtest/inspector.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/frame_collection.py to frame_collection.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/frame.py to frame.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/solution_providers/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/solution_providers/solution_provider_repository.py to solution_provider_repository.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/base_solution.py to base_solution.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/has_solutions_for_exception.py to has_solutions_for_exception.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/solution.py to solution.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/solution_provider_repository.py to solution_provider_repository.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/provides_solution.py to provides_solution.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/inspector.py to inspector.cpython-312.pyc running install_egg_info running egg_info writing crashtest.egg-info/PKG-INFO writing dependency_links to crashtest.egg-info/dependency_links.txt writing top-level names to crashtest.egg-info/top_level.txt reading manifest file 'crashtest.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'crashtest.egg-info/SOURCES.txt' Copying crashtest.egg-info to /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest-0.4.1-py3.12.egg-info running install_scripts >>> py3-crashtest-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/__pycache__' -> '/home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest-pyc/usr/lib/python3.12/site-packages/crashtest/__pycache__' '/home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/solution_providers/__pycache__' -> '/home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest-pyc/usr/lib/python3.12/site-packages/crashtest/solution_providers/__pycache__' '/home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.12/site-packages/crashtest/contracts/__pycache__' -> '/home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest-pyc/usr/lib/python3.12/site-packages/crashtest/contracts/__pycache__' >>> py3-crashtest-pyc*: Preparing subpackage py3-crashtest-pyc... >>> py3-crashtest-pyc*: Running postcheck for py3-crashtest-pyc >>> py3-crashtest*: Running postcheck for py3-crashtest >>> py3-crashtest*: Preparing package py3-crashtest... >>> py3-crashtest-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-crashtest-pyc*: Package size: 92.0 KB >>> py3-crashtest-pyc*: Compressing data... >>> py3-crashtest-pyc*: Create checksum... >>> py3-crashtest-pyc*: Create py3-crashtest-pyc-0.4.1-r4.apk >>> py3-crashtest*: Tracing dependencies... python3 python3~3.12 >>> py3-crashtest*: Package size: 92.0 KB >>> py3-crashtest*: Compressing data... >>> py3-crashtest*: Create checksum... >>> py3-crashtest*: Create py3-crashtest-0.4.1-r4.apk >>> py3-crashtest: Build complete at Fri, 12 Apr 2024 22:08:11 +0000 elapsed time 0h 0m 2s >>> py3-crashtest: Cleaning up srcdir >>> py3-crashtest: Cleaning up pkgdir >>> py3-crashtest: Uninstalling dependencies... (1/31) Purging .makedepends-py3-crashtest (20240412.220810) (2/31) Purging py3-setuptools-pyc (69.2.0-r2) (3/31) Purging py3-setuptools (69.2.0-r2) (4/31) Purging py3-pytest-cov-pyc (4.1.0-r1) (5/31) Purging py3-pytest-cov (4.1.0-r1) (6/31) Purging py3-pytest-pyc (8.1.1-r1) (7/31) Purging py3-pytest (8.1.1-r1) (8/31) Purging py3-iniconfig-pyc (2.0.0-r1) (9/31) Purging py3-iniconfig (2.0.0-r1) (10/31) Purging py3-packaging-pyc (24.0-r1) (11/31) Purging py3-packaging (24.0-r1) (12/31) Purging py3-parsing-pyc (3.1.2-r1) (13/31) Purging py3-parsing (3.1.2-r1) (14/31) Purging py3-pluggy-pyc (1.4.0-r1) (15/31) Purging py3-pluggy (1.4.0-r1) (16/31) Purging py3-py-pyc (1.11.0-r3) (17/31) Purging py3-py (1.11.0-r3) (18/31) Purging py3-coverage-pyc (6.5.0-r6) (19/31) Purging py3-coverage (6.5.0-r6) (20/31) Purging python3-pyc (3.12.2-r1) (21/31) Purging python3-pycache-pyc0 (3.12.2-r1) (22/31) Purging pyc (3.12.2-r1) (23/31) Purging python3 (3.12.2-r1) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.4.6-r0) (27/31) Purging libpanelw (6.4_p20240330-r0) (28/31) Purging mpdecimal (4.0.0-r0) (29/31) Purging readline (8.2.10-r0) (30/31) Purging sqlite-libs (3.45.2-r0) (31/31) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-crashtest: Updating the community/aarch64 repository index... >>> py3-crashtest: Signing the index...