From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQkE-0000vX-Dm for qemu-devel@nongnu.org; Thu, 19 Nov 2015 10:03:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzQkD-0003tc-Fo for qemu-devel@nongnu.org; Thu, 19 Nov 2015 10:03:30 -0500 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:34157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQkD-0003tP-Bk for qemu-devel@nongnu.org; Thu, 19 Nov 2015 10:03:29 -0500 Received: by vkfr145 with SMTP id r145so18478717vkf.1 for ; Thu, 19 Nov 2015 07:03:28 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1447932069-2772-1-git-send-email-quintela@redhat.com> From: Peter Maydell Date: Thu, 19 Nov 2015 15:03:09 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/14] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: Amit Shah , John Snow , QEMU Developers , "Dr. David Alan Gilbert" 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