From: Fam Zheng <famz@redhat.com>
To: Knut Omang <knut.omang@oracle.com>
Cc: qemu-devel@nongnu.org, berrange@redhat.com, kraxel@redhat.com,
pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/2] Unit test+fix for problem with QEMU handling of multiple bind()s to the same port
Date: Tue, 13 Jun 2017 15:21:31 +0800 [thread overview]
Message-ID: <20170613072131.GC6083@lemon.lan> (raw)
In-Reply-To: <1497336167.2975.17.camel@oracle.com>
On Tue, 06/13 08:42, Knut Omang wrote:
> > GTESTER tests/test-qht-par
> > ** Failed to assign a port to thread 0 (errno = 111)
> > **
> > ERROR:/tmp/qemu-test/src/tests/test-listen.c:103:listen_compete_nthr: assertion failed:
> > (strstr(thr[i].errstr, "Failed to listen on socket") != NULL)
> > GTester: last random seed: R02S7bbaabe0e7d7cadb4b06bd43593754ef
> > ** Failed to assign a port to thread 0 (errno = 111)
> > **
> > ERROR:/tmp/qemu-test/src/tests/test-listen.c:103:listen_compete_nthr: assertion failed:
> > (strstr(thr[i].errstr, "Failed to listen on socket") != NULL)
> > GTester: last random seed: R02S3ef87a7625dc47c6cabe0aeaf2636fd2
> > make: *** [check-tests/test-listen] Error 1
> > make: *** Waiting for unfinished jobs....
>
> This is a bit odd - an environment issue/limitation with the docker image?
> (I do create a lot of threads and parallel calls here to provoke the original error..)
>
> According to my man pages neither of the system calls involved ( bind(), listen(),
> getaddrinfo() or socket() ) may return ECONNREFUSED (= 111) ?
>
> I'll fix v2 to get some more details from the test here..
>
> > Broken pipe
> > GTester: last random seed: R02Sb1267c89d00d2ed82064ff85f35be761
> > Could not access KVM kernel module: No such file or directory
> > failed to initialize KVM: No such file or directory
> > Back to tcg accelerator.
>
> I gather this is just a consequence of the failing test, or another environment issue?
Please ignore the KVM warnings, it's not available in the docker env and
triggers on all patches for now.
Fam
next prev parent reply other threads:[~2017-06-13 7:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-09 19:19 [Qemu-devel] [PATCH 0/2] Unit test+fix for problem with QEMU handling of multiple bind()s to the same port Knut Omang
2017-06-09 19:19 ` [Qemu-devel] [PATCH 1/2] Add test-listen - a stress test for QEMU socket listen Knut Omang
2017-06-09 19:19 ` [Qemu-devel] [PATCH 2/2] socket: Handle race condition between binds to the same port Knut Omang
2017-06-14 8:17 ` Daniel P. Berrange
2017-06-14 11:34 ` Knut Omang
2017-06-09 19:25 ` [Qemu-devel] [PATCH 0/2] Unit test+fix for problem with QEMU handling of multiple bind()s " no-reply
2017-06-09 19:39 ` Eric Blake
2017-06-13 5:36 ` Knut Omang
2017-06-09 21:04 ` no-reply
2017-06-13 6:42 ` Knut Omang
2017-06-13 7:21 ` Fam Zheng [this message]
2017-06-09 21:16 ` no-reply
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=20170613072131.GC6083@lemon.lan \
--to=famz@redhat.com \
--cc=berrange@redhat.com \
--cc=knut.omang@oracle.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).