>>> py3-crashtest: Building community/py3-crashtest 0.4.1-r4 (using abuild 3.14.1-r1) started Wed, 30 Oct 2024 00:52:02 +0000 >>> py3-crashtest: Validating /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/30) Installing libbz2 (1.0.8-r6) (2/30) Installing libffi (3.4.6-r0) (3/30) Installing gdbm (1.24-r0) (4/30) Installing xz-libs (5.6.3-r0) (5/30) Installing mpdecimal (4.0.0-r0) (6/30) Installing libpanelw (6.5_p20241006-r1) (7/30) Installing sqlite-libs (3.47.0-r0) (8/30) Installing python3 (3.12.7-r1) (9/30) Installing python3-pycache-pyc0 (3.12.7-r1) (10/30) Installing pyc (3.12.7-r1) (11/30) Installing python3-pyc (3.12.7-r1) (12/30) Installing py3-parsing (3.1.4-r0) (13/30) Installing py3-parsing-pyc (3.1.4-r0) (14/30) Installing py3-packaging (24.1-r0) (15/30) Installing py3-packaging-pyc (24.1-r0) (16/30) Installing py3-setuptools (70.3.0-r0) (17/30) Installing py3-setuptools-pyc (70.3.0-r0) (18/30) Installing py3-iniconfig (2.0.0-r1) (19/30) Installing py3-iniconfig-pyc (2.0.0-r1) (20/30) Installing py3-pluggy (1.5.0-r0) (21/30) Installing py3-pluggy-pyc (1.5.0-r0) (22/30) Installing py3-py (1.11.0-r4) (23/30) Installing py3-py-pyc (1.11.0-r4) (24/30) Installing py3-pytest (8.3.3-r0) (25/30) Installing py3-pytest-pyc (8.3.3-r0) (26/30) Installing py3-coverage (7.5.1-r0) (27/30) Installing py3-coverage-pyc (7.5.1-r0) (28/30) Installing py3-pytest-cov (5.0.0-r0) (29/30) Installing py3-pytest-cov-pyc (5.0.0-r0) (30/30) Installing .makedepends-py3-crashtest (20241030.005212) Executing busybox-1.37.0-r3.trigger OK: 315 MiB in 131 packages >>> py3-crashtest: Cleaning up srcdir >>> py3-crashtest: Cleaning up pkgdir >>> py3-crashtest: Cleaning up tmpdir >>> py3-crashtest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/crashtest-0.4.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-crashtest: Fetching https://files.pythonhosted.org/packages/source/c/crashtest/crashtest-0.4.1.tar.gz Connecting to files.pythonhosted.org ([2a04:4e42:200::223]:443) Connecting to files.pythonhosted.org ([2a04:4e42:200::223]:443) saving to '/var/cache/distfiles/v3.21/crashtest-0.4.1.tar.gz.part' crashtest-0.4.1.tar. 100% |********************************| 4708 0:00:00 ETA '/var/cache/distfiles/v3.21/crashtest-0.4.1.tar.gz.part' saved >>> py3-crashtest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/crashtest-0.4.1.tar.gz >>> py3-crashtest: Checking sha512sums... crashtest-0.4.1.tar.gz: OK >>> py3-crashtest: Unpacking /var/cache/distfiles/v3.21/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... '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__' '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__' '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: 18.1 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: 11.1 KB >>> py3-crashtest*: Compressing data... >>> py3-crashtest*: Create checksum... >>> py3-crashtest*: Create py3-crashtest-0.4.1-r4.apk >>> py3-crashtest: Build complete at Wed, 30 Oct 2024 00:52:14 +0000 elapsed time 0h 0m 12s >>> py3-crashtest: Cleaning up srcdir >>> py3-crashtest: Cleaning up pkgdir >>> py3-crashtest: Uninstalling dependencies... (1/30) Purging .makedepends-py3-crashtest (20241030.005212) (2/30) Purging py3-setuptools-pyc (70.3.0-r0) (3/30) Purging py3-setuptools (70.3.0-r0) (4/30) Purging py3-pytest-cov-pyc (5.0.0-r0) (5/30) Purging py3-pytest-cov (5.0.0-r0) (6/30) Purging py3-pytest-pyc (8.3.3-r0) (7/30) Purging py3-pytest (8.3.3-r0) (8/30) Purging py3-iniconfig-pyc (2.0.0-r1) (9/30) Purging py3-iniconfig (2.0.0-r1) (10/30) Purging py3-packaging-pyc (24.1-r0) (11/30) Purging py3-packaging (24.1-r0) (12/30) Purging py3-parsing-pyc (3.1.4-r0) (13/30) Purging py3-parsing (3.1.4-r0) (14/30) Purging py3-pluggy-pyc (1.5.0-r0) (15/30) Purging py3-pluggy (1.5.0-r0) (16/30) Purging py3-py-pyc (1.11.0-r4) (17/30) Purging py3-py (1.11.0-r4) (18/30) Purging py3-coverage-pyc (7.5.1-r0) (19/30) Purging py3-coverage (7.5.1-r0) (20/30) Purging python3-pyc (3.12.7-r1) (21/30) Purging python3-pycache-pyc0 (3.12.7-r1) (22/30) Purging pyc (3.12.7-r1) (23/30) Purging python3 (3.12.7-r1) (24/30) Purging gdbm (1.24-r0) (25/30) Purging libbz2 (1.0.8-r6) (26/30) Purging libffi (3.4.6-r0) (27/30) Purging libpanelw (6.5_p20241006-r1) (28/30) Purging mpdecimal (4.0.0-r0) (29/30) Purging sqlite-libs (3.47.0-r0) (30/30) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r3.trigger OK: 271 MiB in 101 packages >>> py3-crashtest: Updating the community/armv7 repository index... >>> py3-crashtest: Signing the index...