@Heinrich Noble now has autopkgtest 5.32, however autopkgtest-buildvm-ubuntu-cloud -v --arch riscv64 --release mantic --ram-size 2048
and autopkgtest-buildvm-ubuntu-cloud -v --arch riscv64 --release noble --ram-size 2048 both get stuck on my system after some OpenSBI messages. I can see `-machine virt` being passed to qemu now: the full commandline I see is: qemu-system-riscv64 -machine virt -m 2048 -smp 1 -nographic -device virtio-net-pci,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:22 -object rng- random,filename=/dev/urandom,id=rng0 -device virtio-rng- pci,rng=rng0,id=rng-device0 -monitor unix:/tmp/autopkgtest- qemu.jbultyp6/monitor,server=on,wait=off -virtfs local,id=autopkgtest,path=/tmp/autopkgtest- qemu.jbultyp6/shared,security_model=none,mount_tag=autopkgtest -device virtio-serial -chardev socket,path=/tmp/autopkgtest- qemu.jbultyp6/hvc0,server=on,wait=off,id=hvc0 -device virtconsole,chardev=hvc0 -chardev socket,path=/tmp/autopkgtest- qemu.jbultyp6/hvc1,server=on,wait=off,id=hvc1 -device virtconsole,chardev=hvc1 -serial unix:/tmp/autopkgtest- qemu.jbultyp6/ttyS0,server=on,wait=off -drive index=0,file=/tmp/autopkgtest-buildvm-ubuntu-cloudht0_5oo_/mantic- server-cloudimg-riscv64.img,format=qcow2,if=virtio,discard=unmap -drive index=1,file=/tmp/autopkgtest-buildvm-ubuntu- cloudht0_5oo_/autopkgtest.seed,format=raw,if=virtio,discard=unmap,readonly Do you hit the same issue? Are you perhaps able to spot other issues specific to riscv64? Thanks. ** Changed in: autopkgtest (Ubuntu) Status: Triaged => Confirmed -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to autopkgtest in Ubuntu. https://bugs.launchpad.net/bugs/2045639 Title: autopkgtest-buildvm-ubuntu-cloud --arch riscv64 fails Status in autopkgtest package in Ubuntu: Confirmed Bug description: The parameters for qemu-system-riscv64 issued by autopkgtest-buildvm- ubuntu-cloud are incorrect: $ autopkgtest-buildvm-ubuntu-cloud -v --arch riscv64 --release noble Downloading https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-riscv64.img... 640.7/643.9 MB (100%) Download successful. Resizing image, adding 20G... Image resized. Building seed image... Booting image to run cloud-init... qemu-system-riscv64: -drive index=1,file=/tmp/autopkgtest-buildvm-ubuntu-cloudsvusjack/autopkgtest.seed,format=raw,if=virtio,discard=unmap,readonly: warning: short-form boolean option 'readonly' deprecated Please use readonly=on instead qemu-system-riscv64: -device virtio-rng-pci,rng=rng0,id=rng-device0: No 'PCI' bus found for device 'virtio-rng-pci' qemu failed with status 1 This is the used QEMU command: qemu-system-riscv64 -m 512 -smp 1 -nographic -net nic,model=virtio -net user,hostfwd=tcp:127.0.0.1:10022-:22 -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0,id=rng-device0 -monitor unix:/tmp/autopkgtest-qemu.f6cxot3e/monitor,server=on,wait=off -virtfs local,id=autopkgtest,path=/tmp/autopkgtest-qemu.f6cxot3e/shared,security_model=none,mount_tag=autopkgtest -device virtio-serial -chardev socket,path=/tmp/autopkgtest-qemu.f6cxot3e/hvc0,server=on,wait=off,id=hvc0 -device virtconsole,chardev=hvc0 -chardev socket,path=/tmp/autopkgtest-qemu.f6cxot3e/hvc1,server=on,wait=off,id=hvc1 -device virtconsole,chardev=hvc1 -serial unix:/tmp/autopkgtest-qemu.f6cxot3e/ttyS0,server=on,wait=off -drive index=0,file=/tmp/autopkgtest-buildvm-ubuntu-cloudig049ad6/noble-server-cloudimg-riscv64.img,format=qcow2,if=virtio,discard=unmap -drive index=1,file=/tmp/autopkgtest-buildvm-ubuntu-cloudig049ad6/autopkgtest.seed,format=raw,if=virtio,discard=unmap,readonly Timed out waiting for /tmp/autopkgtest-qemu.f6cxot3e/ttyS0 socket The parameter "--machine virt" is missing. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/2045639/+subscriptions -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp