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.
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
thanks
Gianfranco