Your message dated Thu, 10 Apr 2025 11:34:50 +0000
with message-id <e1u2qbg-00fdmm...@fasolo.debian.org>
and subject line Bug#1100907: fixed in netplan.io 1.1.2-5
has caused the Debian Bug report #1100907,
regarding netplan.io: flaky autopkgtest (mostly on amd64 and s390x): multiple 
sub tests
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 ow...@bugs.debian.org
immediately.)


-- 
1100907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- 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)

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: netplan.io
Source-Version: 1.1.2-5
Done: Lukas Märdian <sl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
netplan.io, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1100...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lukas Märdian <sl...@debian.org> (supplier of updated netplan.io package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Apr 2025 11:26:06 +0200
Source: netplan.io
Built-For-Profiles: noudeb
Architecture: source
Version: 1.1.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Networking Team <team+network...@tracker.debian.org>
Changed-By: Lukas Märdian <sl...@debian.org>
Closes: 1100907
Changes:
 netplan.io (1.1.2-5) unstable; urgency=medium
 .
   * d/control: Suggest systemd-resolved for enhanced 'netplan status'
   * d/t/control: Add dpkg-dev test-dep for 'dpkg-vendor' checks.
   * d/t/control,prep-testbed: Avoid systemd-resolved test-dependency.
   * Avoid failure in ethernets.py test without systemd-resolved
     - d/p/0005-tests-ethernets-Avoid-test-failure-when-systemd-reso.patch
   * Avoid flaky test failures on riscv64.
     - d/p/0006-tests-regressions-Give-more-time-for-slow-architectu.patch
   * Avoid race condition with veth MAC addresses. (Closes: #1100907)
     - d/p/0007-tests-integration-Avoid-race-condition-with-veth-MAC.patch
Checksums-Sha1:
 90c1e32104dad378b33be24f838836bcf64056eb 3020 netplan.io_1.1.2-5.dsc
 60da19b171f65ccb96cbad555386d23ea5dbc7f9 24732 netplan.io_1.1.2-5.debian.tar.xz
 a8f936d53ecfc8a710bde49d6bdf0fa5d59c3a10 12945 
netplan.io_1.1.2-5_source.buildinfo
Checksums-Sha256:
 86c3ab4f2c8e5606a54f14de869a08b7f43bc97cd80055b13115464865da0adf 3020 
netplan.io_1.1.2-5.dsc
 aa99c7c10c1a092a3c30dae6a77ed7eef56e7c718a6e58ca92a808ad4bc5135c 24732 
netplan.io_1.1.2-5.debian.tar.xz
 9643744fb87cc1921e51afb9d8ef322ab39f323c5e6e53dfbad105d140e64710 12945 
netplan.io_1.1.2-5_source.buildinfo
Files:
 b0bda4dd1e5fef99d97b763fb2148aee 3020 net optional netplan.io_1.1.2-5.dsc
 120aca24a7b597fadc27918b80f7d71a 24732 net optional 
netplan.io_1.1.2-5.debian.tar.xz
 d5439fb360f3a378bb11d4cef7eea888 12945 net optional 
netplan.io_1.1.2-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEco7DU8UfXhRO0oCBM4dveyhIiTsFAmf3p74ACgkQM4dveyhI
iTvrrxAArQhjJJZD2zXBIlIlSHYS7enO2GMTXDmYy4Yt9E2IcbpacCsZ/bZ9A//X
cW6Bb+lCaoWXTk3K+59g5hocRWm2ngnK8w48Mi6ErRO/635t2JizO/E702T9SlKF
hlRjviicqic+SNcN1dNsNpXrBLlFNCHTziD3ehDuA09GyMTVvGFjmJjafjKUrzSa
mnId2PpKh98d4egy8nlNHV1LC1ly/RI5xmugziV9kji1iaNjdsEzpNthyrv9uDa7
OC1gHg1nHVLrNkdtLvK5J+/i2OcmvVb7ldUqiNAAqV3R9bVGJD3uQbOYQCOlwpfc
+oGN/KE2gMN1AFKWTxVuZezzCriiOMOpm1Fe+AAW2dA07pnBXxrJ2YdVgT0Kgldt
TTJmpSpV9NQwujgWis/LhBZqsuT2f89WzucabvjkTGeCLC7JdzEFzQEaj58nKkxi
Jlg4MgvoQ8nEPSBJ8K+YHNpwY5sCVj6vHAKkY2GPCiu3Di8kq5mD4rnjeDx/nKw6
5a8bH5xJcoDtvqaLYWMYpk7vnF9xagMbEJpo/XafTzPZoBZBFf63HvPInoCOrf1x
TgsumpIv999dZHjVV9FY9e+QhBvv4dIEUjIwkarMF5fEn8tzw97D9fDuMjMPdSzy
Iz+eVOdv9Yhr8Lgb6+/Yl2uE+e4RYQEf6xUkLW5aC9sp3M1zGNA=
=zpqF
-----END PGP SIGNATURE-----

Attachment: pgpmqd3YZZLW3.pgp
Description: PGP signature


--- End Message ---

Reply via email to