-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
At Go tip, TestMultiSign fails when run without -short flag, including on first class ports like linux/amd64:
=== RUN TestMultiSign
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
clearsign_test.go:155: cannot create key: rsa: generated p == q, random source is broken
--- FAIL: TestMultiSign (6.93s)
(E.g., build 8729461560583552209.)
Though it started failing earlier, as of go.dev/cl/632477, with a different error ("clearsign_test.go:155: cannot create key: crypto/rsa: decryption error").
Metadata
Metadata
Assignees
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.