From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: wip-gobject-introspection Date: Sun, 18 Jan 2015 19:45:06 +0100 Message-ID: References: <87mw5l3x39.fsf@gnu.org> <87egqtjosx.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCuxk-0004l0-Le for guix-devel@gnu.org; Sun, 18 Jan 2015 13:52:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCuxj-0007zK-PD for guix-devel@gnu.org; Sun, 18 Jan 2015 13:52:40 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: Guix-devel On Sun, Jan 18, 2015 at 7:03 PM, Federico Beffa wrote: > After rebasing the branch I've re-built xorg-server locally and seen > the same test failure that occurred on hydra. I thought: "Good, now I > have a way to investigate" and rebuilt with "--keep-failed" and ... > the test passed! > I then rebuilt a couple of times the package and it appears that some > tests (not always the same and not always) fail randomly. Any thought? It appears that disabling parallel tests solves the issue. Fede