>>> py3-vine: Building testing/py3-vine 1.3.0-r4 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 23:50:50 +0000 >>> py3-vine: Checking sanity of /home/buildozer/aports/testing/py3-vine/APKBUILD... >>> WARNING: py3-vine: No maintainer >>> py3-vine: Analyzing dependencies... >>> py3-vine: Installing for build: build-base python3 py3-setuptools py3-pytest py3-case py3-nose (1/20) Installing libbz2 (1.0.8-r4) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.2.8-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.2.0-r0) (7/20) Installing sqlite-libs (3.40.0-r0) (8/20) Installing python3 (3.11.0-r2) (9/20) Installing py3-parsing (3.0.9-r1) (10/20) Installing py3-packaging (21.3-r3) (11/20) Installing py3-setuptools (65.6.2-r0) (12/20) Installing py3-attrs (22.1.0-r1) (13/20) Installing py3-iniconfig (1.1.1-r4) (14/20) Installing py3-pluggy (1.0.0-r2) (15/20) Installing py3-py (1.11.0-r1) (16/20) Installing py3-pytest (7.2.0-r2) (17/20) Installing py3-six (1.16.0-r4) (18/20) Installing py3-case (1.5.3-r5) (19/20) Installing py3-nose (1.3.7-r10) (20/20) Installing .makedepends-py3-vine (20221123.235053) Executing busybox-1.35.0-r29.trigger OK: 378 MiB in 117 packages >>> py3-vine: Cleaning up srcdir >>> py3-vine: Cleaning up pkgdir >>> py3-vine: Fetching https://distfiles.alpinelinux.org/distfiles/edge/vine-1.3.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 63 51953 63 32768 0 0 29385 0 0:00:01 0:00:01 --:--:-- 29388 100 51953 100 51953 0 0 46544 0 0:00:01 0:00:01 --:--:-- 46552 >>> py3-vine: Fetching https://distfiles.alpinelinux.org/distfiles/edge/vine-1.3.0.tar.gz >>> py3-vine: Checking sha512sums... vine-1.3.0.tar.gz: OK >>> py3-vine: Unpacking /var/cache/distfiles/vine-1.3.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/vine copying vine/funtools.py -> build/lib/vine copying vine/synchronization.py -> build/lib/vine copying vine/promises.py -> build/lib/vine copying vine/five.py -> build/lib/vine copying vine/abstract.py -> build/lib/vine copying vine/utils.py -> build/lib/vine copying vine/__init__.py -> build/lib/vine creating build/lib/vine/backports copying vine/backports/weakref_backports.py -> build/lib/vine/backports copying vine/backports/__init__.py -> build/lib/vine/backports ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-vine/src/vine-1.3.0, configfile: setup.cfg, testpaths: t/unit/ plugins: case-1.5.3 collected 0 items / 4 errors ==================================== ERRORS ==================================== ___________________ ERROR collecting t/unit/test_abstract.py ___________________ ImportError while importing test module '/home/buildozer/aports/testing/py3-vine/src/vine-1.3.0/t/unit/test_abstract.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: vine/five.py:361: in from inspect import formatargspec, getfullargspec E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) During handling of the above exception, another exception occurred: /usr/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) t/unit/test_abstract.py:3: in from vine.abstract import Thenable vine/__init__.py:8: in from .abstract import Thenable vine/abstract.py:6: in from .five import with_metaclass, Callable vine/five.py:364: in from inspect import formatargspec, getargspec as _getargspec # noqa E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) ___________________ ERROR collecting t/unit/test_funtools.py ___________________ ImportError while importing test module '/home/buildozer/aports/testing/py3-vine/src/vine-1.3.0/t/unit/test_funtools.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: vine/five.py:361: in from inspect import formatargspec, getfullargspec E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) During handling of the above exception, another exception occurred: /usr/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) t/unit/test_funtools.py:7: in from vine.abstract import Thenable vine/__init__.py:8: in from .abstract import Thenable vine/abstract.py:6: in from .five import with_metaclass, Callable vine/five.py:364: in from inspect import formatargspec, getargspec as _getargspec # noqa E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) ___________________ ERROR collecting t/unit/test_promises.py ___________________ ImportError while importing test module '/home/buildozer/aports/testing/py3-vine/src/vine-1.3.0/t/unit/test_promises.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: vine/five.py:361: in from inspect import formatargspec, getfullargspec E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) During handling of the above exception, another exception occurred: /usr/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) t/unit/test_promises.py:13: in from vine.funtools import wrap vine/__init__.py:8: in from .abstract import Thenable vine/abstract.py:6: in from .five import with_metaclass, Callable vine/five.py:364: in from inspect import formatargspec, getargspec as _getargspec # noqa E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) _______________ ERROR collecting t/unit/test_synchronization.py ________________ ImportError while importing test module '/home/buildozer/aports/testing/py3-vine/src/vine-1.3.0/t/unit/test_synchronization.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: vine/five.py:361: in from inspect import formatargspec, getfullargspec E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) During handling of the above exception, another exception occurred: /usr/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) t/unit/test_synchronization.py:7: in from vine.promises import promise vine/__init__.py:8: in from .abstract import Thenable vine/abstract.py:6: in from .five import with_metaclass, Callable vine/five.py:364: in from inspect import formatargspec, getargspec as _getargspec # noqa E ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py) =========================== short test summary info ============================ ERROR t/unit/test_abstract.py ERROR t/unit/test_funtools.py ERROR t/unit/test_promises.py ERROR t/unit/test_synchronization.py !!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 4 errors in 0.95s =============================== >>> ERROR: py3-vine: check failed >>> py3-vine: Uninstalling dependencies... (1/20) Purging .makedepends-py3-vine (20221123.235053) (2/20) Purging py3-setuptools (65.6.2-r0) (3/20) Purging py3-pytest (7.2.0-r2) (4/20) Purging py3-attrs (22.1.0-r1) (5/20) Purging py3-iniconfig (1.1.1-r4) (6/20) Purging py3-packaging (21.3-r3) (7/20) Purging py3-parsing (3.0.9-r1) (8/20) Purging py3-pluggy (1.0.0-r2) (9/20) Purging py3-py (1.11.0-r1) (10/20) Purging py3-case (1.5.3-r5) (11/20) Purging py3-six (1.16.0-r4) (12/20) Purging py3-nose (1.3.7-r10) (13/20) Purging python3 (3.11.0-r2) (14/20) Purging libbz2 (1.0.8-r4) (15/20) Purging libffi (3.4.4-r0) (16/20) Purging gdbm (1.23-r0) (17/20) Purging xz-libs (5.2.8-r0) (18/20) Purging mpdecimal (2.5.1-r1) (19/20) Purging readline (8.2.0-r0) (20/20) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages