* QEMU 7.2 non-deterministic migration-test CI failure
@ 2022-11-29 21:58 Stefan Hajnoczi
2022-11-30 9:20 ` Dr. David Alan Gilbert
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2022-11-29 21:58 UTC (permalink / raw)
To: quintela, Dr. David Alan Gilbert; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1454 bytes --]
Hi,
The following cross-i386-tci migration-test failure was triggered by CI:
>>> MALLOC_PERTURB_=133 G_TEST_DBUS_DAEMON=/builds/qemu-project/qemu/tests/dbus-vmstate-daemon.sh QTEST_QEMU_BINARY=./qemu-system-i386 /builds/qemu-project/qemu/build/tests/qtest/migration-test --tap -k
――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――
stderr:
Could not access KVM kernel module: No such file or directory
Could not access KVM kernel module: No such file or directory
Could not access KVM kernel module: No such file or directory
Could not access KVM kernel module: No such file or directory
qemu-system-i386: Unknown savevm section type 126
../tests/qtest/libqtest.c:188: kill_qemu() detected QEMU death from signal 11 (Segmentation fault) (core dumped)
TAP parsing error: Too few tests run (expected 14, got 2)
(test program exited with status code -6)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
https://gitlab.com/qemu-project/qemu/-/jobs/3397205431
When I retried the test succeeded. I haven't managed to reproduce it
locally yet either.
Any ideas?
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: QEMU 7.2 non-deterministic migration-test CI failure
2022-11-29 21:58 QEMU 7.2 non-deterministic migration-test CI failure Stefan Hajnoczi
@ 2022-11-30 9:20 ` Dr. David Alan Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Dr. David Alan Gilbert @ 2022-11-30 9:20 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: quintela, qemu-devel
* Stefan Hajnoczi (stefanha@redhat.com) wrote:
> Hi,
> The following cross-i386-tci migration-test failure was triggered by CI:
>
> >>> MALLOC_PERTURB_=133 G_TEST_DBUS_DAEMON=/builds/qemu-project/qemu/tests/dbus-vmstate-daemon.sh QTEST_QEMU_BINARY=./qemu-system-i386 /builds/qemu-project/qemu/build/tests/qtest/migration-test --tap -k
> ――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――
> stderr:
> Could not access KVM kernel module: No such file or directory
> Could not access KVM kernel module: No such file or directory
> Could not access KVM kernel module: No such file or directory
> Could not access KVM kernel module: No such file or directory
> qemu-system-i386: Unknown savevm section type 126
> ../tests/qtest/libqtest.c:188: kill_qemu() detected QEMU death from signal 11 (Segmentation fault) (core dumped)
> TAP parsing error: Too few tests run (expected 14, got 2)
> (test program exited with status code -6)
> ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
>
> https://gitlab.com/qemu-project/qemu/-/jobs/3397205431
>
> When I retried the test succeeded. I haven't managed to reproduce it
> locally yet either.
>
> Any ideas?
Hmm, that's not good; I've not seen that error before, but:
QEMU_VM_SECTION_FOOTER= 0x7e
It probably means the destination read the wrong amount on a previous
section; probably something conditional on a state which is why
it only triggers sometimes.
Although, that would normally trigger a
'Missing section footer for ...'
rather than end up hitting that error.
I can try letting it soak on one of my test machines.
Dave
> Stefan
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-30 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 21:58 QEMU 7.2 non-deterministic migration-test CI failure Stefan Hajnoczi
2022-11-30 9:20 ` Dr. David Alan Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).