From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKvBV-0001WM-M0 for qemu-devel@nongnu.org; Wed, 06 Jul 2016 18:20:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKvBR-00079e-Dp for qemu-devel@nongnu.org; Wed, 06 Jul 2016 18:20:44 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:47693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKvBR-00079A-4v for qemu-devel@nongnu.org; Wed, 06 Jul 2016 18:20:41 -0400 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u66MDBk9004244 for ; Wed, 6 Jul 2016 18:20:37 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0a-001b2d01.pphosted.com with ESMTP id 2415xj2awh-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 06 Jul 2016 18:20:37 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Jul 2016 16:20:35 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <2082277889.2697853.1467841252544.JavaMail.zimbra@redhat.com> References: <65fce607-1674-d208-965b-0e2f667664dd@redhat.com> <2082277889.2697853.1467841252544.JavaMail.zimbra@redhat.com> Date: Wed, 06 Jul 2016 17:20:26 -0500 Message-Id: <20160706222026.9860.13979@loki> Subject: Re: [Qemu-devel] test-qga failures on Fedora 24 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= , John Snow Cc: qemu-devel , =?utf-8?b?IiBNYXJjLUFuZHLDqSBMdXJlYXUi?= Quoting Marc-Andr=C3=A9 Lureau (2016-07-06 16:40:52) > Hi > = > ----- Original Message ----- > > I upgraded to Fedora 24 last Friday before the long (American) weekend. > > Probably a bad idea. > > = > > Regardless, test-qga has developed a new symptom on current development > > HEAD that I don't know what to make of: > > = > > https://paste.fedoraproject.org/388356/14678205/ > > = > > Here's the meat of it: > > = > > LINK tests/test-qga > > GTESTER tests/test-qga > > ** > > ERROR:/home/bos/jhuston/src/qemu/tests/test-qga.c:266:test_qga_get_fsin= fo: > > assertion failed ret: GenericError realpath("/sys/dev/block/8:17"): No > > such file or directory > > GTester: last random seed: R02S9d55aa8939b9bd797279bd3f69d33466 > > ** > > ERROR:/home/bos/jhuston/src/qemu/tests/test-qga.c:685:test_qga_blacklis= t: > > assertion failed ret: GenericError realpath("/sys/dev/block/8:17"): No > > such file or directory > > GTester: last random seed: R02Sb9bc461c2129c284f83033dca27827c6 > > /home/bos/jhuston/src/qemu/tests/Makefile.include:684: recipe for target > > 'check-tests/test-qga' failed > > make: *** [check-tests/test-qga] Error 1 > > = > > = > > Any clues as to what's gone awry? > > = > = > = > build_guest_fsinfo_for_device() failed, it's probably worth to investigat= e why the agent treats this as a fatal error, this would likely happen in a= guest too. Could you try to reproduce in a VM or give clues on your setup = to reproduce it? > = The code assumes (non-virtual) block devices have a symlink at /sys/dev/block/:, maybe this isn't the case in Fedora anymore? The alternative is that realpath("/sys/dev/block/8:17", NULL) is what's act= ually failing. That call assumes the first argument is a symlink, maybe that's not the case on FC24? Don't have an fc24 handy, but can check tomorrow.