Your message dated Sun, 18 May 2025 08:52:31 +0200 with message-id <595e45f3-bc67-434f-aa1e-5d9a5b01c14c@debian.org> and subject line Re: Bug#1086626: netplan.io: flaky autopkgtest on riscv64: routing/tunnel tests has caused the Debian Bug report #1086626, regarding netplan.io: autopkgtest failures on riscv64 debci-{30,31,32} due to custom kernel 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 owner@bugs.debian.org immediately.) -- 1086626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086626 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: netplan.io: flaky autopkgtest on riscv64: routing/tunnel tests
- From: Luca Boccassi <bluca@debian.org>
- Date: Sat, 02 Nov 2024 12:46:29 +0000
- Message-id: <acd04444e95c2f07a020760b245b8380094433a3.camel@debian.org>
Source: netplan.io Version: 0.107.1-3 Severity: serious User: debian-ci@lists.debian.org Usertags: flaky Dear maintainer(s), The netplan.io autopkgtest on riscv64 fail roughly 50% of the runs. As per RT, consistently flaky autopkgtest are RC. They seem to be all timeouts, so probably due to riscv64 test machines being very slow, but this is just a guess. https://ci.debian.net/packages/n/netplan.io/testing/riscv64/ 2067s ====================================================================== 2067s FAIL: test_route_type_local_lp1892272 (__main__.TestNetworkd.test_route_type_local_lp1892272) 2067s ---------------------------------------------------------------------- 2067s Traceback (most recent call last): 2067s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/routing.py", line 433, in test_route_type_local_lp1892272 2067s self.assertIn(b'local default', 2067s AssertionError: b'local default' not found in b'' 2067s 2067s ====================================================================== 2067s FAIL: test_route_with_policy (__main__.TestNetworkd.test_route_with_policy) 2067s ---------------------------------------------------------------------- 2067s Traceback (most recent call last): 2067s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/routing.py", line 475, in test_route_with_policy 2067s self.generate_and_settle([self.dev_e_client]) 2067s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 2067s self.networkd_wait_connected(iface, 60) 2067s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 2067s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 2067s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 2067s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 2067s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'eth42'] 3807s ====================================================================== 3807s FAIL: test_tunnel_gre (__main__.TestNetworkManager.test_tunnel_gre) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 177, in test_tunnel_gre 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 392, in generate_and_settle 3807s self.nm_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 532, in nm_wait_connected 3807s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(connected" to appear in ['nmcli', 'dev', 'show', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre6 (__main__.TestNetworkManager.test_tunnel_gre6) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 206, in test_tunnel_gre6 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 392, in generate_and_settle 3807s self.nm_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 532, in nm_wait_connected 3807s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(connected" to appear in ['nmcli', 'dev', 'show', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre6_with_keys (__main__.TestNetworkManager.test_tunnel_gre6_with_keys) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 242, in test_tunnel_gre6_with_keys 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 392, in generate_and_settle 3807s self.nm_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 532, in nm_wait_connected 3807s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(connected" to appear in ['nmcli', 'dev', 'show', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre_with_keys (__main__.TestNetworkManager.test_tunnel_gre_with_keys) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 224, in test_tunnel_gre_with_keys 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 392, in generate_and_settle 3807s self.nm_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 532, in nm_wait_connected 3807s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(connected" to appear in ['nmcli', 'dev', 'show', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre_without_local_address (__main__.TestNetworkManager.test_tunnel_gre_without_local_address) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 191, in test_tunnel_gre_without_local_address 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 392, in generate_and_settle 3807s self.nm_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 532, in nm_wait_connected 3807s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(connected" to appear in ['nmcli', 'dev', 'show', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre (__main__.TestNetworkd.test_tunnel_gre) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 177, in test_tunnel_gre 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre6 (__main__.TestNetworkd.test_tunnel_gre6) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 206, in test_tunnel_gre6 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre6_with_keys (__main__.TestNetworkd.test_tunnel_gre6_with_keys) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 242, in test_tunnel_gre6_with_keys 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre_with_keys (__main__.TestNetworkd.test_tunnel_gre_with_keys) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 224, in test_tunnel_gre_with_keys 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gre_without_local_address (__main__.TestNetworkd.test_tunnel_gre_without_local_address) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 191, in test_tunnel_gre_without_local_address 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gretap6_with_keys (__main__.TestNetworkd.test_tunnel_gretap6_with_keys) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 360, in test_tunnel_gretap6_with_keys 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0'] 3807s 3807s ====================================================================== 3807s FAIL: test_tunnel_gretap_with_keys (__main__.TestNetworkd.test_tunnel_gretap_with_keys) 3807s ---------------------------------------------------------------------- 3807s Traceback (most recent call last): 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/tunnels.py", line 342, in test_tunnel_gretap_with_keys 3807s self.generate_and_settle(['tun0']) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 394, in generate_and_settle 3807s self.networkd_wait_connected(iface, 60) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 536, in networkd_wait_connected 3807s self.wait_output(['networkctl', 'status', iface], '(configured', timeout) 3807s File "/tmp/autopkgtest-lxc.4va5eibr/downtmp/build.JCA/src/tests/integration/base.py", line 528, in wait_output 3807s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd)) 3807s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'tun0']
--- End Message ---
--- Begin Message ---
- To: 1086626-done@bugs.debian.org
- Subject: Re: Bug#1086626: netplan.io: flaky autopkgtest on riscv64: routing/tunnel tests
- From: Paul Gevers <elbrus@debian.org>
- Date: Sun, 18 May 2025 08:52:31 +0200
- Message-id: <595e45f3-bc67-434f-aa1e-5d9a5b01c14c@debian.org>
- In-reply-to: <2a1063d0-81bd-4cae-b327-4df4cb5c0a1c@debian.org>
- References: <a38dcddc-76ee-4236-a5a4-791ca2d547c8@debian.org> <a38dcddc-76ee-4236-a5a4-791ca2d547c8@debian.org> <acd04444e95c2f07a020760b245b8380094433a3.camel@debian.org> <2a1063d0-81bd-4cae-b327-4df4cb5c0a1c@debian.org>
Hi, On 23-11-2024 08:08, Paul Gevers wrote:PS: I would have added the ignore hint already if it was not for the fact that the hardware that had my keys diedI just stumbled upon this bug report again and I just added the hint. PaulAttachment: OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---