canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #03317
[Bug 2045639] Re: autopkgtest-buildvm-ubuntu-cloud --arch riscv64 fails
*** This bug is a duplicate of bug 2056764 ***
https://bugs.launchpad.net/bugs/2056764
** This bug has been marked a duplicate of bug 2056764
autopkgtest-buildvm-ubuntu-cloud fails on riscv64 due to invoking qemu-system-riscv64 with -m virt acpi=on
--
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
References