>>> py3-cli_helpers: Building testing/py3-cli_helpers 1.2.1-r3 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:38:29 +0000 >>> py3-cli_helpers: Checking sanity of /home/buildozer/aports/testing/py3-cli_helpers/APKBUILD... >>> py3-cli_helpers: Analyzing dependencies... >>> py3-cli_helpers: Installing for build: build-base py3-terminaltables py3-tabulate py3-configobj py3-setuptools py3-pytest py3-wcwidth py3-mock (1/27) Installing libffi (3.4.2-r1) (2/27) Installing gdbm (1.22-r0) (3/27) Installing mpdecimal (2.5.1-r1) (4/27) Installing readline (8.1.1-r0) (5/27) Installing sqlite-libs (3.37.0-r0) (6/27) Installing python3 (3.10.1-r0) (7/27) Installing py3-terminaltables (3.1.0-r6) (8/27) Installing py3-wcwidth (0.2.5-r2) (9/27) Installing py3-tabulate (0.8.9-r1) (10/27) Installing py3-six (1.16.0-r1) (11/27) Installing py3-configobj (5.0.6-r9) (12/27) Installing py3-ordered-set (4.0.2-r3) (13/27) Installing py3-appdirs (1.4.4-r3) (14/27) Installing py3-parsing (2.4.7-r3) (15/27) Installing py3-packaging (21.3-r0) (16/27) Installing py3-setuptools (52.0.0-r5) (17/27) Installing py3-atomicwrites (1.4.0-r2) (18/27) Installing py3-attrs (21.2.0-r1) (19/27) Installing py3-more-itertools (8.12.0-r1) (20/27) Installing py3-iniconfig (1.1.1-r2) (21/27) Installing py3-pluggy (0.13.1-r5) (22/27) Installing py3-py (1.10.0-r2) (23/27) Installing py3-toml (0.10.2-r3) (24/27) Installing py3-pytest (6.2.5-r1) (25/27) Installing py3-pbr (5.8.0-r1) (26/27) Installing py3-mock (4.0.3-r2) (27/27) Installing .makedepends-py3-cli_helpers (20211219.153830) Executing busybox-1.34.1-r5.trigger OK: 397 MiB in 127 packages >>> py3-cli_helpers: Cleaning up srcdir >>> py3-cli_helpers: Cleaning up pkgdir >>> py3-cli_helpers: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-cli_helpers-1.2.1.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 100 31718 100 31718 0 0 92779 0 --:--:-- --:--:-- --:--:-- 93014 >>> py3-cli_helpers: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-cli_helpers-1.2.1.tar.gz >>> py3-cli_helpers: Checking sha512sums... py3-cli_helpers-1.2.1.tar.gz: OK >>> py3-cli_helpers: Unpacking /var/cache/distfiles/edge/py3-cli_helpers-1.2.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/cli_helpers copying cli_helpers/compat.py -> build/lib/cli_helpers copying cli_helpers/__init__.py -> build/lib/cli_helpers copying cli_helpers/config.py -> build/lib/cli_helpers copying cli_helpers/utils.py -> build/lib/cli_helpers creating build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/output_formatter.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/__init__.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/terminaltables_adapter.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/tabulate_adapter.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/preprocessors.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/delimited_output_adapter.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/vertical_table_adapter.py -> build/lib/cli_helpers/tabular_output copying cli_helpers/tabular_output/tsv_output_adapter.py -> build/lib/cli_helpers/tabular_output running egg_info writing cli_helpers.egg-info/PKG-INFO writing dependency_links to cli_helpers.egg-info/dependency_links.txt writing requirements to cli_helpers.egg-info/requires.txt writing top-level names to cli_helpers.egg-info/top_level.txt reading manifest file 'cli_helpers.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cli_helpers.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-cli_helpers/src/cli_helpers-1.2.1, configfile: setup.cfg, testpaths: tests collected 71 items tests/test_cli_helpers.py . [ 1%] tests/test_config.py ..sss............. [ 26%] tests/test_utils.py ......... [ 39%] tests/tabular_output/test_delimited_output_adapter.py .. [ 42%] tests/tabular_output/test_output_formatter.py .......... [ 56%] tests/tabular_output/test_preprocessors.py ..........s.sss....... [ 87%] tests/tabular_output/test_tabulate_adapter.py ..s [ 91%] tests/tabular_output/test_terminaltables_adapter.py .s [ 94%] tests/tabular_output/test_tsv_output_adapter.py .. [ 97%] tests/tabular_output/test_vertical_table_adapter.py .. [100%] =============================== warnings summary =============================== cli_helpers/config.py:194 /home/buildozer/aports/testing/py3-cli_helpers/src/cli_helpers-1.2.1/cli_helpers/config.py:194: DeprecationWarning: invalid escape sequence '\<' """Returns the config folder for the application. The default behavior cli_helpers/utils.py:58 /home/buildozer/aports/testing/py3-cli_helpers/src/cli_helpers-1.2.1/cli_helpers/utils.py:58: DeprecationWarning: invalid escape sequence '\[' _ansi_re = re.compile('\033\[((?:\d|;)*)([a-zA-Z])') cli_helpers/tabular_output/output_formatter.py:124 /home/buildozer/aports/testing/py3-cli_helpers/src/cli_helpers-1.2.1/cli_helpers/tabular_output/output_formatter.py:124: DeprecationWarning: invalid escape sequence '\*' """Format the headers and data using a specific formatter. cli_helpers/tabular_output/output_formatter.py:182 /home/buildozer/aports/testing/py3-cli_helpers/src/cli_helpers-1.2.1/cli_helpers/tabular_output/output_formatter.py:182: DeprecationWarning: invalid escape sequence '\*' """Format output using *format_name*. -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 62 passed, 9 skipped, 4 warnings in 0.32s =================== >>> py3-cli_helpers: Entering fakeroot... running install running build running build_py running egg_info writing cli_helpers.egg-info/PKG-INFO writing dependency_links to cli_helpers.egg-info/dependency_links.txt writing requirements to cli_helpers.egg-info/requires.txt writing top-level names to cli_helpers.egg-info/top_level.txt reading manifest file 'cli_helpers.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cli_helpers.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-cli_helpers/pkg creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers copying build/lib/cli_helpers/compat.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers copying build/lib/cli_helpers/__init__.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers creating /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/output_formatter.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/__init__.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/terminaltables_adapter.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/tabulate_adapter.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/preprocessors.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/delimited_output_adapter.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/vertical_table_adapter.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/tsv_output_adapter.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/config.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers copying build/lib/cli_helpers/utils.py -> /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/output_formatter.py to output_formatter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/terminaltables_adapter.py to terminaltables_adapter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/tabulate_adapter.py to tabulate_adapter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/preprocessors.py to preprocessors.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/delimited_output_adapter.py to delimited_output_adapter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/vertical_table_adapter.py to vertical_table_adapter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/tabular_output/tsv_output_adapter.py to tsv_output_adapter.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers/utils.py to utils.cpython-310.pyc running install_egg_info Copying cli_helpers.egg-info to /home/buildozer/aports/testing/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.10/site-packages/cli_helpers-1.2.1-py3.10.egg-info running install_scripts >>> py3-cli_helpers*: Running postcheck for py3-cli_helpers >>> py3-cli_helpers*: Preparing package py3-cli_helpers... >>> py3-cli_helpers*: Tracing dependencies... >>> py3-cli_helpers*: Package size: 208.0 KB >>> py3-cli_helpers*: Compressing data... >>> py3-cli_helpers*: Create checksum... >>> py3-cli_helpers*: Create py3-cli_helpers-1.2.1-r3.apk >>> py3-cli_helpers: Build complete at Sun, 19 Dec 2021 15:38:32 +0000 elapsed time 0h 0m 3s >>> py3-cli_helpers: Cleaning up srcdir >>> py3-cli_helpers: Cleaning up pkgdir >>> py3-cli_helpers: Uninstalling dependencies... (1/27) Purging .makedepends-py3-cli_helpers (20211219.153830) (2/27) Purging py3-terminaltables (3.1.0-r6) (3/27) Purging py3-tabulate (0.8.9-r1) (4/27) Purging py3-configobj (5.0.6-r9) (5/27) Purging py3-setuptools (52.0.0-r5) (6/27) Purging py3-ordered-set (4.0.2-r3) (7/27) Purging py3-appdirs (1.4.4-r3) (8/27) Purging py3-pytest (6.2.5-r1) (9/27) Purging py3-atomicwrites (1.4.0-r2) (10/27) Purging py3-attrs (21.2.0-r1) (11/27) Purging py3-more-itertools (8.12.0-r1) (12/27) Purging py3-iniconfig (1.1.1-r2) (13/27) Purging py3-pluggy (0.13.1-r5) (14/27) Purging py3-py (1.10.0-r2) (15/27) Purging py3-packaging (21.3-r0) (16/27) Purging py3-parsing (2.4.7-r3) (17/27) Purging py3-toml (0.10.2-r3) (18/27) Purging py3-wcwidth (0.2.5-r2) (19/27) Purging py3-mock (4.0.3-r2) (20/27) Purging py3-pbr (5.8.0-r1) (21/27) Purging py3-six (1.16.0-r1) (22/27) Purging python3 (3.10.1-r0) (23/27) Purging libffi (3.4.2-r1) (24/27) Purging gdbm (1.22-r0) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.1-r0) (27/27) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 338 MiB in 100 packages >>> py3-cli_helpers: Updating the testing/s390x repository index... >>> py3-cli_helpers: Signing the index...