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/cgo/internal/testcarchive: TestCompileWithoutShared failures #69964

Open
gopherbot opened this issue Oct 21, 2024 · 1 comment
Open

cmd/cgo/internal/testcarchive: TestCompileWithoutShared failures #69964

gopherbot opened this issue Oct 21, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestCompileWithoutShared"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCompileWithoutShared
    carchive_test.go:1094: [go build -buildmode=c-archive -gcflags=-shared=false -o libgo2.a ./libgo2]
        # testcarchive/libgo2
        /Users/swarming/.swarming/wocebm_48/ir/x/w/goroot/pkg/tool/darwin_amd64/link: running /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar failed: exit status 1
        /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: $WORK/b001/exe/a.out.a(000002.o) has no symbols
        /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: $WORK/b001/exe/a.out.a(000003.o) has no symbols
        fatal error: /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: can't write to output file (Device error)
        /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: internal ranlib command failed
        
    carchive_test.go:1096: exit status 1
--- FAIL: TestCompileWithoutShared (4.55s)

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 Oct 21, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/testcarchive" && test == "TestCompileWithoutShared"
2024-10-21 13:39 gotip-darwin-amd64_14 go@0492d936 cmd/cgo/internal/testcarchive.TestCompileWithoutShared (log)
=== RUN   TestCompileWithoutShared
    carchive_test.go:1094: [go build -buildmode=c-archive -gcflags=-shared=false -o libgo2.a ./libgo2]
        # testcarchive/libgo2
        /Users/swarming/.swarming/wocebm_48/ir/x/w/goroot/pkg/tool/darwin_amd64/link: running /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar failed: exit status 1
        /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: $WORK/b001/exe/a.out.a(000002.o) has no symbols
        /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: $WORK/b001/exe/a.out.a(000003.o) has no symbols
        fatal error: /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: can't write to output file (Device error)
        /Users/swarming/.swarming/wocebm_48/ir/cache/tools/15e204a/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: internal ranlib command failed
        
    carchive_test.go:1096: exit status 1
--- FAIL: TestCompileWithoutShared (4.55s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

1 participant