>>> py3-click: Building main/py3-click 8.4.0-r0 (using abuild 3.18.0_rc3-r1) started Tue, 14 Jul 2026 15:39:14 +0000 >>> py3-click: Validating /home/buildozer/aports/main/py3-click/APKBUILD... >>> py3-click: Analyzing dependencies... >>> py3-click: Installing for build: build-base py3-flit-core py3-gpep517 py3-pytest ( 1/32) Installing libbz2 (1.0.8-r6) ( 2/32) Installing libffi (3.5.2-r1) ( 3/32) Installing xz-libs (5.8.3-r0) ( 4/32) Installing mpdecimal (4.0.1-r0) ( 5/32) Installing libpanelw (6.6_p20260516-r0) ( 6/32) Installing readline (8.3.3-r1) ( 7/32) Installing sqlite-libs (3.53.3-r0) ( 8/32) Installing python3 (3.14.5-r2) ( 9/32) Installing python3-pycache-pyc0 (3.14.5-r2) (10/32) Installing pyc (3.14.5-r2) (11/32) Installing py3-flit-core-pyc (4.0.0-r0) (12/32) Installing python3-pyc (3.14.5-r2) (13/32) Installing py3-flit-core (4.0.0-r0) (14/32) Installing py3-installer (1.0.0-r0) (15/32) Installing py3-installer-pyc (1.0.0-r0) (16/32) Installing py3-gpep517 (19-r2) (17/32) Installing py3-gpep517-pyc (19-r2) (18/32) Installing py3-iniconfig (2.3.0-r1) (19/32) Installing py3-iniconfig-pyc (2.3.0-r1) (20/32) Installing py3-parsing (3.3.2-r1) (21/32) Installing py3-parsing-pyc (3.3.2-r1) (22/32) Installing py3-packaging (26.2-r0) (23/32) Installing py3-packaging-pyc (26.2-r0) (24/32) Installing py3-pluggy (1.6.0-r1) (25/32) Installing py3-pluggy-pyc (1.6.0-r1) (26/32) Installing py3-py (1.11.0-r5) (27/32) Installing py3-py-pyc (1.11.0-r5) (28/32) Installing py3-pygments (2.20.0-r0) (29/32) Installing py3-pygments-pyc (2.20.0-r0) (30/32) Installing py3-pytest (9.1.1-r0) (31/32) Installing py3-pytest-pyc (9.1.1-r0) (32/32) Installing .makedepends-py3-click (20260714.153914) Executing busybox-1.38.0-r1.trigger OK: 325.3 MiB in 135 packages >>> py3-click: Cleaning up srcdir >>> py3-click: Cleaning up pkgdir >>> py3-click: Cleaning up tmpdir >>> py3-click: Fetching https://distfiles.alpinelinux.org/distfiles/edge/click-8.4.0.tar.gz /var/cache/distfiles/click-8.4.0.tar.gz: OK >>> py3-click: Fetching https://distfiles.alpinelinux.org/distfiles/edge/click-8.4.0.tar.gz /var/cache/distfiles/click-8.4.0.tar.gz: OK >>> py3-click: Unpacking /var/cache/distfiles/click-8.4.0.tar.gz... 2026-07-14 15:39:15,687 gpep517 INFO Building wheel via backend flit_core.buildapi 2026-07-14 15:39:15,693 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2026-07-14 12:19:09+00:00 2026-07-14 15:39:15,693 flit_core.wheel INFO Copying package file(s) from src/click 2026-07-14 15:39:15,702 flit_core.wheel INFO Writing metadata files 2026-07-14 15:39:15,703 flit_core.wheel INFO Writing the record of files 2026-07-14 15:39:15,703 flit_core.wheel INFO Built wheel: .dist/click-8.4.0-py3-none-any.whl 2026-07-14 15:39:15,704 gpep517 INFO The backend produced .dist/click-8.4.0-py3-none-any.whl click-8.4.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.5, pytest-9.1.1, pluggy-1.6.0 rootdir: /home/buildozer/aports/main/py3-click/src/click-8.4.0 configfile: pyproject.toml testpaths: tests collected 31560 items / 1 error / 30062 deselected / 1498 selected ==================================== ERRORS ==================================== _____________________ ERROR collecting tests/test_basic.py _____________________ /usr/lib/python3.14/site-packages/pluggy/_hooks.py:512: in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3.14/site-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3.14/site-packages/_pytest/python.py:250: in pytest_pycollect_makeitem return list(collector._genfunctions(name, obj)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3.14/site-packages/_pytest/python.py:476: in _genfunctions self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc)) /usr/lib/python3.14/site-packages/pluggy/_hooks.py:573: in call_extra return self._hookexec(self.name, hookimpls, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3.14/site-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3.14/site-packages/_pytest/python.py:124: in pytest_generate_tests metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker) /usr/lib/python3.14/site-packages/_pytest/python.py:1316: in parametrize argnames, parametersets = ParameterSet._for_parametrize( /usr/lib/python3.14/site-packages/_pytest/mark/structures.py:202: in _for_parametrize warnings.warn( E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is deprecated. E Test: tests/test_basic.py::test_boolean_conversion, argvalues type: chain E Please convert to a list or tuple. E See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators =========================== short test summary info ============================ ERROR tests/test_basic.py - pytest.PytestRemovedIn10Warning: Passing a non-Co... !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ====================== 30062 deselected, 1 error in 6.10s ====================== >>> ERROR: py3-click: check failed >>> py3-click: Uninstalling dependencies... ( 1/32) Purging .makedepends-py3-click (20260714.153914) ( 2/32) Purging py3-flit-core-pyc (4.0.0-r0) ( 3/32) Purging py3-flit-core (4.0.0-r0) ( 4/32) Purging py3-gpep517-pyc (19-r2) ( 5/32) Purging py3-gpep517 (19-r2) ( 6/32) Purging py3-installer-pyc (1.0.0-r0) ( 7/32) Purging py3-installer (1.0.0-r0) ( 8/32) Purging py3-pytest-pyc (9.1.1-r0) ( 9/32) Purging py3-pytest (9.1.1-r0) (10/32) Purging py3-iniconfig-pyc (2.3.0-r1) (11/32) Purging py3-iniconfig (2.3.0-r1) (12/32) Purging py3-packaging-pyc (26.2-r0) (13/32) Purging py3-packaging (26.2-r0) (14/32) Purging py3-parsing-pyc (3.3.2-r1) (15/32) Purging py3-parsing (3.3.2-r1) (16/32) Purging py3-pluggy-pyc (1.6.0-r1) (17/32) Purging py3-pluggy (1.6.0-r1) (18/32) Purging py3-py-pyc (1.11.0-r5) (19/32) Purging py3-py (1.11.0-r5) (20/32) Purging py3-pygments-pyc (2.20.0-r0) (21/32) Purging py3-pygments (2.20.0-r0) (22/32) Purging python3-pyc (3.14.5-r2) (23/32) Purging python3-pycache-pyc0 (3.14.5-r2) (24/32) Purging pyc (3.14.5-r2) (25/32) Purging python3 (3.14.5-r2) (26/32) Purging libbz2 (1.0.8-r6) (27/32) Purging libffi (3.5.2-r1) (28/32) Purging libpanelw (6.6_p20260516-r0) (29/32) Purging mpdecimal (4.0.1-r0) (30/32) Purging readline (8.3.3-r1) (31/32) Purging sqlite-libs (3.53.3-r0) (32/32) Purging xz-libs (5.8.3-r0) Executing busybox-1.38.0-r1.trigger OK: 270.1 MiB in 103 packages