From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: famz@redhat.com, peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [PULL v1 0/5] Merge sockets 2017/07/11
Date: Wed, 12 Jul 2017 10:13:35 +0100 [thread overview]
Message-ID: <20170712091335.GC5237@redhat.com> (raw)
In-Reply-To: <149978289196.30.5533219451464874880@5d477a5b5989>
On Tue, Jul 11, 2017 at 07:21:32AM -0700, no-reply@patchew.org 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: 20170711124411.10499-1-berrange@redhat.com
> 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 :|
next prev parent reply other threads:[~2017-07-12 9:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-11 12:44 [Qemu-devel] [PULL v1 0/5] Merge sockets 2017/07/11 Daniel P. Berrange
2017-07-11 12:44 ` [Qemu-devel] [PULL v1 1/5] sockets: ensure we can bind to both ipv4 & ipv6 separately Daniel P. Berrange
2017-07-11 12:44 ` [Qemu-devel] [PULL v1 2/5] sockets: don't block IPv4 clients when listening on "::" Daniel P. Berrange
2017-07-11 12:44 ` [Qemu-devel] [PULL v1 3/5] sockets: ensure we don't accept IPv4 clients when IPv4 is disabled Daniel P. Berrange
2017-07-11 12:44 ` [Qemu-devel] [PULL v1 4/5] io: preserve ipv4/ipv6 flags when resolving InetSocketAddress Daniel P. Berrange
2017-07-11 12:44 ` [Qemu-devel] [PULL v1 5/5] tests: add functional test validating ipv4/ipv6 address flag handling Daniel P. Berrange
2017-07-11 14:21 ` [Qemu-devel] [PULL v1 0/5] Merge sockets 2017/07/11 no-reply
2017-07-12 9:13 ` Daniel P. Berrange [this message]
2017-07-12 11:30 ` Daniel P. Berrange
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170712091335.GC5237@redhat.com \
--to=berrange@redhat.com \
--cc=famz@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.