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/ed25519: TestEd25519Vectors failures #61578

Closed
gopherbot opened this issue Jul 25, 2023 · 3 comments
Closed

crypto/ed25519: TestEd25519Vectors failures #61578

gopherbot opened this issue Jul 25, 2023 · 3 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Security

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "crypto/ed25519" && test == "TestEd25519Vectors"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestEd25519Vectors (10.18s)
    ed25519vectors_test.go:97: failed to run `go mod download -json filippo.io/mostly-harmless/ed25519vectors@v0.0.0-20210322192420-30a2d7243a94`, output: {
        	"Path": "filippo.io/mostly-harmless/ed25519vectors",
        	"Version": "v0.0.0-20210322192420-30a2d7243a94",
        	"Error": "filippo.io/mostly-harmless/ed25519vectors@v0.0.0-20210322192420-30a2d7243a94: Get \"https://proxy.golang.org/filippo.io/mostly-harmless/ed25519vectors/@v/v0.0.0-20210322192420-30a2d7243a94.info\": net/http: TLS handshake timeout"
        }

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ed25519" && test == "TestEd25519Vectors"
2023-07-25 01:33 darwin-amd64-longtest go@862fa6d0 crypto/ed25519.TestEd25519Vectors (log)
--- FAIL: TestEd25519Vectors (10.18s)
    ed25519vectors_test.go:97: failed to run `go mod download -json filippo.io/mostly-harmless/ed25519vectors@v0.0.0-20210322192420-30a2d7243a94`, output: {
        	"Path": "filippo.io/mostly-harmless/ed25519vectors",
        	"Version": "v0.0.0-20210322192420-30a2d7243a94",
        	"Error": "filippo.io/mostly-harmless/ed25519vectors@v0.0.0-20210322192420-30a2d7243a94: Get \"https://proxy.golang.org/filippo.io/mostly-harmless/ed25519vectors/@v/v0.0.0-20210322192420-30a2d7243a94.info\": net/http: TLS handshake timeout"
        }

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jul 25, 2023

This looks like #55162; I'm not sure why it wasn't posted there.

@bcmills
Copy link
Contributor

bcmills commented Jul 25, 2023

Duplicate of #55162

@bcmills bcmills marked this as a duplicate of #55162 Jul 25, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2023
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. Security
Projects
None yet
Development

No branches or pull requests

2 participants