Thanks, Paul. I'm investigating the issue. It is not a problem with the autopkgtest infrastructure. I succesfully reproduced it on unstable. ________________________________________ From: Paul Gevers <[email protected]> Sent: 01 November 2025 04:07 To: [email protected] Subject: Bug#1119845: bash-completion: autopkgtest failure in testing
Source: bash-completion Version: 1:2.16.0-7 Severity: serious Tags: sid forky User: [email protected] Usertags: regression Dear maintainer(s), Your package has an autopkgtest, great. However, the last run(s) in testing on amd64 failed [1]. Can you please investigate the situation and fix it? The release team has announced [2] that failing autopkgtest on amd64 and arm64 are considered RC in testing. If you believe the failure is related to the infrastructure rather than the test of the package, don't hesitate to reach out to the ci-team on IRC (#debci on oftc) or via [email protected]. Paul PS: this bug submission was largely automated, please contact me if you think I should improve my workflow. [1] https://ci.debian.net/packages/b/bash-completion/testing/amd64 [2] https://lists.debian.org/debian-devel-announce/2019/07/msg00002.html https://ci.debian.net/packages/b/bash-completion/testing/amd64/65404283/ 1018s =================================== FAILURES =================================== 1018s ______________________ TestUnitCompgenFiledir.test_26[f] _______________________ 1018s 1018s self = <test_unit_compgen_filedir.TestUnitCompgenFiledir object at 0x7f53921ab110> 1018s bash = <pexpect.pty_spawn.spawn object at 0x7f5391efe490>, functions = None 1018s funcname = 'f' 1018s 1018s @pytest.mark.parametrize("funcname", "f f2".split()) 1018s def test_26(self, bash, functions, funcname): 1018s completion = assert_complete( 1018s bash, r'%s "a\$b/' % funcname, cwd="_filedir" 1018s ) 1018s > assert completion == 'h"' 1018s E assert <CompletionResult ['\x08\x08\x08\x08$b/h"']> == 'h"' 1018s 1018s /tmp/autopkgtest-lxc.fd2dsrkp/downtmp/build.tfE/src/test/t/unit/test_unit_compgen_filedir.py:231: AssertionError 1018s ______________________ TestUnitCompgenFiledir.test_26[f2] ______________________ 1018s 1018s self = <test_unit_compgen_filedir.TestUnitCompgenFiledir object at 0x7f53921ab0c0> 1018s bash = <pexpect.pty_spawn.spawn object at 0x7f5391efe490>, functions = None 1018s funcname = 'f2' 1018s 1018s @pytest.mark.parametrize("funcname", "f f2".split()) 1018s def test_26(self, bash, functions, funcname): 1018s completion = assert_complete( 1018s bash, r'%s "a\$b/' % funcname, cwd="_filedir" 1018s ) 1018s > assert completion == 'h"' 1018s E assert <CompletionResult ['\x08\x08\x08\x08$b/h"']> == 'h"' 1018s 1018s /tmp/autopkgtest-lxc.fd2dsrkp/downtmp/build.tfE/src/test/t/unit/test_unit_compgen_filedir.py:231: AssertionError

