>>> py3-pytest-subtests: Building community/py3-pytest-subtests 0.10.0-r1 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 12:02:32 +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/36) Installing libbz2 (1.0.8-r5) (2/36) Installing libffi (3.4.4-r2) (3/36) Installing gdbm (1.23-r1) (4/36) Installing xz-libs (5.4.2-r1) (5/36) Installing mpdecimal (2.5.1-r2) (6/36) Installing libpanelw (6.4_p20230401-r4) (7/36) Installing readline (8.2.1-r1) (8/36) Installing sqlite-libs (3.41.2-r2) (9/36) Installing python3 (3.11.3-r10) (10/36) Installing python3-pycache-pyc0 (3.11.3-r10) (11/36) Installing pyc (0.1-r0) (12/36) Installing python3-pyc (3.11.3-r10) (13/36) Installing py3-attrs (23.1.0-r1) (14/36) Installing py3-attrs-pyc (23.1.0-r1) (15/36) Installing py3-iniconfig (1.1.1-r6) (16/36) Installing py3-iniconfig-pyc (1.1.1-r6) (17/36) Installing py3-parsing (3.0.9-r2) (18/36) Installing py3-parsing-pyc (3.0.9-r2) (19/36) Installing py3-packaging (23.1-r1) (20/36) Installing py3-packaging-pyc (23.1-r1) (21/36) Installing py3-pluggy (1.0.0-r3) (22/36) Installing py3-pluggy-pyc (1.0.0-r3) (23/36) Installing py3-py (1.11.0-r2) (24/36) Installing py3-py-pyc (1.11.0-r2) (25/36) Installing py3-pytest (7.3.1-r1) (26/36) Installing py3-pytest-pyc (7.3.1-r1) (27/36) Installing py3-setuptools (67.6.1-r1) (28/36) Installing py3-setuptools-pyc (67.6.1-r1) (29/36) Installing py3-typing-extensions (4.5.0-r0) (30/36) Installing py3-setuptools_scm (7.1.0-r0) (31/36) Installing py3-apipkg (2.1.0-r2) (32/36) Installing py3-apipkg-pyc (2.1.0-r2) (33/36) Installing py3-execnet (1.9.0-r2) (34/36) Installing py3-execnet-pyc (1.9.0-r2) (35/36) Installing py3-pytest-xdist (3.2.1-r0) (36/36) Installing .makedepends-py3-pytest-subtests (20230420.120233) Executing busybox-1.36.0-r7.trigger OK: 380 MiB in 133 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 >>> 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:85: _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 4.23s ========================= >>> py3-pytest-subtests: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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 Thu, 20 Apr 2023 12:02:44 +0000 elapsed time 0h 0m 12s >>> py3-pytest-subtests: Cleaning up srcdir >>> py3-pytest-subtests: Cleaning up pkgdir >>> py3-pytest-subtests: Uninstalling dependencies... (1/36) Purging .makedepends-py3-pytest-subtests (20230420.120233) (2/36) Purging py3-attrs-pyc (23.1.0-r1) (3/36) Purging py3-attrs (23.1.0-r1) (4/36) Purging py3-setuptools_scm (7.1.0-r0) (5/36) Purging py3-setuptools-pyc (67.6.1-r1) (6/36) Purging py3-setuptools (67.6.1-r1) (7/36) Purging py3-typing-extensions (4.5.0-r0) (8/36) Purging py3-pytest-xdist (3.2.1-r0) (9/36) Purging py3-execnet-pyc (1.9.0-r2) (10/36) Purging py3-execnet (1.9.0-r2) (11/36) Purging py3-apipkg-pyc (2.1.0-r2) (12/36) Purging py3-apipkg (2.1.0-r2) (13/36) Purging py3-pytest-pyc (7.3.1-r1) (14/36) Purging py3-pytest (7.3.1-r1) (15/36) Purging py3-iniconfig-pyc (1.1.1-r6) (16/36) Purging py3-iniconfig (1.1.1-r6) (17/36) Purging py3-packaging-pyc (23.1-r1) (18/36) Purging py3-packaging (23.1-r1) (19/36) Purging py3-parsing-pyc (3.0.9-r2) (20/36) Purging py3-parsing (3.0.9-r2) (21/36) Purging py3-pluggy-pyc (1.0.0-r3) (22/36) Purging py3-pluggy (1.0.0-r3) (23/36) Purging py3-py-pyc (1.11.0-r2) (24/36) Purging py3-py (1.11.0-r2) (25/36) Purging python3-pyc (3.11.3-r10) (26/36) Purging python3-pycache-pyc0 (3.11.3-r10) (27/36) Purging pyc (0.1-r0) (28/36) Purging python3 (3.11.3-r10) (29/36) Purging gdbm (1.23-r1) (30/36) Purging libbz2 (1.0.8-r5) (31/36) Purging libffi (3.4.4-r2) (32/36) Purging libpanelw (6.4_p20230401-r4) (33/36) Purging mpdecimal (2.5.1-r2) (34/36) Purging readline (8.2.1-r1) (35/36) Purging sqlite-libs (3.41.2-r2) (36/36) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages >>> py3-pytest-subtests: Updating the community/armhf repository index... >>> py3-pytest-subtests: Signing the index...