>>> py3-flake8-quotes: Building testing/py3-flake8-quotes 3.3.1-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 06:17:46 +0000 >>> py3-flake8-quotes: Checking sanity of /home/buildozer/aports/testing/py3-flake8-quotes/APKBUILD... >>> py3-flake8-quotes: Analyzing dependencies... >>> py3-flake8-quotes: Installing for build: build-base py3-flake8 py3-setuptools (1/14) Installing libffi (3.4.4-r0) (2/14) Installing gdbm (1.23-r0) (3/14) Installing mpdecimal (2.5.1-r1) (4/14) Installing readline (8.2.0-r0) (5/14) Installing sqlite-libs (3.40.0-r0) (6/14) Installing python3 (3.11.0-r2) (7/14) Installing py3-pyflakes (3.0.0-r0) (8/14) Installing py3-pycodestyle (2.10.0-r0) (9/14) Installing py3-mccabe (0.7.0-r1) (10/14) Installing py3-flake8 (6.0.0-r0) (11/14) Installing py3-parsing (3.0.9-r1) (12/14) Installing py3-packaging (21.3-r3) (13/14) Installing py3-setuptools (65.6.2-r0) (14/14) Installing .makedepends-py3-flake8-quotes (20221124.061747) Executing busybox-1.35.0-r29.trigger OK: 455 MiB in 117 packages >>> py3-flake8-quotes: Cleaning up srcdir >>> py3-flake8-quotes: Cleaning up pkgdir >>> py3-flake8-quotes: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flake8-quotes-3.3.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 100 13302 100 13302 0 0 85998 0 --:--:-- --:--:-- --:--:-- 86376 >>> py3-flake8-quotes: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flake8-quotes-3.3.1.tar.gz >>> py3-flake8-quotes: Checking sha512sums... flake8-quotes-3.3.1.tar.gz: OK >>> py3-flake8-quotes: Unpacking /var/cache/distfiles/edge/flake8-quotes-3.3.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/flake8_quotes copying flake8_quotes/docstring_detection.py -> build/lib/flake8_quotes copying flake8_quotes/__init__.py -> build/lib/flake8_quotes copying flake8_quotes/__about__.py -> build/lib/flake8_quotes running egg_info writing flake8_quotes.egg-info/PKG-INFO writing dependency_links to flake8_quotes.egg-info/dependency_links.txt writing entry points to flake8_quotes.egg-info/entry_points.txt writing requirements to flake8_quotes.egg-info/requires.txt writing top-level names to flake8_quotes.egg-info/top_level.txt reading manifest file 'flake8_quotes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'flake8_quotes.egg-info/SOURCES.txt' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing flake8_quotes.egg-info/PKG-INFO writing dependency_links to flake8_quotes.egg-info/dependency_links.txt writing entry points to flake8_quotes.egg-info/entry_points.txt writing requirements to flake8_quotes.egg-info/requires.txt writing top-level names to flake8_quotes.egg-info/top_level.txt reading manifest file 'flake8_quotes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'flake8_quotes.egg-info/SOURCES.txt' running build_ext test_require_double_docstring_double_present (test.test_docstring_checks.DocstringTestChecks.test_require_double_docstring_double_present) ... ok test_require_double_docstring_single_present (test.test_docstring_checks.DocstringTestChecks.test_require_double_docstring_single_present) ... ok test_require_single_docstring_double_present (test.test_docstring_checks.DocstringTestChecks.test_require_single_docstring_double_present) ... ok test_require_single_docstring_single_present (test.test_docstring_checks.DocstringTestChecks.test_require_single_docstring_single_present) ... ok test_get_docstring_tokens_absent (test.test_docstring_detection.GetDocstringTokensTests.test_get_docstring_tokens_absent) ... ok test_get_docstring_tokens_doubles (test.test_docstring_detection.GetDocstringTokensTests.test_get_docstring_tokens_doubles) ... ok test_get_docstring_tokens_singles (test.test_docstring_detection.GetDocstringTokensTests.test_get_docstring_tokens_singles) ... ok test_doubles (test.test_checks.DoublesAliasTestChecks.test_doubles) ... ok test_doubles (test.test_checks.DoublesTestChecks.test_doubles) ... ok test_escapes (test.test_checks.DoublesTestChecks.test_escapes) ... ok test_escapes_allowed (test.test_checks.DoublesTestChecks.test_escapes_allowed) ... ok test_multiline_string (test.test_checks.DoublesTestChecks.test_multiline_string) ... ok test_multiline_string_using_lines (test.test_checks.DoublesTestChecks.test_multiline_string_using_lines) ... ok test_noqa_doubles (test.test_checks.DoublesTestChecks.test_noqa_doubles) ... ok test_wrapped (test.test_checks.DoublesTestChecks.test_wrapped) ... ok test_doubles (test.test_checks.MultilineTestChecks.test_doubles) ... ok test_doubles_alias (test.test_checks.MultilineTestChecks.test_doubles_alias) ... ok test_singles (test.test_checks.MultilineTestChecks.test_singles) ... ok test_singles_alias (test.test_checks.MultilineTestChecks.test_singles_alias) ... ok test_singles (test.test_checks.SinglesAliasTestChecks.test_singles) ... ok test_escapes (test.test_checks.SinglesTestChecks.test_escapes) ... ok test_escapes_allowed (test.test_checks.SinglesTestChecks.test_escapes_allowed) ... ok test_multiline_string (test.test_checks.SinglesTestChecks.test_multiline_string) ... ok test_noqa_singles (test.test_checks.SinglesTestChecks.test_noqa_singles) ... ok test_singles (test.test_checks.SinglesTestChecks.test_singles) ... ok test_wrapped (test.test_checks.SinglesTestChecks.test_wrapped) ... ok test_get_noqa_lines (test.test_checks.TestChecks.test_get_noqa_lines) ... ok test_stdin (test.test_checks.TestFlake8Stdin.test_stdin) Test using stdin. ... FAIL ====================================================================== FAIL: test_stdin (test.test_checks.TestFlake8Stdin.test_stdin) Test using stdin. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildozer/aports/testing/py3-flake8-quotes/src/flake8-quotes-3.3.1/test/test_checks.py", line 23, in test_stdin self.assertEqual(stderr, b'') AssertionError: b'Traceback (most recent call last):\n Fil[1705 chars]le\n' != b'' ---------------------------------------------------------------------- Ran 28 tests in 0.221s FAILED (failures=1) Test failed: error: Test failed: >>> ERROR: py3-flake8-quotes: check failed >>> py3-flake8-quotes: Uninstalling dependencies... (1/14) Purging .makedepends-py3-flake8-quotes (20221124.061747) (2/14) Purging py3-flake8 (6.0.0-r0) (3/14) Purging py3-pyflakes (3.0.0-r0) (4/14) Purging py3-pycodestyle (2.10.0-r0) (5/14) Purging py3-mccabe (0.7.0-r1) (6/14) Purging py3-setuptools (65.6.2-r0) (7/14) Purging py3-packaging (21.3-r3) (8/14) Purging py3-parsing (3.0.9-r1) (9/14) Purging python3 (3.11.0-r2) (10/14) Purging libffi (3.4.4-r0) (11/14) Purging gdbm (1.23-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.2.0-r0) (14/14) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages