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/rand:gofips140: TestAllocations failures [consistent failure] #70499

Open
gopherbot opened this issue Nov 21, 2024 · 19 comments
Open

crypto/rand:gofips140: TestAllocations failures [consistent failure] #70499

gopherbot opened this issue Nov 21, 2024 · 19 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, 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 Nov 21, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-21 16:10 gotip-linux-ppc64_power10 go@f7b15264 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:11 gotip-linux-ppc64_power10 go@c1a0ee37 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.02s)
2024-11-21 16:12 gotip-linux-ppc64_power10 go@84442610 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:24 gotip-linux-ppc64_power10 go@21b5f263 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-21 16:10 gotip-linux-ppc64_power10 go@ce33585a crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.01s)
2024-11-21 16:10 gotip-linux-ppc64_power8 go@ce33585a crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:10 gotip-linux-ppc64_power8 go@f7b15264 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:11 gotip-linux-ppc64_power8 go@c1a0ee37 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:12 gotip-linux-ppc64_power8 go@84442610 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:24 gotip-linux-ppc64_power8 go@21b5f263 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-21 16:10 gotip-linux-loong64 go@ce33585a crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-21 16:12 gotip-linux-loong64 go@84442610 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/630717 mentions this issue: crypto/rand: skip TestAllocations in FIPS140 mode

@ianlancetaylor
Copy link
Contributor

Seems to be fixed on HEAD.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:09 gotip-linux-ppc64_power10 go@ff2cb4ab crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:15 gotip-linux-ppc64_power10 go@e06e29b9 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:35 gotip-linux-ppc64_power10 go@ca14eaf7 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power10 go@8cecfad2 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:09 gotip-linux-ppc64_power10 go@fb432782 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.01s)

watchflakes

@gopherbot gopherbot reopened this Nov 22, 2024
@github-project-automation github-project-automation bot moved this from Done to Active in Test Flakes Nov 22, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:15 gotip-linux-loong64 go@e06e29b9 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:28 gotip-linux-ppc64_power8 go@e8d95619 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-loong64 go@8cecfad2 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:58 gotip-linux-ppc64_power10 go@8b976072 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:58 gotip-linux-ppc64_power8 go@8b976072 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:04 gotip-linux-ppc64_power10 go@d524c954 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:09 gotip-linux-loong64 go@fb432782 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:09 gotip-linux-ppc64_power8 go@fb432782 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.02s)
2024-11-22 02:29 gotip-linux-ppc64_power10 go@918765b6 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:29 gotip-linux-ppc64_power8 go@918765b6 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:07 gotip-linux-ppc64_power10 go@b2f7a215 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:09 gotip-linux-ppc64_power10 go@9aaef91d crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.01s)
2024-11-22 03:13 gotip-linux-loong64 go@07b42666 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:13 gotip-linux-ppc64_power10 go@07b42666 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:13 gotip-linux-ppc64_power8 go@07b42666 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@dmitshur dmitshur added this to the Go1.24 milestone Nov 22, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 03:48 gotip-linux-ppc64_power10 go@b299e9a4 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.02s)
2024-11-22 03:48 gotip-linux-ppc64_power10 go@dbfd0036 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.05s)
2024-11-22 03:48 gotip-linux-ppc64_power8 go@dbfd0036 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:03 gotip-linux-ppc64_power10 go@4b7f7cd8 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.02s)
2024-11-22 04:18 gotip-linux-loong64 go@de76c0df crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:18 gotip-linux-ppc64_power10 go@de76c0df crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:18 gotip-linux-ppc64_power8 go@de76c0df crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:13 gotip-linux-ppc64_power10 go@e6977837 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:28 gotip-linux-ppc64_power10 go@e8d95619 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:35 gotip-linux-arm go@ca14eaf7 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power10 go@10fb001c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power10 go@0598229d crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power10 go@3b42687c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:29 gotip-linux-arm go@918765b6 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:13 gotip-linux-arm go@07b42666 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:48 gotip-linux-ppc64_power8 go@b299e9a4 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:03 gotip-linux-arm go@4b7f7cd8 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:03 gotip-linux-ppc64_power8 go@4b7f7cd8 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:18 gotip-linux-arm go@de76c0df crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 05:22 gotip-linux-ppc64_power10 go@4865aadc crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:58 gotip-linux-loong64 go@8b976072 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:04 gotip-linux-ppc64_power8 go@d524c954 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:07 gotip-linux-ppc64_power8 go@b2f7a215 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:09 gotip-linux-ppc64_power8 go@9aaef91d crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:48 gotip-linux-arm go@dbfd0036 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 05:22 gotip-linux-arm go@4865aadc crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 05:22 gotip-linux-loong64 go@4865aadc crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.01s)
2024-11-22 05:22 gotip-linux-ppc64_power8 go@4865aadc crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:15 gotip-linux-ppc64_power8 go@e06e29b9 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:35 gotip-linux-ppc64_power8 go@ca14eaf7 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-loong64 go@10fb001c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power8 go@10fb001c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power8 go@0598229d crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-loong64 go@3b42687c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power8 go@3b42687c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-ppc64_power8 go@8cecfad2 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:09 gotip-linux-arm go@9aaef91d crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.02s)
2024-11-22 03:48 gotip-linux-arm go@b299e9a4 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:48 gotip-openbsd-ppc64 go@dbfd0036 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:09 gotip-linux-loong64 go@ff2cb4ab crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:09 gotip-linux-ppc64_power8 go@ff2cb4ab crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:13 gotip-linux-ppc64_power8 go@e6977837 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:35 gotip-linux-loong64 go@ca14eaf7 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 03:07 gotip-linux-arm go@b2f7a215 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.01s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 02:04 gotip-linux-arm go@d524c954 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 02:09 gotip-linux-arm go@fb432782 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:50 gotip-linux-arm go@8cecfad2 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:58 gotip-linux-arm go@8b976072 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 05:22 gotip-openbsd-ppc64 go@4865aadc crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:50 gotip-linux-arm go@0598229d crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:50 gotip-linux-arm go@3b42687c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:50 gotip-linux-arm go@10fb001c crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:18 gotip-openbsd-ppc64 go@de76c0df crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:15 gotip-linux-arm go@e06e29b9 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:28 gotip-linux-arm go@e8d95619 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 01:09 gotip-linux-arm go@ff2cb4ab crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 01:13 gotip-linux-arm go@e6977837 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 04:03 gotip-openbsd-ppc64 go@4b7f7cd8 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 14:16 gotip-linux-loong64 go@00709919 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 14:16 gotip-linux-ppc64_power10 go@00709919 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)
2024-11-22 14:16 gotip-linux-ppc64_power8 go@00709919 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, want 0
--- FAIL: TestAllocations (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/rand:gofips140" && test == "TestAllocations"
2024-11-22 14:16 gotip-linux-arm go@00709919 crypto/rand:gofips140.TestAllocations (log)
=== RUN   TestAllocations
    rand_test.go:163: allocs = 2, 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
Status: Active
Development

No branches or pull requests

3 participants