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/testso: TestSOVar failures #67058

Open
gopherbot opened this issue Apr 26, 2024 · 2 comments
Open

cmd/cgo/internal/testso: TestSOVar failures #67058

gopherbot opened this issue Apr 26, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/cgo/internal/testso" && test == "TestSOVar"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestSOVar
    so_test.go:95: clang -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/Users/swarming/.swarming/w/ir/x/t/go-build2451742577=/tmp/go-build -gno-record-gcc-switches -fno-common -shared -undefined suppress -flat_namespace -o libcgosotest.dylib cgoso_c.c:
    so_test.go:112: go build -o main.exe main.go: exit status 1
        cgosotest: clang: signal: bus error
--- FAIL: TestSOVar (2.39s)

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 Apr 26, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/testso" && test == "TestSOVar"
2024-04-25 17:49 gotip-darwin-amd64_13 go@fd99157f cmd/cgo/internal/testso.TestSOVar (log)
=== RUN   TestSOVar
    so_test.go:95: clang -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/Users/swarming/.swarming/w/ir/x/t/go-build2451742577=/tmp/go-build -gno-record-gcc-switches -fno-common -shared -undefined suppress -flat_namespace -o libcgosotest.dylib cgoso_c.c:
    so_test.go:112: go build -o main.exe main.go: exit status 1
        cgosotest: clang: signal: bus error
--- FAIL: TestSOVar (2.39s)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/cgo/internal/testso" && test == "TestSOVar"
2024-04-26 15:38 gotip-darwin-amd64_13 go@deeebf56 cmd/cgo/internal/testso.TestSOVar (log)
=== RUN   TestSOVar
    so_test.go:95: clang -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/Users/swarming/.swarming/w/ir/x/t/go-build578458702=/tmp/go-build -gno-record-gcc-switches -fno-common -shared -undefined suppress -flat_namespace -o libcgosotest.dylib cgoso_c.c:
    so_test.go:112: go build -o main.exe main.go: exit status 1
        cgosotest: /Users/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/darwin_amd64/cgo: exit status 2
--- FAIL: TestSOVar (1.27s)

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