canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #05255
[Bug 2073997] Re: netplan: routing autopkgtest fails on armhf
Looks like the "modprobe" condition does not fully work in containers,
as it'll try loading the module from within the container, but the
modules will be installed/loaded on the host.
Maybe we should rather check /proc/modules instead.
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Auto Package Testing.
https://bugs.launchpad.net/bugs/2073997
Title:
netplan: routing autopkgtest fails on armhf
Status in Auto Package Testing:
Fix Released
Status in Netplan:
Fix Committed
Status in netplan.io package in Ubuntu:
Triaged
Bug description:
The netplan armhf autopkgtest is currently blocking systemd migration.
I see the same test failure across different triggers, so I suspect a
migration-reference test will fail (which I will trigger to unblock
systemd).
The failure is the following:
1904s ======================================================================
1904s FAIL: test_vrf_basic (__main__.TestNetworkManager.test_vrf_basic)
1904s ----------------------------------------------------------------------
1904s Traceback (most recent call last):
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/routing.py", line 307, in test_vrf_basic
1904s self.generate_and_settle([self.dev_e_client])
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/base.py", line 373, in generate_and_settle
1904s self.nm_wait_connected(iface, 60)
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/base.py", line 512, in nm_wait_connected
1904s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout)
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/base.py", line 509, in wait_output
1904s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd))
1904s AssertionError: timed out waiting for "(connected" to appear in ['nmcli', 'dev', 'show', 'eth42']
1904s
1904s ======================================================================
1904s FAIL: test_vrf_basic (__main__.TestNetworkd.test_vrf_basic)
1904s ----------------------------------------------------------------------
1904s Traceback (most recent call last):
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/routing.py", line 307, in test_vrf_basic
1904s self.generate_and_settle([self.dev_e_client])
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/base.py", line 375, in generate_and_settle
1904s self.networkd_wait_connected(iface, 60)
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/base.py", line 516, in networkd_wait_connected
1904s self.wait_output(['networkctl', 'status', iface], '(configured', timeout)
1904s File "/tmp/autopkgtest.Cisn8W/build.sPu/src/tests/integration/base.py", line 509, in wait_output
1904s self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd))
1904s AssertionError: timed out waiting for "(configured" to appear in ['networkctl', 'status', 'eth42']
1904s
1904s ----------------------------------------------------------------------
1904s Ran 28 tests in 285.909s
1904s
1904s FAILED (failures=2, skipped=3)
1904s autopkgtest [11:27:54]: test routing: -----------------------]
I have only seen this so far on armhf, but I see it in both [1] and
[2], with python3-defaults/3.12.4-1 and systemd/256.2-1ubuntu1 as
triggers, respectively.
[1] https://autopkgtest.ubuntu.com/results/autopkgtest-oracular/oracular/armhf/n/netplan.io/20240724_120458_00bda@/log.gz
[2] https://autopkgtest.ubuntu.com/results/autopkgtest-oracular/oracular/armhf/n/netplan.io/20240723_152614_c1bcc@/log.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/2073997/+subscriptions