* Philippe Mathieu-Daudé (address@hidden) wrote:
On 11/26/19 10:19 AM, address@hidden wrote:
> Patchew URL: https://patchew.org/QEMU/address@hidden/
>
> This series failed the docker-quick@centos7 build test. Please find the
testing commands and
> their output below. If you have Docker installed, you can probably reproduce
it
> locally.
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> make docker-image-centos7 V=1 NETWORK=1
> time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
> === TEST SCRIPT END ===
>
> TEST check-unit: tests/test-thread-pool
> wait_for_migration_fail: unexpected status status=wait-unplug allow_active=1
> **
> ERROR:/tmp/qemu-test/src/tests/migration-test.c:908:wait_for_migration_fail:
assertion failed: (result)
> ERROR - Bail out!
ERROR:/tmp/qemu-test/src/tests/migration-test.c:908:wait_for_migration_fail:
assertion failed: (result)
> make: *** [check-qtest-aarch64] Error 1
Should we worry about this error?
Interesting; that should be fixed by Jens'
284f42a520cd9f5905abac2fa50397423890de8f - unless fix dev_unplug_pending
is still lying; it's showing we're still landing in 'wait-unplug' on
aarch, because it's got a virtio-net by default; even though we've not
got a failover device setup. CCing Jens.