From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#27157: Building Guile 2.2 "times out" Date: Fri, 02 Jun 2017 20:57:42 -0400 Message-ID: <8760gdyjjt.fsf@netris.org> References: <871sr5sm11.fsf@gmail.com> <878tld2quh.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGxPF-0003sP-L2 for bug-guix@gnu.org; Fri, 02 Jun 2017 20:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGxPC-0006UH-L7 for bug-guix@gnu.org; Fri, 02 Jun 2017 20:59:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49526) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGxPC-0006UA-Gz for bug-guix@gnu.org; Fri, 02 Jun 2017 20:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGxPC-0007eO-Ap for bug-guix@gnu.org; Fri, 02 Jun 2017 20:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878tld2quh.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 31 May 2017 13:44:22 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 27157@debbugs.gnu.org, Maxim Cournoyer Ricardo Wurmus writes: > Hi Maxim, > >> I'm not sure where this timeout value can be configured, but clearly it >> shouldn't be 1 hour since 2 cores of an i5 intel class processor can't >> manage to build it under 1 hour. > > for the guile-2.2 package I see that this is part of the package > definition: > > (properties '((timeout . 72000) ;20 hours > (max-silent-time . 10800))) ;3 hours (needed on ARM) I think we should further increase the 'max-silent-time' value for Guile-2.2. I've had to restart that build several times on ARM. 3 hours might be enough on a machine that's not doing anything else, but our build slaves are often building multiple packages. I would increase it to 6 hours. What do you think? Mark