From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKu3P-0007ip-8T for qemu-devel@nongnu.org; Wed, 06 Jul 2016 17:08:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKu3L-0005Wz-1f for qemu-devel@nongnu.org; Wed, 06 Jul 2016 17:08:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKu3K-0005Ws-Rz for qemu-devel@nongnu.org; Wed, 06 Jul 2016 17:08:14 -0400 From: John Snow Message-ID: <65fce607-1674-d208-965b-0e2f667664dd@redhat.com> Date: Wed, 6 Jul 2016 17:08:12 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] test-qga failures on Fedora 24 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Michael Roth 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_fsinfo: 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_blacklist: 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? --js