[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#43534: qemu-minimal-5.1.0 fails to build during test phase on aarch6
From: |
Maxim Cournoyer |
Subject: |
bug#43534: qemu-minimal-5.1.0 fails to build during test phase on aarch64 |
Date: |
Sun, 20 Sep 2020 14:12:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello Stefan!
Stefan <stefan-guix@vodafonemail.de> writes:
> Hi!
>
> Building qemu-minimal-5.1.0 based on commit
> 4d82e8e5c5f7e43dbaf5d009697915717d15b155 fails during testing on aarch64,
> allthough I don’t find a failing test in the log.
Do you think this is a regression? I doubt so, because even before
pushing the update to 5.1.0, the test suite of qemu (not qemu-minimal)
was failing on master.
The error in the log you posted appear to be:
ERROR:tests/qtest/arm-cpu-features.c:508:test_query_cpu_model_expansion_kvm:
assertion failed: (resp_has_props(_resp))
ERROR arm-cpu-features - Bail out!
ERROR:tests/qtest/arm-cpu-features.c:508:test_query_cpu_model_expansion_kvm:
assertion failed: (resp_has_props(_resp))
You could try commenting out the "check-qtest-aarch64-y +=
arm-cpu-features" line in tests/qtest/Makefile.include, as was done for
bios-tables-test in commit afeed71ae447ea18f7bc1b0b331e73e995308251.
Maxim