Your message dated Fri, 12 Feb 2021 21:06:23 +0000 with message-id <[email protected]> and subject line Bug#981846: fixed in python-argcomplete 1.8.1-1.4 has caused the Debian Bug report #981846, regarding python-argcomplete: multiple tests failure to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 981846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981846 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-argcomplete Version: 1.8.1-1.3 Severity: serious Tags: ftbfs Justification: fails to build from source Dear Maintainer, During a rebuild of the package on Bullseye, multiple tests in the package fail. A snippet of the failure is below. The same build failure logs are also seen in the Reproducible Builds. ``` [ 218s] ====================================================================== [ 218s] FAIL: test_double_quoted_completion (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_exclamation_in_double_quotes (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_one_space_after_exact (test.test.TestBashGlobal) [ 218s] Test exactly one space is appended after an exact match. [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_parse_special_characters (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_parse_special_characters_dollar (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_partial_completion (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_python_completion (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_python_filename_completion (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_python_not_executable (test.test.TestBashGlobal) [ 218s] Test completing a script that cannot be run directly. [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_quoted_exact (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_quoted_space (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_quotes (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_simple_completion (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_single_quoted_completion (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_single_quotes_in_double_quotes (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_single_quotes_in_single_quotes (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_special_characters (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_special_characters_double_quoted (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_special_characters_single_quoted (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_unquoted_space (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ====================================================================== [ 218s] FAIL: test_wordbreak_chars (test.test.TestBashGlobal) [ 218s] ---------------------------------------------------------------------- [ 218s] Traceback (most recent call last): [ 218s] File "/usr/src/packages/BUILD/test/test.py", line 1011, in setUp [ 218s] self.assertEqual(output, '') [ 218s] AssertionError: '\x1b[?2004l\r\x1b[?2004h' != '' [ 218s] - [?2004l - [?2004h [ 218s] [ 218s] ---------------------------------------------------------------------- [ 218s] Ran 103 tests in 45.025s [ 218s] [ 218s] FAILED (failures=43, expected failures=6) [ 218s] Test failed: <unittest.runner.TextTestResult run=103 errors=0 failures=43> [ 219s] error: Test failed: <unittest.runner.TextTestResult run=103 errors=0 failures=43> [ 219s] E: pybuild pybuild:353: test: plugin distutils failed with: exit code=1: python3.9 setup.py test [ 219s] dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit code 13 [ 219s] make: *** [debian/rules:13: build] Error 25 [ 219s] dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 ``` -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (990, 'unstable'), (990, 'testing'), (500, 'stable-updates'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-3-amd64 (SMP w/8 CPU threads) Kernel taint flags: TAINT_USER Locale: LANG=en_IN.UTF-8, LC_CTYPE=en_IN.UTF-8 (charmap=UTF-8), LANGUAGE=en_US Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages python-argcomplete depends on: pn python <none> python-argcomplete recommends no packages. python-argcomplete suggests no packages.
--- End Message ---
--- Begin Message ---Source: python-argcomplete Source-Version: 1.8.1-1.4 Done: Sebastian Ramacher <[email protected]> We believe that the bug you reported is fixed in the latest version of python-argcomplete, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastian Ramacher <[email protected]> (supplier of updated python-argcomplete package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 10 Feb 2021 21:41:38 +0100 Source: python-argcomplete Architecture: source Version: 1.8.1-1.4 Distribution: unstable Urgency: medium Maintainer: Marco Nenciarini <[email protected]> Changed-By: Sebastian Ramacher <[email protected]> Closes: 981846 Changes: python-argcomplete (1.8.1-1.4) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Set LC_ALL to C.UTF-8 instead of unsetting it (Closes: #981846) Checksums-Sha1: d9ac78d3302816fe73d4fc73c22bc8768720ac4b 2052 python-argcomplete_1.8.1-1.4.dsc c3fea4b461ebc2aca14794304e07d241b5529e49 7200 python-argcomplete_1.8.1-1.4.debian.tar.xz Checksums-Sha256: c8aa610d54e65e403e4b997a670f4154a511717fdca7e280dc27435865d73923 2052 python-argcomplete_1.8.1-1.4.dsc 2067d35ecb7d18066ee18d0ca910daf3fe498f7ff2cda2f9e5423b8339673b9b 7200 python-argcomplete_1.8.1-1.4.debian.tar.xz Files: fd981e6d8e534f1cb0eec627efe698ec 2052 python optional python-argcomplete_1.8.1-1.4.dsc 7a6b16eafecf2212dad81078960813cf 7200 python optional python-argcomplete_1.8.1-1.4.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmAkRZAACgkQafL8UW6n GZPu9A//cdqyU7RSsjOlQ5iglMBlRdM2hchid6wYm4rfEk6FSd+pioBbxgUgZ1C4 mA0sYXeuqUkTAAW4Xke9+b3WkHN5j2kdrKtui8aUGMKDIRp8B3V75nzJu9QQxWkz ctV8k6/mBEnTDH+OyuOjOCTQMg448SkLyJ7iPh+A0Mlrcgro9iCLZxZsuBLJlMYI Uhr/jrl+gONCPT8cCYfywpsl7vHtNCuEcdXj/RySPZ0rpJ++XxKyptK0iCxxNnac XP5U6LogBcGQsCDWQAfJZTDcAnS8mhBIjEw1YCX3zqpvgAf73QxDk0WrXhcpzyKd DNGYuUaPLroYlffgDQmYW+WMU69kBYM1x6DUrbihZ+22MvZIiYapURX+G/7tJfUc UTmf5tsPc2SUj28TbHTRhBCHcMdg9y0k08M7rAxyGuYtnDboOseFuPvd2e4y+Cgs E4TNNMH4g8Y8jxSgKSNCOXMd/i6qHS+Mg+qoCMpLEGdmLnPU4FO2X8ZQVITkafHg HX3Lk0KAkVARwL5Je4QQ2RBUWQLin7zP5MQ0Z5wvs13H0KkiJNWKlelXpHjCGrc+ vo58v1k5GztZqdwizhqqmsmVLN//HHFpys/q6Rg/H1Iepq2ZtIEO8SDmHdnoDpIa ac2n3XXlz0g8iZJHjcuIi/HGxbCdrJm18M7o232sC9MhoVEPx6U= =Ct8w -----END PGP SIGNATURE-----
--- End Message ---

