Hi Adrian,

> [   14s] qemu-system-arm: -device virtio-rng-pci,rng=rng0: No 'PCI' bus found 
> for device 'virtio-rng-pci'

I fixed that already a bit over a month ago. see
https://github.com/openSUSE/obs-build/pull/210/ That needs to be
deployed.

In case you're wondering why all build workers on all architectures
are broken right now: there is a typo in the changes that you deployed
on the server:

from build-vm-kvm line 192:

- kvm_options="$kvm_options -object
rng-random,filename=/dev/hwrng,id=rng0 -device
kvm_rng_device,rng=rng0"
+ kvm_options="$kvm_options -object
rng-random,filename=/dev/hwrng,id=rng0 -device
$kvm_rng_device,rng=rng0"

On the aarch64 workers I have deployed a local hack so that it doesn't
fetch the broken build script anymore.


Greetings,
Dirk
-- 
To unsubscribe, e-mail: opensuse-arm+unsubscr...@opensuse.org
To contact the owner, e-mail: opensuse-arm+ow...@opensuse.org

Reply via email to