go icon indicating copy to clipboard operation
go copied to clipboard

build: golang.org/x/tools/gopls failures

Open gopherbot opened this issue 1 year ago • 4 comments

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls"

Issue created automatically to collect these failures.

Example (log):

FAIL	golang.org/x/tools/gopls [build failed]

watchflakes

gopherbot avatar May 16 '24 06:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls"
2024-05-15 16:36 x_tools-gotip-linux-arm tools@ab7bc6c4 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]
2024-05-15 17:13 x_tools-gotip-darwin-amd64_14 tools@528484d5 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]
2024-05-15 18:55 x_tools-gotip-linux-arm tools@069435cd go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]

watchflakes

gopherbot avatar May 16 '24 06:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls"
2024-05-15 16:36 x_tools-gotip-darwin-amd64_14 tools@ab7bc6c4 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]

watchflakes

gopherbot avatar May 16 '24 07:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls"
2024-05-15 16:36 x_tools-gotip-darwin-amd64-longtest tools@ab7bc6c4 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]
2024-05-15 17:13 x_tools-gotip-darwin-amd64-longtest tools@528484d5 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]
2024-05-15 18:55 x_tools-gotip-darwin-amd64-longtest tools@069435cd go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]

watchflakes

gopherbot avatar May 16 '24 08:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls"
2024-05-15 17:13 x_tools-gotip-solaris-amd64 tools@528484d5 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]

watchflakes

gopherbot avatar May 16 '24 09:05 gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls"
2024-05-15 16:36 x_tools-gotip-solaris-amd64 tools@ab7bc6c4 go@722d5943 golang.org/x/tools/gopls (log)
FAIL	golang.org/x/tools/gopls [build failed]

watchflakes

gopherbot avatar May 16 '24 23:05 gopherbot

This was a transient build breakage due to SetCrashOutput API change, which has since been fixed by @adonovan.

findleyr avatar May 21 '24 13:05 findleyr