>>> py3-cli_helpers: Building community/py3-cli_helpers 2.3.0-r3 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 20:39:34 +0000 >>> py3-cli_helpers: Checking sanity of /home/buildozer/aports/community/py3-cli_helpers/APKBUILD... >>> py3-cli_helpers: Analyzing dependencies... >>> py3-cli_helpers: Installing for build: build-base py3-tabulate py3-configobj py3-setuptools py3-pytest py3-wcwidth (1/35) Installing libbz2 (1.0.8-r5) (2/35) Installing libffi (3.4.4-r2) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.4.2-r1) (5/35) Installing mpdecimal (2.5.1-r2) (6/35) Installing libpanelw (6.4_p20230401-r5) (7/35) Installing readline (8.2.1-r1) (8/35) Installing sqlite-libs (3.41.2-r2) (9/35) Installing python3 (3.11.3-r10) (10/35) Installing python3-pycache-pyc0 (3.11.3-r10) (11/35) Installing pyc (0.1-r0) (12/35) Installing py3-wcwidth (0.2.6-r2) (13/35) Installing py3-wcwidth-pyc (0.2.6-r2) (14/35) Installing py3-tabulate-pyc (0.9.0-r2) (15/35) Installing python3-pyc (3.11.3-r10) (16/35) Installing py3-tabulate (0.9.0-r2) (17/35) Installing py3-six (1.16.0-r6) (18/35) Installing py3-six-pyc (1.16.0-r6) (19/35) Installing py3-configobj (5.0.8-r1) (20/35) Installing py3-configobj-pyc (5.0.8-r1) (21/35) Installing py3-parsing (3.0.9-r2) (22/35) Installing py3-parsing-pyc (3.0.9-r2) (23/35) Installing py3-packaging (23.1-r1) (24/35) Installing py3-packaging-pyc (23.1-r1) (25/35) Installing py3-setuptools (67.7.1-r0) (26/35) Installing py3-setuptools-pyc (67.7.1-r0) (27/35) Installing py3-iniconfig (1.1.1-r6) (28/35) Installing py3-iniconfig-pyc (1.1.1-r6) (29/35) Installing py3-pluggy (1.0.0-r3) (30/35) Installing py3-pluggy-pyc (1.0.0-r3) (31/35) Installing py3-py (1.11.0-r2) (32/35) Installing py3-py-pyc (1.11.0-r2) (33/35) Installing py3-pytest (7.3.1-r1) (34/35) Installing py3-pytest-pyc (7.3.1-r1) (35/35) Installing .makedepends-py3-cli_helpers (20230422.203936) Executing busybox-1.36.0-r7.trigger OK: 427 MiB in 133 packages >>> py3-cli_helpers: Cleaning up srcdir >>> py3-cli_helpers: Cleaning up pkgdir >>> py3-cli_helpers: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-cli_helpers-2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-cli_helpers: Fetching py3-cli_helpers-2.3.0.tar.gz::https://files.pythonhosted.org/packages/source/c/cli_helpers/cli_helpers-2.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 100 36274 100 36274 0 0 183k 0 --:--:-- --:--:-- --:--:-- 183k >>> py3-cli_helpers: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-cli_helpers-2.3.0.tar.gz >>> py3-cli_helpers: Checking sha512sums... py3-cli_helpers-2.3.0.tar.gz: OK >>> py3-cli_helpers: Unpacking /var/cache/distfiles/v3.18/py3-cli_helpers-2.3.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/cli_helpers copying cli_helpers/utils.py -> build/lib/cli_helpers copying cli_helpers/__init__.py -> build/lib/cli_helpers copying cli_helpers/compat.py -> build/lib/cli_helpers copying cli_helpers/config.py -> build/lib/cli_helpers creating 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/__init__.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/tabulate_adapter.py -> 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/preprocessors.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' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.git-blame-ignore-revs' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'cli_helpers.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-cli_helpers/src/cli_helpers-2.3.0 configfile: setup.cfg testpaths: tests collected 75 items tests/test_cli_helpers.py . [ 1%] tests/test_config.py ..sss............. [ 25%] tests/test_utils.py .......... [ 38%] tests/tabular_output/test_delimited_output_adapter.py .. [ 41%] tests/tabular_output/test_output_formatter.py .............. [ 60%] tests/tabular_output/test_preprocessors.py ..s........s.sss....... [ 90%] tests/tabular_output/test_tabulate_adapter.py ..s [ 94%] tests/tabular_output/test_tsv_output_adapter.py .. [ 97%] tests/tabular_output/test_vertical_table_adapter.py .. [100%] ======================== 66 passed, 9 skipped in 0.66s ========================= >>> py3-cli_helpers: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-cli_helpers/pkg creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers copying build/lib/cli_helpers/utils.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers copying build/lib/cli_helpers/__init__.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers creating /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/delimited_output_adapter.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/__init__.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/vertical_table_adapter.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/tabulate_adapter.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/output_formatter.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/preprocessors.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/tabular_output/tsv_output_adapter.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output copying build/lib/cli_helpers/compat.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers copying build/lib/cli_helpers/config.py -> /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/delimited_output_adapter.py to delimited_output_adapter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/vertical_table_adapter.py to vertical_table_adapter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/tabulate_adapter.py to tabulate_adapter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/output_formatter.py to output_formatter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/preprocessors.py to preprocessors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/tsv_output_adapter.py to tsv_output_adapter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/config.py to config.cpython-311.pyc running install_egg_info 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' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.git-blame-ignore-revs' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'cli_helpers.egg-info/SOURCES.txt' Copying cli_helpers.egg-info to /home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers-2.3.0-py3.11.egg-info running install_scripts >>> py3-cli_helpers-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/__pycache__' -> '/home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers-pyc/usr/lib/python3.11/site-packages/cli_helpers/__pycache__' '/home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__' -> '/home/buildozer/aports/community/py3-cli_helpers/pkg/py3-cli_helpers-pyc/usr/lib/python3.11/site-packages/cli_helpers/tabular_output/__pycache__' >>> py3-cli_helpers-pyc*: Preparing subpackage py3-cli_helpers-pyc... >>> py3-cli_helpers-pyc*: Running postcheck for py3-cli_helpers-pyc >>> py3-cli_helpers*: Running postcheck for py3-cli_helpers >>> py3-cli_helpers*: Preparing package py3-cli_helpers... >>> py3-cli_helpers-pyc*: Tracing dependencies... py3-tabulate py3-configobj python3~3.11 >>> py3-cli_helpers-pyc*: Package size: 132.0 KB >>> py3-cli_helpers-pyc*: Compressing data... >>> py3-cli_helpers-pyc*: Create checksum... >>> py3-cli_helpers-pyc*: Create py3-cli_helpers-pyc-2.3.0-r3.apk >>> py3-cli_helpers*: Tracing dependencies... py3-tabulate py3-configobj python3~3.11 >>> py3-cli_helpers*: Package size: 120.0 KB >>> py3-cli_helpers*: Compressing data... >>> py3-cli_helpers*: Create checksum... >>> py3-cli_helpers*: Create py3-cli_helpers-2.3.0-r3.apk >>> py3-cli_helpers: Build complete at Sat, 22 Apr 2023 20:39:40 +0000 elapsed time 0h 0m 6s >>> py3-cli_helpers: Cleaning up srcdir >>> py3-cli_helpers: Cleaning up pkgdir >>> py3-cli_helpers: Uninstalling dependencies... (1/35) Purging .makedepends-py3-cli_helpers (20230422.203936) (2/35) Purging py3-tabulate-pyc (0.9.0-r2) (3/35) Purging py3-tabulate (0.9.0-r2) (4/35) Purging py3-configobj-pyc (5.0.8-r1) (5/35) Purging py3-configobj (5.0.8-r1) (6/35) Purging py3-six-pyc (1.16.0-r6) (7/35) Purging py3-six (1.16.0-r6) (8/35) Purging py3-setuptools-pyc (67.7.1-r0) (9/35) Purging py3-setuptools (67.7.1-r0) (10/35) Purging py3-pytest-pyc (7.3.1-r1) (11/35) Purging py3-pytest (7.3.1-r1) (12/35) Purging py3-iniconfig-pyc (1.1.1-r6) (13/35) Purging py3-iniconfig (1.1.1-r6) (14/35) Purging py3-packaging-pyc (23.1-r1) (15/35) Purging py3-packaging (23.1-r1) (16/35) Purging py3-parsing-pyc (3.0.9-r2) (17/35) Purging py3-parsing (3.0.9-r2) (18/35) Purging py3-pluggy-pyc (1.0.0-r3) (19/35) Purging py3-pluggy (1.0.0-r3) (20/35) Purging py3-py-pyc (1.11.0-r2) (21/35) Purging py3-py (1.11.0-r2) (22/35) Purging py3-wcwidth-pyc (0.2.6-r2) (23/35) Purging py3-wcwidth (0.2.6-r2) (24/35) Purging python3-pyc (3.11.3-r10) (25/35) Purging python3-pycache-pyc0 (3.11.3-r10) (26/35) Purging pyc (0.1-r0) (27/35) Purging python3 (3.11.3-r10) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r5) (30/35) Purging libffi (3.4.4-r2) (31/35) Purging libpanelw (6.4_p20230401-r5) (32/35) Purging mpdecimal (2.5.1-r2) (33/35) Purging readline (8.2.1-r1) (34/35) Purging sqlite-libs (3.41.2-r2) (35/35) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 373 MiB in 98 packages >>> py3-cli_helpers: Updating the community/x86 repository index... >>> py3-cli_helpers: Signing the index...