>>> py3-pytest-subtests: Building community/py3-pytest-subtests 0.10.0-r0 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 10:54:39 +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-pytest py3-setuptools py3-setuptools_scm py3-pytest-xdist (1/34) Installing libbz2 (1.0.8-r5) (2/34) Installing libffi (3.4.4-r2) (3/34) Installing gdbm (1.23-r1) (4/34) Installing xz-libs (5.4.2-r1) (5/34) Installing mpdecimal (2.5.1-r2) (6/34) Installing libpanelw (6.4_p20230401-r4) (7/34) Installing readline (8.2.1-r1) (8/34) Installing sqlite-libs (3.41.2-r2) (9/34) Installing python3 (3.11.3-r10) (10/34) Installing python3-pycache-pyc0 (3.11.3-r10) (11/34) Installing pyc (0.1-r0) (12/34) Installing python3-pyc (3.11.3-r10) (13/34) Installing py3-iniconfig (1.1.1-r6) (14/34) Installing py3-iniconfig-pyc (1.1.1-r6) (15/34) Installing py3-parsing (3.0.9-r2) (16/34) Installing py3-parsing-pyc (3.0.9-r2) (17/34) Installing py3-packaging (23.1-r1) (18/34) Installing py3-packaging-pyc (23.1-r1) (19/34) Installing py3-pluggy (1.0.0-r3) (20/34) Installing py3-pluggy-pyc (1.0.0-r3) (21/34) Installing py3-py (1.11.0-r2) (22/34) Installing py3-py-pyc (1.11.0-r2) (23/34) Installing py3-pytest (7.3.1-r1) (24/34) Installing py3-pytest-pyc (7.3.1-r1) (25/34) Installing py3-setuptools (67.6.1-r1) (26/34) Installing py3-setuptools-pyc (67.6.1-r1) (27/34) Installing py3-typing-extensions (4.5.0-r0) (28/34) Installing py3-setuptools_scm (7.1.0-r0) (29/34) Installing py3-apipkg (2.1.0-r2) (30/34) Installing py3-apipkg-pyc (2.1.0-r2) (31/34) Installing py3-execnet (1.9.0-r2) (32/34) Installing py3-execnet-pyc (1.9.0-r2) (33/34) Installing py3-pytest-xdist (3.2.1-r0) (34/34) Installing .makedepends-py3-pytest-subtests (20230420.105442) Executing busybox-1.36.0-r7.trigger OK: 380 MiB in 131 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 Traceback (most recent call last): File "/usr/bin/pytest", line 8, in sys.exit(console_main()) ^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/_pytest/config/__init__.py", line 189, in console_main code = main() ^^^^^^ File "/usr/lib/python3.11/site-packages/_pytest/config/__init__.py", line 147, in main config = _prepareconfig(args, plugins) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/_pytest/config/__init__.py", line 328, in _prepareconfig config = pluginmanager.hook.pytest_cmdline_parse( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pluggy/_hooks.py", line 265, in __call__ return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pluggy/_manager.py", line 80, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pluggy/_callers.py", line 55, in _multicall gen.send(outcome) File "/usr/lib/python3.11/site-packages/_pytest/helpconfig.py", line 103, in pytest_cmdline_parse config: Config = outcome.get_result() ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/pluggy/_result.py", line 60, in get_result raise ex[1].with_traceback(ex[2]) File "/usr/lib/python3.11/site-packages/pluggy/_callers.py", line 39, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1067, in pytest_cmdline_parse self.parse(args) File "/usr/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1354, in parse self._preparse(args, addopts=addopts) File "/usr/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1237, in _preparse self.pluginmanager.load_setuptools_entrypoints("pytest11") File "/usr/lib/python3.11/site-packages/pluggy/_manager.py", line 287, in load_setuptools_entrypoints plugin = ep.load() ^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load module = import_module(match.group('module')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py", line 172, in exec_module exec(co, module.__dict__) File "/home/buildozer/aports/community/py3-pytest-subtests/src/pytest-subtests-0.10.0/build/lib/pytest_subtests.py", line 5, in import attr ModuleNotFoundError: No module named 'attr' >>> ERROR: py3-pytest-subtests: check failed >>> py3-pytest-subtests: Uninstalling dependencies... (1/34) Purging .makedepends-py3-pytest-subtests (20230420.105442) (2/34) Purging py3-setuptools_scm (7.1.0-r0) (3/34) Purging py3-setuptools-pyc (67.6.1-r1) (4/34) Purging py3-setuptools (67.6.1-r1) (5/34) Purging py3-typing-extensions (4.5.0-r0) (6/34) Purging py3-pytest-xdist (3.2.1-r0) (7/34) Purging py3-execnet-pyc (1.9.0-r2) (8/34) Purging py3-execnet (1.9.0-r2) (9/34) Purging py3-apipkg-pyc (2.1.0-r2) (10/34) Purging py3-apipkg (2.1.0-r2) (11/34) Purging py3-pytest-pyc (7.3.1-r1) (12/34) Purging py3-pytest (7.3.1-r1) (13/34) Purging py3-iniconfig-pyc (1.1.1-r6) (14/34) Purging py3-iniconfig (1.1.1-r6) (15/34) Purging py3-packaging-pyc (23.1-r1) (16/34) Purging py3-packaging (23.1-r1) (17/34) Purging py3-parsing-pyc (3.0.9-r2) (18/34) Purging py3-parsing (3.0.9-r2) (19/34) Purging py3-pluggy-pyc (1.0.0-r3) (20/34) Purging py3-pluggy (1.0.0-r3) (21/34) Purging py3-py-pyc (1.11.0-r2) (22/34) Purging py3-py (1.11.0-r2) (23/34) Purging python3-pyc (3.11.3-r10) (24/34) Purging python3-pycache-pyc0 (3.11.3-r10) (25/34) Purging pyc (0.1-r0) (26/34) Purging python3 (3.11.3-r10) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r5) (29/34) Purging libffi (3.4.4-r2) (30/34) Purging libpanelw (6.4_p20230401-r4) (31/34) Purging mpdecimal (2.5.1-r2) (32/34) Purging readline (8.2.1-r1) (33/34) Purging sqlite-libs (3.41.2-r2) (34/34) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages