From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37425: Go 1.12.7 fails to build on i686-linux Date: Mon, 16 Sep 2019 14:41:59 +0200 Message-ID: <87ef0gbeg8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35006) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9qLP-0000EM-9E for bug-guix@gnu.org; Mon, 16 Sep 2019 08:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9qLO-00077P-1P for bug-guix@gnu.org; Mon, 16 Sep 2019 08:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40553) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9qLN-00077F-Ud for bug-guix@gnu.org; Mon, 16 Sep 2019 08:43:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9qLN-0000Ab-RD for bug-guix@gnu.org; Mon, 16 Sep 2019 08:43:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34877) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9qKS-0008BV-I2 for bug-Guix@gnu.org; Mon, 16 Sep 2019 08:42:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i9qKS-0006mI-E9 for bug-Guix@gnu.org; Mon, 16 Sep 2019 08:42:04 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=48024 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i9qKR-0004QP-Cz for bug-Guix@gnu.org; Mon, 16 Sep 2019 08:42:04 -0400 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: bug-Guix@gnu.org Hello, Go 1.12.7 has test failures on i686-linux, on =E2=80=98core-updates=E2=80= =99: --8<---------------cut here---------------start------------->8--- ok path/filepath 0.041s ok plugin 0.038s ok reflect 0.328s ok regexp 0.241s ok regexp/syntax 1.026s --- FAIL: TestGcSys (0.08s) gc_test.go:33: expected "OK\n", but got "using too much memory: 1789952= 0 bytes\n" FAIL FAIL runtime 37.967s ok runtime/debug 0.103s [=E2=80=A6] ok cmd/vendor/golang.org/x/sys/unix 0.391s ok cmd/vet 8.529s 2019/09/16 12:33:32 Failed: exit status 1 command "sh" "all.bash" failed with status 1 builder for `/gnu/store/i2rs47n4000q9dh76alxvjgiry9pq6vj-go-1.12.7.drv' fai= led with exit code 1 --8<---------------cut here---------------end--------------->8--- (From .) I found these issues that suggest the test has been flaky: https://github.com/golang/go/issues/4155 https://github.com/golang/go/issues/28574 Unless someone has a better idea, I=E2=80=99d suggest skipping this test on i686. Thoughts? Ludo=E2=80=99.