On Sat, May 16, 2020 at 7:51 PM Gianfranco Costamagna <locutusofb...@debian.org> wrote: > > Source: golang-1.14 > Version: 1.14.3-1 > Severity: serious > > Hello, looks like golang-1.14 fails to build randomly on mipsel, including > the latest version uploaded in sid. >
It's because of #960674. The go compiler is broken on mipsel because of other things. I'm waiting for the mips guys to check what happened. And I suspect it's regression in the stable kernel. > In Ubuntu we added a patch, increasing the test timeout that made some builds > succeed there on slow hardware > (such as emulated riscv64). > > Can you please apply it? > > --- 1.14.2-1/debian/rules 2020-03-09 12:33:17.000000000 +0000 > +++ 1.14.2-1ubuntu1/debian/rules 2020-04-16 10:07:22.000000000 +0000 > @@ -68,6 +68,7 @@ ifeq (true, $(RUN_TESTS)) > set -ex; \ > cd src; \ > export PATH="$(GOROOT)/bin:$$PATH"; \ > + export GO_TEST_TIMEOUT_SCALE=10; \ > eval "$$(go tool dist env)"; \ > bash run.bash -k -no-rebuild; > # -k keep going even when error occurred > > I'm not sure if it will fix the issue or not, but we might need it anyway to > cope with slow machines > I think it may fix the timeout issue on armhf, https://buildd.debian.org/status/logs.php?pkg=golang-1.14&ver=1.14.3-1&arch=armhf -- Shengjing Zhu