>>> py3-pytest-black: Building community/py3-pytest-black 0.3.12-r1 (using abuild 3.9.0_rc2-r1) started Thu, 21 Oct 2021 00:37:21 +0000 >>> py3-pytest-black: Checking sanity of /home/buildozer/aports/community/py3-pytest-black/APKBUILD... >>> py3-pytest-black: Analyzing dependencies... >>> py3-pytest-black: Installing for build: build-base python3 py3-pytest black py3-toml py3-setuptools py3-setuptools_scm (1/32) Installing libffi (3.4.2-r1) (2/32) Installing gdbm (1.20-r2) (3/32) Installing mpdecimal (2.5.1-r1) (4/32) Installing readline (8.1.1-r0) (5/32) Installing sqlite-libs (3.36.0-r0) (6/32) Installing python3 (3.9.7-r3) (7/32) Installing py3-atomicwrites (1.4.0-r1) (8/32) Installing py3-attrs (20.3.0-r1) (9/32) Installing py3-more-itertools (8.10.0-r0) (10/32) Installing py3-iniconfig (1.1.1-r1) (11/32) Installing py3-pluggy (0.13.1-r4) (12/32) Installing py3-py (1.10.0-r1) (13/32) Installing py3-six (1.16.0-r0) (14/32) Installing py3-wcwidth (0.2.5-r1) (15/32) Installing py3-parsing (2.4.7-r2) (16/32) Installing py3-packaging (20.9-r1) (17/32) Installing py3-toml (0.10.2-r2) (18/32) Installing py3-pytest (6.2.5-r0) (19/32) Installing py3-click (8.0.1-r0) (20/32) Installing py3-tomli (1.2.1-r0) (21/32) Installing py3-platformdirs (2.4.0-r0) (22/32) Installing py3-typed-ast (1.4.3-r0) (23/32) Installing py3-regex (2021.10.8-r0) (24/32) Installing py3-pathspec (0.9.0-r0) (25/32) Installing py3-typing-extensions (3.10.0.2-r0) (26/32) Installing py3-mypy-extensions (0.4.3-r1) (27/32) Installing black (21.9_beta0-r0) (28/32) Installing py3-ordered-set (4.0.2-r2) (29/32) Installing py3-appdirs (1.4.4-r2) (30/32) Installing py3-setuptools (52.0.0-r4) (31/32) Installing py3-setuptools_scm (6.3.2-r0) (32/32) Installing .makedepends-py3-pytest-black (20211021.003734) Executing busybox-1.34.1-r1.trigger OK: 405 MiB in 127 packages >>> py3-pytest-black: Cleaning up srcdir >>> py3-pytest-black: Cleaning up pkgdir >>> py3-pytest-black: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pytest-black-0.3.12.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 curl: (22) The requested URL returned error: 404 >>> py3-pytest-black: Fetching https://pypi.python.org/packages/source/p/pytest-black/pytest-black-0.3.12.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 257 0 --:--:-- --:--:-- --:--:-- 257 100 285 100 285 0 0 461 0 --:--:-- --:--:-- --:--:-- 461 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6898 100 6898 0 0 9986 0 --:--:-- --:--:-- --:--:-- 9986 >>> py3-pytest-black: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pytest-black-0.3.12.tar.gz >>> py3-pytest-black: Checking sha512sums... pytest-black-0.3.12.tar.gz: OK >>> py3-pytest-black: Unpacking /var/cache/distfiles/v3.15/pytest-black-0.3.12.tar.gz... running build running build_py creating build creating build/lib copying pytest_black.py -> build/lib running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install creating /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr creating /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib creating /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.9/site-packages copying build/lib/pytest_black.py -> /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.9/site-packages byte-compiling /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.9/site-packages/pytest_black.py to pytest_black.cpython-39.pyc running install_egg_info running egg_info writing pytest_black.egg-info/PKG-INFO writing dependency_links to pytest_black.egg-info/dependency_links.txt writing entry points to pytest_black.egg-info/entry_points.txt writing requirements to pytest_black.egg-info/requires.txt writing top-level names to pytest_black.egg-info/top_level.txt reading manifest file 'pytest_black.egg-info/SOURCES.txt' writing manifest file 'pytest_black.egg-info/SOURCES.txt' Copying pytest_black.egg-info to /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.9/site-packages/pytest_black-0.3.12-py3.9.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12 plugins: black-0.3.12 collecting ... collected 9 items / 3 deselected / 6 selected tests/test_black.py::test_help_message PASSED [ 16%] tests/test_black.py::test_fail PASSED [ 33%] tests/test_black.py::test_pass PASSED [ 50%] tests/test_black.py::test_mtime_cache PASSED [ 66%] tests/test_black.py::test_pytest_deprecation_warning PASSED [ 83%] tests/test_no_black.py::test_skipped_when_black_unavailable SKIPPED [100%] ================== 5 passed, 1 skipped, 3 deselected in 5.58s ================== >>> py3-pytest-black: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-pytest-black/pkg creating /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black creating /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr creating /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib creating /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.9/site-packages copying build/lib/pytest_black.py -> /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.9/site-packages byte-compiling /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.9/site-packages/pytest_black.py to pytest_black.cpython-39.pyc running install_egg_info running egg_info writing pytest_black.egg-info/PKG-INFO writing dependency_links to pytest_black.egg-info/dependency_links.txt writing entry points to pytest_black.egg-info/entry_points.txt writing requirements to pytest_black.egg-info/requires.txt writing top-level names to pytest_black.egg-info/top_level.txt reading manifest file 'pytest_black.egg-info/SOURCES.txt' writing manifest file 'pytest_black.egg-info/SOURCES.txt' Copying pytest_black.egg-info to /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.9/site-packages/pytest_black-0.3.12-py3.9.egg-info running install_scripts >>> py3-pytest-black*: Running postcheck for py3-pytest-black >>> py3-pytest-black*: Preparing package py3-pytest-black... >>> py3-pytest-black*: Tracing dependencies... >>> py3-pytest-black*: Package size: 64.0 KB >>> py3-pytest-black*: Compressing data... >>> py3-pytest-black*: Create checksum... >>> py3-pytest-black*: Create py3-pytest-black-0.3.12-r1.apk >>> py3-pytest-black: Build complete at Thu, 21 Oct 2021 00:37:59 +0000 elapsed time 0h 0m 39s >>> py3-pytest-black: Cleaning up srcdir >>> py3-pytest-black: Cleaning up pkgdir >>> py3-pytest-black: Uninstalling dependencies... (1/32) Purging .makedepends-py3-pytest-black (20211021.003734) (2/32) Purging py3-pytest (6.2.5-r0) (3/32) Purging py3-atomicwrites (1.4.0-r1) (4/32) Purging py3-more-itertools (8.10.0-r0) (5/32) Purging py3-iniconfig (1.1.1-r1) (6/32) Purging py3-pluggy (0.13.1-r4) (7/32) Purging py3-py (1.10.0-r1) (8/32) Purging py3-wcwidth (0.2.5-r1) (9/32) Purging black (21.9_beta0-r0) (10/32) Purging py3-click (8.0.1-r0) (11/32) Purging py3-attrs (20.3.0-r1) (12/32) Purging py3-platformdirs (2.4.0-r0) (13/32) Purging py3-typed-ast (1.4.3-r0) (14/32) Purging py3-regex (2021.10.8-r0) (15/32) Purging py3-pathspec (0.9.0-r0) (16/32) Purging py3-typing-extensions (3.10.0.2-r0) (17/32) Purging py3-mypy-extensions (0.4.3-r1) (18/32) Purging py3-toml (0.10.2-r2) (19/32) Purging py3-setuptools_scm (6.3.2-r0) (20/32) Purging py3-setuptools (52.0.0-r4) (21/32) Purging py3-ordered-set (4.0.2-r2) (22/32) Purging py3-appdirs (1.4.4-r2) (23/32) Purging py3-tomli (1.2.1-r0) (24/32) Purging py3-packaging (20.9-r1) (25/32) Purging py3-parsing (2.4.7-r2) (26/32) Purging py3-six (1.16.0-r0) (27/32) Purging python3 (3.9.7-r3) (28/32) Purging libffi (3.4.2-r1) (29/32) Purging gdbm (1.20-r2) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.1.1-r0) (32/32) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-pytest-black: Updating the community/x86_64 repository index... >>> py3-pytest-black: Signing the index...