>>> py3-crashtest: Building community/py3-crashtest 0.3.1-r2 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 18:16:16 +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/27) Installing libbz2 (1.0.8-r1) (2/27) Installing libffi (3.4.2-r1) (3/27) Installing gdbm (1.23-r0) (4/27) Installing xz-libs (5.2.5-r1) (5/27) Installing mpdecimal (2.5.1-r1) (6/27) Installing readline (8.1.2-r0) (7/27) Installing sqlite-libs (3.38.0-r0) (8/27) Installing python3 (3.10.3-r0) (9/27) Installing py3-appdirs (1.4.4-r3) (10/27) Installing py3-more-itertools (8.12.0-r2) (11/27) Installing py3-ordered-set (4.0.2-r3) (12/27) Installing py3-parsing (2.4.7-r3) (13/27) Installing py3-six (1.16.0-r1) (14/27) Installing py3-packaging (21.3-r0) (15/27) Installing py3-setuptools (59.4.0-r0) (16/27) Installing py3-atomicwrites (1.4.0-r2) (17/27) Installing py3-attrs (21.4.0-r0) (18/27) Installing py3-iniconfig (1.1.1-r2) (19/27) Installing py3-pluggy (0.13.1-r5) (20/27) Installing py3-py (1.10.0-r2) (21/27) Installing py3-wcwidth (0.2.5-r2) (22/27) Installing py3-toml (0.10.2-r3) (23/27) Installing py3-pygments (2.11.2-r0) (24/27) Installing py3-pytest (6.2.5-r2) (25/27) Installing py3-coverage (5.5-r1) (26/27) Installing py3-pytest-cov (2.12.1-r1) (27/27) Installing .makedepends-py3-crashtest (20220414.181619) Executing busybox-1.35.0-r8.trigger OK: 318 MiB in 115 packages >>> py3-crashtest: Cleaning up srcdir >>> py3-crashtest: Cleaning up pkgdir >>> py3-crashtest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/crashtest-0.3.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-crashtest: Fetching https://files.pythonhosted.org/packages/source/c/crashtest/crashtest-0.3.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 4333 100 4333 0 0 71396 0 --:--:-- --:--:-- --:--:-- 71396 >>> py3-crashtest: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/crashtest-0.3.1.tar.gz >>> py3-crashtest: Checking sha512sums... crashtest-0.3.1.tar.gz: OK >>> py3-crashtest: Unpacking /var/cache/distfiles/v3.16/crashtest-0.3.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/inspector.py -> build/lib/crashtest copying crashtest/frame.py -> build/lib/crashtest copying crashtest/frame_collection.py -> build/lib/crashtest creating build/lib/crashtest/contracts copying crashtest/contracts/solution_provider_repository.py -> build/lib/crashtest/contracts copying crashtest/contracts/base_solution.py -> build/lib/crashtest/contracts copying crashtest/contracts/provides_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/__init__.py -> build/lib/crashtest/contracts creating build/lib/crashtest/solution_providers copying crashtest/solution_providers/solution_provider_repository.py -> build/lib/crashtest/solution_providers copying crashtest/solution_providers/__init__.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. 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 OK >>> py3-crashtest: Entering fakeroot... running install /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 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.10 creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/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.10/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/base_solution.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/provides_solution.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/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.10/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/solution.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts copying build/lib/crashtest/contracts/__init__.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts creating /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/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.10/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.10/site-packages/crashtest/solution_providers copying build/lib/crashtest/__init__.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest copying build/lib/crashtest/inspector.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest copying build/lib/crashtest/frame.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest copying build/lib/crashtest/frame_collection.py -> /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts/solution_provider_repository.py to solution_provider_repository.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts/base_solution.py to base_solution.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts/provides_solution.py to provides_solution.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts/has_solutions_for_exception.py to has_solutions_for_exception.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts/solution.py to solution.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/contracts/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/solution_providers/solution_provider_repository.py to solution_provider_repository.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/solution_providers/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/inspector.py to inspector.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/frame.py to frame.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-crashtest/pkg/py3-crashtest/usr/lib/python3.10/site-packages/crashtest/frame_collection.py to frame_collection.cpython-310.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.10/site-packages/crashtest-0.3.1-py3.10.egg-info running install_scripts >>> py3-crashtest*: Running postcheck for py3-crashtest >>> py3-crashtest*: Preparing package py3-crashtest... >>> py3-crashtest*: Tracing dependencies... >>> py3-crashtest*: Package size: 152.0 KB >>> py3-crashtest*: Compressing data... >>> py3-crashtest*: Create checksum... >>> py3-crashtest*: Create py3-crashtest-0.3.1-r2.apk >>> py3-crashtest: Build complete at Thu, 14 Apr 2022 18:16:21 +0000 elapsed time 0h 0m 5s >>> py3-crashtest: Cleaning up srcdir >>> py3-crashtest: Cleaning up pkgdir >>> py3-crashtest: Uninstalling dependencies... (1/27) Purging .makedepends-py3-crashtest (20220414.181619) (2/27) Purging py3-setuptools (59.4.0-r0) (3/27) Purging py3-appdirs (1.4.4-r3) (4/27) Purging py3-ordered-set (4.0.2-r3) (5/27) Purging py3-pytest-cov (2.12.1-r1) (6/27) Purging py3-pytest (6.2.5-r2) (7/27) Purging py3-atomicwrites (1.4.0-r2) (8/27) Purging py3-attrs (21.4.0-r0) (9/27) Purging py3-more-itertools (8.12.0-r2) (10/27) Purging py3-iniconfig (1.1.1-r2) (11/27) Purging py3-pluggy (0.13.1-r5) (12/27) Purging py3-py (1.10.0-r2) (13/27) Purging py3-wcwidth (0.2.5-r2) (14/27) Purging py3-packaging (21.3-r0) (15/27) Purging py3-parsing (2.4.7-r3) (16/27) Purging py3-six (1.16.0-r1) (17/27) Purging py3-toml (0.10.2-r3) (18/27) Purging py3-pygments (2.11.2-r0) (19/27) Purging python3 (3.10.3-r0) (20/27) Purging py3-coverage (5.5-r1) (21/27) Purging libbz2 (1.0.8-r1) (22/27) Purging libffi (3.4.2-r1) (23/27) Purging gdbm (1.23-r0) (24/27) Purging xz-libs (5.2.5-r1) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.2-r0) (27/27) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-crashtest: Updating the community/armv7 repository index... >>> py3-crashtest: Signing the index...