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

crypto/sha3: TestCSHAKELargeS failures #72020

Open
gopherbot opened this issue Feb 28, 2025 · 2 comments
Open

crypto/sha3: TestCSHAKELargeS failures #72020

gopherbot opened this issue Feb 28, 2025 · 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
Contributor

#!watchflakes
default <- pkg == "crypto/sha3" && test == "TestCSHAKELargeS"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCSHAKELargeS
    sha3_test.go:385: got 7833cb509c324fb0c2127507c535af2825151a7004939d97fc427296af1af77d, want 2cb9f237767e98f2614b8779cf096a52da9b3a849280bbddec820771ae529cf0
--- FAIL: TestCSHAKELargeS (7.12s)

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 Feb 28, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha3" && test == "TestCSHAKELargeS"
2025-02-27 13:50 gotip-darwin-amd64-longtest go@763766e9 crypto/sha3.TestCSHAKELargeS (log)
=== RUN   TestCSHAKELargeS
    sha3_test.go:385: got 7833cb509c324fb0c2127507c535af2825151a7004939d97fc427296af1af77d, want 2cb9f237767e98f2614b8779cf096a52da9b3a849280bbddec820771ae529cf0
--- FAIL: TestCSHAKELargeS (7.12s)

watchflakes

@FiloSottile
Copy link
Contributor

This looks like corruption. Was there some compiler (or hardware) issue that could explain it?

/cc @golang/security @golang/compiler

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

2 participants