On Tue, Jul 11, 2017 at 07:21:32AM -0700, [email protected] wrote: > Hi, > > This series failed automatic build test. Please find the testing commands and > their output below. If you have docker installed, you can probably reproduce > it > locally. > > Message-id: [email protected] > Type: series > Subject: [Qemu-devel] [PULL v1 0/5] Merge sockets 2017/07/11 >
[snip] > GTESTER check-qtest-x86_64 > GTESTER check-qtest-aarch64 [snip] > ** > ERROR:/tmp/qemu-test/src/tests/test-sockets-proto.c:849:test_listen: > assertion failed: (data->ipv4 == 0) The problem here is that we're running qtests for x86_64 and aarch64 in parallel, and both are trying to bind to the same IPv4/IPv6 ports and so one fails. Peter please avoid applying this PULL request until I figure out a solution for that race. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
