From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] add go@1.5 Date: Wed, 13 Jul 2016 23:29:17 +0200 Message-ID: <87h9btjkgi.fsf@gnu.org> References: <87k2gtyrtj.fsf@guixsd-mailerver.i-did-not-set--mail-host-address--so-tickle-me> <20160712031753.GA2237@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNRih-00043B-EV for guix-devel@gnu.org; Wed, 13 Jul 2016 17:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNRic-0006qA-2A for guix-devel@gnu.org; Wed, 13 Jul 2016 17:29:26 -0400 In-Reply-To: <20160712031753.GA2237@jasmine> (Leo Famulari's message of "Mon, 11 Jul 2016 23:17:53 -0400") 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: Leo Famulari Cc: guix-devel , Matthew Jordan Leo Famulari skribis: > On Sun, Jul 10, 2016 at 07:52:08PM -0400, Matthew Jordan wrote: >> * gnu/packages/golang.scm (go-1.5): New variable. > > I don't have the knowledge to comment on the Go specific stuff in this > package, but I have some more general comments. > > The tests 'runtime' and 'cmd/go' failed due to the default 3 minute > time-limit when building on my slow machine, this thing: > > > They passed in 193 and 216 seconds, respectively, when I set the > environment variable GO_TEST_TIMEOUT_SCALE to 9999, as suggested in this > bug report: We should set GO_TEST_TIMEOUT_SCALE=3D9999 (or similar) before the =E2=80= =98check=E2=80=99 phase to avoid spurious failures on slow or loaded build machines, too. Ludo=E2=80=99.