Package: edk2 Version: 2025.11-2 Severity: important X-Debbugs-Cc: [email protected]
Dear Maintainer, The dracut tests started to fail on arm64 on 2025-12-28 (correlating to the edk2 2025-11-1 upload): ``` Calling dracut --confdir /var/tmp/dracut-test.3Kx9dm/dracut.conf.d --add-confdir test --tmpdir /var/tmp/dracut-test.3Kx9dm/initrd /var/tmp/dracut-test.3Kx9dm/initramfs.testing run-qemu: /usr/bin/qemu-system-aarch64 -cpu max -M virt,gic-version=max -drive if=pflash,format=raw,readonly=on,unit=0,file=/usr/share/AAVMF/AAVMF_CODE.no-secboot.fd -smp 2 -m 1024 -nodefaults -vga none -display none -no-reboot -watchdog-action poweroff -device virtio-rng-pci -serial stdio -device i6300esb -nic none -device virtio-scsi-pci,id=scsi0 -drive if=none,format=raw,file=/var/tmp/dracut-test.3Kx9dm/marker.img,id=drive-data0 -device scsi-hd,bus=scsi0.0,drive=drive-data0,id=data0,serial=marker -device virtio-scsi-pci,id=scsi1 -drive if=none,format=raw,file=/var/tmp/dracut-test.3Kx9dm/root.img,id=drive-data1 -device scsi-hd,bus=scsi1.0,drive=drive-data1,id=data1,serial=root -append 'console=ttyAMA0,115200 root=LABEL=dracut panic=1 oops=panic softlockup_panic=1 systemd.crash_reboot systemd.journald.forward_to_console=1 ' -initrd /var/tmp/dracut-test.3Kx9dm/initramfs.testing -kernel /boot/vmlinuz-6.17.13+deb14-arm64 UEFI firmware (version 2025.11-2 built at 10:42:49 on Jan 3 2026) context canceled ``` See https://github.com/dracut-ng/dracut-ng/issues/1988 The same behavior can be seen for the initramfs-tools autopkgtests: ``` 177s run-qemu: qemu-system-arm64 -machine virt,gic-version=max -cpu max,pauth-impdef=on -m 1G -drive file=/usr/share/AAVMF/AAVMF_CODE.fd,if=pflash,format=raw,read-only=on -drive file=/tmp/autopkgtest-lxc.yemfpm60/downtmp/autopkgtest_tmp/AAVMF_VARS.fd.grYw4RSICW,if=pflash,format=raw -device virtio-rng-pci,rng=rng0 -object rng-random,filename=/dev/urandom,id=rng0 -nodefaults -no-reboot -kernel /boot/vmlinuz-6.17.13+deb14-arm64 -initrd /tmp/autopkgtest-lxc.yemfpm60/downtmp/autopkgtest_tmp/initramfs-test.rYlgtNCa2A/initrd.img -nographic -chardev stdio,id=char0 -serial chardev:char0 -drive file=/tmp/autopkgtest-lxc.yemfpm60/downtmp/autopkgtest_tmp/initramfs-test.rYlgtNCa2A/rootdisk.raw,if=virtio,media=disk,format=raw -device virtio-net-pci,netdev=lan0,mac=52:54:00:65:43:21 -netdev user,id=lan0,net=10.0.3.0/24,ipv6-net=fec7::/48,hostname=pizza,dnssearch=test,domainname=example.com,bootfile=/path/to/bootfile2 -device virtio-net-pci,netdev=lan1,mac=52:54:00:12:34:56 -netdev user,id=lan1,hostname=goulash,dnssearch=example,dnssearch=example.net,domainname=test,bootfile=/path/to/bootfile -append console=ttyS0,115200 ro root=/dev/vda panic=-1 177s UEFI firmware (version 2025.11-2 built at 10:42:49 on Jan 3 2026) 1977s qemu-system-arm64: terminating on signal 15 from pid 7896 (timeout) ``` -- Benjamin Drung Debian & Ubuntu Developer

