>>> py3-pydocstyle: Building community/py3-pydocstyle 5.1.1-r1 (using abuild 3.9.0_rc2-r1) started Wed, 20 Oct 2021 06:47:28 +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-setuptools py3-pytest py3-mock py3-six (1/27) Installing libbz2 (1.0.8-r1) (2/27) Installing libffi (3.4.2-r1) (3/27) Installing gdbm (1.20-r2) (4/27) Installing xz-libs (5.2.5-r0) (5/27) Installing mpdecimal (2.5.1-r1) (6/27) Installing readline (8.1.1-r0) (7/27) Installing sqlite-libs (3.36.0-r0) (8/27) Installing python3 (3.9.7-r3) (9/27) Installing py3-snowballstemmer (2.1.0-r1) (10/27) Installing py3-ordered-set (4.0.2-r2) (11/27) Installing py3-appdirs (1.4.4-r2) (12/27) Installing py3-parsing (2.4.7-r2) (13/27) Installing py3-six (1.16.0-r0) (14/27) Installing py3-packaging (20.9-r1) (15/27) Installing py3-setuptools (52.0.0-r4) (16/27) Installing py3-atomicwrites (1.4.0-r1) (17/27) Installing py3-attrs (20.3.0-r1) (18/27) Installing py3-more-itertools (8.10.0-r0) (19/27) Installing py3-iniconfig (1.1.1-r1) (20/27) Installing py3-pluggy (0.13.1-r4) (21/27) Installing py3-py (1.10.0-r1) (22/27) Installing py3-wcwidth (0.2.5-r1) (23/27) Installing py3-toml (0.10.2-r2) (24/27) Installing py3-pytest (6.2.5-r0) (25/27) Installing py3-pbr (5.6.0-r0) (26/27) Installing py3-mock (4.0.3-r1) (27/27) Installing .makedepends-py3-pydocstyle (20211020.064735) Executing busybox-1.34.1-r1.trigger OK: 374 MiB in 116 packages >>> py3-pydocstyle: Cleaning up srcdir >>> py3-pydocstyle: Cleaning up pkgdir >>> py3-pydocstyle: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pydocstyle-5.1.1.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 curl: (22) The requested URL returned error: 404 >>> py3-pydocstyle: Fetching pydocstyle-5.1.1.tar.gz::https://github.com/PyCQA/pydocstyle/archive/5.1.1.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 123 100 123 0 0 630 0 --:--:-- --:--:-- --:--:-- 630 100 70759 0 70759 0 0 156k 0 --:--:-- --:--:-- --:--:-- 156k >>> py3-pydocstyle: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pydocstyle-5.1.1.tar.gz >>> py3-pydocstyle: Checking sha512sums... pydocstyle-5.1.1.tar.gz: OK >>> py3-pydocstyle: Unpacking /var/cache/distfiles/v3.15/pydocstyle-5.1.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pydocstyle copying src/pydocstyle/cli.py -> build/lib/pydocstyle copying src/pydocstyle/utils.py -> build/lib/pydocstyle copying src/pydocstyle/violations.py -> build/lib/pydocstyle copying src/pydocstyle/wordlists.py -> build/lib/pydocstyle copying src/pydocstyle/checker.py -> build/lib/pydocstyle copying src/pydocstyle/__init__.py -> build/lib/pydocstyle copying src/pydocstyle/__main__.py -> build/lib/pydocstyle copying src/pydocstyle/parser.py -> build/lib/pydocstyle copying src/pydocstyle/config.py -> build/lib/pydocstyle creating build/lib/pydocstyle/data copying src/pydocstyle/data/imperatives.txt -> build/lib/pydocstyle/data copying src/pydocstyle/data/imperatives_blacklist.txt -> build/lib/pydocstyle/data ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pydocstyle/src/pydocstyle-5.1.1, configfile: tox.ini collecting ... collected 149 items / 44 deselected / 105 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 [ 13%] src/tests/parser_test.py::test_matrix_multiplication_with_decorators[code0] PASSED [ 14%] src/tests/parser_test.py::test_matrix_multiplication_with_decorators[code1] PASSED [ 15%] src/tests/parser_test.py::test_matrix_multiplication_with_decorators[code2] PASSED [ 16%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path0] PASSED [ 17%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path1] PASSED [ 18%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path2] PASSED [ 19%] src/tests/parser_test.py::test_module_publicity_with_public_path[public_path3] PASSED [ 20%] 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 [ 26%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path5] PASSED [ 27%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path6] PASSED [ 28%] src/tests/parser_test.py::test_module_publicity_with_private_paths[private_path7] PASSED [ 29%] src/tests/parser_test.py::test_module_publicity_with_different_sys_path[/-False] PASSED [ 30%] src/tests/parser_test.py::test_module_publicity_with_different_sys_path[_foo/-True] PASSED [ 31%] src/tests/parser_test.py::test_complex_module PASSED [ 32%] src/tests/parser_test.py::test_dunder_all[code0] PASSED [ 33%] src/tests/parser_test.py::test_dunder_all[code1] PASSED [ 34%] src/tests/parser_test.py::test_dunder_all[code2] PASSED [ 35%] src/tests/parser_test.py::test_dunder_all[code3] PASSED [ 36%] src/tests/parser_test.py::test_dunder_all[code4] PASSED [ 37%] src/tests/parser_test.py::test_dunder_all[code5] PASSED [ 38%] src/tests/parser_test.py::test_dunder_all[code6] PASSED [ 39%] src/tests/parser_test.py::test_dunder_all[code7] PASSED [ 40%] src/tests/parser_test.py::test_dunder_all[code8] PASSED [ 40%] src/tests/parser_test.py::test_dunder_all[code9] PASSED [ 41%] src/tests/parser_test.py::test_dunder_all[code10] PASSED [ 42%] src/tests/parser_test.py::test_single_value_dunder_all PASSED [ 43%] src/tests/parser_test.py::test_indeterminable_dunder_all[code0] PASSED [ 44%] src/tests/parser_test.py::test_indeterminable_dunder_all[code1] PASSED [ 45%] src/tests/parser_test.py::test_indeterminable_dunder_all[code2] PASSED [ 46%] src/tests/parser_test.py::test_indeterminable_dunder_all[code3] PASSED [ 47%] src/tests/parser_test.py::test_indeterminable_dunder_all[code4] PASSED [ 48%] src/tests/parser_test.py::test_indeterminable_dunder_all[code5] PASSED [ 49%] src/tests/parser_test.py::test_indeterminable_dunder_all[code6] PASSED [ 50%] src/tests/parser_test.py::test_future_import[code0] PASSED [ 51%] src/tests/parser_test.py::test_future_import[code1] PASSED [ 52%] src/tests/parser_test.py::test_future_import[code2] PASSED [ 53%] src/tests/parser_test.py::test_future_import[code3] PASSED [ 54%] src/tests/parser_test.py::test_future_import[code4] PASSED [ 55%] src/tests/parser_test.py::test_future_import[code5] PASSED [ 56%] src/tests/parser_test.py::test_future_import[code6] PASSED [ 57%] src/tests/parser_test.py::test_noqa_function PASSED [ 58%] src/tests/parser_test.py::test_invalid_syntax[code0] PASSED [ 59%] src/tests/parser_test.py::test_invalid_syntax[code1] PASSED [ 60%] src/tests/parser_test.py::test_invalid_syntax[code2] PASSED [ 60%] src/tests/parser_test.py::test_parsing_function_decorators[code0] PASSED [ 61%] src/tests/parser_test.py::test_parsing_function_decorators[code1] PASSED [ 62%] src/tests/parser_test.py::test_parsing_function_decorators[code2] PASSED [ 63%] src/tests/parser_test.py::test_parsing_function_decorators[code3] PASSED [ 64%] src/tests/parser_test.py::test_parsing_function_decorators[code4] 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 [ 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 [ 80%] src/tests/test_definitions.py::test_complex_file[test] PASSED [ 81%] src/tests/test_definitions.py::test_complex_file[unicode_literals] PASSED [ 82%] src/tests/test_definitions.py::test_complex_file[nested_class] PASSED [ 83%] src/tests/test_definitions.py::test_complex_file[capitalization] PASSED [ 84%] src/tests/test_definitions.py::test_complex_file[comment_after_def_bug] PASSED [ 85%] src/tests/test_definitions.py::test_complex_file[multi_line_summary_start] PASSED [ 86%] 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%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.9/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.9/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: pep8ignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") src/tests/test_integration.py:106 /home/buildozer/aports/community/py3-pydocstyle/src/pydocstyle-5.1.1/src/tests/test_integration.py:106: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(scope="module") src/tests/test_integration.py:119 /home/buildozer/aports/community/py3-pydocstyle/src/pydocstyle-5.1.1/src/tests/test_integration.py:119: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(scope="function") src/tests/parser_test.py: 144 warnings /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html =============== 105 passed, 44 deselected, 147 warnings in 1.54s =============== >>> py3-pydocstyle: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-pydocstyle/pkg creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/cli.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/utils.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/violations.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/wordlists.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/checker.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/parser.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/__init__.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/violations.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/config.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/wordlists.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/checker.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__pycache__/utils.cpython-39.pyc -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__pycache__ copying build/lib/pydocstyle/__init__.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/__main__.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle creating /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/data copying build/lib/pydocstyle/data/imperatives.txt -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/data copying build/lib/pydocstyle/data/imperatives_blacklist.txt -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/data copying build/lib/pydocstyle/parser.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle copying build/lib/pydocstyle/config.py -> /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle byte-compiling /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/cli.py to cli.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle/__main__.py to __main__.cpython-39.pyc running install_egg_info running egg_info creating src/pydocstyle.egg-info writing src/pydocstyle.egg-info/PKG-INFO writing dependency_links to src/pydocstyle.egg-info/dependency_links.txt writing entry points to src/pydocstyle.egg-info/entry_points.txt writing requirements to src/pydocstyle.egg-info/requires.txt writing top-level names to src/pydocstyle.egg-info/top_level.txt writing manifest file 'src/pydocstyle.egg-info/SOURCES.txt' reading manifest file 'src/pydocstyle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/pydocstyle.egg-info/SOURCES.txt' Copying src/pydocstyle.egg-info to /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/lib/python3.9/site-packages/pydocstyle-5.1.1-py3.9.egg-info running install_scripts Installing pydocstyle script to /home/buildozer/aports/community/py3-pydocstyle/pkg/py3-pydocstyle/usr/bin >>> py3-pydocstyle*: Running postcheck for py3-pydocstyle >>> py3-pydocstyle*: Preparing package py3-pydocstyle... >>> py3-pydocstyle*: Tracing dependencies... >>> py3-pydocstyle*: Package size: 320.0 KB >>> py3-pydocstyle*: Compressing data... >>> py3-pydocstyle*: Create checksum... >>> py3-pydocstyle*: Create py3-pydocstyle-5.1.1-r1.apk >>> py3-pydocstyle: Build complete at Wed, 20 Oct 2021 06:47:40 +0000 elapsed time 0h 0m 12s >>> py3-pydocstyle: Cleaning up srcdir >>> py3-pydocstyle: Cleaning up pkgdir >>> py3-pydocstyle: Uninstalling dependencies... (1/27) Purging .makedepends-py3-pydocstyle (20211020.064735) (2/27) Purging py3-snowballstemmer (2.1.0-r1) (3/27) Purging py3-setuptools (52.0.0-r4) (4/27) Purging py3-ordered-set (4.0.2-r2) (5/27) Purging py3-appdirs (1.4.4-r2) (6/27) Purging py3-pytest (6.2.5-r0) (7/27) Purging py3-atomicwrites (1.4.0-r1) (8/27) Purging py3-attrs (20.3.0-r1) (9/27) Purging py3-more-itertools (8.10.0-r0) (10/27) Purging py3-iniconfig (1.1.1-r1) (11/27) Purging py3-pluggy (0.13.1-r4) (12/27) Purging py3-py (1.10.0-r1) (13/27) Purging py3-wcwidth (0.2.5-r1) (14/27) Purging py3-packaging (20.9-r1) (15/27) Purging py3-parsing (2.4.7-r2) (16/27) Purging py3-toml (0.10.2-r2) (17/27) Purging py3-mock (4.0.3-r1) (18/27) Purging py3-pbr (5.6.0-r0) (19/27) Purging py3-six (1.16.0-r0) (20/27) Purging python3 (3.9.7-r3) (21/27) Purging libbz2 (1.0.8-r1) (22/27) Purging libffi (3.4.2-r1) (23/27) Purging gdbm (1.20-r2) (24/27) Purging xz-libs (5.2.5-r0) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.1-r0) (27/27) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-pydocstyle: Updating the community/x86 repository index... >>> py3-pydocstyle: Signing the index...