>>> py3-pydocstyle: Building community/py3-pydocstyle 6.3.0-r0 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 03:45:10 +0000 >>> py3-pydocstyle: Checking sanity of /home/buildozer/aports/community/py3-pydocstyle/APKBUILD... >>> py3-pydocstyle: Analyzing dependencies... >>> py3-pydocstyle: Installing for build: build-base python3 py3-snowballstemmer py3-gpep517 py3-poetry-core py3-setuptools_scm py3-pytest py3-mock (1/49) Installing libbz2 (1.0.8-r5) (2/49) Installing libffi (3.4.4-r2) (3/49) Installing gdbm (1.23-r1) (4/49) Installing xz-libs (5.4.2-r1) (5/49) Installing mpdecimal (2.5.1-r2) (6/49) Installing libpanelw (6.4_p20230401-r4) (7/49) Installing readline (8.2.1-r1) (8/49) Installing sqlite-libs (3.41.2-r2) (9/49) Installing python3 (3.11.3-r10) (10/49) Installing python3-pycache-pyc0 (3.11.3-r10) (11/49) Installing pyc (0.1-r0) (12/49) Installing python3-pyc (3.11.3-r10) (13/49) Installing py3-snowballstemmer (2.2.0-r2) (14/49) Installing py3-snowballstemmer-pyc (2.2.0-r2) (15/49) Installing py3-installer (0.7.0-r1) (16/49) Installing py3-installer-pyc (0.7.0-r1) (17/49) Installing py3-gpep517 (13-r2) (18/49) Installing py3-gpep517-pyc (13-r2) (19/49) Installing py3-pyrsistent (0.19.3-r1) (20/49) Installing py3-pyrsistent-pyc (0.19.3-r1) (21/49) Installing py3-attrs (23.1.0-r1) (22/49) Installing py3-attrs-pyc (23.1.0-r1) (23/49) Installing py3-jsonschema (4.7.2-r4) (24/49) Installing py3-jsonschema-pyc (4.7.2-r4) (25/49) Installing py3-lark-parser (0.11.3-r3) (26/49) Installing py3-lark-parser-pyc (0.11.3-r3) (27/49) Installing py3-parsing (3.0.9-r2) (28/49) Installing py3-parsing-pyc (3.0.9-r2) (29/49) Installing py3-packaging (23.1-r1) (30/49) Installing py3-packaging-pyc (23.1-r1) (31/49) Installing py3-tomlkit (0.11.6-r2) (32/49) Installing py3-tomlkit-pyc (0.11.6-r2) (33/49) Installing py3-poetry-core (1.5.2-r0) (34/49) Installing py3-setuptools (67.7.0-r0) (35/49) Installing py3-setuptools-pyc (67.7.0-r0) (36/49) Installing py3-typing-extensions (4.5.0-r1) (37/49) Installing py3-typing-extensions-pyc (4.5.0-r1) (38/49) Installing py3-setuptools_scm (7.1.0-r0) (39/49) Installing py3-iniconfig (1.1.1-r6) (40/49) Installing py3-iniconfig-pyc (1.1.1-r6) (41/49) Installing py3-pluggy (1.0.0-r3) (42/49) Installing py3-pluggy-pyc (1.0.0-r3) (43/49) Installing py3-py (1.11.0-r2) (44/49) Installing py3-py-pyc (1.11.0-r2) (45/49) Installing py3-pytest (7.3.1-r1) (46/49) Installing py3-pytest-pyc (7.3.1-r1) (47/49) Installing py3-mock (5.0.2-r1) (48/49) Installing py3-mock-pyc (5.0.2-r1) (49/49) Installing .makedepends-py3-pydocstyle (20230421.034513) Executing busybox-1.36.0-r7.trigger OK: 387 MiB in 146 packages >>> py3-pydocstyle: Cleaning up srcdir >>> py3-pydocstyle: Cleaning up pkgdir >>> py3-pydocstyle: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pydocstyle-6.3.0.tar.gz >>> py3-pydocstyle: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-pydocstyle-6.3.0.tar.gz >>> py3-pydocstyle: Checking sha512sums... py3-pydocstyle-6.3.0.tar.gz: OK >>> py3-pydocstyle: Unpacking /var/cache/distfiles/v3.18/py3-pydocstyle-6.3.0.tar.gz... 2023-04-21 03:45:14,580 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2023-04-21 03:45:14,711 poetry.core.masonry.builders.wheel INFO Building wheel 2023-04-21 03:45:14,723 poetry.core.masonry.builders.wheel INFO Built pydocstyle-6.3.0-py3-none-any.whl 2023-04-21 03:45:14,723 gpep517 INFO The backend produced dist/pydocstyle-6.3.0-py3-none-any.whl pydocstyle-6.3.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /home/buildozer/aports/community/py3-pydocstyle/src/pydocstyle-6.3.0/testenv/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pydocstyle/src/pydocstyle-6.3.0 configfile: pyproject.toml collecting ... collected 214 items / 106 deselected / 108 selected src/tests/parser_test.py::test_function PASSED [ 0%] src/tests/parser_test.py::test_simple_fstring PASSED [ 1%] src/tests/parser_test.py::test_fstring_with_args PASSED [ 2%] src/tests/parser_test.py::test_decorated_function PASSED [ 3%] src/tests/parser_test.py::test_nested_function PASSED [ 4%] src/tests/parser_test.py::test_conditional_nested_function PASSED [ 5%] src/tests/parser_test.py::test_doubly_nested_function PASSED [ 6%] src/tests/parser_test.py::test_class PASSED [ 7%] src/tests/parser_test.py::test_public_method PASSED [ 8%] src/tests/parser_test.py::test_private_method PASSED [ 9%] src/tests/parser_test.py::test_magic_method PASSED [ 10%] src/tests/parser_test.py::test_nested_class PASSED [ 11%] src/tests/parser_test.py::test_raise_from PASSED [ 12%] src/tests/parser_test.py::test_simple_matrix_multiplication PASSED [ 12%] src/tests/parser_test.py::test_matrix_multiplication_with_decorators[code0] PASSED [ 13%] src/tests/parser_test.py::test_matrix_multiplication_with_decorators[code1] PASSED [ 14%] src/tests/parser_test.py::test_matrix_multiplication_with_decorators[code2] PASSED [ 15%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path0] PASSED [ 16%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path1] PASSED [ 17%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path2] PASSED [ 18%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path3] PASSED [ 19%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path4] PASSED [ 20%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path5] PASSED [ 21%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path0] PASSED [ 22%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path1] PASSED [ 23%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path2] PASSED [ 24%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path3] PASSED [ 25%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path4] PASSED [ 25%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path5] PASSED [ 26%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path6] PASSED [ 27%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path7] PASSED [ 28%] src/tests/parser_test.py::test_module_publicity_with_different_sys_path[/-False] PASSED [ 29%] src/tests/parser_test.py::test_module_publicity_with_different_sys_path[_foo/-True] PASSED [ 30%] src/tests/parser_test.py::test_complex_module PASSED [ 31%] src/tests/parser_test.py::test_dunder_all[code0] PASSED [ 32%] src/tests/parser_test.py::test_dunder_all[code1] PASSED [ 33%] src/tests/parser_test.py::test_dunder_all[code2] PASSED [ 34%] src/tests/parser_test.py::test_dunder_all[code3] PASSED [ 35%] src/tests/parser_test.py::test_dunder_all[code4] PASSED [ 36%] src/tests/parser_test.py::test_dunder_all[code5] PASSED [ 37%] src/tests/parser_test.py::test_dunder_all[code6] PASSED [ 37%] src/tests/parser_test.py::test_dunder_all[code7] PASSED [ 38%] src/tests/parser_test.py::test_dunder_all[code8] PASSED [ 39%] src/tests/parser_test.py::test_dunder_all[code9] PASSED [ 40%] src/tests/parser_test.py::test_dunder_all[code10] PASSED [ 41%] src/tests/parser_test.py::test_single_value_dunder_all PASSED [ 42%] src/tests/parser_test.py::test_indeterminable_dunder_all[code0] PASSED [ 43%] src/tests/parser_test.py::test_indeterminable_dunder_all[code1] PASSED [ 44%] src/tests/parser_test.py::test_indeterminable_dunder_all[code2] PASSED [ 45%] src/tests/parser_test.py::test_indeterminable_dunder_all[code3] PASSED [ 46%] src/tests/parser_test.py::test_indeterminable_dunder_all[code4] PASSED [ 47%] src/tests/parser_test.py::test_indeterminable_dunder_all[code5] PASSED [ 48%] src/tests/parser_test.py::test_indeterminable_dunder_all[code6] PASSED [ 49%] src/tests/parser_test.py::test_future_import[code0] PASSED [ 50%] src/tests/parser_test.py::test_future_import[code1] PASSED [ 50%] src/tests/parser_test.py::test_future_import[code2] PASSED [ 51%] src/tests/parser_test.py::test_future_import[code3] PASSED [ 52%] src/tests/parser_test.py::test_future_import[code4] PASSED [ 53%] src/tests/parser_test.py::test_future_import[code5] PASSED [ 54%] src/tests/parser_test.py::test_future_import[code6] PASSED [ 55%] src/tests/parser_test.py::test_noqa_function PASSED [ 56%] src/tests/parser_test.py::test_invalid_syntax[code0] PASSED [ 57%] src/tests/parser_test.py::test_invalid_syntax[code1] PASSED [ 58%] src/tests/parser_test.py::test_invalid_syntax[code2] PASSED [ 59%] src/tests/parser_test.py::test_parsing_function_decorators[code0] PASSED [ 60%] src/tests/parser_test.py::test_parsing_function_decorators[code1] PASSED [ 61%] src/tests/parser_test.py::test_parsing_function_decorators[code2] PASSED [ 62%] src/tests/parser_test.py::test_parsing_function_decorators[code3] PASSED [ 62%] src/tests/parser_test.py::test_parsing_function_decorators[code4] PASSED [ 63%] src/tests/parser_test.py::test_parsing_function_decorators[code5] PASSED [ 64%] src/tests/parser_test.py::test_parsing_function_decorators[code6] PASSED [ 65%] src/tests/parser_test.py::test_parsing_method_decorators[code0] PASSED [ 66%] src/tests/parser_test.py::test_parsing_method_decorators[code1] PASSED [ 67%] src/tests/parser_test.py::test_parsing_method_decorators[code2] PASSED [ 68%] src/tests/parser_test.py::test_parsing_method_decorators[code3] PASSED [ 69%] src/tests/parser_test.py::test_parsing_method_decorators[code4] PASSED [ 70%] src/tests/test_decorators.py::TestParser::test_parse_class_single_decorator PASSED [ 71%] src/tests/test_decorators.py::TestParser::test_parse_class_decorators PASSED [ 72%] src/tests/test_decorators.py::TestParser::test_parse_class_nested_decorator PASSED [ 73%] src/tests/test_decorators.py::TestParser::test_parse_method_single_decorator PASSED [ 74%] src/tests/test_decorators.py::TestParser::test_parse_method_decorators PASSED [ 75%] src/tests/test_decorators.py::TestParser::test_parse_function_decorator PASSED [ 75%] src/tests/test_decorators.py::TestParser::test_parse_async_function_decorator PASSED [ 76%] src/tests/test_decorators.py::TestParser::test_parse_method_nested_decorator PASSED [ 77%] src/tests/test_decorators.py::TestMethod::test_is_public_normal PASSED [ 78%] src/tests/test_decorators.py::TestMethod::test_is_public_setter PASSED [ 79%] src/tests/test_decorators.py::TestMethod::test_is_public_deleter PASSED [ 80%] src/tests/test_decorators.py::TestMethod::test_is_public_trick PASSED [ 81%] src/tests/test_definitions.py::test_complex_file[test] PASSED [ 82%] src/tests/test_definitions.py::test_complex_file[unicode_literals] PASSED [ 83%] src/tests/test_definitions.py::test_complex_file[nested_class] PASSED [ 84%] src/tests/test_definitions.py::test_complex_file[capitalization] PASSED [ 85%] src/tests/test_definitions.py::test_complex_file[comment_after_def_bug] PASSED [ 86%] src/tests/test_definitions.py::test_complex_file[multi_line_summary_start] PASSED [ 87%] src/tests/test_definitions.py::test_complex_file[all_import] PASSED [ 87%] src/tests/test_definitions.py::test_complex_file[all_import_as] PASSED [ 88%] src/tests/test_definitions.py::test_complex_file[superfluous_quotes] PASSED [ 89%] src/tests/test_definitions.py::test_complex_file[noqa] PASSED [ 90%] src/tests/test_definitions.py::test_complex_file[sections] PASSED [ 91%] src/tests/test_definitions.py::test_complex_file[functions] PASSED [ 92%] src/tests/test_definitions.py::test_complex_file[canonical_google_examples] PASSED [ 93%] src/tests/test_definitions.py::test_complex_file[canonical_numpy_examples] PASSED [ 94%] src/tests/test_definitions.py::test_complex_file[canonical_pep257_examples] PASSED [ 95%] src/tests/test_utils.py::test_common_prefix PASSED [ 96%] src/tests/test_utils.py::test_no_common_prefix PASSED [ 97%] src/tests/test_utils.py::test_differ_length PASSED [ 98%] src/tests/test_utils.py::test_empty_string PASSED [ 99%] src/tests/test_utils.py::test_strip_non_alphanumeric PASSED [100%] ===================== 108 passed, 106 deselected in 0.62s ====================== >>> py3-pydocstyle: Entering fakeroot... >>> py3-pydocstyle*: Running postcheck for py3-pydocstyle >>> WARNING: py3-pydocstyle*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pydocstyle*: Preparing package py3-pydocstyle... >>> py3-pydocstyle*: Tracing dependencies... python3 py3-snowballstemmer python3~3.11 >>> py3-pydocstyle*: Package size: 404.0 KB >>> py3-pydocstyle*: Compressing data... >>> py3-pydocstyle*: Create checksum... >>> py3-pydocstyle*: Create py3-pydocstyle-6.3.0-r0.apk >>> py3-pydocstyle: Build complete at Fri, 21 Apr 2023 03:45:16 +0000 elapsed time 0h 0m 6s >>> py3-pydocstyle: Cleaning up srcdir >>> py3-pydocstyle: Cleaning up pkgdir >>> py3-pydocstyle: Uninstalling dependencies... (1/49) Purging .makedepends-py3-pydocstyle (20230421.034513) (2/49) Purging py3-snowballstemmer-pyc (2.2.0-r2) (3/49) Purging py3-snowballstemmer (2.2.0-r2) (4/49) Purging py3-gpep517-pyc (13-r2) (5/49) Purging py3-gpep517 (13-r2) (6/49) Purging py3-installer-pyc (0.7.0-r1) (7/49) Purging py3-installer (0.7.0-r1) (8/49) Purging py3-poetry-core (1.5.2-r0) (9/49) Purging py3-jsonschema-pyc (4.7.2-r4) (10/49) Purging py3-jsonschema (4.7.2-r4) (11/49) Purging py3-pyrsistent-pyc (0.19.3-r1) (12/49) Purging py3-pyrsistent (0.19.3-r1) (13/49) Purging py3-attrs-pyc (23.1.0-r1) (14/49) Purging py3-attrs (23.1.0-r1) (15/49) Purging py3-lark-parser-pyc (0.11.3-r3) (16/49) Purging py3-lark-parser (0.11.3-r3) (17/49) Purging py3-tomlkit-pyc (0.11.6-r2) (18/49) Purging py3-tomlkit (0.11.6-r2) (19/49) Purging py3-setuptools_scm (7.1.0-r0) (20/49) Purging py3-setuptools-pyc (67.7.0-r0) (21/49) Purging py3-setuptools (67.7.0-r0) (22/49) Purging py3-typing-extensions-pyc (4.5.0-r1) (23/49) Purging py3-typing-extensions (4.5.0-r1) (24/49) Purging py3-pytest-pyc (7.3.1-r1) (25/49) Purging py3-pytest (7.3.1-r1) (26/49) Purging py3-iniconfig-pyc (1.1.1-r6) (27/49) Purging py3-iniconfig (1.1.1-r6) (28/49) Purging py3-packaging-pyc (23.1-r1) (29/49) Purging py3-packaging (23.1-r1) (30/49) Purging py3-parsing-pyc (3.0.9-r2) (31/49) Purging py3-parsing (3.0.9-r2) (32/49) Purging py3-pluggy-pyc (1.0.0-r3) (33/49) Purging py3-pluggy (1.0.0-r3) (34/49) Purging py3-py-pyc (1.11.0-r2) (35/49) Purging py3-py (1.11.0-r2) (36/49) Purging py3-mock-pyc (5.0.2-r1) (37/49) Purging py3-mock (5.0.2-r1) (38/49) Purging python3-pyc (3.11.3-r10) (39/49) Purging python3-pycache-pyc0 (3.11.3-r10) (40/49) Purging pyc (0.1-r0) (41/49) Purging python3 (3.11.3-r10) (42/49) Purging gdbm (1.23-r1) (43/49) Purging libbz2 (1.0.8-r5) (44/49) Purging libffi (3.4.4-r2) (45/49) Purging libpanelw (6.4_p20230401-r4) (46/49) Purging mpdecimal (2.5.1-r2) (47/49) Purging readline (8.2.1-r1) (48/49) Purging sqlite-libs (3.41.2-r2) (49/49) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages >>> py3-pydocstyle: Updating the community/armhf repository index... >>> py3-pydocstyle: Signing the index...