>>> py3-pytest-black: Building community/py3-pytest-black 0.3.12-r2 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 06:56:09 +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/35) Installing libbz2 (1.0.8-r1) (2/35) Installing libffi (3.4.2-r1) (3/35) Installing gdbm (1.23-r0) (4/35) Installing xz-libs (5.2.5-r1) (5/35) Installing mpdecimal (2.5.1-r1) (6/35) Installing readline (8.1.2-r0) (7/35) Installing sqlite-libs (3.38.0-r0) (8/35) Installing python3 (3.10.3-r0) (9/35) Installing py3-atomicwrites (1.4.0-r2) (10/35) Installing py3-attrs (21.4.0-r0) (11/35) Installing py3-more-itertools (8.12.0-r2) (12/35) Installing py3-iniconfig (1.1.1-r2) (13/35) Installing py3-pluggy (0.13.1-r5) (14/35) Installing py3-py (1.10.0-r2) (15/35) Installing py3-six (1.16.0-r1) (16/35) Installing py3-wcwidth (0.2.5-r2) (17/35) Installing py3-parsing (2.4.7-r3) (18/35) Installing py3-packaging (21.3-r0) (19/35) Installing py3-toml (0.10.2-r3) (20/35) Installing py3-pygments (2.11.2-r0) (21/35) Installing py3-pytest (6.2.5-r2) (22/35) Installing py3-click (8.0.4-r0) (23/35) Installing py3-tomli (2.0.1-r1) (24/35) Installing py3-platformdirs (2.5.1-r0) (25/35) Installing py3-typed-ast (1.5.1-r0) (26/35) Installing py3-regex (2021.11.1-r1) (27/35) Installing py3-pathspec (0.9.0-r1) (28/35) Installing py3-typing-extensions (4.1.1-r0) (29/35) Installing py3-mypy-extensions (0.4.3-r2) (30/35) Installing black (22.3.0-r0) (31/35) Installing py3-appdirs (1.4.4-r3) (32/35) Installing py3-ordered-set (4.0.2-r3) (33/35) Installing py3-setuptools (59.4.0-r0) (34/35) Installing py3-setuptools_scm (6.4.2-r1) (35/35) Installing .makedepends-py3-pytest-black (20220415.065610) Executing busybox-1.35.0-r8.trigger OK: 322 MiB in 123 packages >>> py3-pytest-black: Cleaning up srcdir >>> py3-pytest-black: Cleaning up pkgdir >>> py3-pytest-black: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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 100 6898 100 6898 0 0 17853 0 --:--:-- --:--:-- --:--:-- 17870 >>> py3-pytest-black: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/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 /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-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.10 creating /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.10/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.10/site-packages byte-compiling /home/buildozer/aports/community/py3-pytest-black/src/pytest-black-0.3.12/tmp_install/usr/lib/python3.10/site-packages/pytest_black.py to pytest_black.cpython-310.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' adding license file 'LICENSE' 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.10/site-packages/pytest_black-0.3.12-py3.10.egg-info running install_scripts ============================= test session starts ============================== platform linux -- Python 3.10.3, 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 3.28s ================== >>> py3-pytest-black: 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-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.10 creating /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.10/site-packages copying build/lib/pytest_black.py -> /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/community/py3-pytest-black/pkg/py3-pytest-black/usr/lib/python3.10/site-packages/pytest_black.py to pytest_black.cpython-310.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' adding license file 'LICENSE' 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.10/site-packages/pytest_black-0.3.12-py3.10.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-r2.apk >>> py3-pytest-black: Build complete at Fri, 15 Apr 2022 06:56:28 +0000 elapsed time 0h 0m 19s >>> py3-pytest-black: Cleaning up srcdir >>> py3-pytest-black: Cleaning up pkgdir >>> py3-pytest-black: Uninstalling dependencies... (1/35) Purging .makedepends-py3-pytest-black (20220415.065610) (2/35) Purging py3-pytest (6.2.5-r2) (3/35) Purging py3-atomicwrites (1.4.0-r2) (4/35) Purging py3-iniconfig (1.1.1-r2) (5/35) Purging py3-pluggy (0.13.1-r5) (6/35) Purging py3-py (1.10.0-r2) (7/35) Purging py3-wcwidth (0.2.5-r2) (8/35) Purging py3-pygments (2.11.2-r0) (9/35) Purging black (22.3.0-r0) (10/35) Purging py3-click (8.0.4-r0) (11/35) Purging py3-attrs (21.4.0-r0) (12/35) Purging py3-platformdirs (2.5.1-r0) (13/35) Purging py3-typed-ast (1.5.1-r0) (14/35) Purging py3-regex (2021.11.1-r1) (15/35) Purging py3-pathspec (0.9.0-r1) (16/35) Purging py3-typing-extensions (4.1.1-r0) (17/35) Purging py3-mypy-extensions (0.4.3-r2) (18/35) Purging py3-toml (0.10.2-r3) (19/35) Purging py3-setuptools_scm (6.4.2-r1) (20/35) Purging py3-setuptools (59.4.0-r0) (21/35) Purging py3-appdirs (1.4.4-r3) (22/35) Purging py3-more-itertools (8.12.0-r2) (23/35) Purging py3-ordered-set (4.0.2-r3) (24/35) Purging py3-tomli (2.0.1-r1) (25/35) Purging py3-packaging (21.3-r0) (26/35) Purging py3-parsing (2.4.7-r3) (27/35) Purging py3-six (1.16.0-r1) (28/35) Purging python3 (3.10.3-r0) (29/35) Purging libbz2 (1.0.8-r1) (30/35) Purging libffi (3.4.2-r1) (31/35) Purging gdbm (1.23-r0) (32/35) Purging xz-libs (5.2.5-r1) (33/35) Purging mpdecimal (2.5.1-r1) (34/35) Purging readline (8.1.2-r0) (35/35) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-pytest-black: Updating the community/armv7 repository index... >>> py3-pytest-black: Signing the index...