--- Begin Message ---
Source: netplan.io
Version: 1.1.2-3
Severity: serious
User: debian...@lists.debian.org
Usertags: flaky
Dear maintainer(s),
I looked at the results of the autopkgtest of your package because it
showed up in the regressions for glibc. I noticed that it regularly
fails on ci.d.n, at least on amd64 and s390x.
Because the unstable-to-testing migration software now blocks on
regressions in testing, flaky tests, i.e. tests that flip between
passing and failing without changes to the list of installed packages,
are causing people unrelated to your package to spend time on these
tests.
Don't hesitate to reach out if you need help and some more information
from our infrastructure.
Paul
https://ci.debian.net/packages/n/netplan.io/testing/amd64/58732417/
573s ======================================================================
573s FAIL: test_rename_interfaces
(__main__.TestNetworkManager.test_rename_interfaces)
573s ----------------------------------------------------------------------
573s Traceback (most recent call last):
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/ethernets.py",
line 288, in test_rename_interfaces
573s self.generate_and_settle(['iface1', 'iface2'])
573s ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/base.py",
line 392, in generate_and_settle
573s self.nm_wait_connected(iface, 60)
573s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/base.py",
line 532, in nm_wait_connected
573s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected',
timeout)
573s
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/base.py",
line 528, in wait_output
573s self.fail('timed out waiting for "{}" to appear in
{}'.format(expected_output, cmd))
573s
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
573s AssertionError: timed out waiting for "(connected" to appear in
['nmcli', 'dev', 'show', 'iface2']
573s
573s ======================================================================
573s FAIL: test_eth_permanent_mac
(__main__.TestNetworkd.test_eth_permanent_mac)
573s ----------------------------------------------------------------------
573s Traceback (most recent call last):
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/ethernets.py",
line 79, in test_eth_permanent_mac
573s self.assert_iface_up(self.dev_e2_client,
573s ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
573s ['inet 192.168.6.[0-9]+/24', f'ether
{self.dev_e2_client_mac}'])
573s
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/base.py",
line 337, in assert_iface_up
573s out = self.assert_iface(iface, expected_ip_a, unexpected_ip_a)
573s File
"/tmp/autopkgtest-lxc.09flytu0/downtmp/build.SqV/src/tests/integration/base.py",
line 327, in assert_iface
573s self.assertRegex(out, r, out)
573s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
573s AssertionError: Regex didn't match: 'ether ce:94:2d:2f:0e:c0' not
found in '91: eth43@veth43: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500
qdisc noqueue state UP group default qlen 1000\n link/ether
ee:7a:65:29:d4:3e brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu
68 maxmtu 65535 \n veth numtxqueues 64 numrxqueues 64 gso_max_size
65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535
gro_max_size 65536 \n inet 192.168.6.134/24 metric 100 brd
192.168.6.255 scope global dynamic eth43\n valid_lft 3598sec
preferred_lft 3598sec\n inet6 fe80::ec7a:65ff:fe29:d43e/64 scope link
proto kernel_ll \n valid_lft forever preferred_lft forever\n' :
91: eth43@veth43: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
noqueue state UP group default qlen 1000
573s link/ether ee:7a:65:29:d4:3e brd ff:ff:ff:ff:ff:ff promiscuity
0 allmulti 0 minmtu 68 maxmtu 65535
573s veth numtxqueues 64 numrxqueues 64 gso_max_size 65536
gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size
65536
573s inet 192.168.6.134/24 metric 100 brd 192.168.6.255 scope global
dynamic eth43
573s valid_lft 3598sec preferred_lft 3598sec
573s inet6 fe80::ec7a:65ff:fe29:d43e/64 scope link proto kernel_ll
573s valid_lft forever preferred_lft forever
573s
573s
573s ----------------------------------------------------------------------
573s Ran 32 tests in 435.479s
573s
573s FAILED (failures=2, skipped=1)
https://ci.debian.net/packages/n/netplan.io/testing/s390x/58694861/
717s ======================================================================
717s FAIL: test_eth_permanent_mac
(__main__.TestNetworkManager.test_eth_permanent_mac)
717s ----------------------------------------------------------------------
717s Traceback (most recent call last):
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/ethernets.py",
line 79, in test_eth_permanent_mac
717s self.assert_iface_up(self.dev_e2_client,
717s ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
717s ['inet 192.168.6.[0-9]+/24', f'ether
{self.dev_e2_client_mac}'])
717s
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 337, in assert_iface_up
717s out = self.assert_iface(iface, expected_ip_a, unexpected_ip_a)
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 327, in assert_iface
717s self.assertRegex(out, r, out)
717s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
717s AssertionError: Regex didn't match: 'ether 0e:fa:23:39:76:1f' not
found in '31: eth43@veth43: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500
qdisc noqueue state UP group default qlen 1000\n link/ether
d2:70:98:3a:05:2c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu
68 maxmtu 65535 \n veth numtxqueues 64 numrxqueues 64 gso_max_size
65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535
gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 \n
inet 192.168.6.165/24 brd 192.168.6.255 scope global dynamic
noprefixroute eth43\n valid_lft 3599sec preferred_lft 3599sec\n
inet6 fe80::d070:98ff:fe3a:52c/64 scope link proto kernel_ll \n
valid_lft forever preferred_lft forever\n' : 31: eth43@veth43:
<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group
default qlen 1000
717s link/ether d2:70:98:3a:05:2c brd ff:ff:ff:ff:ff:ff promiscuity
0 allmulti 0 minmtu 68 maxmtu 65535
717s veth numtxqueues 64 numrxqueues 64 gso_max_size 65536
gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size
65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
717s inet 192.168.6.165/24 brd 192.168.6.255 scope global dynamic
noprefixroute eth43
717s valid_lft 3599sec preferred_lft 3599sec
717s inet6 fe80::d070:98ff:fe3a:52c/64 scope link proto kernel_ll
717s valid_lft forever preferred_lft forever
717s
717s
717s ======================================================================
717s FAIL: test_rename_interfaces
(__main__.TestNetworkManager.test_rename_interfaces)
717s ----------------------------------------------------------------------
717s Traceback (most recent call last):
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/ethernets.py",
line 288, in test_rename_interfaces
717s self.generate_and_settle(['iface1', 'iface2'])
717s ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 392, in generate_and_settle
717s self.nm_wait_connected(iface, 60)
717s ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 532, in nm_wait_connected
717s self.wait_output(['nmcli', 'dev', 'show', iface], '(connected',
timeout)
717s
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 528, in wait_output
717s self.fail('timed out waiting for "{}" to appear in
{}'.format(expected_output, cmd))
717s
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
717s AssertionError: timed out waiting for "(connected" to appear in
['nmcli', 'dev', 'show', 'iface2']
717s
717s ======================================================================
717s FAIL: test_eth_permanent_mac
(__main__.TestNetworkd.test_eth_permanent_mac)
717s ----------------------------------------------------------------------
717s Traceback (most recent call last):
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/ethernets.py",
line 79, in test_eth_permanent_mac
717s self.assert_iface_up(self.dev_e2_client,
717s ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
717s ['inet 192.168.6.[0-9]+/24', f'ether
{self.dev_e2_client_mac}'])
717s
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 337, in assert_iface_up
717s out = self.assert_iface(iface, expected_ip_a, unexpected_ip_a)
717s File
"/tmp/autopkgtest-lxc.xi3nvnnv/downtmp/build.R8a/src/tests/integration/base.py",
line 327, in assert_iface
717s self.assertRegex(out, r, out)
717s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
717s AssertionError: Regex didn't match: 'ether e2:b9:62:a0:4d:1e' not
found in '91: eth43@veth43: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500
qdisc noqueue state UP group default qlen 1000\n link/ether
d2:70:98:3a:05:2c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu
68 maxmtu 65535 \n veth numtxqueues 64 numrxqueues 64 gso_max_size
65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535
gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 \n
inet 192.168.6.182/24 metric 100 brd 192.168.6.255 scope global dynamic
eth43\n valid_lft 3597sec preferred_lft 3597sec\n inet6
fe80::d070:98ff:fe3a:52c/64 scope link proto kernel_ll \n
valid_lft forever preferred_lft forever\n' : 91: eth43@veth43:
<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group
default qlen 1000
717s link/ether d2:70:98:3a:05:2c brd ff:ff:ff:ff:ff:ff promiscuity
0 allmulti 0 minmtu 68 maxmtu 65535
717s veth numtxqueues 64 numrxqueues 64 gso_max_size 65536
gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size
65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
717s inet 192.168.6.182/24 metric 100 brd 192.168.6.255 scope global
dynamic eth43
717s valid_lft 3597sec preferred_lft 3597sec
717s inet6 fe80::d070:98ff:fe3a:52c/64 scope link proto kernel_ll
717s valid_lft forever preferred_lft forever
717s
717s
717s ----------------------------------------------------------------------
717s Ran 32 tests in 588.871s
717s
717s FAILED (failures=3, skipped=1)
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---