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

Issue created automatically to collect these failures.

Example (log):

FAIL    golang.org/x/tools/gopls/internal/analysis/deprecated [setup failed]
# golang.org/x/tools/gopls/internal/analysis/deprecated
../internal/goroot/importcfg.go:13:2: package bytds is not in std (/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.darwin-amd64/src/bytds)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/analysis/deprecated" && test == ""
2025-07-28 21:43 x_tools-go1.23-darwin-amd64_13 tools@163ff8ba release-branch.go1.23@e8794e65 x/tools/gopls/internal/analysis/deprecated (log) FAIL golang.org/x/tools/gopls/internal/analysis/deprecated [setup failed] # golang.org/x/tools/gopls/internal/analysis/deprecated ../internal/goroot/importcfg.go:13:2: package bytds is not in std (/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.darwin-amd64/src/bytds)

watchflakes

Comment From: adonovan

I think this builder may have experienced a hardware fault. The compiler complains that package bytds is not in std but the string bytds does not appear in the source at the specified commit (163ff8ba). It looks like a single-bit error.

Comment From: prattmic

I killed this bot (https://chromium-swarm.appspot.com/bot?id=darwin-amd64-13--02a94080-0ade-4b33-a282-9e2a63350ad4.golang.c0.macservice.goog). If the issue comes back, then it probably isn't a hardware issue.