
We have tests that used to pass 2-3 weeks ago, but started to fail today on ppc64le with this error: qemu-kvm: Requested safe cache capability level not supported by kvm, try appending -machine cap-cfpc=broken Full log: https://jenkins.ovirt.org/job/ovirt-imageio_standard-check-patch/3599//artif... I can add -machine cap-cfpc=broken, but it looks like we are running the wrong qemu version in CI: 17:31:08,513 DEBUG (MainThread) [qmp] Talking with qemu 4.2.0 We should use 5.1.0, available on Centos 8.3.2011: $ dnf info qemu-kvm ... Available Packages Name : qemu-kvm Epoch : 15 Version : 5.1.0 Release : 14.el8.1 Architecture : x86_64 Size : 126 k Source : qemu-kvm-5.1.0-14.el8.1.src.rpm Repository : ovirt-master-advanced-virtualization-testing Is it possible that we don't have a build for ppc6le, or something is broken in this build? Since the tests used to pass, I don't think this is a repo issue. Nir