[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V6 00/24] Live update: cpr-transfer
From: |
Steven Sistare |
Subject: |
Re: [PATCH V6 00/24] Live update: cpr-transfer |
Date: |
Tue, 14 Jan 2025 16:14:41 -0500 |
User-agent: |
Mozilla Thunderbird |
On 1/14/2025 3:29 PM, Fabiano Rosas wrote:
Hi Steve,
The CI shows some issues, please take a look:
https://gitlab.com/farosas/qemu/-/pipelines/1624984802
------------------
I will fix this bug in V7 tomorrow. Same failure for each.
cross-armhf-user
cross-i686-system
cross-i686-tci
cross-i686-user
cross-mipsel-system
cross-mipsel-user
In file included from ../util/oslib-posix.c:36:
../util/oslib-posix.c: In function qemu_shm_alloc:
/builds/farosas/qemu/include/qapi/error.h:335:43: error: format %llu expects
argument of type long long unsigned int, but argument 7 has type size_t {aka
unsigned int} [-Werror=format=]
335 | (os_error), (fmt), ## __VA_ARGS__)
---------------------------------------------
I will fix this bug in V7 tomorrow.
cross-win64-system
hw/core/machine.c:467:13: error: 'machine_set_aux_ram_share' defined but not
used [-Werror=unused-function]
hw/core/machine.c:460:13: error: 'machine_get_aux_ram_share' defined but not
used [-Werror=unused-function]
-------------------------------------------------
This bug could be mine, but I need to investigate further and reproduce it.
It occurs on s390x, but all migration tests pass for me on x86_64.
clang-system
s390x/migration/mode/transfer -
ERROR:../tests/qtest/libqtest.c:1362:qtest_vqmp_assert_success_ref: assertion failed:
(qdict_haskey(response, "return")) FAIL
23/109 qemu:qtest+qtest-s390x / qtest-s390x/migration-test ERROR
199.38s killed by signal 6 SIGABRT
>>> G_TEST_DBUS_DAEMON=/builds/farosas/qemu/tests/dbus-vmstate-daemon.sh
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 QTEST_QEMU_IMG=./qemu-img
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
PYTHON=/builds/farosas/qemu/build/pyvenv/bin/python3 MESON_TEST_ITERATION=1
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-storage-daemon
MALLOC_PERTURB_=123 QTEST_QEMU_BINARY=./qemu-system-s390x
/builds/farosas/qemu/build/tests/qtest/migration-test --tap -k
stderr:
ERROR:../tests/qtest/libqtest.c:1362:qtest_vqmp_assert_success_ref: assertion failed:
(qdict_haskey(response, "return"))
../tests/qtest/libqtest.c:207: kill_qemu() detected QEMU death from signal 15
(Terminated)
(test program exited with status code -6)
Full log written to /builds/farosas/qemu/build/meson-logs/testlog.txt
make: *** [Makefile.mtest:26: do-meson-check] Error 1
Saving cache for failed job 02:46
Creating cache clang-system-non_protected...
ccache: found 15435 matching artifact files and directories
Uploading cache.zip to
https://storage.googleapis.com/gitlab-com-runners-cache/project/43309410/clang-system-non_protected
--------------------------------------------------------------------
I do not recognize the RUST test failures.
- Steve
- [PATCH V6 13/24] migration: SCM_RIGHTS for QEMUFile, (continued)
- [PATCH V6 13/24] migration: SCM_RIGHTS for QEMUFile, Steve Sistare, 2025/01/14
- [PATCH V6 17/24] migration-test: memory_backend, Steve Sistare, 2025/01/14
- [PATCH V6 14/24] migration: VMSTATE_FD, Steve Sistare, 2025/01/14
- [PATCH V6 15/24] migration: cpr-transfer save and load, Steve Sistare, 2025/01/14
- [PATCH V6 21/24] tests/qtest: enhance migration channels, Steve Sistare, 2025/01/14
- [PATCH V6 19/24] tests/qtest: defer connection, Steve Sistare, 2025/01/14
- [PATCH V6 23/24] migration-test: cpr-transfer, Steve Sistare, 2025/01/14
- Re: [PATCH V6 00/24] Live update: cpr-transfer, Steven Sistare, 2025/01/14
- Re: [PATCH V6 00/24] Live update: cpr-transfer, Fabiano Rosas, 2025/01/14
- Re: [PATCH V6 00/24] Live update: cpr-transfer,
Steven Sistare <=