>>> py3-sphinx-argparse: Building testing/py3-sphinx-argparse 0.3.1-r1 (using abuild 3.9.0-r0) started Thu, 07 Apr 2022 23:54:16 +0000 >>> py3-sphinx-argparse: Checking sanity of /home/buildozer/aports/testing/py3-sphinx-argparse/APKBUILD... >>> py3-sphinx-argparse: Analyzing dependencies... >>> py3-sphinx-argparse: Installing for build: build-base python3 py3-sphinx py3-build py3-installer py3-poetry-core py3-wheel py3-pytest (1/53) Installing libffi (3.4.2-r1) (2/53) Installing gdbm (1.23-r0) (3/53) Installing mpdecimal (2.5.1-r1) (4/53) Installing readline (8.1.2-r0) (5/53) Installing sqlite-libs (3.37.2-r0) (6/53) Installing python3 (3.10.3-r0) (7/53) Installing py3-tz (2022.1-r0) (8/53) Installing py3-babel (2.9.1-r1) (9/53) Installing py3-docutils (0.16-r4) (10/53) Installing py3-imagesize (1.3.0-r0) (11/53) Installing py3-markupsafe (2.1.1-r0) (12/53) Installing py3-jinja2 (3.0.3-r0) (13/53) Installing py3-pygments (2.11.2-r0) (14/53) Installing py3-certifi (2021.10.8-r0) (15/53) Installing py3-charset-normalizer (2.0.10-r0) (16/53) Installing py3-idna (3.3-r2) (17/53) Installing py3-urllib3 (1.26.9-r0) (18/53) Installing py3-requests (2.27.1-r0) (19/53) Installing py3-appdirs (1.4.4-r3) (20/53) Installing py3-more-itertools (8.12.0-r2) (21/53) Installing py3-ordered-set (4.0.2-r3) (22/53) Installing py3-parsing (2.4.7-r3) (23/53) Installing py3-six (1.16.0-r1) (24/53) Installing py3-packaging (21.3-r0) (25/53) Installing py3-setuptools (59.4.0-r0) (26/53) Installing py3-snowballstemmer (2.1.0-r2) (27/53) Installing py3-alabaster (0.7.12-r5) (28/53) Installing py3-sphinxcontrib-applehelp (1.0.2-r2) (29/53) Installing py3-sphinxcontrib-devhelp (1.0.2-r2) (30/53) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r1) (31/53) Installing py3-sphinxcontrib-jsmath (1.0.1-r2) (32/53) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r1) (33/53) Installing py3-sphinxcontrib-qthelp (1.0.3-r2) (34/53) Installing py3-sphinx (4.3.0-r1) (35/53) Installing py3-tomli (2.0.1-r1) (36/53) Installing py3-pep517 (0.12.0-r1) (37/53) Installing py3-build (0.7.0-r2) (38/53) Installing py3-installer (0.5.1-r1) (39/53) Installing py3-pyrsistent (0.18.0-r1) (40/53) Installing py3-attrs (21.2.0-r1) (41/53) Installing py3-jsonschema (4.4.0-r1) (42/53) Installing py3-lark-parser (0.11.3-r1) (43/53) Installing py3-tomlkit (0.10.1-r0) (44/53) Installing py3-poetry-core (1.0.8-r1) (45/53) Installing py3-wheel (0.36.2-r3) (46/53) Installing py3-atomicwrites (1.4.0-r2) (47/53) Installing py3-iniconfig (1.1.1-r2) (48/53) Installing py3-pluggy (0.13.1-r5) (49/53) Installing py3-py (1.10.0-r2) (50/53) Installing py3-wcwidth (0.2.5-r2) (51/53) Installing py3-toml (0.10.2-r3) (52/53) Installing py3-pytest (6.2.5-r1) (53/53) Installing .makedepends-py3-sphinx-argparse (20220407.235417) Executing busybox-1.35.0-r8.trigger OK: 430 MiB in 151 packages >>> py3-sphinx-argparse: Cleaning up srcdir >>> py3-sphinx-argparse: Cleaning up pkgdir >>> py3-sphinx-argparse: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-argparse-0.3.1.tar.gz >>> py3-sphinx-argparse: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sphinx-argparse-0.3.1.tar.gz >>> py3-sphinx-argparse: Checking sha512sums... sphinx-argparse-0.3.1.tar.gz: OK fix-python3.10-tests.patch: OK >>> py3-sphinx-argparse: Unpacking /var/cache/distfiles/edge/sphinx-argparse-0.3.1.tar.gz... >>> py3-sphinx-argparse: fix-python3.10-tests.patch patching file sphinxarg/parser.py Hunk #1 succeeded at 167 (offset 13 lines). * Getting dependencies for wheel... * Building wheel... Successfully built sphinx_argparse-0.3.1-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-sphinx-argparse/src/sphinx-argparse-0.3.1 collecting ... collected 15 items test/test_parser.py::test_parse_options PASSED [ 6%] test/test_parser.py::test_parse_default PASSED [ 13%] test/test_parser.py::test_parse_arg_choices PASSED [ 20%] test/test_parser.py::test_parse_opt_choices PASSED [ 26%] test/test_parser.py::test_parse_default_skip_default PASSED [ 33%] test/test_parser.py::test_parse_positional PASSED [ 40%] test/test_parser.py::test_parse_description PASSED [ 46%] test/test_parser.py::test_parse_nested PASSED [ 53%] test/test_parser.py::test_parse_nested_with_alias PASSED [ 60%] test/test_parser.py::test_aliased_traversal PASSED [ 66%] test/test_parser.py::test_parse_nested_traversal PASSED [ 73%] test/test_parser.py::test_fill_in_default_prog PASSED [ 80%] test/test_parser.py::test_string_quoting PASSED [ 86%] test/test_parser.py::test_parse_groups PASSED [ 93%] test/test_parser.py::test_action_groups_with_subcommands PASSED [100%] ============================== 15 passed in 0.08s ============================== >>> py3-sphinx-argparse: Entering fakeroot... >>> py3-sphinx-argparse*: Running postcheck for py3-sphinx-argparse >>> py3-sphinx-argparse*: Preparing package py3-sphinx-argparse... >>> py3-sphinx-argparse*: Tracing dependencies... >>> py3-sphinx-argparse*: Package size: 152.0 KB >>> py3-sphinx-argparse*: Compressing data... >>> py3-sphinx-argparse*: Create checksum... >>> py3-sphinx-argparse*: Create py3-sphinx-argparse-0.3.1-r1.apk >>> py3-sphinx-argparse: Build complete at Thu, 07 Apr 2022 23:54:20 +0000 elapsed time 0h 0m 4s >>> py3-sphinx-argparse: Cleaning up srcdir >>> py3-sphinx-argparse: Cleaning up pkgdir >>> py3-sphinx-argparse: Uninstalling dependencies... (1/53) Purging .makedepends-py3-sphinx-argparse (20220407.235417) (2/53) Purging py3-sphinx (4.3.0-r1) (3/53) Purging py3-babel (2.9.1-r1) (4/53) Purging py3-tz (2022.1-r0) (5/53) Purging py3-docutils (0.16-r4) (6/53) Purging py3-imagesize (1.3.0-r0) (7/53) Purging py3-jinja2 (3.0.3-r0) (8/53) Purging py3-markupsafe (2.1.1-r0) (9/53) Purging py3-pygments (2.11.2-r0) (10/53) Purging py3-requests (2.27.1-r0) (11/53) Purging py3-certifi (2021.10.8-r0) (12/53) Purging py3-charset-normalizer (2.0.10-r0) (13/53) Purging py3-idna (3.3-r2) (14/53) Purging py3-urllib3 (1.26.9-r0) (15/53) Purging py3-setuptools (59.4.0-r0) (16/53) Purging py3-appdirs (1.4.4-r3) (17/53) Purging py3-ordered-set (4.0.2-r3) (18/53) Purging py3-snowballstemmer (2.1.0-r2) (19/53) Purging py3-alabaster (0.7.12-r5) (20/53) Purging py3-sphinxcontrib-applehelp (1.0.2-r2) (21/53) Purging py3-sphinxcontrib-devhelp (1.0.2-r2) (22/53) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r1) (23/53) Purging py3-sphinxcontrib-jsmath (1.0.1-r2) (24/53) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r1) (25/53) Purging py3-sphinxcontrib-qthelp (1.0.3-r2) (26/53) Purging py3-build (0.7.0-r2) (27/53) Purging py3-pep517 (0.12.0-r1) (28/53) Purging py3-tomli (2.0.1-r1) (29/53) Purging py3-installer (0.5.1-r1) (30/53) Purging py3-poetry-core (1.0.8-r1) (31/53) Purging py3-jsonschema (4.4.0-r1) (32/53) Purging py3-pyrsistent (0.18.0-r1) (33/53) Purging py3-lark-parser (0.11.3-r1) (34/53) Purging py3-tomlkit (0.10.1-r0) (35/53) Purging py3-wheel (0.36.2-r3) (36/53) Purging py3-pytest (6.2.5-r1) (37/53) Purging py3-atomicwrites (1.4.0-r2) (38/53) Purging py3-attrs (21.2.0-r1) (39/53) Purging py3-more-itertools (8.12.0-r2) (40/53) Purging py3-iniconfig (1.1.1-r2) (41/53) Purging py3-pluggy (0.13.1-r5) (42/53) Purging py3-py (1.10.0-r2) (43/53) Purging py3-wcwidth (0.2.5-r2) (44/53) Purging py3-packaging (21.3-r0) (45/53) Purging py3-parsing (2.4.7-r3) (46/53) Purging py3-six (1.16.0-r1) (47/53) Purging py3-toml (0.10.2-r3) (48/53) Purging python3 (3.10.3-r0) (49/53) Purging libffi (3.4.2-r1) (50/53) Purging gdbm (1.23-r0) (51/53) Purging mpdecimal (2.5.1-r1) (52/53) Purging readline (8.1.2-r0) (53/53) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r8.trigger OK: 300 MiB in 98 packages >>> py3-sphinx-argparse: Updating the testing/armhf repository index... >>> py3-sphinx-argparse: Signing the index...