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

x/tools/cmd/signature-fuzzer/fuzz-driver: TestEndToEndIntegration failures #59333

Open
gopherbot opened this issue Mar 30, 2023 · 3 comments
Open
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Solaris Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-driver" && test == "TestEndToEndIntegration"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestEndToEndIntegration (7.78s)
    drv_test.go:55: error invoking fuzz-driver: signal: segmentation Fault (core dumped)

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 30, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-driver" && test == "TestEndToEndIntegration"
2023-03-29 21:56 solaris-amd64-oraclerel tools@04059e17 go@f80e270b x/tools/cmd/signature-fuzzer/fuzz-driver.TestEndToEndIntegration (log)
--- FAIL: TestEndToEndIntegration (7.78s)
    drv_test.go:55: error invoking fuzz-driver: signal: segmentation Fault (core dumped)

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Mar 30, 2023
@gopherbot gopherbot added this to the Unreleased milestone Mar 30, 2023
@bcmills
Copy link
Contributor

bcmills commented Mar 31, 2023

The only occurrence of this so far is on solaris/amd64. Moving to the backlog to see whether it affects other platforms.

(CC @golang/solaris)

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 31, 2023
@bcmills bcmills modified the milestones: Unreleased, Backlog Mar 31, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/cmd/signature-fuzzer/fuzz-driver" && test == "TestEndToEndIntegration"
2023-04-04 16:15 solaris-amd64-oraclerel tools@4d205d81 go@a8ca6538 x/tools/cmd/signature-fuzzer/fuzz-driver.TestEndToEndIntegration (log)
--- FAIL: TestEndToEndIntegration (5.70s)
    drv_test.go:55: error invoking fuzz-driver: signal: segmentation Fault (core dumped)

watchflakes

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. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Solaris Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: No status
Development

No branches or pull requests

4 participants