golang / go

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

x/tools/go/packages: TestTypecheckCgo/Modules failures #70485

Closed gopherbot closed 3 days ago

gopherbot commented 3 days ago
#!watchflakes
default <- pkg == "golang.org/x/tools/go/packages" && test == "TestTypecheckCgo/Modules"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTypecheckCgo/Modules
=== PAUSE TestTypecheckCgo/Modules
=== CONT  TestTypecheckCgo/Modules
    packages_test.go:2619: cgo tool not available: checking cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: bad file descriptor
--- FAIL: TestTypecheckCgo/Modules (0.35s)

watchflakes

gopherbot commented 3 days ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/go/packages" && test == "TestTypecheckCgo/Modules"
2024-11-20 12:37 x_tools-gotip-netbsd-arm tools@a2874818 go@a3c068c5 x/tools/go/packages.TestTypecheckCgo/Modules (log) === RUN TestTypecheckCgo/Modules === PAUSE TestTypecheckCgo/Modules === CONT TestTypecheckCgo/Modules packages_test.go:2619: cgo tool not available: checking cgo: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/bin/go: bad file descriptor --- FAIL: TestTypecheckCgo/Modules (0.35s)

watchflakes

adonovan commented 3 days ago

Dup of https://github.com/golang/go/issues/70492