>>> rstcheck: Building community/rstcheck 3.3.1-r9 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 17:01:25 +0000 >>> rstcheck: Checking sanity of /home/buildozer/aports/community/rstcheck/APKBUILD... >>> rstcheck: Analyzing dependencies... >>> rstcheck: Installing for build: build-base python3 py3-docutils py3-setuptools bash (1/22) Installing libbz2 (1.0.8-r5) (2/22) Installing libffi (3.4.4-r2) (3/22) Installing gdbm (1.23-r1) (4/22) Installing xz-libs (5.4.2-r1) (5/22) Installing mpdecimal (2.5.1-r2) (6/22) Installing libpanelw (6.4_p20230401-r5) (7/22) Installing readline (8.2.1-r1) (8/22) Installing sqlite-libs (3.41.2-r2) (9/22) Installing python3 (3.11.3-r10) (10/22) Installing python3-pycache-pyc0 (3.11.3-r10) (11/22) Installing pyc (0.1-r0) (12/22) Installing python3-pyc (3.11.3-r10) (13/22) Installing py3-docutils (0.19-r4) (14/22) Installing py3-docutils-pyc (0.19-r4) (15/22) Installing py3-parsing (3.0.9-r2) (16/22) Installing py3-parsing-pyc (3.0.9-r2) (17/22) Installing py3-packaging (23.1-r1) (18/22) Installing py3-packaging-pyc (23.1-r1) (19/22) Installing py3-setuptools (67.7.1-r0) (20/22) Installing py3-setuptools-pyc (67.7.1-r0) (21/22) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (22/22) Installing .makedepends-rstcheck (20230422.170126) Executing busybox-1.36.0-r7.trigger OK: 469 MiB in 121 packages >>> rstcheck: Cleaning up srcdir >>> rstcheck: Cleaning up pkgdir >>> rstcheck: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rstcheck-3.3.1.tar.gz >>> rstcheck: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rstcheck-3.3.1.tar.gz >>> rstcheck: Checking sha512sums... rstcheck-3.3.1.tar.gz: OK 01-python3-test-suite.patch: OK 02-Close-the-multiprocessing.pool-after-use.patch: OK >>> rstcheck: Unpacking /var/cache/distfiles/edge/rstcheck-3.3.1.tar.gz... >>> rstcheck: 01-python3-test-suite.patch patching file rstcheck.py patching file test.bash >>> rstcheck: 02-Close-the-multiprocessing.pool-after-use.patch patching file rstcheck.py Hunk #1 succeeded at 965 (offset -16 lines). running build running build_py creating build creating build/lib copying rstcheck.py -> build/lib ......................s... ---------------------------------------------------------------------- Ran 26 tests in 0.078s OK (skipped=1) + trap 'echo -e '\''\x1b[01;31mFailed\x1b[0m'\''' ERR + for name in examples/good/*.rst + ./rstcheck.py examples/good/bom.rst + for name in examples/good/*.rst + ./rstcheck.py examples/good/good.rst + for name in examples/good/*.rst + ./rstcheck.py examples/good/good_cpp_with_local_include.rst + for name in examples/good/*.rst + ./rstcheck.py examples/good/good_markdown.rst + for name in examples/good/*.rst + ./rstcheck.py examples/good/unicode.rst + for name in examples/good/*.rst + ./rstcheck.py examples/good/unknown.rst + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_bash.rst examples/bad/bad_bash.rst:7: (ERROR/3) (bash) syntax error: unexpected end of file + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_code.rst examples/bad/bad_code.rst:9: (ERROR/3) (python) '(' was never closed + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_cpp.rst examples/bad/bad_cpp.rst:9: (ERROR/3) (cpp) error: 'x' was not declared in this scope + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_markdown.rst examples/bad/bad_markdown.rst:5: (WARNING/2) (rst) Link is formatted in Markdown style. + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_python.rst examples/bad/bad_python.rst:7: (ERROR/3) (python) '(' was never closed + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_rst.rst examples/bad/bad_rst.rst:1: (SEVERE/4) Title overline & underline mismatch. + for name in examples/bad/*.rst + ./rstcheck.py examples/bad/bad_rst_in_rst.rst examples/bad/bad_rst_in_rst.rst:8: (ERROR/3) (rst) (INFO/1) Possible title underline, too short for the title. + ./rstcheck.py examples/good/bom.rst examples/good/good.rst examples/good/good_cpp_with_local_include.rst examples/good/good_markdown.rst examples/good/unicode.rst examples/good/unknown.rst + ./rstcheck.py --ignore-directives=my-directive --ignore-role=some-custom-thing examples/custom/good_with_custom.rst + ./rstcheck.py --ignore-language=cpp examples/bad/bad_cpp.rst + ./rstcheck.py - + ./rstcheck.py examples/bad/bad_cpp.rst examples/good/good.rst examples/bad/bad_cpp.rst:9: (ERROR/3) (cpp) error: 'x' was not declared in this scope + ./rstcheck.py - examples/good/good.rst usage: rstcheck [-h] [-r] [--report level] [--ignore-language language] [--ignore-messages messages] [--ignore-directives directives] [--ignore-substitutions substitutions] [--ignore-roles roles] [--debug] [--version] files [files ...] rstcheck: error: '-' for standard in can only be checked alone + ./rstcheck.py --report=none examples/bad/bad_rst.rst + ./rstcheck.py missing_file.rst [Errno 2] No such file or directory: 'missing_file.rst' + ./rstcheck.py --recursive examples/good + ./rstcheck.py --recursive examples/bad examples/bad/bad_markdown.rst:5: (WARNING/2) (rst) Link is formatted in Markdown style. examples/bad/bad_rst.rst:1: (SEVERE/4) Title overline & underline mismatch. examples/bad/bad_bash.rst:7: (ERROR/3) (bash) syntax error: unexpected end of file examples/bad/bad_python.rst:7: (ERROR/3) (python) '(' was never closed examples/bad/bad_rst_in_rst.rst:8: (ERROR/3) (rst) (INFO/1) Possible title underline, too short for the title. examples/bad/bad_cpp.rst:9: (ERROR/3) (cpp) error: 'x' was not declared in this scope examples/bad/bad_code.rst:9: (ERROR/3) (python) '(' was never closed + ./rstcheck.py examples/bad/bad_rst.rst --ignore-messages '(Title .verline & underline mismatch\.$)' + ./rstcheck.py examples/bad/bad_rst.rst --ignore-messages '(No match\.$)' examples/bad/bad_rst.rst:1: (SEVERE/4) Title overline & underline mismatch. + ./rstcheck.py examples/with_configuration/good.rst + ./rstcheck.py examples/with_configuration/bad.rst examples/with_configuration/bad.rst:1: (ERROR/3) Unknown directive type "my-custom-directive". + ./rstcheck.py examples/with_configuration/bad-2.rst + python3 -c 'import sys; sys.exit(0 if sys.version_info >= (3,) else 1)' + python3 -m doctest -v README.rst rstcheck.py Trying: import rstcheck Expecting nothing ok Trying: list(rstcheck.check('Example\n===')) Expecting: [(2, '(INFO/1) Possible title underline, too short for the title.')] ok 1 items passed all tests: 2 tests in README.rst 2 tests in 1 items. 2 passed and 0 failed. Test passed. Trying: list(find_ignored_languages(''' Example ======= .. rstcheck: ignore-language=cpp,json .. rstcheck: ignore-language=python ''')) Expecting: ['cpp', 'json', 'python'] ok 51 items had no tests: rstcheck rstcheck.CheckTranslator rstcheck.CheckTranslator.__init__ rstcheck.CheckTranslator._add_check rstcheck.CheckTranslator.unknown_departure rstcheck.CheckTranslator.unknown_visit rstcheck.CheckTranslator.visit_doctest_block rstcheck.CheckTranslator.visit_literal_block rstcheck.CheckTranslator.visit_paragraph rstcheck.CheckWriter rstcheck.CheckWriter.__init__ rstcheck.CheckWriter.translate rstcheck.CodeBlockDirective rstcheck.CodeBlockDirective.run rstcheck.Error rstcheck.Error.__init__ rstcheck.IgnoredDirective rstcheck.IgnoredDirective.run rstcheck._check_file rstcheck._get_directives_and_roles_from_sphinx rstcheck._get_options rstcheck._ignore_role rstcheck.bash_checker rstcheck.beginning_of_code_block rstcheck.c_checker rstcheck.check rstcheck.check_doctest rstcheck.check_json rstcheck.check_python rstcheck.check_rst rstcheck.check_xml rstcheck.cpp_checker rstcheck.decode_filename rstcheck.enable_sphinx_if_possible rstcheck.find_config rstcheck.find_files rstcheck.gcc_checker rstcheck.get_and_split rstcheck.get_encoding rstcheck.ignore_directives_and_roles rstcheck.ignore_sphinx rstcheck.load_configuration_from_file rstcheck.main rstcheck.match_file rstcheck.output_message rstcheck.parse_args rstcheck.parse_gcc_style_error_message rstcheck.register_code_directive rstcheck.run_in_subprocess rstcheck.split_comma_separated rstcheck.strip_byte_order_mark 1 items passed all tests: 1 tests in rstcheck.find_ignored_languages 1 tests in 52 items. 1 passed and 0 failed. Test passed. + ./rstcheck.py README.rst + echo -e '\x1b[01;32mOkay\x1b[0m' Okay >>> rstcheck: Entering fakeroot... 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/community/rstcheck/pkg creating /home/buildozer/aports/community/rstcheck/pkg/rstcheck creating /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr creating /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib creating /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib/python3.11 creating /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib/python3.11/site-packages copying build/lib/rstcheck.py -> /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib/python3.11/site-packages/rstcheck.py to rstcheck.cpython-311.pyc running install_egg_info running egg_info creating rstcheck.egg-info writing rstcheck.egg-info/PKG-INFO writing dependency_links to rstcheck.egg-info/dependency_links.txt writing entry points to rstcheck.egg-info/entry_points.txt writing requirements to rstcheck.egg-info/requires.txt writing top-level names to rstcheck.egg-info/top_level.txt writing manifest file 'rstcheck.egg-info/SOURCES.txt' reading manifest file 'rstcheck.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'Makefile' warning: no previously-included files found matching 'test.bash' warning: no previously-included files found matching 'test_rstcheck.py' no previously-included directories found matching 'examples' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'rstcheck.egg-info/SOURCES.txt' Copying rstcheck.egg-info to /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib/python3.11/site-packages/rstcheck-3.3.1-py3.11.egg-info running install_scripts Installing rstcheck script to /home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/bin >>> rstcheck-pyc*: Running split function pyc... '/home/buildozer/aports/community/rstcheck/pkg/rstcheck/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/rstcheck/pkg/rstcheck-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> rstcheck-pyc*: Preparing subpackage rstcheck-pyc... >>> rstcheck-pyc*: Running postcheck for rstcheck-pyc >>> rstcheck*: Running postcheck for rstcheck >>> rstcheck*: Preparing package rstcheck... >>> rstcheck-pyc*: Tracing dependencies... python3 py3-docutils python3~3.11 >>> rstcheck-pyc*: Package size: 68.0 KB >>> rstcheck-pyc*: Compressing data... >>> rstcheck-pyc*: Create checksum... >>> rstcheck-pyc*: Create rstcheck-pyc-3.3.1-r9.apk >>> rstcheck*: Tracing dependencies... python3 py3-docutils python3~3.11 >>> rstcheck*: Package size: 92.0 KB >>> rstcheck*: Compressing data... >>> rstcheck*: Create checksum... >>> rstcheck*: Create rstcheck-3.3.1-r9.apk >>> rstcheck: Build complete at Sat, 22 Apr 2023 17:01:35 +0000 elapsed time 0h 0m 10s >>> rstcheck: Cleaning up srcdir >>> rstcheck: Cleaning up pkgdir >>> rstcheck: Uninstalling dependencies... (1/22) Purging .makedepends-rstcheck (20230422.170126) (2/22) Purging py3-docutils-pyc (0.19-r4) (3/22) Purging py3-docutils (0.19-r4) (4/22) Purging py3-setuptools-pyc (67.7.1-r0) (5/22) Purging py3-setuptools (67.7.1-r0) (6/22) Purging py3-packaging-pyc (23.1-r1) (7/22) Purging py3-packaging (23.1-r1) (8/22) Purging py3-parsing-pyc (3.0.9-r2) (9/22) Purging py3-parsing (3.0.9-r2) (10/22) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (11/22) Purging python3-pyc (3.11.3-r10) (12/22) Purging python3-pycache-pyc0 (3.11.3-r10) (13/22) Purging pyc (0.1-r0) (14/22) Purging python3 (3.11.3-r10) (15/22) Purging gdbm (1.23-r1) (16/22) Purging libbz2 (1.0.8-r5) (17/22) Purging libffi (3.4.4-r2) (18/22) Purging libpanelw (6.4_p20230401-r5) (19/22) Purging mpdecimal (2.5.1-r2) (20/22) Purging readline (8.2.1-r1) (21/22) Purging sqlite-libs (3.41.2-r2) (22/22) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> rstcheck: Updating the community/aarch64 repository index... >>> rstcheck: Signing the index...