From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj73I-000364-QA for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:38:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vj73E-0007ie-1V for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:38:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vj73D-0007ia-Pg for qemu-devel@nongnu.org; Wed, 20 Nov 2013 07:38:35 -0500 Message-ID: <1384951111.2005.103.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 20 Nov 2013 13:38:31 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Buildbot failure: libqtest init_socket assertion failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel On Mi, 2013-11-20 at 10:00 +0100, Stefan Hajnoczi wrote: > Hi Gerd, > make check is failing on kraxel_rhel61 due to the following: > > ERROR:tests/libqtest.c:71:init_socket: assertion failed (ret != -1): (-1 != -1) > > http://buildbot.b1-systems.de/qemu/builders/default_x86_64_rhel61/builds/782 > > Can you investigate? Perhaps there are stale files. Probably, that was the case when it happened last time. Yep, there are tons of /tmp/qtest-$number.{qmp,sock} files. Cleared now. Where do they come from? Running "make check" manually does _not_ leave stale files in /tmp for me. Hmm. What is going on? cheers, Gerd