>>> py3-shtab: Building testing/py3-shtab 1.6.1-r0 (using abuild 3.11.0_rc13-r1) started Mon, 08 May 2023 22:01:06 +0000 >>> py3-shtab: Checking sanity of /home/buildozer/aports/testing/py3-shtab/APKBUILD... >>> py3-shtab: Analyzing dependencies... >>> py3-shtab: Installing for build: build-base python3 py3-setuptools py3-setuptools_scm py3-wheel py3-pytest py3-pytest-cov py3-pytest-timeout bash (1/40) Installing libbz2 (1.0.8-r5) (2/40) Installing libffi (3.4.4-r2) (3/40) Installing gdbm (1.23-r1) (4/40) Installing xz-libs (5.4.3-r0) (5/40) Installing mpdecimal (2.5.1-r2) (6/40) Installing libpanelw (6.4_p20230506-r0) (7/40) Installing readline (8.2.1-r1) (8/40) Installing sqlite-libs (3.41.2-r2) (9/40) Installing python3 (3.11.3-r10) (10/40) Installing python3-pycache-pyc0 (3.11.3-r10) (11/40) Installing pyc (0.1-r0) (12/40) Installing python3-pyc (3.11.3-r10) (13/40) Installing py3-parsing (3.0.9-r2) (14/40) Installing py3-parsing-pyc (3.0.9-r2) (15/40) Installing py3-packaging (23.1-r1) (16/40) Installing py3-packaging-pyc (23.1-r1) (17/40) Installing py3-setuptools (67.7.2-r0) (18/40) Installing py3-setuptools-pyc (67.7.2-r0) (19/40) Installing py3-typing-extensions (4.5.0-r1) (20/40) Installing py3-typing-extensions-pyc (4.5.0-r1) (21/40) Installing py3-setuptools_scm (7.1.0-r1) (22/40) Installing py3-setuptools_scm-pyc (7.1.0-r1) (23/40) Installing py3-wheel (0.40.0-r1) (24/40) Installing py3-wheel-pyc (0.40.0-r1) (25/40) Installing py3-iniconfig (1.1.1-r6) (26/40) Installing py3-iniconfig-pyc (1.1.1-r6) (27/40) Installing py3-pluggy (1.0.0-r3) (28/40) Installing py3-pluggy-pyc (1.0.0-r3) (29/40) Installing py3-py (1.11.0-r2) (30/40) Installing py3-py-pyc (1.11.0-r2) (31/40) Installing py3-pytest (7.3.1-r1) (32/40) Installing py3-pytest-pyc (7.3.1-r1) (33/40) Installing py3-coverage (6.5.0-r4) (34/40) Installing py3-coverage-pyc (6.5.0-r4) (35/40) Installing py3-pytest-cov (4.0.0-r2) (36/40) Installing py3-pytest-cov-pyc (4.0.0-r2) (37/40) Installing py3-pytest-timeout (2.1.0-r2) (38/40) Installing py3-pytest-timeout-pyc (2.1.0-r2) (39/40) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (40/40) Installing .makedepends-py3-shtab (20230508.220107) Executing busybox-1.36.0-r9.trigger OK: 381 MiB in 140 packages >>> py3-shtab: Cleaning up srcdir >>> py3-shtab: Cleaning up pkgdir >>> py3-shtab: Fetching https://distfiles.alpinelinux.org/distfiles/edge/shtab-1.6.1.tar.gz >>> py3-shtab: Fetching https://distfiles.alpinelinux.org/distfiles/edge/shtab-1.6.1.tar.gz >>> py3-shtab: Checking sha512sums... shtab-1.6.1.tar.gz: OK >>> py3-shtab: Unpacking /var/cache/distfiles/edge/shtab-1.6.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib creating build/lib/shtab copying shtab/__init__.py -> build/lib/shtab copying shtab/__main__.py -> build/lib/shtab copying shtab/main.py -> build/lib/shtab copying shtab/_dist_ver.py -> build/lib/shtab copying shtab/py.typed -> build/lib/shtab ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-shtab/src/shtab-1.6.1 configfile: setup.cfg testpaths: tests plugins: cov-4.0.0, timeout-2.1.0 timeout: 5.0s timeout method: signal timeout func_only: False collecting ... collected 47 items tests/test_shtab.py::test_bash[export FOO=1-"$FOO" -eq 1] PASSED [ 2%] tests/test_shtab.py::test_bash[--z "$FOO"] PASSED [ 4%] tests/test_shtab.py::test_bash_compgen PASSED [ 6%] tests/test_shtab.py::test_choices PASSED [ 8%] tests/test_shtab.py::test_main[bash] PASSED [ 10%] tests/test_shtab.py::test_main[zsh] PASSED [ 12%] tests/test_shtab.py::test_main[tcsh] PASSED [ 14%] tests/test_shtab.py::test_main_self_completion[bash] PASSED [ 17%] tests/test_shtab.py::test_main_self_completion[zsh] PASSED [ 19%] tests/test_shtab.py::test_main_self_completion[tcsh] PASSED [ 21%] tests/test_shtab.py::test_prog_override[bash] PASSED [ 23%] tests/test_shtab.py::test_prog_override[zsh] PASSED [ 25%] tests/test_shtab.py::test_prog_override[tcsh] PASSED [ 27%] tests/test_shtab.py::test_prog_scripts[bash] PASSED [ 29%] tests/test_shtab.py::test_prog_scripts[zsh] PASSED [ 31%] tests/test_shtab.py::test_prog_scripts[tcsh] PASSED [ 34%] tests/test_shtab.py::test_prefix_override[bash] PASSED [ 36%] tests/test_shtab.py::test_prefix_override[zsh] PASSED [ 38%] tests/test_shtab.py::test_prefix_override[tcsh] PASSED [ 40%] tests/test_shtab.py::test_complete[bash] PASSED [ 42%] tests/test_shtab.py::test_complete[zsh] PASSED [ 44%] tests/test_shtab.py::test_complete[tcsh] PASSED [ 46%] tests/test_shtab.py::test_positional_choices[bash] PASSED [ 48%] tests/test_shtab.py::test_positional_choices[zsh] PASSED [ 51%] tests/test_shtab.py::test_positional_choices[tcsh] PASSED [ 53%] tests/test_shtab.py::test_custom_complete[bash] PASSED [ 55%] tests/test_shtab.py::test_custom_complete[zsh] PASSED [ 57%] tests/test_shtab.py::test_custom_complete[tcsh] PASSED [ 59%] tests/test_shtab.py::test_subparser_custom_complete[bash] PASSED [ 61%] tests/test_shtab.py::test_subparser_custom_complete[zsh] PASSED [ 63%] tests/test_shtab.py::test_subparser_custom_complete[tcsh] PASSED [ 65%] tests/test_shtab.py::test_subparser_aliases[bash] PASSED [ 68%] tests/test_shtab.py::test_subparser_aliases[zsh] PASSED [ 70%] tests/test_shtab.py::test_subparser_aliases[tcsh] PASSED [ 72%] tests/test_shtab.py::test_subparser_colons[bash] PASSED [ 74%] tests/test_shtab.py::test_subparser_colons[zsh] PASSED [ 76%] tests/test_shtab.py::test_subparser_colons[tcsh] PASSED [ 78%] tests/test_shtab.py::test_add_argument_to_optional[bash] PASSED [ 80%] tests/test_shtab.py::test_add_argument_to_optional[zsh] PASSED [ 82%] tests/test_shtab.py::test_add_argument_to_optional[tcsh] PASSED [ 85%] tests/test_shtab.py::test_add_argument_to_positional[bash] PASSED [ 87%] tests/test_shtab.py::test_add_argument_to_positional[zsh] PASSED [ 89%] tests/test_shtab.py::test_add_argument_to_positional[tcsh] PASSED [ 91%] tests/test_shtab.py::test_get_completer[bash] PASSED [ 93%] tests/test_shtab.py::test_get_completer[zsh] PASSED [ 95%] tests/test_shtab.py::test_get_completer[tcsh] PASSED [ 97%] tests/test_shtab.py::test_get_completer_invalid PASSED [100%] ---------- coverage: platform linux, python 3.11.3-final-0 ----------- Name Stmts Miss Cover Missing -------------------------------------------------- shtab/__init__.py 291 23 92% 28-34, 98, 109, 157, 185, 201-202, 227, 250, 255, 266-267, 469, 527-528, 667, 680, 729 shtab/__main__.py 6 6 0% 1-8 shtab/_dist_ver.py 1 0 100% shtab/main.py 40 5 88% 45-49 -------------------------------------------------- TOTAL 338 34 90% Coverage XML written to file coverage.xml ============================== slowest durations =============================== 0.02s call tests/test_shtab.py::test_subparser_aliases[bash] 0.01s call tests/test_shtab.py::test_add_argument_to_positional[bash] 0.01s call tests/test_shtab.py::test_subparser_custom_complete[bash] 0.01s call tests/test_shtab.py::test_subparser_colons[bash] (137 durations < 0.005s hidden. Use -vv to show these durations.) ============================== 47 passed in 0.35s ============================== >>> py3-shtab: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) /usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 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/testing/py3-shtab/pkg creating /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab creating /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr creating /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib creating /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab copying build/lib/shtab/__init__.py -> /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab copying build/lib/shtab/__main__.py -> /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab copying build/lib/shtab/main.py -> /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab copying build/lib/shtab/py.typed -> /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab copying build/lib/shtab/_dist_ver.py -> /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab byte-compiling /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab/main.py to main.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab/_dist_ver.py to _dist_ver.cpython-311.pyc running install_egg_info running egg_info writing shtab.egg-info/PKG-INFO writing dependency_links to shtab.egg-info/dependency_links.txt writing entry points to shtab.egg-info/entry_points.txt writing top-level names to shtab.egg-info/top_level.txt reading manifest file 'shtab.egg-info/SOURCES.txt' adding license file 'LICENCE' writing manifest file 'shtab.egg-info/SOURCES.txt' Copying shtab.egg-info to /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab-1.6.1-py3.11.egg-info running install_scripts Installing shtab script to /home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/bin >>> py3-shtab-doc*: Running split function doc... >>> py3-shtab-doc*: Preparing subpackage py3-shtab-doc... >>> py3-shtab-doc*: Running postcheck for py3-shtab-doc >>> py3-shtab-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab/usr/lib/python3.11/site-packages/shtab/__pycache__' -> '/home/buildozer/aports/testing/py3-shtab/pkg/py3-shtab-pyc/usr/lib/python3.11/site-packages/shtab/__pycache__' >>> py3-shtab-pyc*: Preparing subpackage py3-shtab-pyc... >>> py3-shtab-pyc*: Running postcheck for py3-shtab-pyc >>> py3-shtab*: Running postcheck for py3-shtab >>> py3-shtab*: Preparing package py3-shtab... >>> py3-shtab-doc*: Tracing dependencies... >>> py3-shtab-doc*: Package size: 48.0 KB >>> py3-shtab-doc*: Compressing data... >>> py3-shtab-doc*: Create checksum... >>> py3-shtab-doc*: Create py3-shtab-doc-1.6.1-r0.apk >>> py3-shtab-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-shtab-pyc*: Package size: 84.0 KB >>> py3-shtab-pyc*: Compressing data... >>> py3-shtab-pyc*: Create checksum... >>> py3-shtab-pyc*: Create py3-shtab-pyc-1.6.1-r0.apk >>> py3-shtab*: Tracing dependencies... python3 python3~3.11 >>> py3-shtab*: Package size: 108.0 KB >>> py3-shtab*: Compressing data... >>> py3-shtab*: Create checksum... >>> py3-shtab*: Create py3-shtab-1.6.1-r0.apk >>> py3-shtab: Build complete at Mon, 08 May 2023 22:01:10 +0000 elapsed time 0h 0m 4s >>> py3-shtab: Cleaning up srcdir >>> py3-shtab: Cleaning up pkgdir >>> py3-shtab: Uninstalling dependencies... (1/40) Purging .makedepends-py3-shtab (20230508.220107) (2/40) Purging py3-setuptools_scm-pyc (7.1.0-r1) (3/40) Purging py3-setuptools_scm (7.1.0-r1) (4/40) Purging py3-setuptools-pyc (67.7.2-r0) (5/40) Purging py3-setuptools (67.7.2-r0) (6/40) Purging py3-typing-extensions-pyc (4.5.0-r1) (7/40) Purging py3-typing-extensions (4.5.0-r1) (8/40) Purging py3-wheel-pyc (0.40.0-r1) (9/40) Purging py3-wheel (0.40.0-r1) (10/40) Purging py3-pytest-cov-pyc (4.0.0-r2) (11/40) Purging py3-pytest-cov (4.0.0-r2) (12/40) Purging py3-coverage-pyc (6.5.0-r4) (13/40) Purging py3-coverage (6.5.0-r4) (14/40) Purging py3-pytest-timeout-pyc (2.1.0-r2) (15/40) Purging py3-pytest-timeout (2.1.0-r2) (16/40) Purging py3-pytest-pyc (7.3.1-r1) (17/40) Purging py3-pytest (7.3.1-r1) (18/40) Purging py3-iniconfig-pyc (1.1.1-r6) (19/40) Purging py3-iniconfig (1.1.1-r6) (20/40) Purging py3-packaging-pyc (23.1-r1) (21/40) Purging py3-packaging (23.1-r1) (22/40) Purging py3-parsing-pyc (3.0.9-r2) (23/40) Purging py3-parsing (3.0.9-r2) (24/40) Purging py3-pluggy-pyc (1.0.0-r3) (25/40) Purging py3-pluggy (1.0.0-r3) (26/40) Purging py3-py-pyc (1.11.0-r2) (27/40) Purging py3-py (1.11.0-r2) (28/40) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (29/40) Purging python3-pyc (3.11.3-r10) (30/40) Purging python3-pycache-pyc0 (3.11.3-r10) (31/40) Purging pyc (0.1-r0) (32/40) Purging python3 (3.11.3-r10) (33/40) Purging gdbm (1.23-r1) (34/40) Purging libbz2 (1.0.8-r5) (35/40) Purging libffi (3.4.4-r2) (36/40) Purging libpanelw (6.4_p20230506-r0) (37/40) Purging mpdecimal (2.5.1-r2) (38/40) Purging readline (8.2.1-r1) (39/40) Purging sqlite-libs (3.41.2-r2) (40/40) Purging xz-libs (5.4.3-r0) Executing busybox-1.36.0-r9.trigger OK: 326 MiB in 100 packages >>> py3-shtab: Updating the testing/armhf repository index... >>> py3-shtab: Signing the index...