From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: libextractor: Update inputs. Date: Fri, 5 Aug 2016 23:36:33 +0200 Message-ID: <20160805213633.GA3159@solar> References: <871t26x8lq.fsf@we.make.ritual.n0.is> <20160805193608.GA1542@solar> <87twezgd6h.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVmnK-0000vK-Cd for guix-devel@gnu.org; Fri, 05 Aug 2016 17:36:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVmnH-0004AG-7J for guix-devel@gnu.org; Fri, 05 Aug 2016 17:36:42 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:35993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVmnG-00049q-OM for guix-devel@gnu.org; Fri, 05 Aug 2016 17:36:39 -0400 Content-Disposition: inline In-Reply-To: <87twezgd6h.fsf@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org On Fri, Aug 05, 2016 at 08:42:46PM +0000, ng0 wrote: > This is weird. I ran this 2 days ago with no failing tests. > I'll see if I had an update I did not post. This could also be a sign of non-determinism. As posted two days ago, I had packages that failed on hydra, but built correctly locally. Sometimes there are also race conditions between different tests; adding "#:parallel-tests? #f" can be an option then. Andreas