qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Greg Kurz" <groug@kaod.org>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Richard Henderson" <rth@twiddle.net>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] travis-ci 'make check' timeouts (was Re: [PULL 00/11] x86 queue, 2017-02-27)
Date: Thu, 2 Mar 2017 17:22:51 +0100	[thread overview]
Message-ID: <4f5aad6a-9959-5461-d0dd-e575010bea42@redhat.com> (raw)
In-Reply-To: <20170302160734.GB11509@thinpad.lan.raisama.net>



On 02/03/2017 17:07, Eduardo Habkost wrote:
> On Thu, Mar 02, 2017 at 04:54:26PM +0100, Paolo Bonzini wrote:
>> On 02/03/2017 16:39, Eduardo Habkost wrote:
>>> On Tue, Feb 28, 2017 at 07:17:39PM +0000, Peter Maydell wrote:
>>>> On 28 February 2017 at 19:12, Eduardo Habkost <ehabkost@redhat.com> wrote:
>>>>> I saw a failure on x86-pull-request that seemed to be because of
>>>>> vhost-user-test[1]. However, after restarting the job, it
>>>>> passed[2].
>>>>
>>>> I'm currently processing a patch which (hopefully) fixes
>>>> vhost-user-test's intermittent failures:
>>>> http://patchwork.ozlabs.org/patch/732747/
>>>
>>> I'm not sure it will solve the issues on hosts without KVM. As
>>> far as I can see, if vhost-user-test is working without KVM, it
>>> is working by accident.
>>
>> Well, it has worked for a while before the patch.
> 
> Before which patch?

The one mentioned in the commit message by Marc-André:
b0a335e351103bf92f3f9d0bd5759311be8156ac.

Paolo

> 
>>                                                    As long as you don't
>> overwrite code with vhost-user data and then try to run that data,
>> things will be fine.  Just not something you can use in practice, but it
>> works in tests.
> 
> Earlier this week I saw the wait_for_fds assertion (mentioned at
> the thread above) on a travis-ci job again, and I was suspecting
> it was the same vhost_set_mem_table() + TCG error seen at the
> thread above.
> 
> Unfortunately travis-ci overwrote the previous logs when I
> restarted the job, and now I can't confirm if it was really the
> same vhost_set_mem_table() error. I guess we'll have to simply
> wait and see if it fails again.
> 

  parent reply	other threads:[~2017-03-02 16:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 16:24 [Qemu-devel] [PULL 00/11] x86 queue, 2017-02-27 Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 01/11] i386: Unset cannot_destroy_with_object_finalize_yet on "host" model Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 02/11] i386: Add ordering field to CPUClass Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 03/11] i386: Rename X86CPU::host_features to X86CPU::max_features Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 04/11] i386: Reorganize and document CPUID initialization steps Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 05/11] qapi-schema: Comment about full expansion of non-migration-safe models Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 06/11] i386: Create "max" CPU model Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 07/11] i386: Make "max" model not use any host CPUID info on TCG Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 08/11] i386: Don't set CPUClass::cpu_def on "max" model Eduardo Habkost
2017-02-27 16:24 ` [Qemu-devel] [PULL 09/11] i386: Define static "base" CPU model Eduardo Habkost
2017-02-27 16:25 ` [Qemu-devel] [PULL 10/11] i386: Implement query-cpu-model-expansion QMP command Eduardo Habkost
2017-02-27 16:25 ` [Qemu-devel] [PULL 11/11] i386: Improve query-cpu-model-expansion full mode Eduardo Habkost
2017-02-27 19:16 ` [Qemu-devel] [PULL 00/11] x86 queue, 2017-02-27 Peter Maydell
2017-02-27 19:41   ` [Qemu-devel] travis-ci 'make check' timeouts (was Re: [PULL 00/11] x86 queue, 2017-02-27) Eduardo Habkost
2017-02-27 19:57     ` Greg Kurz
2017-02-28 19:12       ` Eduardo Habkost
2017-02-28 19:17         ` Peter Maydell
2017-03-02 15:39           ` Eduardo Habkost
2017-03-02 15:54             ` Paolo Bonzini
2017-03-02 16:07               ` Eduardo Habkost
2017-03-02 16:16                 ` Peter Maydell
2017-03-02 18:00                   ` Eduardo Habkost
2017-03-02 16:22                 ` Paolo Bonzini [this message]
2017-03-02 12:29   ` [Qemu-devel] [PULL 00/11] x86 queue, 2017-02-27 Peter Maydell

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=4f5aad6a-9959-5461-d0dd-e575010bea42@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=groug@kaod.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).