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/ecdh: TestLinker failures #66602

Open
gopherbot opened this issue Mar 29, 2024 · 4 comments
Open

crypto/ecdh: TestLinker failures #66602

gopherbot opened this issue Mar 29, 2024 · 4 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/ecdh" && test == "TestLinker"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestLinker (0.36s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ecdh" && test == "TestLinker"
2024-03-29 16:46 linux-386-longtest go@9a028e14 crypto/ecdh.TestLinker (log)
--- FAIL: TestLinker (0.36s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
2024-03-29 16:46 linux-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker (log)
--- FAIL: TestLinker (0.27s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
2024-03-29 16:46 linux-arm64-longtest go@9a028e14 crypto/ecdh.TestLinker (log)
--- FAIL: TestLinker (0.17s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
2024-03-29 16:46 windows-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker (log)
--- FAIL: TestLinker (0.69s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ecdh" && test == "TestLinker"
2024-03-29 16:46 linux-amd64-longtest-race go@9a028e14 crypto/ecdh.TestLinker (log)
--- FAIL: TestLinker (0.87s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ecdh" && test == "TestLinker"
2024-03-29 16:46 darwin-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker (log)
--- FAIL: TestLinker (1.27s)
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/ecdh" && test == "TestLinker"
2024-03-29 16:46 gotip-darwin-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker (log)
=== RUN   TestLinker
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
--- FAIL: TestLinker (0.89s)
2024-03-29 16:46 gotip-linux-amd64-longtest-race go@9a028e14 crypto/ecdh.TestLinker (log)
=== RUN   TestLinker
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
    ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
--- FAIL: TestLinker (4.54s)

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