>>> py3-pytest-subtests: Building community/py3-pytest-subtests 0.10.0-r1 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 12:27:19 +0000 >>> py3-pytest-subtests: Checking sanity of /home/buildozer/aports/community/py3-pytest-subtests/APKBUILD... >>> py3-pytest-subtests: Analyzing dependencies... >>> py3-pytest-subtests: Installing for build: build-base python3 py3-attrs py3-pytest py3-setuptools py3-setuptools_scm py3-pytest-xdist (1/37) Installing libbz2 (1.0.8-r5) (2/37) Installing libffi (3.4.4-r2) (3/37) Installing gdbm (1.23-r1) (4/37) Installing xz-libs (5.4.2-r1) (5/37) Installing mpdecimal (2.5.1-r2) (6/37) Installing libpanelw (6.4_p20230401-r4) (7/37) Installing readline (8.2.1-r1) (8/37) Installing sqlite-libs (3.41.2-r2) (9/37) Installing python3 (3.11.3-r10) (10/37) Installing python3-pycache-pyc0 (3.11.3-r10) (11/37) Installing pyc (0.1-r0) (12/37) Installing python3-pyc (3.11.3-r10) (13/37) Installing py3-attrs (23.1.0-r1) (14/37) Installing py3-attrs-pyc (23.1.0-r1) (15/37) Installing py3-iniconfig (1.1.1-r6) (16/37) Installing py3-iniconfig-pyc (1.1.1-r6) (17/37) Installing py3-parsing (3.0.9-r2) (18/37) Installing py3-parsing-pyc (3.0.9-r2) (19/37) Installing py3-packaging (23.1-r1) (20/37) Installing py3-packaging-pyc (23.1-r1) (21/37) Installing py3-pluggy (1.0.0-r3) (22/37) Installing py3-pluggy-pyc (1.0.0-r3) (23/37) Installing py3-py (1.11.0-r2) (24/37) Installing py3-py-pyc (1.11.0-r2) (25/37) Installing py3-pytest (7.3.1-r1) (26/37) Installing py3-pytest-pyc (7.3.1-r1) (27/37) Installing py3-setuptools (67.7.0-r0) (28/37) Installing py3-setuptools-pyc (67.7.0-r0) (29/37) Installing py3-typing-extensions (4.5.0-r1) (30/37) Installing py3-typing-extensions-pyc (4.5.0-r1) (31/37) Installing py3-setuptools_scm (7.1.0-r0) (32/37) Installing py3-apipkg (2.1.0-r2) (33/37) Installing py3-apipkg-pyc (2.1.0-r2) (34/37) Installing py3-execnet (1.9.0-r2) (35/37) Installing py3-execnet-pyc (1.9.0-r2) (36/37) Installing py3-pytest-xdist (3.2.1-r0) (37/37) Installing .makedepends-py3-pytest-subtests (20230421.122720) Executing busybox-1.36.0-r7.trigger OK: 447 MiB in 134 packages >>> py3-pytest-subtests: Cleaning up srcdir >>> py3-pytest-subtests: Cleaning up pkgdir >>> py3-pytest-subtests: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pytest-subtests-0.10.0.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 11437 100 11437 0 0 116k 0 --:--:-- --:--:-- --:--:-- 117k >>> py3-pytest-subtests: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/pytest-subtests-0.10.0.tar.gz >>> py3-pytest-subtests: Checking sha512sums... pytest-subtests-0.10.0.tar.gz: OK >>> py3-pytest-subtests: Unpacking /var/cache/distfiles/v3.18/pytest-subtests-0.10.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running build running build_py creating build creating build/lib copying pytest_subtests.py -> build/lib ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pytest-subtests/src/pytest-subtests-0.10.0 plugins: subtests-0.10.0, xdist-3.2.1 collecting ... collected 26 items tests/test_subtests.py::TestFixture::test_simple_terminal_normal[normal] PASSED [ 3%] tests/test_subtests.py::TestFixture::test_simple_terminal_normal[xdist] PASSED [ 7%] tests/test_subtests.py::TestFixture::test_simple_terminal_verbose[normal] PASSED [ 11%] tests/test_subtests.py::TestFixture::test_simple_terminal_verbose[xdist] PASSED [ 15%] tests/test_subtests.py::TestFixture::test_skip[normal] PASSED [ 19%] tests/test_subtests.py::TestFixture::test_skip[xdist] PASSED [ 23%] tests/test_subtests.py::TestFixture::test_xfail[normal] PASSED [ 26%] tests/test_subtests.py::TestFixture::test_xfail[xdist] PASSED [ 30%] tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[unittest] PASSED [ 34%] tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[pytest-normal] PASSED [ 38%] tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[pytest-xdist] PASSED [ 42%] tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[unittest] PASSED [ 46%] tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[pytest-normal] PASSED [ 50%] tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[pytest-xdist] PASSED [ 53%] tests/test_subtests.py::TestSubTest::test_skip[unittest] PASSED [ 57%] tests/test_subtests.py::TestSubTest::test_skip[pytest-normal] XFAIL [ 61%] tests/test_subtests.py::TestSubTest::test_skip[pytest-xdist] XFAIL (...) [ 65%] tests/test_subtests.py::TestSubTest::test_xfail[unittest] XFAIL (Not...) [ 69%] tests/test_subtests.py::TestSubTest::test_xfail[pytest-normal] XFAIL [ 73%] tests/test_subtests.py::TestSubTest::test_xfail[pytest-xdist] XFAIL [ 76%] tests/test_subtests.py::TestCapture::test_capturing PASSED [ 80%] tests/test_subtests.py::TestCapture::test_no_capture PASSED [ 84%] tests/test_subtests.py::TestCapture::test_capture_with_fixture[capsys] PASSED [ 88%] tests/test_subtests.py::TestCapture::test_capture_with_fixture[capfd] PASSED [ 92%] tests/test_subtests.py::TestDebugging::test_pdb_fixture PASSED [ 96%] tests/test_subtests.py::TestDebugging::test_pdb_unittest PASSED [100%] ======================== 21 passed, 5 xfailed in 8.41s ========================= >>> py3-pytest-subtests: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running install /usr/lib/python3.11/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, pypa/build 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-pytest-subtests/pkg creating /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests creating /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr creating /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib creating /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/__pycache__/pytest_subtests.cpython-311-pytest-7.3.1.pyc -> /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages/__pycache__ copying build/lib/pytest_subtests.py -> /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages/pytest_subtests.py to pytest_subtests.cpython-311.pyc running install_egg_info running egg_info writing pytest_subtests.egg-info/PKG-INFO writing dependency_links to pytest_subtests.egg-info/dependency_links.txt writing entry points to pytest_subtests.egg-info/entry_points.txt writing requirements to pytest_subtests.egg-info/requires.txt writing top-level names to pytest_subtests.egg-info/top_level.txt reading manifest file 'pytest_subtests.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pytest_subtests.egg-info/SOURCES.txt' Copying pytest_subtests.egg-info to /home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages/pytest_subtests-0.10.0-py3.11.egg-info running install_scripts >>> py3-pytest-subtests-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-subtests/pkg/py3-pytest-subtests-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-pytest-subtests-pyc*: Preparing subpackage py3-pytest-subtests-pyc... >>> py3-pytest-subtests-pyc*: Running postcheck for py3-pytest-subtests-pyc >>> py3-pytest-subtests*: Running postcheck for py3-pytest-subtests >>> py3-pytest-subtests*: Preparing package py3-pytest-subtests... >>> py3-pytest-subtests-pyc*: Tracing dependencies... python3 py3-attrs py3-pytest python3~3.11 >>> py3-pytest-subtests-pyc*: Package size: 56.0 KB >>> py3-pytest-subtests-pyc*: Compressing data... >>> py3-pytest-subtests-pyc*: Create checksum... >>> py3-pytest-subtests-pyc*: Create py3-pytest-subtests-pyc-0.10.0-r1.apk >>> py3-pytest-subtests*: Tracing dependencies... python3 py3-attrs py3-pytest python3~3.11 >>> py3-pytest-subtests*: Package size: 60.0 KB >>> py3-pytest-subtests*: Compressing data... >>> py3-pytest-subtests*: Create checksum... >>> py3-pytest-subtests*: Create py3-pytest-subtests-0.10.0-r1.apk >>> py3-pytest-subtests: Build complete at Fri, 21 Apr 2023 12:27:39 +0000 elapsed time 0h 0m 20s >>> py3-pytest-subtests: Cleaning up srcdir >>> py3-pytest-subtests: Cleaning up pkgdir >>> py3-pytest-subtests: Uninstalling dependencies... (1/37) Purging .makedepends-py3-pytest-subtests (20230421.122720) (2/37) Purging py3-attrs-pyc (23.1.0-r1) (3/37) Purging py3-attrs (23.1.0-r1) (4/37) Purging py3-setuptools_scm (7.1.0-r0) (5/37) Purging py3-setuptools-pyc (67.7.0-r0) (6/37) Purging py3-setuptools (67.7.0-r0) (7/37) Purging py3-typing-extensions-pyc (4.5.0-r1) (8/37) Purging py3-typing-extensions (4.5.0-r1) (9/37) Purging py3-pytest-xdist (3.2.1-r0) (10/37) Purging py3-execnet-pyc (1.9.0-r2) (11/37) Purging py3-execnet (1.9.0-r2) (12/37) Purging py3-apipkg-pyc (2.1.0-r2) (13/37) Purging py3-apipkg (2.1.0-r2) (14/37) Purging py3-pytest-pyc (7.3.1-r1) (15/37) Purging py3-pytest (7.3.1-r1) (16/37) Purging py3-iniconfig-pyc (1.1.1-r6) (17/37) Purging py3-iniconfig (1.1.1-r6) (18/37) Purging py3-packaging-pyc (23.1-r1) (19/37) Purging py3-packaging (23.1-r1) (20/37) Purging py3-parsing-pyc (3.0.9-r2) (21/37) Purging py3-parsing (3.0.9-r2) (22/37) Purging py3-pluggy-pyc (1.0.0-r3) (23/37) Purging py3-pluggy (1.0.0-r3) (24/37) Purging py3-py-pyc (1.11.0-r2) (25/37) Purging py3-py (1.11.0-r2) (26/37) Purging python3-pyc (3.11.3-r10) (27/37) Purging python3-pycache-pyc0 (3.11.3-r10) (28/37) Purging pyc (0.1-r0) (29/37) Purging python3 (3.11.3-r10) (30/37) Purging gdbm (1.23-r1) (31/37) Purging libbz2 (1.0.8-r5) (32/37) Purging libffi (3.4.4-r2) (33/37) Purging libpanelw (6.4_p20230401-r4) (34/37) Purging mpdecimal (2.5.1-r2) (35/37) Purging readline (8.2.1-r1) (36/37) Purging sqlite-libs (3.41.2-r2) (37/37) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 392 MiB in 97 packages >>> py3-pytest-subtests: Updating the community/x86_64 repository index... >>> py3-pytest-subtests: Signing the index...