>>> py3-clikit: Building community/py3-clikit 0.6.2-r8 (using abuild 3.15.0-r1) started Wed, 22 Oct 2025 07:09:43 +0000 >>> py3-clikit: Validating /home/udu/aports/community/py3-clikit/APKBUILD... >>> py3-clikit: Analyzing dependencies... >>> py3-clikit: Installing for build: build-base python3 py3-crashtest py3-pastel py3-pylev py3-gpep517 py3-installer py3-poetry-core py3-wheel py3-pytest py3-pytest-mock WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory (1/35) Installing py3-crashtest (0.4.1-r5) (2/35) Installing py3-crashtest-pyc (0.4.1-r5) (3/35) Installing py3-pastel (0.2.1-r5) (4/35) Installing py3-pastel-pyc (0.2.1-r5) (5/35) Installing py3-pylev (1.4.0-r4) (6/35) Installing py3-pylev-pyc (1.4.0-r4) (7/35) Installing py3-installer (0.7.0-r2) (8/35) Installing py3-installer-pyc (0.7.0-r2) (9/35) Installing py3-gpep517 (19-r0) (10/35) Installing py3-gpep517-pyc (19-r0) (11/35) Installing py3-fastjsonschema (2.21.1-r0) (12/35) Installing py3-fastjsonschema-pyc (2.21.1-r0) (13/35) Installing py3-lark-parser (1.1.9-r1) (14/35) Installing py3-lark-parser-pyc (1.1.9-r1) (15/35) Installing py3-parsing (3.2.3-r0) (16/35) Installing py3-parsing-pyc (3.2.3-r0) (17/35) Installing py3-packaging (25.0-r0) (18/35) Installing py3-packaging-pyc (25.0-r0) (19/35) Installing py3-poetry-core (2.0.1-r0) (20/35) Installing py3-poetry-core-pyc (2.0.1-r0) (21/35) Installing py3-wheel (0.46.1-r0) (22/35) Installing py3-wheel-pyc (0.46.1-r0) (23/35) Installing py3-iniconfig (2.1.0-r0) (24/35) Installing py3-iniconfig-pyc (2.1.0-r0) (25/35) Installing py3-pluggy (1.5.0-r0) (26/35) Installing py3-pluggy-pyc (1.5.0-r0) (27/35) Installing py3-py (1.11.0-r4) (28/35) Installing py3-py-pyc (1.11.0-r4) (29/35) Installing py3-pytest (8.3.5-r0) (30/35) Installing py3-pytest-pyc (8.3.5-r0) (31/35) Installing py3-mock (5.2.0-r0) (32/35) Installing py3-mock-pyc (5.2.0-r0) (33/35) Installing py3-pytest-mock (3.10.0-r3) (34/35) Installing py3-pytest-mock-pyc (3.10.0-r3) (35/35) Installing .makedepends-py3-clikit (20251022.070943) Executing busybox-1.37.0-r19.trigger OK: 304 MiB in 124 packages >>> py3-clikit: Cleaning up srcdir >>> py3-clikit: Cleaning up pkgdir >>> py3-clikit: Cleaning up tmpdir >>> py3-clikit: Fetching py3-clikit-0.6.2.tar.gz::https://github.com/sdispater/clikit/archive/refs/tags/0.6.2.tar.gz >>> py3-clikit: Fetching py3-clikit-0.6.2.tar.gz::https://github.com/sdispater/clikit/archive/refs/tags/0.6.2.tar.gz >>> py3-clikit: Checking sha512sums... py3-clikit-0.6.2.tar.gz: OK >>> py3-clikit: Unpacking /var/cache/distfiles/py3-clikit-0.6.2.tar.gz... 2025-10-22 07:09:44,039 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2025-10-22 07:09:44,073 poetry.core.factory WARNING The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead. 2025-10-22 07:09:44,126 poetry.core.masonry.builders.wheel INFO Building wheel 2025-10-22 07:09:44,219 poetry.core.masonry.builders.wheel INFO Built clikit-0.6.2-py2.py3-none-any.whl 2025-10-22 07:09:44,219 gpep517 INFO The backend produced .dist/clikit-0.6.2-py2.py3-none-any.whl clikit-0.6.2-py2.py3-none-any.whl /home/udu/aports/community/py3-clikit/src/clikit-0.6.2/.testenv/lib/python3.12/site-packages/clikit/api/args/format/command_option.py:47: SyntaxWarning: invalid escape sequence '\-' if not re.match("^[a-zA-Z0-9\-]+$", alias): /home/udu/aports/community/py3-clikit/src/clikit-0.6.2/.testenv/lib/python3.12/site-packages/clikit/utils/string.py:81: SyntaxWarning: invalid escape sequence '\s' words = re.split("\s+", string) ========================================================================================================================================================= test session starts ========================================================================================================================================================== platform linux -- Python 3.12.12, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-clikit/src/clikit-0.6.2 configfile: pyproject.toml plugins: mock-3.10.0 collected 393 items tests/api/args/format/test_args_format_builder.py ............................................................................. [ 19%] tests/api/args/format/test_argument.py .................................................... [ 32%] tests/api/args/format/test_option.py ............................................................... [ 48%] tests/api/event/test_event.py .. [ 49%] tests/api/event/test_event_dispatcher.py ....... [ 51%] tests/api/io/test_section_output.py ........ [ 53%] tests/args/test_argv_args.py ..... [ 54%] tests/args/test_default_args_parser.py ............................ [ 61%] tests/args/test_string_args.py .............................. [ 69%] tests/handler/help/test_help_option.py ......... [ 71%] tests/handler/help/test_help_text_handler.py ...... [ 73%] tests/test_console_aplication.py ..................... [ 78%] tests/ui/components/test_choice_question.py . [ 78%] tests/ui/components/test_confirmation_question.py .. [ 79%] tests/ui/components/test_exception_trace.py s.s....... [ 81%] tests/ui/components/test_progress_bar.py ......................... [ 88%] tests/ui/components/test_progress_indicator.py .. [ 88%] tests/ui/components/test_question.py .s... [ 89%] tests/ui/components/test_table.py .................. [ 94%] tests/ui/help/test_application_help.py ........ [ 96%] tests/ui/help/test_command_help.py ............ [ 99%] tests/utils/test_command.py . [ 99%] tests/utils/test_terminal.py F [100%] =============================================================================================================================================================== FAILURES =============================================================================================================================================================== ________________________________________________________________________________________________________________________________________________ test_terminal_always_has_a_valid_width ________________________________________________________________________________________________________________________________________________ mocker = def test_terminal_always_has_a_valid_width(mocker): mocker.patch( "clikit.utils.terminal.Terminal._get_terminal_size_windows", return_value=(0, 42), ) mocker.patch( "clikit.utils.terminal.Terminal._get_terminal_size_tput", return_value=(0, 42) ) mocker.patch( "clikit.utils.terminal.Terminal._get_terminal_size_linux", return_value=(0, 42) ) terminal = Terminal() > assert 80 == terminal.width E assert 80 == 328 E + where 328 = .width tests/utils/test_terminal.py:18: AssertionError ======================================================================================================================================================= short test summary info ======================================================================================================================================================== FAILED tests/utils/test_terminal.py::test_terminal_always_has_a_valid_width - assert 80 == 328 =============================================================================================================================================== 1 failed, 389 passed, 3 skipped in 5.28s =============================================================================================================================================== >>> ERROR: py3-clikit: check failed >>> py3-clikit: Uninstalling dependencies... (1/35) Purging .makedepends-py3-clikit (20251022.070943) (2/35) Purging py3-crashtest-pyc (0.4.1-r5) (3/35) Purging py3-crashtest (0.4.1-r5) (4/35) Purging py3-pastel-pyc (0.2.1-r5) (5/35) Purging py3-pastel (0.2.1-r5) (6/35) Purging py3-pylev-pyc (1.4.0-r4) (7/35) Purging py3-pylev (1.4.0-r4) (8/35) Purging py3-gpep517-pyc (19-r0) (9/35) Purging py3-gpep517 (19-r0) (10/35) Purging py3-installer-pyc (0.7.0-r2) (11/35) Purging py3-installer (0.7.0-r2) (12/35) Purging py3-poetry-core-pyc (2.0.1-r0) (13/35) Purging py3-poetry-core (2.0.1-r0) (14/35) Purging py3-fastjsonschema-pyc (2.21.1-r0) (15/35) Purging py3-fastjsonschema (2.21.1-r0) (16/35) Purging py3-lark-parser-pyc (1.1.9-r1) (17/35) Purging py3-lark-parser (1.1.9-r1) (18/35) Purging py3-wheel-pyc (0.46.1-r0) (19/35) Purging py3-wheel (0.46.1-r0) (20/35) Purging py3-pytest-mock-pyc (3.10.0-r3) (21/35) Purging py3-pytest-mock (3.10.0-r3) (22/35) Purging py3-mock-pyc (5.2.0-r0) (23/35) Purging py3-mock (5.2.0-r0) (24/35) Purging py3-pytest-pyc (8.3.5-r0) (25/35) Purging py3-pytest (8.3.5-r0) (26/35) Purging py3-iniconfig-pyc (2.1.0-r0) (27/35) Purging py3-iniconfig (2.1.0-r0) (28/35) Purging py3-packaging-pyc (25.0-r0) (29/35) Purging py3-packaging (25.0-r0) (30/35) Purging py3-parsing-pyc (3.2.3-r0) (31/35) Purging py3-parsing (3.2.3-r0) (32/35) Purging py3-pluggy-pyc (1.5.0-r0) (33/35) Purging py3-pluggy (1.5.0-r0) (34/35) Purging py3-py-pyc (1.11.0-r4) (35/35) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages