cmd/go: TestScript/build_trimpath_cgo fails to decode dwarf on release-branch.go1.23 #73922
Labels
arch-arm64
BugReport
Issues describing a possible bug in the Go implementation.
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
Go version
This affects Go 1.23.x only. The test passes on Go 1.24.x and at tip.
Output of
go env
in your module/workspace:What did you do?
Looked at the failing builds on the build dashboard, e.g., https://ci.chromium.org/b/8713515151815260705, and tried to run the the test locally on darwin/arm64. It reproduced the failure.
Note that the darwin-arm64-longtest builder where this reproduces was added recently in #73488. The same test passes on darwin-amd64-longtest builders (e.g., https://ci.chromium.org/ui/p/golang/builders/ci/go1.23-darwin-amd64-longtest/b8713515151301513937/test-results?q=cmd%2Fgo.TestScript%2Fbuild_trimpath_cgo).
What did you see happen?
Test fails with:
Full log:
What did you expect to see?
Passing test on Go 1.23 release branch, or skipped test if the failure is understood and it's better to skip.
The same test was also failing for @matloob in #70669 and was fixed in Go 1.24, but this appears to be a different issue in the same test.
CC @golang/command-line, @thanm. (Also FYI @mknyszek.)
The text was updated successfully, but these errors were encountered: