Activity log for bug #2036730

Date Who What changed Old value New value Message
2023-09-20 11:28:14 Heinrich Schuchardt bug added bug
2023-09-20 12:11:50 Heinrich Schuchardt summary autopkgtest on armhf times out waiting for console autopkgtest ignores --architecture flag
2023-09-22 12:05:21 Paride Legovini tags adt-351
2023-09-28 14:05:47 Ubuntu QA Website tags adt-351 adt-351 iso-testing
2023-10-04 21:59:11 Heinrich Schuchardt bug task added livecd-rootfs (Ubuntu)
2023-10-04 21:59:27 Heinrich Schuchardt livecd-rootfs (Ubuntu): importance Undecided High
2023-10-04 21:59:33 Heinrich Schuchardt livecd-rootfs (Ubuntu): status New Confirmed
2023-10-04 21:59:36 Heinrich Schuchardt autopkgtest (Ubuntu): status New Confirmed
2023-10-04 21:59:46 Heinrich Schuchardt autopkgtest (Ubuntu): importance Undecided High
2023-10-17 20:49:39 Brian Murray bug added subscriber Brian Murray
2023-10-17 20:49:43 Brian Murray livecd-rootfs (Ubuntu): status Confirmed In Progress
2023-10-17 20:49:51 Brian Murray livecd-rootfs (Ubuntu): assignee Heinrich Schuchardt (xypron)
2023-10-18 08:22:08 Launchpad Janitor merge proposal linked https://code.launchpad.net/~xypron/livecd-rootfs/+git/livecd-rootfs/+merge/453082
2023-10-18 08:24:35 Launchpad Janitor merge proposal linked https://code.launchpad.net/~xypron/livecd-rootfs/+git/livecd-rootfs/+merge/453886
2023-10-28 04:33:57 Launchpad Janitor livecd-rootfs (Ubuntu): status In Progress Fix Released
2023-11-01 18:21:48 Launchpad Janitor merge proposal linked https://code.launchpad.net/~andersson123/autopkgtest/+git/autopkgtest/+merge/455000
2023-11-01 18:33:56 Launchpad Janitor merge proposal linked https://code.launchpad.net/~andersson123/ubuntu/+source/autopkgtest/+git/autopkgtest/+merge/455001
2023-11-10 07:31:22 Launchpad Janitor merge proposal linked https://code.launchpad.net/~hyask/ubuntu/+source/autopkgtest/+git/autopkgtest/+merge/455429
2023-11-15 17:19:38 Paride Legovini autopkgtest (Ubuntu): status Confirmed Incomplete
2023-11-21 18:36:30 Brian Murray nominated for series Ubuntu Focal
2023-11-21 18:36:30 Brian Murray bug task added autopkgtest (Ubuntu Focal)
2023-11-21 18:36:30 Brian Murray bug task added livecd-rootfs (Ubuntu Focal)
2023-11-21 18:36:30 Brian Murray nominated for series Ubuntu Jammy
2023-11-21 18:36:30 Brian Murray bug task added autopkgtest (Ubuntu Jammy)
2023-11-21 18:36:30 Brian Murray bug task added livecd-rootfs (Ubuntu Jammy)
2023-11-21 18:36:30 Brian Murray nominated for series Ubuntu Mantic
2023-11-21 18:36:30 Brian Murray bug task added autopkgtest (Ubuntu Mantic)
2023-11-21 18:36:30 Brian Murray bug task added livecd-rootfs (Ubuntu Mantic)
2023-11-21 18:36:30 Brian Murray nominated for series Ubuntu Lunar
2023-11-21 18:36:30 Brian Murray bug task added autopkgtest (Ubuntu Lunar)
2023-11-21 18:36:30 Brian Murray bug task added livecd-rootfs (Ubuntu Lunar)
2023-11-21 18:36:43 Brian Murray livecd-rootfs (Ubuntu Focal): status New Triaged
2023-11-21 18:36:53 Brian Murray livecd-rootfs (Ubuntu Jammy): status New Triaged
2023-11-21 18:37:02 Brian Murray livecd-rootfs (Ubuntu Lunar): status New Triaged
2023-11-21 18:37:11 Brian Murray livecd-rootfs (Ubuntu Mantic): status New Triaged
2023-12-04 21:48:56 Brian Murray livecd-rootfs (Ubuntu Jammy): importance Undecided Medium
2023-12-04 21:48:56 Brian Murray livecd-rootfs (Ubuntu Jammy): assignee Brian Murray (brian-murray)
2023-12-04 21:49:06 Brian Murray livecd-rootfs (Ubuntu Jammy): status Triaged In Progress
2023-12-04 21:49:17 Brian Murray livecd-rootfs (Ubuntu Lunar): importance Undecided Medium
2023-12-04 21:49:17 Brian Murray livecd-rootfs (Ubuntu Lunar): status Triaged In Progress
2023-12-04 21:49:17 Brian Murray livecd-rootfs (Ubuntu Lunar): assignee Brian Murray (brian-murray)
2023-12-04 21:49:35 Brian Murray livecd-rootfs (Ubuntu Mantic): importance Undecided Medium
2023-12-04 21:49:35 Brian Murray livecd-rootfs (Ubuntu Mantic): status Triaged In Progress
2023-12-04 21:49:35 Brian Murray livecd-rootfs (Ubuntu Mantic): assignee Brian Murray (brian-murray)
2023-12-04 22:46:21 Brian Murray description On an arm64 as well as on amd64 I saw this behavior: $ autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic $ autopkgtest -U --apt-pocket=proposed -a armhf -s *.dsc -- qemu autopkgtest-mantic-armhf.img autopkgtest [13:18:32]: starting date and time: 2023-09-20 13:18:32+0200 autopkgtest [13:18:32]: version 5.28ubuntu1 autopkgtest [13:18:32]: host mcbin; command line: /usr/bin/autopkgtest -U --apt-pocket=proposed -a armhf -s forensics-all_3.47.dsc -- qemu autopkgtest-mantic-armhf.img qemu-system-aarch64: terminating on signal 15 from pid 3520 (/usr/bin/python3) <VirtSubproc>: failure: timed out waiting for 'login prompt on serial console' autopkgtest [13:19:33]: ERROR: testbed failure: unexpected eof from the testbed When trying to boot into the image on an arm64 system with qemu-system-aarch64 \ -machine virt -accel kvm -m 4G -smp 4 -cpu host,aarch64=off -nographic \ -object rng-random,filename=/dev/urandom,id=rng0 \ -device virtio-rng-pci,rng=rng0,id=rng-device0 \ -drive if=pflash,format=raw,unit=0,read-only=on,file=/usr/share/AAVMF/AAVMF32_CODE.fd \ -device virtio-net-pci,netdev=eth0 \ -netdev user,id=eth0,hostfwd=tcp::8022-:22 \ -drive file=autopkgtest-mantic-armhf.img,if=virtio,format=qcow2 the last messages displayed are EFI stub: Booting Linux Kernel... EFI stub: Entering in SVC mode with MMU enabled EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Using DTB from configuration table EFI stub: Exiting boot services... qemu-system-aarch64 seems to be close to idling at less than 0.5 % CPU load. So booting obviously stalled. Description ----------- The cloud images produced by livecd-rootfs do not properly configure the tty for armhf and subsequently the terminal output is not available. Test Case --------- 1) Run `autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic` substituting the release name as appropriate 2) Observe the last console message `EFI stub: Exiting boot services...` With a cloud image build with the livecd-rootfs version in -proposed you'll see much more output from `autopkgtest-buildvm-ubuntu-cloud` including cloud-init configuring the system. Regression Potential -------------------- The serial console is building set to ttyS0 differently that it was for architectures other than arm64 or armhf. However, this has been in place in noble for an extended period of time and has not cause any regressions for those architectures. Original Description -------------------- On an arm64 as well as on amd64 I saw this behavior: $ autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic $ autopkgtest -U --apt-pocket=proposed -a armhf -s *.dsc -- qemu autopkgtest-mantic-armhf.img autopkgtest [13:18:32]: starting date and time: 2023-09-20 13:18:32+0200 autopkgtest [13:18:32]: version 5.28ubuntu1 autopkgtest [13:18:32]: host mcbin; command line: /usr/bin/autopkgtest -U --apt-pocket=proposed -a armhf -s forensics-all_3.47.dsc -- qemu autopkgtest-mantic-armhf.img qemu-system-aarch64: terminating on signal 15 from pid 3520 (/usr/bin/python3) <VirtSubproc>: failure: timed out waiting for 'login prompt on serial console' autopkgtest [13:19:33]: ERROR: testbed failure: unexpected eof from the testbed When trying to boot into the image on an arm64 system with qemu-system-aarch64 \ -machine virt -accel kvm -m 4G -smp 4 -cpu host,aarch64=off -nographic \ -object rng-random,filename=/dev/urandom,id=rng0 \ -device virtio-rng-pci,rng=rng0,id=rng-device0 \ -drive if=pflash,format=raw,unit=0,read-only=on,file=/usr/share/AAVMF/AAVMF32_CODE.fd \ -device virtio-net-pci,netdev=eth0 \ -netdev user,id=eth0,hostfwd=tcp::8022-:22 \ -drive file=autopkgtest-mantic-armhf.img,if=virtio,format=qcow2 the last messages displayed are EFI stub: Booting Linux Kernel... EFI stub: Entering in SVC mode with MMU enabled EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Using DTB from configuration table EFI stub: Exiting boot services... qemu-system-aarch64 seems to be close to idling at less than 0.5 % CPU load. So booting obviously stalled.
2023-12-04 22:56:28 Brian Murray description Description ----------- The cloud images produced by livecd-rootfs do not properly configure the tty for armhf and subsequently the terminal output is not available. Test Case --------- 1) Run `autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic` substituting the release name as appropriate 2) Observe the last console message `EFI stub: Exiting boot services...` With a cloud image build with the livecd-rootfs version in -proposed you'll see much more output from `autopkgtest-buildvm-ubuntu-cloud` including cloud-init configuring the system. Regression Potential -------------------- The serial console is building set to ttyS0 differently that it was for architectures other than arm64 or armhf. However, this has been in place in noble for an extended period of time and has not cause any regressions for those architectures. Original Description -------------------- On an arm64 as well as on amd64 I saw this behavior: $ autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic $ autopkgtest -U --apt-pocket=proposed -a armhf -s *.dsc -- qemu autopkgtest-mantic-armhf.img autopkgtest [13:18:32]: starting date and time: 2023-09-20 13:18:32+0200 autopkgtest [13:18:32]: version 5.28ubuntu1 autopkgtest [13:18:32]: host mcbin; command line: /usr/bin/autopkgtest -U --apt-pocket=proposed -a armhf -s forensics-all_3.47.dsc -- qemu autopkgtest-mantic-armhf.img qemu-system-aarch64: terminating on signal 15 from pid 3520 (/usr/bin/python3) <VirtSubproc>: failure: timed out waiting for 'login prompt on serial console' autopkgtest [13:19:33]: ERROR: testbed failure: unexpected eof from the testbed When trying to boot into the image on an arm64 system with qemu-system-aarch64 \ -machine virt -accel kvm -m 4G -smp 4 -cpu host,aarch64=off -nographic \ -object rng-random,filename=/dev/urandom,id=rng0 \ -device virtio-rng-pci,rng=rng0,id=rng-device0 \ -drive if=pflash,format=raw,unit=0,read-only=on,file=/usr/share/AAVMF/AAVMF32_CODE.fd \ -device virtio-net-pci,netdev=eth0 \ -netdev user,id=eth0,hostfwd=tcp::8022-:22 \ -drive file=autopkgtest-mantic-armhf.img,if=virtio,format=qcow2 the last messages displayed are EFI stub: Booting Linux Kernel... EFI stub: Entering in SVC mode with MMU enabled EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Using DTB from configuration table EFI stub: Exiting boot services... qemu-system-aarch64 seems to be close to idling at less than 0.5 % CPU load. So booting obviously stalled. Description ----------- The cloud images produced by livecd-rootfs do not properly configure the tty for armhf and subsequently the terminal output is not available. Test Case --------- 1) Run `autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic` substituting the release name as appropriate 2) Observe the last console message `EFI stub: Exiting boot services...` With a cloud image build with the livecd-rootfs version in -proposed you'll see much more output from `autopkgtest-buildvm-ubuntu-cloud` including cloud-init configuring the system. Regression Potential -------------------- The serial console is being set to ttyS0 differently that it was for architectures other than arm64 or armhf. However, this has been in place in noble for an extended period of time and has not cause any regressions for those architectures. Original Description -------------------- On an arm64 as well as on amd64 I saw this behavior: $ autopkgtest-buildvm-ubuntu-cloud -v --arch armhf --release mantic $ autopkgtest -U --apt-pocket=proposed -a armhf -s *.dsc -- qemu autopkgtest-mantic-armhf.img autopkgtest [13:18:32]: starting date and time: 2023-09-20 13:18:32+0200 autopkgtest [13:18:32]: version 5.28ubuntu1 autopkgtest [13:18:32]: host mcbin; command line: /usr/bin/autopkgtest -U --apt-pocket=proposed -a armhf -s forensics-all_3.47.dsc -- qemu autopkgtest-mantic-armhf.img qemu-system-aarch64: terminating on signal 15 from pid 3520 (/usr/bin/python3) <VirtSubproc>: failure: timed out waiting for 'login prompt on serial console' autopkgtest [13:19:33]: ERROR: testbed failure: unexpected eof from the testbed When trying to boot into the image on an arm64 system with qemu-system-aarch64 \ -machine virt -accel kvm -m 4G -smp 4 -cpu host,aarch64=off -nographic \ -object rng-random,filename=/dev/urandom,id=rng0 \ -device virtio-rng-pci,rng=rng0,id=rng-device0 \ -drive if=pflash,format=raw,unit=0,read-only=on,file=/usr/share/AAVMF/AAVMF32_CODE.fd \ -device virtio-net-pci,netdev=eth0 \ -netdev user,id=eth0,hostfwd=tcp::8022-:22 \ -drive file=autopkgtest-mantic-armhf.img,if=virtio,format=qcow2 the last messages displayed are EFI stub: Booting Linux Kernel... EFI stub: Entering in SVC mode with MMU enabled EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Using DTB from configuration table EFI stub: Exiting boot services... qemu-system-aarch64 seems to be close to idling at less than 0.5 % CPU load. So booting obviously stalled.
2023-12-07 09:45:32 Ubuntu Archive Robot bug added subscriber Steve Langasek
2023-12-07 18:25:47 Andreas Hasenack livecd-rootfs (Ubuntu Lunar): status In Progress Fix Committed
2023-12-07 18:25:49 Andreas Hasenack bug added subscriber Ubuntu Stable Release Updates Team
2023-12-07 18:25:56 Andreas Hasenack bug added subscriber SRU Verification
2023-12-07 18:26:00 Andreas Hasenack tags adt-351 iso-testing adt-351 iso-testing verification-needed verification-needed-lunar
2023-12-07 18:48:43 Andreas Hasenack livecd-rootfs (Ubuntu Jammy): status In Progress Fix Committed
2023-12-07 18:48:49 Andreas Hasenack tags adt-351 iso-testing verification-needed verification-needed-lunar adt-351 iso-testing verification-needed verification-needed-jammy verification-needed-lunar
2023-12-12 18:51:29 Brian Murray tags adt-351 iso-testing verification-needed verification-needed-jammy verification-needed-lunar adt-351 iso-testing verification-done-lunar verification-needed verification-needed-jammy
2023-12-12 19:36:17 Brian Murray tags adt-351 iso-testing verification-done-lunar verification-needed verification-needed-jammy adt-351 iso-testing verification-done-jammy verification-done-lunar verification-needed
2023-12-12 19:40:39 Brian Murray tags adt-351 iso-testing verification-done-jammy verification-done-lunar verification-needed adt-351 iso-testing verification-done verification-done-jammy verification-done-lunar
2023-12-14 14:45:23 Andreas Hasenack livecd-rootfs (Ubuntu Mantic): status In Progress Fix Committed
2023-12-14 14:45:29 Andreas Hasenack tags adt-351 iso-testing verification-done verification-done-jammy verification-done-lunar adt-351 iso-testing verification-done-jammy verification-done-lunar verification-needed verification-needed-mantic
2023-12-15 17:13:43 Brian Murray tags adt-351 iso-testing verification-done-jammy verification-done-lunar verification-needed verification-needed-mantic adt-351 iso-testing verification-done-jammy verification-done-lunar verification-done-mantic verification-needed
2023-12-25 13:25:14 Simon Déziel bug added subscriber Simon Déziel
2024-01-01 17:55:57 Brian Murray livecd-rootfs (Ubuntu Focal): status Triaged Won't Fix
2024-01-04 22:01:55 Launchpad Janitor livecd-rootfs (Ubuntu Mantic): status Fix Committed Fix Released
2024-01-04 22:01:58 Andreas Hasenack removed subscriber Ubuntu Stable Release Updates Team
2024-01-04 22:04:53 Launchpad Janitor livecd-rootfs (Ubuntu Lunar): status Fix Committed Fix Released
2024-01-12 15:43:05 Ubuntu Archive Robot bug added subscriber Utkarsh Gupta
2024-01-15 15:20:15 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2024-01-15 15:20:19 Łukasz Zemczak tags adt-351 iso-testing verification-done-jammy verification-done-lunar verification-done-mantic verification-needed adt-351 iso-testing verification-done-lunar verification-done-mantic verification-needed verification-needed-jammy
2024-01-16 20:10:17 Andrew Cloke tags adt-351 iso-testing verification-done-lunar verification-done-mantic verification-needed verification-needed-jammy adt-351 iso-testing verification-done-jammy verification-done-lunar verification-done-mantic verification-needed
2024-01-17 11:44:47 Launchpad Janitor livecd-rootfs (Ubuntu Jammy): status Fix Committed Fix Released
2024-02-09 14:23:32 Paride Legovini autopkgtest (Ubuntu Lunar): status New Won't Fix
2024-02-09 14:28:27 Paride Legovini bug task deleted autopkgtest (Ubuntu Focal)
2024-02-09 14:34:51 Paride Legovini autopkgtest (Ubuntu): status Incomplete Fix Released
2024-02-09 14:34:57 Paride Legovini autopkgtest (Ubuntu Jammy): status New Fix Released
2024-02-09 14:35:00 Paride Legovini autopkgtest (Ubuntu Mantic): status New Fix Released