golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.7k stars 17.49k forks source link

build: golang.org/x/tools/gopls/internal/cmd failures #68193

Closed gopherbot closed 1 month ago

gopherbot commented 2 months ago
#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls/internal/cmd"

Issue created automatically to collect these failures.

Example (log):

FAIL    golang.org/x/tools/gopls/internal/cmd   1413.770s

watchflakes

gopherbot commented 2 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls/internal/cmd"
2024-06-25 14:23 x_tools-gotip-windows-amd64-race tools@5fefc656 go@b1fd0475 golang.org/x/tools/gopls/internal/cmd (log) FAIL golang.org/x/tools/gopls/internal/cmd 1413.770s

watchflakes

gabyhelp commented 2 months ago

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

adonovan commented 2 months ago

Dup of #54461

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "tools" && pkg == "" && test == "golang.org/x/tools/gopls/internal/cmd"
2024-07-16 16:13 x_tools-go1.23-windows-amd64-race tools@25ed04f2 release-branch.go1.23@30b6fd60 golang.org/x/tools/gopls/internal/cmd (log) FAIL golang.org/x/tools/gopls/internal/cmd 1337.753s

watchflakes

cherrymui commented 1 month ago

With #68597 fixed, it should not open dup issues like this now.