>>> py3-pytest-black: Building community/py3-pytest-black 0.3.12-r2 (using abuild 3.9.0-r0) started Sat, 16 Apr 2022 00:13:45 +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/34) Installing libffi (3.4.2-r1) (2/34) Installing gdbm (1.23-r0) (3/34) Installing xz-libs (5.2.5-r1) (4/34) Installing mpdecimal (2.5.1-r1) (5/34) Installing readline (8.1.2-r0) (6/34) Installing sqlite-libs (3.38.0-r0) (7/34) Installing python3 (3.10.3-r0) (8/34) Installing py3-atomicwrites (1.4.0-r2) (9/34) Installing py3-attrs (21.4.0-r0) (10/34) Installing py3-more-itertools (8.12.0-r2) (11/34) Installing py3-iniconfig (1.1.1-r2) (12/34) Installing py3-pluggy (0.13.1-r5) (13/34) Installing py3-py (1.10.0-r2) (14/34) Installing py3-six (1.16.0-r1) (15/34) Installing py3-wcwidth (0.2.5-r2) (16/34) Installing py3-parsing (2.4.7-r3) (17/34) Installing py3-packaging (21.3-r0) (18/34) Installing py3-toml (0.10.2-r3) (19/34) Installing py3-pygments (2.11.2-r0) (20/34) Installing py3-pytest (6.2.5-r2) (21/34) Installing py3-click (8.0.4-r0) (22/34) Installing py3-tomli (2.0.1-r1) (23/34) Installing py3-platformdirs (2.5.1-r0) (24/34) Installing py3-typed-ast (1.5.1-r0) (25/34) Installing py3-regex (2021.11.1-r1) (26/34) Installing py3-pathspec (0.9.0-r1) (27/34) Installing py3-typing-extensions (4.1.1-r0) (28/34) Installing py3-mypy-extensions (0.4.3-r2) (29/34) Installing black (22.3.0-r0) (30/34) Installing py3-appdirs (1.4.4-r3) (31/34) Installing py3-ordered-set (4.0.2-r3) (32/34) Installing py3-setuptools (59.4.0-r0) (33/34) Installing py3-setuptools_scm (6.4.2-r1) (34/34) Installing .makedepends-py3-pytest-black (20220416.001346) Executing busybox-1.35.0-r8.trigger OK: 465 MiB in 134 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 18055 0 --:--:-- --:--:-- --:--:-- 18104 >>> 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 2.38s ================== >>> 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 Sat, 16 Apr 2022 00:13:56 +0000 elapsed time 0h 0m 11s >>> py3-pytest-black: Cleaning up srcdir >>> py3-pytest-black: Cleaning up pkgdir >>> py3-pytest-black: Uninstalling dependencies... (1/34) Purging .makedepends-py3-pytest-black (20220416.001346) (2/34) Purging py3-pytest (6.2.5-r2) (3/34) Purging py3-atomicwrites (1.4.0-r2) (4/34) Purging py3-iniconfig (1.1.1-r2) (5/34) Purging py3-pluggy (0.13.1-r5) (6/34) Purging py3-py (1.10.0-r2) (7/34) Purging py3-wcwidth (0.2.5-r2) (8/34) Purging py3-pygments (2.11.2-r0) (9/34) Purging black (22.3.0-r0) (10/34) Purging py3-click (8.0.4-r0) (11/34) Purging py3-attrs (21.4.0-r0) (12/34) Purging py3-platformdirs (2.5.1-r0) (13/34) Purging py3-typed-ast (1.5.1-r0) (14/34) Purging py3-regex (2021.11.1-r1) (15/34) Purging py3-pathspec (0.9.0-r1) (16/34) Purging py3-typing-extensions (4.1.1-r0) (17/34) Purging py3-mypy-extensions (0.4.3-r2) (18/34) Purging py3-toml (0.10.2-r3) (19/34) Purging py3-setuptools_scm (6.4.2-r1) (20/34) Purging py3-setuptools (59.4.0-r0) (21/34) Purging py3-appdirs (1.4.4-r3) (22/34) Purging py3-more-itertools (8.12.0-r2) (23/34) Purging py3-ordered-set (4.0.2-r3) (24/34) Purging py3-tomli (2.0.1-r1) (25/34) Purging py3-packaging (21.3-r0) (26/34) Purging py3-parsing (2.4.7-r3) (27/34) Purging py3-six (1.16.0-r1) (28/34) Purging python3 (3.10.3-r0) (29/34) Purging libffi (3.4.2-r1) (30/34) Purging gdbm (1.23-r0) (31/34) Purging xz-libs (5.2.5-r1) (32/34) Purging mpdecimal (2.5.1-r1) (33/34) Purging readline (8.1.2-r0) (34/34) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 396 MiB in 100 packages >>> py3-pytest-black: Updating the community/aarch64 repository index... >>> py3-pytest-black: Signing the index...