Source: python-argcomplete Version: 1.8.1-1.3 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201027 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --with python3 --buildsystem=pybuild > dh_update_autotools_config -O--buildsystem=pybuild > dh_autoreconf -O--buildsystem=pybuild > dh_auto_configure -O--buildsystem=pybuild > I: pybuild base:217: python3.9 setup.py config > running config > I: pybuild base:217: python3.8 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:217: /usr/bin/python3.9 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete > copying argcomplete/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete > copying argcomplete/my_argparse.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete > copying argcomplete/completers.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete > copying argcomplete/compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete > copying argcomplete/my_shlex.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete > running egg_info > writing argcomplete.egg-info/PKG-INFO > writing dependency_links to argcomplete.egg-info/dependency_links.txt > writing requirements to argcomplete.egg-info/requires.txt > writing top-level names to argcomplete.egg-info/top_level.txt > reading manifest file 'argcomplete.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'argcomplete.egg-info/SOURCES.txt' > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete/bash_completion.d > copying argcomplete/bash_completion.d/python-argcomplete.sh -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_argcomplete/build/argcomplete/bash_completion.d > running build_scripts > creating build > creating build/scripts-3.9 > copying and adjusting scripts/activate-global-python-argcomplete -> > build/scripts-3.9 > copying scripts/python-argcomplete-tcsh -> build/scripts-3.9 > copying and adjusting scripts/register-python-argcomplete -> build/scripts-3.9 > copying and adjusting scripts/python-argcomplete-check-easy-install-script -> > build/scripts-3.9 > changing mode of build/scripts-3.9/activate-global-python-argcomplete from > 644 to 755 > changing mode of build/scripts-3.9/register-python-argcomplete from 644 to 755 > changing mode of > build/scripts-3.9/python-argcomplete-check-easy-install-script from 644 to 755 > I: pybuild base:217: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete > copying argcomplete/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete > copying argcomplete/my_argparse.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete > copying argcomplete/completers.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete > copying argcomplete/compat.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete > copying argcomplete/my_shlex.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete > running egg_info > writing argcomplete.egg-info/PKG-INFO > writing dependency_links to argcomplete.egg-info/dependency_links.txt > writing requirements to argcomplete.egg-info/requires.txt > writing top-level names to argcomplete.egg-info/top_level.txt > reading manifest file 'argcomplete.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'argcomplete.egg-info/SOURCES.txt' > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete/bash_completion.d > copying argcomplete/bash_completion.d/python-argcomplete.sh -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_argcomplete/build/argcomplete/bash_completion.d > running build_scripts > creating build/scripts-3.8 > copying and adjusting scripts/activate-global-python-argcomplete -> > build/scripts-3.8 > copying scripts/python-argcomplete-tcsh -> build/scripts-3.8 > copying and adjusting scripts/register-python-argcomplete -> build/scripts-3.8 > copying and adjusting scripts/python-argcomplete-check-easy-install-script -> > build/scripts-3.8 > changing mode of build/scripts-3.8/activate-global-python-argcomplete from > 644 to 755 > changing mode of build/scripts-3.8/register-python-argcomplete from 644 to 755 > changing mode of > build/scripts-3.8/python-argcomplete-check-easy-install-script from 644 to 755 > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: python3.9 setup.py test > 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 argcomplete.egg-info/PKG-INFO > writing dependency_links to argcomplete.egg-info/dependency_links.txt > writing requirements to argcomplete.egg-info/requires.txt > writing top-level names to argcomplete.egg-info/top_level.txt > reading manifest file 'argcomplete.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'argcomplete.egg-info/SOURCES.txt' > running build_ext > test_action_activation (test.test.TestArgcomplete) ... ok > test_action_activation_with_subparser (test.test.TestArgcomplete) ... ok > test_append_space (test.test.TestArgcomplete) ... ok > test_basic_completion (test.test.TestArgcomplete) ... ok > test_choices (test.test.TestArgcomplete) ... ok > test_completers (test.test.TestArgcomplete) ... ok > test_custom_validator (test.test.TestArgcomplete) ... ok > test_default_completer (test.test.TestArgcomplete) ... ok > test_different_validators (test.test.TestArgcomplete) ... ok > test_directory_completion (test.test.TestArgcomplete) ... ok > test_display_completions (test.test.TestArgcomplete) ... ok > test_escape_special_chars (test.test.TestArgcomplete) ... ok > test_exclusive (test.test.TestArgcomplete) ... ok > test_exclusive_class (test.test.TestArgcomplete) ... ok > test_file_completion (test.test.TestArgcomplete) ... ok > test_filescompleter_filetype_integration (test.test.TestArgcomplete) ... ok > test_mixed_optional_positional (test.test.TestArgcomplete) ... ok > test_nargs_one_or_more (test.test.TestArgcomplete) ... ok > test_nargs_optional (test.test.TestArgcomplete) ... ok > test_nargs_zero_or_more (test.test.TestArgcomplete) ... ok > test_non_ascii (test.test.TestArgcomplete) ... ok > test_non_str_choices (test.test.TestArgcomplete) ... ok > test_optional_long_short_filtering (test.test.TestArgcomplete) ... ok > test_optional_nargs (test.test.TestArgcomplete) ... ok > test_positional_remainder (test.test.TestArgcomplete) ... ok > test_readline_entry_point (test.test.TestArgcomplete) ... ok > test_skipped_completer (test.test.TestArgcomplete) ... ok > test_subparser_completers (test.test.TestArgcomplete) ... ok > test_subparsers (test.test.TestArgcomplete) ... ok > test_suppress_args (test.test.TestArgcomplete) ... ok > test_repl_multiple_complete (test.test.TestArgcompleteREPL) ... ok > test_repl_parse_after_complete (test.test.TestArgcompleteREPL) ... usage: > setup.py [-h] --foo FOO {bar} > setup.py: error: too few arguments > usage: setup.py [-h] --foo FOO {bar} > setup.py: error: argument --foo is required > ok > test_repl_reuse_parser_with_positional (test.test.TestArgcompleteREPL) ... ok > test_repl_subcommand (test.test.TestArgcompleteREPL) ... ok > test_repl_subparser_parse_after_complete (test.test.TestArgcompleteREPL) ... > usage: setup.py foo [-h] {bar} > setup.py foo: error: too few arguments > ok > test_completion_environment (test.test.TestBash) ... FAIL > test_continuation (test.test.TestBash) ... FAIL > test_double_quoted_completion (test.test.TestBash) ... FAIL > test_exclamation_in_double_quotes (test.test.TestBash) ... FAIL > test_one_space_after_exact (test.test.TestBash) > Test exactly one space is appended after an exact match. ... FAIL > test_parse_special_characters (test.test.TestBash) ... FAIL > test_parse_special_characters_dollar (test.test.TestBash) ... FAIL > test_partial_completion (test.test.TestBash) ... FAIL > test_quoted_exact (test.test.TestBash) ... FAIL > test_quoted_space (test.test.TestBash) ... FAIL > test_quotes (test.test.TestBash) ... FAIL > test_simple_completion (test.test.TestBash) ... FAIL > test_single_quoted_completion (test.test.TestBash) ... FAIL > test_single_quotes_in_double_quotes (test.test.TestBash) ... FAIL > test_single_quotes_in_single_quotes (test.test.TestBash) ... FAIL > test_special_characters (test.test.TestBash) ... FAIL > test_special_characters_double_quoted (test.test.TestBash) ... FAIL > test_special_characters_single_quoted (test.test.TestBash) ... FAIL > test_unquoted_space (test.test.TestBash) ... FAIL > test_wordbreak_chars (test.test.TestBash) ... FAIL > test_completion_environment (test.test.TestBashGlobal) ... FAIL > test_continuation (test.test.TestBashGlobal) ... FAIL > test_double_quoted_completion (test.test.TestBashGlobal) ... FAIL > test_exclamation_in_double_quotes (test.test.TestBashGlobal) ... FAIL > test_one_space_after_exact (test.test.TestBashGlobal) > Test exactly one space is appended after an exact match. ... FAIL > test_parse_special_characters (test.test.TestBashGlobal) ... FAIL > test_parse_special_characters_dollar (test.test.TestBashGlobal) ... FAIL > test_partial_completion (test.test.TestBashGlobal) ... FAIL > test_python_completion (test.test.TestBashGlobal) ... FAIL > test_python_filename_completion (test.test.TestBashGlobal) ... FAIL > test_python_not_executable (test.test.TestBashGlobal) > Test completing a script that cannot be run directly. ... FAIL > test_quoted_exact (test.test.TestBashGlobal) ... FAIL > test_quoted_space (test.test.TestBashGlobal) ... FAIL > test_quotes (test.test.TestBashGlobal) ... FAIL > test_simple_completion (test.test.TestBashGlobal) ... FAIL > test_single_quoted_completion (test.test.TestBashGlobal) ... FAIL > test_single_quotes_in_double_quotes (test.test.TestBashGlobal) ... FAIL > test_single_quotes_in_single_quotes (test.test.TestBashGlobal) ... FAIL > test_special_characters (test.test.TestBashGlobal) ... FAIL > test_special_characters_double_quoted (test.test.TestBashGlobal) ... FAIL > test_special_characters_single_quoted (test.test.TestBashGlobal) ... FAIL > test_unquoted_space (test.test.TestBashGlobal) ... FAIL > test_wordbreak_chars (test.test.TestBashGlobal) ... FAIL > test_escaped_special (test.test.TestSplitLine) ... ok > test_escaped_special_in_double_quotes (test.test.TestSplitLine) ... expected > failure > test_last_wordbreak_pos (test.test.TestSplitLine) ... ok > test_punctuation (test.test.TestSplitLine) ... ok > test_simple (test.test.TestSplitLine) ... ok > test_unescaped_special (test.test.TestSplitLine) ... ok > test_completion_environment (test.test.TestTcsh) ... ok > test_continuation (test.test.TestTcsh) ... expected failure > test_double_quoted_completion (test.test.TestTcsh) ... ok > test_exclamation_in_double_quotes (test.test.TestTcsh) ... ok > test_parse_special_characters (test.test.TestTcsh) ... expected failure > test_parse_special_characters_dollar (test.test.TestTcsh) ... expected failure > test_partial_completion (test.test.TestTcsh) ... ok > test_quoted_exact (test.test.TestTcsh) ... ok > test_quoted_space (test.test.TestTcsh) ... expected failure > test_quotes (test.test.TestTcsh) ... ok > test_simple_completion (test.test.TestTcsh) ... ok > test_single_quoted_completion (test.test.TestTcsh) ... ok > test_single_quotes_in_double_quotes (test.test.TestTcsh) ... ok > test_single_quotes_in_single_quotes (test.test.TestTcsh) ... ok > test_special_characters (test.test.TestTcsh) ... ok > test_special_characters_double_quoted (test.test.TestTcsh) ... ok > test_special_characters_single_quoted (test.test.TestTcsh) ... ok > test_unquoted_space (test.test.TestTcsh) ... expected failure > test_wordbreak_chars (test.test.TestTcsh) ... ok > > ====================================================================== > FAIL: test_completion_environment (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_continuation (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_double_quoted_completion (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_exclamation_in_double_quotes (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_one_space_after_exact (test.test.TestBash) > Test exactly one space is appended after an exact match. > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_parse_special_characters (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_parse_special_characters_dollar (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_partial_completion (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_quoted_exact (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_quoted_space (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_quotes (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_simple_completion (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_single_quoted_completion (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_single_quotes_in_double_quotes (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_single_quotes_in_single_quotes (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_special_characters (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_special_characters_double_quoted (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_special_characters_single_quoted (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_unquoted_space (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_wordbreak_chars (test.test.TestBash) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_completion_environment (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_continuation (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_double_quoted_completion (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_exclamation_in_double_quotes (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_one_space_after_exact (test.test.TestBashGlobal) > Test exactly one space is appended after an exact match. > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_parse_special_characters (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_parse_special_characters_dollar (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_partial_completion (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_python_completion (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_python_filename_completion (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_python_not_executable (test.test.TestBashGlobal) > Test completing a script that cannot be run directly. > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_quoted_exact (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_quoted_space (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_quotes (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_simple_completion (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_single_quoted_completion (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_single_quotes_in_double_quotes (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_single_quotes_in_single_quotes (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_special_characters (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_special_characters_double_quoted (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_special_characters_single_quoted (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_unquoted_space (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ====================================================================== > FAIL: test_wordbreak_chars (test.test.TestBashGlobal) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/test/test.py", line 1011, in setUp > self.assertEqual(output, '') > AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' > - [?2004l > - [?2004h > > ---------------------------------------------------------------------- > Ran 103 tests in 35.417s > > FAILED (failures=43, expected failures=6) > Test failed: <unittest.runner.TextTestResult run=103 errors=0 failures=43> > error: Test failed: <unittest.runner.TextTestResult run=103 errors=0 > failures=43> > E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: > python3.9 setup.py test > dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.8" returned > exit code 13 The full build log is available from: http://qa-logs.debian.net/2020/10/27/python-argcomplete_1.8.1-1.3_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.