From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1LvY-0007vg-QV for qemu-devel@nongnu.org; Sun, 29 Jun 2014 16:42:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1LvU-0006Lo-0Z for qemu-devel@nongnu.org; Sun, 29 Jun 2014 16:42:20 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:45690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1LvT-0006Lg-PJ for qemu-devel@nongnu.org; Sun, 29 Jun 2014 16:42:15 -0400 Received: by mail-la0-f49.google.com with SMTP id gf5so4307119lab.36 for ; Sun, 29 Jun 2014 13:42:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140629203401.GA10622@redhat.com> References: <1404060115-27410-1-git-send-email-mst@redhat.com> <20140629203401.GA10622@redhat.com> From: Peter Maydell Date: Sun, 29 Jun 2014 21:41:54 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/37] pc,vhost,virtio fixes, enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: =?UTF-8?B?QWxleCBCZW5uw6ll?= , QEMU Developers , Anthony Liguori On 29 June 2014 21:34, Michael S. Tsirkin wrote: > BTW, I notice that out of the multiple make check runs, > one failed: > > https://travis-ci.org/qemu/qemu/jobs/28721760 > > I'm guessing this is unrelated to the tree itself, > this could be the race PM saw on arm manifesting on x86. > we should try a ton of runs of make check onx86 and see > whether the failure trigggers sometimes. Travis does that "no output for 10 minutes" thing all the time (including for things like "midway through compile" or "doing a git checkout") so I basically ignore those "build has errored" results as false positives. I assume their infrastructure is just flaky (which is a shame for a continuous integration product). thanks -- PMM