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/ecdsa: TestKeyGeneration failures #66609

Open
gopherbot opened this issue Mar 30, 2024 · 3 comments
Open

crypto/ecdsa: TestKeyGeneration failures #66609

gopherbot opened this issue Mar 30, 2024 · 3 comments
Assignees
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 == "crypto/ecdsa" && test == "TestKeyGeneration"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestKeyGeneration (0.00s)
    --- FAIL: TestKeyGeneration/P256 (0.00s)
        ecdsa_test.go:68: public key invalid: %!s(<nil>)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ecdsa" && test == "TestKeyGeneration"
2024-03-29 23:09 linux-ppc64le-power9osu go@89f7805c crypto/ecdsa.TestKeyGeneration (log)
--- FAIL: TestKeyGeneration (0.00s)
    --- FAIL: TestKeyGeneration/P256 (0.00s)
        ecdsa_test.go:68: public key invalid: %!s(<nil>)

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ecdsa" && test == "TestKeyGeneration"
2024-03-29 23:09 linux-ppc64le-power10osu go@89f7805c crypto/ecdsa.TestKeyGeneration (log)
--- FAIL: TestKeyGeneration (0.00s)
    --- FAIL: TestKeyGeneration/P256 (0.00s)
        ecdsa_test.go:68: public key invalid: %!s(<nil>)

watchflakes

@thanm
Copy link
Contributor

thanm commented Mar 30, 2024

This failure is not a flake, it was caused by my mergelocals CL 553055 which was subsequently reverted. I am looking at the PPC64 issue now.

@thanm thanm self-assigned this Mar 30, 2024
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