Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/link: TestMachOBuildVersion failures #72969

Open
gopherbot opened this issue Mar 20, 2025 · 3 comments
Open

cmd/link: TestMachOBuildVersion failures #72969

gopherbot opened this issue Mar 20, 2025 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/link" && test == "TestMachOBuildVersion"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2654002010/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2654002010/001/main.go]: exit status 1:
        go: parsing buildID from go tool link -V=full: unexpected output:
        	
--- FAIL: TestMachOBuildVersion (332.15s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 20, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestMachOBuildVersion"
2025-03-19 17:21 gotip-netbsd-arm go@f9f5d1e8 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2654002010/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion2654002010/001/main.go]: exit status 1:
        go: parsing buildID from go tool link -V=full: unexpected output:
        	
--- FAIL: TestMachOBuildVersion (332.15s)

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 20, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestMachOBuildVersion"
2025-03-24 18:41 gotip-netbsd-arm go@b7f8c2a1 cmd/link.TestMachOBuildVersion (log)
=== RUN   TestMachOBuildVersion
=== PAUSE TestMachOBuildVersion
=== CONT  TestMachOBuildVersion
    link_test.go:378: [/home/swarming/.swarming/w/ir/x/w/goroot/bin/go build -ldflags=-linkmode=internal -o /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion3008676922/001/main /home/swarming/.swarming/w/ir/x/t/TestMachOBuildVersion3008676922/001/main.go]: exit status 1:
        go: error obtaining buildID for go tool link: fork/exec /home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/netbsd_arm/link: bad address
--- FAIL: TestMachOBuildVersion (139.68s)

watchflakes

@cagedmantis
Copy link
Contributor

cc @golang/netbsd

@cagedmantis cagedmantis added this to the Go1.25 milestone Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants