From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHGrf-0002cV-Jm for qemu-devel@nongnu.org; Mon, 20 Jul 2015 15:36:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHGrd-0003Jt-WA for qemu-devel@nongnu.org; Mon, 20 Jul 2015 15:36:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHGrd-0003Jp-RH for qemu-devel@nongnu.org; Mon, 20 Jul 2015 15:36:37 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 55D76A2C07 for ; Mon, 20 Jul 2015 19:36:37 +0000 (UTC) References: <20150720180323.GA19578@stefanha-thinkpad.redhat.com> From: Max Reitz Message-ID: <55AD3FF0.7050904@redhat.com> Date: Mon, 20 Jul 2015 20:37:36 +0200 MIME-Version: 1.0 In-Reply-To: <20150720180323.GA19578@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-iotests 134 broken? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf On 20.07.2015 20:03, Stefan Hajnoczi wrote: > I'm getting the following failure on qemu.git/master. Is anyone already > working on this? > > 134 5s ... - output mismatch (see 134.out.bad) > --- /home/stefanha/qemu/tests/qemu-iotests/134.out 2015-07-10 11:45:40.491395644 +0100 > +++ 134.out.bad 2015-07-20 19:01:23.953969973 +0100 > @@ -31,6 +31,7 @@ > You can use 'qemu-img convert' to convert your image to an unencrypted one. > Disk image 'TEST_DIR/t.qcow2' is encrypted. > password: > +Pattern verification failed at offset 0, 134217728 bytes Hi Stefan, That should be fixed in master thanks to http://lists.nongnu.org/archive/html/qemu-block/2015-07/msg00373.html. Max