This is probably similar to what I fixed in https://salsa.debian.org/ssh- team/openssh/-/commit/a980bf94a32f191a9e412eb0550c74ca6d96940b, after some very time-consuming investigation. I suggest doing something similar. I'd probably take a merge request in Debian for this, to allow reducing your delta.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2091943 Title: OpenSSH autopkgtests do not like tilde character in its version string (e.g. ~ppa1) Status in openssh package in Ubuntu: New Bug description: Starting with Noble, the openssh autopkgtest "regress" (specifically "integrity.sh") fails when the version string contains a tilde character, such as "~ppa1". In such case, it would fail with a log like this: """ 943s 15:17:52.628196592 O: aes128-...@openssh.com: expected 10 mac errors, got 9 943s 15:17:52.643425013 O: test integrity: aes256-...@openssh.com @2900 973s 15:18:22.861245950 O: unexpected error mac aes256-...@openssh.com at 2900: Executing: /usr/bin/ssh -c aes256-...@openssh.com -F /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/ssh_proxy -o proxycommand=sudo env SSH_SK_HELPER= sh /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/sshd-log-wrapper.sh -i -f /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/sshd_proxy | /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/modpipe -wm xor:2900:1 -oServerAliveInterval=1 -oServerAliveCountMax=30 999.999.999.999 printf "%4096s" " ".Connection to UNKNOWN port 65535 timed out. 973s 15:18:22.873852332 O: test integrity: aes256-...@openssh.com @2901 974s 15:18:23.054367085 O: test integrity: aes256-...@openssh.com @2902 974s 15:18:23.233795263 O: test integrity: aes256-...@openssh.com @2903 974s 15:18:23.414326814 O: test integrity: aes256-...@openssh.com @2904 974s 15:18:23.593728032 O: test integrity: aes256-...@openssh.com @2905 974s 15:18:23.773737617 O: test integrity: aes256-...@openssh.com @2906 974s 15:18:23.953240316 O: test integrity: aes256-...@openssh.com @2907 975s 15:18:24.132768013 O: test integrity: aes256-...@openssh.com @2908 975s 15:18:24.314160170 O: test integrity: aes256-...@openssh.com @2909 975s 15:18:24.481575251 O: test integrity: 10 errors: mac 9 padding 0 length 0 timeout 0 975s 15:18:24.511336625 O: aes256-...@openssh.com: expected 10 mac errors, got 9 975s 15:18:24.527543807 O: test integrity: chacha20-poly1...@openssh.com @2900 1005s 15:18:54.780404775 O: unexpected error mac chacha20-poly1...@openssh.com at 2900: Executing: /usr/bin/ssh -c chacha20-poly1...@openssh.com -F /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/ssh_proxy -o proxycommand=sudo env SSH_SK_HELPER= sh /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/sshd-log-wrapper.sh -i -f /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/sshd_proxy | /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/modpipe -wm xor:2900:1 -oServerAliveInterval=1 -oServerAliveCountMax=30 999.999.999.999 printf "%4096s" " ".Connection to UNKNOWN port 65535 timed out. 1005s 15:18:54.793199833 O: test integrity: chacha20-poly1...@openssh.com @2901 1006s 15:18:54.974724705 O: test integrity: chacha20-poly1...@openssh.com @2902 1006s 15:18:55.156217135 O: test integrity: chacha20-poly1...@openssh.com @2903 1006s 15:18:55.338105249 O: test integrity: chacha20-poly1...@openssh.com @2904 1006s 15:18:55.518876831 O: test integrity: chacha20-poly1...@openssh.com @2905 1006s 15:18:55.702486443 O: test integrity: chacha20-poly1...@openssh.com @2906 1006s 15:18:55.886914864 O: test integrity: chacha20-poly1...@openssh.com @2907 1007s 15:18:56.072806620 O: test integrity: chacha20-poly1...@openssh.com @2908 1007s 15:18:56.255436459 O: test integrity: chacha20-poly1...@openssh.com @2909 1007s 15:18:56.426811377 O: test integrity: 10 errors: mac 9 padding 0 length 0 timeout 0 1007s 15:18:56.461882513 O: chacha20-poly1...@openssh.com: expected 10 mac errors, got 9 1007s 15:18:56.462364399 E: make: *** [Makefile:252: t-exec] Error 1 1007s 15:18:56.463874215 O: failed integrity 1007s 15:18:56.466716165 O: make: Leaving directory '/tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress' 1007s 15:18:56.468626306 O: ==> /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/failed-regress.log <== 1007s 15:18:56.467685576 E: tail: error writing 'standard output': Resource temporarily unavailable 1007s 15:18:56.470363804 E: tail: error writing 'standard output': Resource temporarily unavailable 1007s 15:18:56.470451085 O: Executing: /usr/bin/ssh -Q key-plain log /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/log/20241216T151643.962770.ssh.48972.log 1007s 15:18:56.471894741 O: Executing: /usr/bin/ssh -Q key-plain log /tmp/autopkgtest.IEqRfF/autopkgtest_tmp/user/regress/log/20241216T151643.972077.ssh.48979.log 1007s 15:18:56.471892661 E: tail: error writing 'standard output': Resource temporarily unavailable """ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2091943/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp