Control: tags -1 + moreinfo On 2025-03-05 13.53, Lee Garrett wrote: > when running `autopkgtest-build-qemu sid sid.img`, the resulting image is > unbootable and produces a timeout when using the virt-qemu runner. > > The relevant lines showing the issue are: > ``` > autopkgtest [13:17:34]: starting date and time: 2025-03-05 13:17:34+0100 > autopkgtest [13:17:34]: version 5.46 > autopkgtest [13:17:34]: host host; command line: /usr/bin/autopkgtest > ../hello_2.10-3_amd64.deb . -- qemu ../sid.img > qemu-system-x86_64: terminating on signal 15 from pid 25026 (/usr/bin/python3) > <VirtSubproc>: failure: timed out waiting for 'login prompt on serial console' > autopkgtest [13:18:34]: ERROR: testbed failure: unexpected eof from the > testbed > ```
Hello Lee, I can't reproduce this one: I can reliably do: autopkgtest-build-qemu sid sid.img autopkgtest hello_2.10-3_amd64.deb hello-2.10/ -- qemu sid.img This on a Debian testing system running autopkgtest 5.46. Can you please try "manually", i.e. not using your integration-test-qemu script in an autopkgtest run? (Maybe: you are running in emulation due to nesting, so things are slower and you hint a timeout?) Thanks! Paride