From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwXDQ-0003MW-WC for qemu-devel@nongnu.org; Wed, 20 Feb 2019 14:07:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwXDP-0003pq-T7 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 14:07:32 -0500 Received: from mail-wm1-f65.google.com ([209.85.128.65]:35445) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwXDN-0003o8-U2 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 14:07:31 -0500 Received: by mail-wm1-f65.google.com with SMTP id y15so7543539wma.0 for ; Wed, 20 Feb 2019 11:07:28 -0800 (PST) References: <20190220172811.10588-1-alex.bennee@linaro.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <10c1b641-bcd6-3f1e-fc8e-dd5494aa6061@redhat.com> Date: Wed, 20 Feb 2019 20:07:26 +0100 MIME-Version: 1.0 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v1 0/8] testing/next List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org, pbonzini@redhat.com, Stefan Hajnoczi Cc: peter.maydell@linaro.org On 2/20/19 6:28 PM, Alex Bennée wrote: > Hi, > > Here is the current status of testing/next which fixes some of the > current instability as well as some totally broken builds. However we > have two failures I'm still trying to track down: > > tests/boot-sector.c:161:boot_sector_test: > assertion failed (signature == SIGNATURE): (0x0000face == 0x0000dead) > > I have seen this locally and got a core dump but it doesn't show much. > I'm going to see if I can get more out of a debug build. It is > generated by: > > tests/cdrom-test -m=quick -k --tap > > I think the subtest is: > > /x86_64/cdrom/boot/isapc > > Attaching to the child QEMU looks like it is eternally returning > -EINTR and looping around with the occasionally kvm_handle_io to port > 146 and port 112. I guess under test conditions this eventually times > out and dies. > > The other is the failure in the gprof build: > > PASS 55 ahci-test /x86_64/ahci/flush/migrate > tests/libqtest.c:143: kill_qemu() detected QEMU death from signal 11 > (Segmentation fault) (core dumped) > ERROR - too few tests run (expected 66, got 55) > Aborted (core dumped) > /home/travis/build/stsquad/qemu/tests/Makefile.include:857: recipe > for target 'check-qtest-x86_64' failed > > So far attempts to re-create this locally have failed. It may be a > Travis related environment thing. On OSX (Xcode9.4) I still have: ERROR:tests/test-aio.c:501:test_timer_schedule: assertion failed: (aio_poll(ctx, true)) ERROR - Bail out! ERROR:tests/test-aio.c:501:test_timer_schedule: assertion failed: (aio_poll(ctx, true)) make: *** [check-unit] Error 1 make: *** Waiting for unfinished jobs.... https://travis-ci.org/philmd/qemu/jobs/495761523