Message ID | 20240916122603.71615-1-kraxel@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, 16 Sept 2024 at 13:28, Gerd Hoffmann <kraxel@redhat.com> wrote: > > The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a: > > Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100) > > are available in the Git repository at: > > https://gitlab.com/kraxel/qemu.git tags/edk2-stable202408-20240916-pull-request > > for you to fetch changes up to 2b759fbc9a70258a244f98da3415947dccc2702e: > > add loongarch binaries for edk2-stable202408 (2024-09-16 14:21:34 +0200) > > ---------------------------------------------------------------- > edk2: update to 2024-08 stable tag > > ---------------------------------------------------------------- Hi; this fails CI: https://gitlab.com/qemu-project/qemu/-/jobs/7835418334 449/942 qemu:qtest+qtest-aarch64 / qtest-aarch64/bios-tables-test ERROR 50.07s killed by signal 6 SIGABRT >>> MALLOC_PERTURB_=179 QTEST_QEMU_BINARY=./qemu-system-aarch64 PYTHON=/home/gitlab-runner/builds/E8PpwMky/0/qemu-project/qemu/build/pyvenv/bin/python3 G_TEST_DBUS_DAEMON=/home/gitlab-runner/builds/E8PpwMky/0/qemu-project/qemu/tests/dbus-vmstate-daemon.sh QTEST_QEMU_IMG=./qemu-img QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-storage-daemon /home/gitlab-runner/builds/E8PpwMky/0/qemu-project/qemu/build/tests/qtest/bios-tables-test --tap -k ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― stderr: acpi-test: Warning! SSDT binary file mismatch. Actual [aml:/tmp/aml-9FJ0T2], Expected [aml:tests/data/acpi/aarch64/virt/SSDT.memhp]. See source file tests/qtest/bios-tables-test.c for instructions on how to update expected files. to see ASL diff between mismatched files install IASL, rebuild QEMU from scratch and re-run tests with V=1 environment variable set** ERROR:../tests/qtest/bios-tables-test.c:553:test_acpi_asl: assertion failed: (all_tables_match) (test program exited with status code -6) thanks -- PMM
Hi,
> acpi-test: Warning! SSDT binary file mismatch. Actual
Address has changed due to firmware size change.
I'll respin with acpi test data updates included.
take care,
Gerd