From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggY8F-0004NB-8w for qemu-devel@nongnu.org; Mon, 07 Jan 2019 11:52:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggY8E-0003Ll-30 for qemu-devel@nongnu.org; Mon, 07 Jan 2019 11:52:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43046) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggY8D-0003IY-TK for qemu-devel@nongnu.org; Mon, 07 Jan 2019 11:52:06 -0500 Date: Mon, 7 Jan 2019 14:42:43 -0200 From: Eduardo Habkost Message-ID: <20190107164243.GR4157@habkost.net> References: <20181221093623.738b71e9@bahia.lan> <20181221112634.4abd9d02@bahia.lan> <20181221182810.GA11197@flamenco> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181221182810.GA11197@flamenco> Subject: Re: [Qemu-devel] travis failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" Cc: Greg Kurz , Thomas Huth , Alexey Kardashevskiy , "qemu-devel@nongnu.org" On Fri, Dec 21, 2018 at 01:28:10PM -0500, Emilio G. Cota wrote: > On Fri, Dec 21, 2018 at 11:26:34 +0100, Greg Kurz wrote: > > On Fri, 21 Dec 2018 09:36:23 +0100 > > Greg Kurz wrote: > > > > > On Fri, 21 Dec 2018 07:47:07 +0100 > > > Thomas Huth wrote: > > > > > > > On 2018-12-21 04:06, Alexey Kardashevskiy wrote: > > > > > Hi > > > > > > > > > > I am trying https://travis-ci.org/aik/qemu/ and that thing fails every > > > > > time I am not so sure why. > > > > > > > > > > One example: > > > > > https://travis-ci.org/aik/qemu/jobs/470796318 > > > > > > > > > > The errors are like this: > > > > > > > > > > GTESTER check-qtest-unicore32 > > > > > GTESTER check-qtest-x86_64 > > > > > Could not access KVM kernel module: No such file or directory > > > > > qemu-system-x86_64: failed to initialize KVM: No such file or directory > > > > > qemu-system-x86_64: Back to tcg accelerator > > > > > > > > > > > > > > > Does anyone else see those? How do we fix them? Thanks. > > > > > > > > Some test are explicitly requesting "-M accel=kvm:tcg" and this is > > > > causing this message if KVM is not available. We could maybe silence > > > > them if qtest_enabled() ? > > > > > > > > Thomas > > > > > > > > > > > > > > I've also experienced a bunch of similar failures with travis, like: > > > > > > https://travis-ci.org/gkurz/qemu/jobs/466994463 > > > > > > > Today with tests/test-qht-par again: > > > > https://travis-ci.org/gkurz/qemu/jobs/470871251#L4455 > > > > Cc'ing Emilio for suggestions on how to go forward with this. > > Yes, this was being discussed in this thread: > > https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg01638.html > > I haven't heard from Eduardo in a while, I guess he's off for the > holidays. Yes, sorry. :) > > My latest suggestion was to try a branch where test-qht-par is > standalone, instead of using system(3) to call qht-bench--see > this message: > https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02056.html > > Can anyone please try that? Or at least let me know how to run > a test Travis build so that I can debug this faster. I don't remember the exact steps, but I think you should be able to trigger Travis jobs on your GitHub branches by just logging into travis-ci.org using your GitHub account. I have pushed your test-qht-par branch to my repository, and the jobs are still failing: https://travis-ci.org/ehabkost/qemu-hacks/jobs/475580438 -- Eduardo