x/tools/gopls: regtest timeouts on openbsd builders #42789
Comments
Change https://golang.org/cl/272687 mentions this issue: |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
Nov 24, 2020
This build is suddenly timing out with high frequency. This requires investigation, but for now we must get builds passing again. For golang/go#42789 Change-Id: I51dc5eab227cfb77cd3021438f1b161b21f69caf Reviewed-on: https://go-review.googlesource.com/c/tools/+/272687 Run-TryBot: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
While bisecting this using gomote I found a few minor regressions in gopls, but also found that the test times out at even old gopls commits using go tip, and yet completes in ~300s (half the test timeout of 10m) using go1.15.5. So this may be a regression in the go command, at least the way gopls uses it. |
Change https://golang.org/cl/280092 mentions this issue: |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
Dec 23, 2020
Updates golang/go#42789 Updates golang/go#43355 Change-Id: Ic344237e492b08c30c4d86db6a6a39a561e2d27b Reviewed-on: https://go-review.googlesource.com/c/tools/+/280092 Run-TryBot: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently, the gopls regtests (golang.org/x/tools/gopls/regtest) have started timing out on openbsd builders with troubling frequency. For example https://storage.googleapis.com/go-build-log/48a1a518/openbsd-amd64-64_32e2acff.log
This didn't seem like a slow uptick in timeout frequency, so might not simply be an artifact of us bumping up against a threshold.
This needs investigation to determine if it is a regression. If it is not, we can move the openbsd regtests to slowbots.
CC @stamblerre @heschik
The text was updated successfully, but these errors were encountered: