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/sha512: TestAllocations failures [consistent failure] #70005

Closed
gopherbot opened this issue Oct 23, 2024 · 7 comments
Closed

crypto/sha512: TestAllocations failures [consistent failure] #70005

gopherbot opened this issue Oct 23, 2024 · 7 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/sha512" && test == "TestAllocations"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha512" && test == "TestAllocations"
2024-10-23 15:21 gotip-linux-amd64-noopt go@fdf66051 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)
2024-10-23 15:21 gotip-linux-amd64-noopt go@cb69354d crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.01s)
2024-10-23 16:06 gotip-linux-amd64-noopt go@0f235399 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)
2024-10-23 16:19 gotip-linux-amd64-noopt go@87c03bdf crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha512" && test == "TestAllocations"
2024-10-23 15:21 gotip-linux-amd64-noopt go@8eeac50c crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)
2024-10-23 17:23 gotip-linux-amd64-noopt go@0b4168f6 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)
2024-10-23 17:24 gotip-linux-amd64-noopt go@87a89fa4 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha512" && test == "TestAllocations"
2024-10-23 19:37 gotip-linux-amd64-noopt go@6ea87f92 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha512" && test == "TestAllocations"
2024-10-23 20:21 gotip-linux-amd64-noopt go@28b09d58 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/622095 mentions this issue: crypto/sha256,crypto/sha512: skip TestAllocations without optimizations

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha512" && test == "TestAllocations"
2024-10-24 01:18 gotip-linux-amd64-noopt go@bd388c02 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)
2024-10-24 01:29 gotip-linux-amd64-noopt go@bfc8c5b8 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/sha512" && test == "TestAllocations"
2024-10-24 08:23 gotip-linux-amd64-noopt go@0f58a7be crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.02s)
2024-10-24 08:55 gotip-linux-amd64-noopt go@91d07ac7 crypto/sha512.TestAllocations (log)
=== RUN   TestAllocations
    sha512_test.go:942: allocs = 14, want 0
--- FAIL: TestAllocations (0.00s)

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
Archived in project
Development

No branches or pull requests

1 participant