Your message dated Thu, 23 Mar 2023 09:41:53 +0000
with message-id <[email protected]>
and subject line Bug#1033265: fixed in netplan.io 0.106-3
has caused the Debian Bug report #1033265,
regarding netplan.io: autopkgtest tmpfails in unstable with systemd from
experimental
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 [email protected]
immediately.)
--
1033265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: netplan.io
Version: 0.106-1
Severity: important
X-Debbugs-CC: [email protected]
Dear maintainers,
Since the upload of systemd 253~rc2-1 to experimental the autopkgtest
tmpfails in unstable if tested with systemd from experimental. Your test
asks for a reboot, which times out. As tmpfails are immediately retried
by the Debian migration software, this is causing quite some load. Can
you please investigate?
Paul
https://ci.debian.net/data/autopkgtest/unstable/amd64/n/netplan.io/32304482/log.gz
autopkgtest [19:18:33]: test autostart: [-----------------------
+ dpkg-vendor --is Debian
+ rm -f /etc/network/interfaces
+ systemctl unmask systemd-networkd.service
+ systemctl unmask systemd-networkd.socket
+ systemctl unmask systemd-networkd-wait-online.service
+ systemctl enable systemd-networkd.service
Created symlink
/etc/systemd/system/dbus-org.freedesktop.network1.service →
/lib/systemd/system/systemd-networkd.service.
Created symlink
/etc/systemd/system/multi-user.target.wants/systemd-networkd.service →
/lib/systemd/system/systemd-networkd.service.
Created symlink
/etc/systemd/system/sockets.target.wants/systemd-networkd.socket →
/lib/systemd/system/systemd-networkd.socket.
Created symlink
/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
→ /lib/systemd/system/systemd-network-generator.service.
Created symlink
/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
→ /lib/systemd/system/systemd-networkd-wait-online.service.
+ systemctl start systemd-networkd.service
+ systemctl unmask systemd-resolved.service
+ systemctl enable systemd-resolved.service
+ systemctl start systemd-resolved.service
+ mount -o remount,rw /sys
+ systemctl unmask systemd-udevd.service
Removed "/etc/systemd/system/systemd-udevd.service".
+ systemctl start systemd-udevd.service
INFO: Doing initial check that there is no existing netplan config.
● systemd-networkd.service - Network Configuration
Loaded: loaded (/lib/systemd/system/systemd-networkd.service;
enabled; preset: enabled)
Active: active (running) since Mon 2023-03-20 19:18:33 UTC; 419ms ago
TriggeredBy: ● systemd-networkd.socket
Docs: man:systemd-networkd.service(8)
Main PID: 1274 (systemd-network)
Status: "Processing requests..."
Tasks: 1 (limit: 308759)
Memory: 1.3M
CPU: 33ms
CGroup: /system.slice/systemd-networkd.service
└─1274 /lib/systemd/systemd-networkd
Mar 20 19:18:33 ci-079-80a5bc06 systemd[1]: Starting
systemd-networkd.service - Network Configuration...
Mar 20 19:18:33 ci-079-80a5bc06 systemd-networkd[1274]: lo: Link UP
Mar 20 19:18:33 ci-079-80a5bc06 systemd-networkd[1274]: lo: Gained carrier
Mar 20 19:18:33 ci-079-80a5bc06 systemd-networkd[1274]: eth0: Link UP
Mar 20 19:18:33 ci-079-80a5bc06 systemd-networkd[1274]: eth0: Gained carrier
Mar 20 19:18:33 ci-079-80a5bc06 systemd-networkd[1274]: eth0: Gained IPv6LL
Mar 20 19:18:33 ci-079-80a5bc06 systemd-networkd[1274]: Enumeration
completed
Mar 20 19:18:33 ci-079-80a5bc06 systemd[1]: Started
systemd-networkd.service - Network Configuration.
INFO: systemd-networkd is fine, rebooting...
Killed
autopkgtest [19:18:34]: test process requested reboot with marker noconfig
+ dpkg-vendor --is Debian
+ rm -f /etc/network/interfaces
+ systemctl unmask systemd-networkd.service
+ systemctl unmask systemd-networkd.socket
+ systemctl unmask systemd-networkd-wait-online.service
+ systemctl enable systemd-networkd.service
+ systemctl start systemd-networkd.service
+ systemctl unmask systemd-resolved.service
+ systemctl enable systemd-resolved.service
+ systemctl start systemd-resolved.service
+ mount -o remount,rw /sys
+ systemctl unmask systemd-udevd.service
+ systemctl start systemd-udevd.service
INFO: Verifying that the test bridge is not up and writing config.
INFO: Configuration written, rebooting...
Killed
autopkgtest [19:18:43]: test process requested reboot with marker config
Unexpected error:
Traceback (most recent call last):
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 829, in mainloop
command()
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 758, in command
r = f(c, ce)
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 453, in cmd_reboot
caller.hook_wait_reboot(**wait_reboot_args)
File "/usr/bin/autopkgtest-virt-lxc", line 311, in hook_wait_reboot
wait_booted(lxc_container_name)
File "/usr/bin/autopkgtest-virt-lxc", line 117, in wait_booted
VirtSubproc.wait_booted(sudoify(['lxc-attach', '--name', lxc_name,
'--']),
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 247, in
wait_booted
check_exec(
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 192, in check_exec
(status, out, err) = execute_timeout(None, timeout, real_argv,
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 154, in
execute_timeout
(out, err) = sp.communicate(instr)
File "/usr/lib/python3.9/subprocess.py", line 1124, in communicate
stderr = self.stderr.read()
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 74, in
alarm_handler
raise Timeout(to)
VirtSubproc.Timeout: 60
autopkgtest [19:19:50]: ERROR: testbed failure: unexpected eof from the
testbed
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: netplan.io
Source-Version: 0.106-3
Done: Lukas Märdian <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lukas Märdian <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 23 Mar 2023 09:31:07 +0100
Source: netplan.io
Built-For-Profiles: noudeb
Architecture: source
Version: 0.106-3
Distribution: unstable
Urgency: medium
Maintainer: Debian netplan Maintainers <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1033265
Changes:
netplan.io (0.106-3) unstable; urgency=medium
.
* debian/tests: Fix testbed timeout with systemd v253 (Closes: #1033265)
* d/p/lp1997467: Improve DEP-3 headers
Checksums-Sha1:
017fef3962f8c656b8ef89863b80752b5de52a95 2838 netplan.io_0.106-3.dsc
6354434a4f758d83c718a507bd1a8583ebcc7522 13176 netplan.io_0.106-3.debian.tar.xz
d17ae269dfe61c151c7d29d61c78ac10a9228b77 12296
netplan.io_0.106-3_source.buildinfo
Checksums-Sha256:
44144d5925074fd55feb093f5ae4e1a594c1f06f0cb7cf705e69dfc30644fdd2 2838
netplan.io_0.106-3.dsc
1429c848e2f858715f8c8036af93129c88a49585b3a2327a07507c8d950c8848 13176
netplan.io_0.106-3.debian.tar.xz
d37b5de0c648a8c662d95e554d2f6f397b05961e209e5352ce6f205250d0328c 12296
netplan.io_0.106-3_source.buildinfo
Files:
6256831aa9fc3fa804cd50b604217698 2838 net optional netplan.io_0.106-3.dsc
f72c161178026f4acc0b89c9c38294d5 13176 net optional
netplan.io_0.106-3.debian.tar.xz
302ff1f82bbfb32192406c1c815ed8bf 12296 net optional
netplan.io_0.106-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmQcD4UACgkQv322IrMD
rIvoGBAAjfgc5XMnJxoCagZ/0Wq9eG4V2s1JYgy1TvioHZXBa9v5DUDh1oCft+Sr
2fdSLFVs01tfQzlASJl3Q89PZ1/QHQBwCH+UYZwqEoHvnMAZu3uMbwwR74wJiCQw
z3CZ2tXGgXk/iYRMgZ/JybgB6jM0EZwIMk2GnR0LLN7xNQLLT9T8P29fDkBje+s7
vwHbtXr2siK+WJSZI5QfZybCDf5VF62E3nqpGqbiezmUp7qXZDD/gi0i+S5yhi7S
rvC42536l106Y2dnFlJl41bzChzJcrhg5RcQMec31lo6gpG4mQJD+2uc3bsy/Gw8
Pqts6/iPI+Jn8NwRDVP7qTgIIBzEBOy/6ngOVxWRS1Uon+6pNfgD4RwHFF9hYuDL
rzr0zx4mftRVuhoow5a+jsoOzQa0LeHymvdvjM3gzGSGvOmkzkv+MUSGrH42d4iw
gvAmajZqIAHhz3MulX4fgNrAIO8CzVxwQ21S6ZvSS7Z+jZcZHQ92nHZdg+Bd/xOH
LJqFyCtOdAAbRq5z58gYd51WcIGDSktZPkaP80hmQRSkf6VF+4A/w0jJKG/7T3Lc
nEfEx2E9xSmPlZ6d1Al4x8i87kyqquX+KjID24UMUUdB3NIctLTtUEC+HJEOqyxl
3PP1mas+cUocBtAn/H7kQ7jyQsgLGJ4BQszlVNbA3M/XsySAYUc=
=OSph
-----END PGP SIGNATURE-----
--- End Message ---