Peter Maydell <peter.mayd...@linaro.org> writes: +cc Daniel.
> Random intermittent in migration-test when running the tests > in the openbsd VM (i.e. what you get from 'make -C build vm-build-openbsd') > Any ideas? Where's your HEAD at? > > 106/847 qemu:qtest+qtest-x86_64 / qtest-x86_64/migration-test > ERROR 157.51s killed by signal 6 SIGABRT > ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― > stderr: > qemu-system-x86_64: multifd_send_sync_main: channel 12 has already quit > qemu-system-x86_64: TLS handshake failed: The TLS connection was > non-properly terminated. > qemu-system-x86_64: TLS handshake failed: Error in the push function. > qemu-system-x86_64: Failed to connect to '127.0.0.1:23083': Address > already in use Looks like a legitimate port clash here when doing the TLS connection. It seems the test is not prepared to deal with it. > qemu-system-x86_64: TLS handshake failed: Error in the push function. > qemu-system-x86_64: TLS handshake failed: Error in the push function. > qemu-system-x86_64: TLS handshake failed: Error in the push function. > qemu-system-x86_64: TLS handshake failed: Error in the push function. > ** > ERROR:../src/tests/qtest/migration-helpers.c:180:check_migration_status: > assertion failed (current_status != "failed"): ("failed" != "failed") > qemu-system-x86_64: TLS handshake failed: Error in the push function. > > (test program exited with status code -6) > > > thanks > -- PMM