From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzT4c-0007ER-EN for qemu-devel@nongnu.org; Thu, 19 Nov 2015 12:32:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzT4Y-0006KG-An for qemu-devel@nongnu.org; Thu, 19 Nov 2015 12:32:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzT4Y-0006K1-5Q for qemu-devel@nongnu.org; Thu, 19 Nov 2015 12:32:38 -0500 References: <1447932069-2772-1-git-send-email-quintela@redhat.com> From: John Snow Message-ID: <564E07B4.10503@redhat.com> Date: Thu, 19 Nov 2015 12:32:36 -0500 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/14] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Juan Quintela Cc: Amit Shah , QEMU Developers , "Dr. David Alan Gilbert" On 11/19/2015 10:03 AM, Peter Maydell wrote: > On 19 November 2015 at 14:44, Peter Maydell wrote: >> On 19 November 2015 at 13:21, Peter Maydell wrote: >>> On 19 November 2015 at 13:12, Peter Maydell wrote: >>>> Hi. Unfortunately this failed in 'make check' (x86-64 Linux, debug build): >>>> >>>> GTESTER check-qtest-i386 >>>> blkdebug: Suspended request 'A' >>>> blkdebug: Resuming request 'A' >>>> ** >>>> ERROR:/home/petmay01/linaro/qemu-for-merges/tests/ide-test.c:656:ide_wait_clear: >>>> code should not be reached >>>> GTester: last random seed: R02Sf1d98a814dee34e3985479976b17883c >>>> main-loop: WARNING: I/O thread spun for 1000 iterations >>>> main-loop: WARNING: I/O thread spun for 1000 iterations >>>> main-loop: WARNING: I/O thread spun for 1000 iterations >>>> main-loop: WARNING: I/O thread spun for 1000 iterations >>>> [vmxnet3][WR][vmxnet3_peer_has_vnet_hdr]: Peer has no virtio >>>> extension. Task offloads will be emulated. >>>> make: *** [check-qtest-i386] Error 1 >>>> >>>> It might be an intermittent test fail from an earlier IDE pull? >>> >>> Yep, intermittent. Second run of the tests passed... >> >> and repro'd on current master, so definitely not the fault of anything >> in this pull. > > while QTEST_QEMU_BINARY=i386-softmmu/qemu-system-i386 > QTEST_QEMU_IMG=qemu-img gtester -k --verbose -m=quick tests/ide-test ; > do true; done > > will eventually hang on /i386/ide/cdrom/pio_large (may take a fair > number of loops; when it works fine the test does not take an > appreciable amount of time). After a long time the timeout in the > test kicks in and the assert happens. > > thanks > -- PMM > Alright, thanks. Will try to reproduce and investigate. It might unfortunately be the recent ATAPI pull as a first guess. I'll try to reproduce with and then without that set. --js