From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKqLJ-000572-1y for qemu-devel@nongnu.org; Mon, 31 Oct 2011 07:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKqLE-0004mt-BA for qemu-devel@nongnu.org; Mon, 31 Oct 2011 07:47:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKqLE-0004me-49 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 07:47:48 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9VBlkfO019545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 31 Oct 2011 07:47:46 -0400 Date: Mon, 31 Oct 2011 09:47:43 -0200 From: Luiz Capitulino Message-ID: <20111031094743.38c01645@doriath> In-Reply-To: <4EAE0163.20303@redhat.com> References: <201110301350.p9UDowl9028582@int-mx01.intmail.prod.int.phx2.redhat.com> <4EAE0163.20303@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu test report] Autotest | Job ID: 1997 "Upstream qemu.git sanity 10-30-2011 00:05:01" | Status: 1 Completed | Success Rate: 53.85 % List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lucas Meneghel Rodrigues Cc: Kevin Wolf , QEMU devel On Mon, 31 Oct 2011 00:01:07 -0200 Lucas Meneghel Rodrigues wrote: > Hi folks, sending this to QEMU devel to inform the current problems we > are able to reproduce on the current master branch. > > So, qemu.git is presenting problems as of latest master. None of the > problems mentioned is happening on qemu-kvm.git. > > -------- Original Message -------- > Subject: Autotest | Job ID: 1997 "Upstream qemu.git sanity 10-30-2011 > 00:05:01" | Status: 1 Completed | Success Rate: 53.85 % > Date: Sun, 30 Oct 2011 09:50:58 -0400 > From: kvm-autotest@redhat.com > To: lmr@redhat.com, crosa@redhat.com > > Job ID: 1997 > Job name: Upstream qemu.git sanity 10-30-2011 00:05:01 > Summary: Host: virtlab208.virt.bos.redhat.com Status: Completed > Status: 1 Completed > Execution time (HH:MM:SS): 05:44:38 > User tests executed: 26 > User tests passed: 14 > User tests failed: 12 > User tests success rate: 53.85 % > Failures: > Test Name > Status Reason > > > kvm.qemu-git.virtio_blk.smp2.virtio_net.Win7.64.sp1.unattended_install.cdrom > FAIL Timeout elapsed while waiting for install to finish [context: > waiting for installation to finish] > > > ^ Here, the windows install timeout happened due to the floppy > regression introduced by 212ec7baa28cc9d819234fed1541fc1423cfe3d8. We > did try Kevin's patches and they did not fix the issue. > > kvm.qemu-git.virtio_blk.smp2.virtio_net.RHEL.6.1.x86_64.migrate.tcp > FAIL Unhandled LoginError: Client said 'connection refused' > (output: 'ssh: connect to host 192.168.122.129 port 22: Connection > refused\n') [context: logging into 'vm1'] > kvm.qemu-git.virtio_blk.smp2.virtio_net.RHEL.6.1.x86_64.reboot > FAIL Unhandled LoginError: Client said 'connection refused' > (output: 'ssh: connect to host 192.168.122.25 port 22: Connection > refused\n') [context: logging into 'vm1'] > kvm.qemu-git.virtio_blk.smp2.virtio_net.RHEL.6.1.x86_64.migrate.unix > FAIL Unhandled LoginError: Client said 'connection refused' > (output: 'ssh: connect to host 192.168.122.3 port 22: Connection > refused\n') [context: logging into 'vm1'] > kvm.qemu-git.virtio_blk.smp2.virtio_net.RHEL.6.1.x86_64.migrate.exec > FAIL Unhandled MonitorSocketError: Could not send monitor > command 'info migrate' ([Errno 32] Broken pipe) [context: > migrating 'vm1'] > > ^ All of those failures happened due to qemu segfaults during the > migration process. I believe Luiz had a patch to possibly fix this > migration issue, so copying him. Yes, it's already on the list: http://lists.gnu.org/archive/html/qemu-devel/2011-10/msg03597.html > > The segfaults generated core dumps, which we would be happy to scp to a > public box, if someone is interested in them. > > Cheers, > > Lucas >