Verified running autopkgtest locally using LXD. 1. Create an autopkgtest image:
$ autopkgtest-build-lxd ubuntu-daily:jammy 2. Verify current linux-firmware 20220329.git681281e4-0ubuntu3.37 is broken: $ autopkgtest initramfs-tools -- lxd autopkgtest/ubuntu/jammy/amd64 2>&1 | tee bad.log $ grep 'Setting up linux-firmware' bad.log Setting up linux-firmware (20220329.git681281e4-0ubuntu3.37) ... Setting up linux-firmware (20220329.git681281e4-0ubuntu3.37) ... $ tail bad.log autopkgtest [16:21:53]: @@@@@@@@@@@@@@@@@@@@ summary shellcheck PASS (superficial) unit-tests PASS qemu-klibc PASS qemu-busybox PASS qemu-ata-only FAIL stderr: find: ‘/tmp/autopkgtest.Vhn6Jo/autopkgtest_tmp/mkinitramfs_B56ASN/lib/firmware’: No such file or directory qemu-virtio-only FAIL stderr: find: ‘/tmp/autopkgtest.Vhn6Jo/autopkgtest_tmp/mkinitramfs_6UVa4n/lib/firmware’: No such file or directory qemu-separate-usr FAIL stderr: find: ‘/tmp/autopkgtest.Vhn6Jo/autopkgtest_tmp/mkinitramfs_CDItZf/lib/firmware’: No such file or directory qemu-panic-shell FAIL stderr: find: ‘/tmp/autopkgtest.Vhn6Jo/autopkgtest_tmp/mkinitramfs_3fbzdR/lib/firmware’: No such file or directory qemu-net FAIL stderr: find: ‘/tmp/autopkgtest.Vhn6Jo/autopkgtest_tmp/mkinitramfs_EBUZvp/lib/firmware’: No such file or directory 3. Verify linux-firmware 20220329.git681281e4-0ubuntu3.38 from proposed is fixed: $ autopkgtest --apt-pocket=proposed initramfs-tools -- lxd autopkgtest/ubuntu/jammy/amd64 2>&1 | tee good.log $ grep 'Setting up linux-firmware' good.log Setting up linux-firmware (20220329.git681281e4-0ubuntu3.38) ... Setting up linux-firmware (20220329.git681281e4-0ubuntu3.38) ... $ tail good.log autopkgtest [16:38:23]: @@@@@@@@@@@@@@@@@@@@ summary shellcheck PASS (superficial) unit-tests PASS qemu-klibc PASS qemu-busybox PASS qemu-ata-only PASS qemu-virtio-only PASS qemu-separate-usr PASS qemu-panic-shell PASS qemu-net PASS ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2085503 Title: initramfs-tools/0.140ubuntu13.4 ADT test failure with linux/5.15.0-125.135 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2085503/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
