* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > On 11/26/19 10:19 AM, no-re...@patchew.org wrote: > > Patchew URL: > > https://patchew.org/QEMU/20191126085936.1689-1-pbonz...@redhat.com/ > > > > 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. Dave > [...] > > real 9m26.610s > > user 0m8.328s > > > > > > The full log is available at > > http://patchew.org/logs/20191126085936.1689-1-pbonz...@redhat.com/testing.docker-quick@centos7/?type=message. > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK