>>> py3-shtab: Building testing/py3-shtab 1.5.8-r1 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 12:04: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/39) Installing libbz2 (1.0.8-r5) (2/39) Installing libffi (3.4.4-r2) (3/39) Installing gdbm (1.23-r1) (4/39) Installing xz-libs (5.4.2-r1) (5/39) Installing mpdecimal (2.5.1-r2) (6/39) Installing libpanelw (6.4_p20230401-r6) (7/39) Installing readline (8.2.1-r1) (8/39) Installing sqlite-libs (3.41.2-r2) (9/39) Installing python3 (3.11.3-r10) (10/39) Installing python3-pycache-pyc0 (3.11.3-r10) (11/39) Installing pyc (0.1-r0) (12/39) Installing python3-pyc (3.11.3-r10) (13/39) Installing py3-parsing (3.0.9-r2) (14/39) Installing py3-parsing-pyc (3.0.9-r2) (15/39) Installing py3-packaging (23.1-r1) (16/39) Installing py3-packaging-pyc (23.1-r1) (17/39) Installing py3-setuptools (67.7.2-r0) (18/39) Installing py3-setuptools-pyc (67.7.2-r0) (19/39) Installing py3-typing-extensions (4.5.0-r1) (20/39) Installing py3-typing-extensions-pyc (4.5.0-r1) (21/39) Installing py3-setuptools_scm (7.1.0-r0) (22/39) Installing py3-wheel (0.40.0-r1) (23/39) Installing py3-wheel-pyc (0.40.0-r1) (24/39) Installing py3-iniconfig (1.1.1-r6) (25/39) Installing py3-iniconfig-pyc (1.1.1-r6) (26/39) Installing py3-pluggy (1.0.0-r3) (27/39) Installing py3-pluggy-pyc (1.0.0-r3) (28/39) Installing py3-py (1.11.0-r2) (29/39) Installing py3-py-pyc (1.11.0-r2) (30/39) Installing py3-pytest (7.3.1-r1) (31/39) Installing py3-pytest-pyc (7.3.1-r1) (32/39) Installing py3-coverage (6.5.0-r4) (33/39) Installing py3-coverage-pyc (6.5.0-r4) (34/39) Installing py3-pytest-cov (4.0.0-r2) (35/39) Installing py3-pytest-cov-pyc (4.0.0-r2) (36/39) Installing py3-pytest-timeout (2.1.0-r2) (37/39) Installing py3-pytest-timeout-pyc (2.1.0-r2) (38/39) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (39/39) Installing .makedepends-py3-shtab (20230426.120407) Executing busybox-1.36.0-r8.trigger OK: 356 MiB in 137 packages >>> py3-shtab: Cleaning up srcdir >>> py3-shtab: Cleaning up pkgdir >>> py3-shtab: Fetching https://distfiles.alpinelinux.org/distfiles/edge/shtab-1.5.8.tar.gz >>> py3-shtab: Fetching https://distfiles.alpinelinux.org/distfiles/edge/shtab-1.5.8.tar.gz >>> py3-shtab: Checking sha512sums... shtab-1.5.8.tar.gz: OK >>> py3-shtab: Unpacking /var/cache/distfiles/shtab-1.5.8.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/main.py -> build/lib/shtab copying shtab/__main__.py -> build/lib/shtab copying shtab/_dist_ver.py -> build/lib/shtab copying shtab/__init__.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.5.8 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 44 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 [ 9%] tests/test_shtab.py::test_main[bash] PASSED [ 11%] tests/test_shtab.py::test_main[zsh] PASSED [ 13%] tests/test_shtab.py::test_main[tcsh] PASSED [ 15%] tests/test_shtab.py::test_prog_override[bash] PASSED [ 18%] tests/test_shtab.py::test_prog_override[zsh] PASSED [ 20%] tests/test_shtab.py::test_prog_override[tcsh] PASSED [ 22%] tests/test_shtab.py::test_prog_scripts[bash] PASSED [ 25%] tests/test_shtab.py::test_prog_scripts[zsh] PASSED [ 27%] tests/test_shtab.py::test_prog_scripts[tcsh] PASSED [ 29%] tests/test_shtab.py::test_prefix_override[bash] PASSED [ 31%] tests/test_shtab.py::test_prefix_override[zsh] PASSED [ 34%] tests/test_shtab.py::test_prefix_override[tcsh] PASSED [ 36%] tests/test_shtab.py::test_complete[bash] PASSED [ 38%] tests/test_shtab.py::test_complete[zsh] PASSED [ 40%] tests/test_shtab.py::test_complete[tcsh] PASSED [ 43%] tests/test_shtab.py::test_positional_choices[bash] PASSED [ 45%] tests/test_shtab.py::test_positional_choices[zsh] PASSED [ 47%] tests/test_shtab.py::test_positional_choices[tcsh] PASSED [ 50%] tests/test_shtab.py::test_custom_complete[bash] PASSED [ 52%] tests/test_shtab.py::test_custom_complete[zsh] PASSED [ 54%] tests/test_shtab.py::test_custom_complete[tcsh] PASSED [ 56%] tests/test_shtab.py::test_subparser_custom_complete[bash] PASSED [ 59%] tests/test_shtab.py::test_subparser_custom_complete[zsh] PASSED [ 61%] tests/test_shtab.py::test_subparser_custom_complete[tcsh] PASSED [ 63%] tests/test_shtab.py::test_subparser_aliases[bash] PASSED [ 65%] tests/test_shtab.py::test_subparser_aliases[zsh] PASSED [ 68%] tests/test_shtab.py::test_subparser_aliases[tcsh] PASSED [ 70%] tests/test_shtab.py::test_subparser_colons[bash] PASSED [ 72%] tests/test_shtab.py::test_subparser_colons[zsh] PASSED [ 75%] tests/test_shtab.py::test_subparser_colons[tcsh] PASSED [ 77%] tests/test_shtab.py::test_add_argument_to_optional[bash] PASSED [ 79%] tests/test_shtab.py::test_add_argument_to_optional[zsh] PASSED [ 81%] tests/test_shtab.py::test_add_argument_to_optional[tcsh] PASSED [ 84%] tests/test_shtab.py::test_add_argument_to_positional[bash] PASSED [ 86%] tests/test_shtab.py::test_add_argument_to_positional[zsh] PASSED [ 88%] tests/test_shtab.py::test_add_argument_to_positional[tcsh] PASSED [ 90%] 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 293 23 92% 31-37, 101, 112, 160, 188, 204-205, 230, 253, 258, 269-270, 472, 530-531, 670, 683, 733 shtab/__main__.py 7 7 0% 1-10 shtab/_dist_ver.py 1 0 100% shtab/main.py 40 5 88% 46-50 -------------------------------------------------- TOTAL 341 35 90% Coverage XML written to file coverage.xml ============================== slowest durations =============================== 0.04s call tests/test_shtab.py::test_subparser_aliases[bash] 0.02s call tests/test_shtab.py::test_add_argument_to_positional[bash] 0.02s call tests/test_shtab.py::test_subparser_custom_complete[bash] 0.01s call tests/test_shtab.py::test_subparser_colons[bash] 0.01s call tests/test_shtab.py::test_prefix_override[bash] 0.01s call tests/test_shtab.py::test_positional_choices[bash] 0.01s call tests/test_shtab.py::test_add_argument_to_optional[bash] 0.01s call tests/test_shtab.py::test_complete[bash] (124 durations < 0.005s hidden. Use -vv to show these durations.) ============================== 44 passed in 0.60s ============================== >>> 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/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/_dist_ver.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/__init__.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/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 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 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 requirements to shtab.egg-info/requires.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.5.8-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.5.8-r1.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.5.8-r1.apk >>> py3-shtab*: Tracing dependencies... python3 python3~3.11 >>> py3-shtab*: Package size: 112.0 KB >>> py3-shtab*: Compressing data... >>> py3-shtab*: Create checksum... >>> py3-shtab*: Create py3-shtab-1.5.8-r1.apk >>> py3-shtab: Build complete at Wed, 26 Apr 2023 12:04:13 +0000 elapsed time 0h 0m 7s >>> py3-shtab: Cleaning up srcdir >>> py3-shtab: Cleaning up pkgdir >>> py3-shtab: Uninstalling dependencies... (1/39) Purging .makedepends-py3-shtab (20230426.120407) (2/39) Purging py3-setuptools_scm (7.1.0-r0) (3/39) Purging py3-setuptools-pyc (67.7.2-r0) (4/39) Purging py3-setuptools (67.7.2-r0) (5/39) Purging py3-typing-extensions-pyc (4.5.0-r1) (6/39) Purging py3-typing-extensions (4.5.0-r1) (7/39) Purging py3-wheel-pyc (0.40.0-r1) (8/39) Purging py3-wheel (0.40.0-r1) (9/39) Purging py3-pytest-cov-pyc (4.0.0-r2) (10/39) Purging py3-pytest-cov (4.0.0-r2) (11/39) Purging py3-coverage-pyc (6.5.0-r4) (12/39) Purging py3-coverage (6.5.0-r4) (13/39) Purging py3-pytest-timeout-pyc (2.1.0-r2) (14/39) Purging py3-pytest-timeout (2.1.0-r2) (15/39) Purging py3-pytest-pyc (7.3.1-r1) (16/39) Purging py3-pytest (7.3.1-r1) (17/39) Purging py3-iniconfig-pyc (1.1.1-r6) (18/39) Purging py3-iniconfig (1.1.1-r6) (19/39) Purging py3-packaging-pyc (23.1-r1) (20/39) Purging py3-packaging (23.1-r1) (21/39) Purging py3-parsing-pyc (3.0.9-r2) (22/39) Purging py3-parsing (3.0.9-r2) (23/39) Purging py3-pluggy-pyc (1.0.0-r3) (24/39) Purging py3-pluggy (1.0.0-r3) (25/39) Purging py3-py-pyc (1.11.0-r2) (26/39) Purging py3-py (1.11.0-r2) (27/39) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (28/39) Purging python3-pyc (3.11.3-r10) (29/39) Purging python3-pycache-pyc0 (3.11.3-r10) (30/39) Purging pyc (0.1-r0) (31/39) Purging python3 (3.11.3-r10) (32/39) Purging gdbm (1.23-r1) (33/39) Purging libbz2 (1.0.8-r5) (34/39) Purging libffi (3.4.4-r2) (35/39) Purging libpanelw (6.4_p20230401-r6) (36/39) Purging mpdecimal (2.5.1-r2) (37/39) Purging readline (8.2.1-r1) (38/39) Purging sqlite-libs (3.41.2-r2) (39/39) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 292 MiB in 98 packages >>> py3-shtab: Updating the testing/ppc64le repository index... >>> py3-shtab: Signing the index...