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/x509: TestIssue51759 failures #58930

Closed
gopherbot opened this issue Mar 8, 2023 · 2 comments
Closed

crypto/x509: TestIssue51759 failures #58930

gopherbot opened this issue Mar 8, 2023 · 2 comments
Assignees
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "crypto/x509" && test == "TestIssue51759"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIssue51759 (0.35s)
    --- FAIL: TestIssue51759/leaf (0.13s)
        verify_test.go:1873: unexpected error: want "invalid leaf certificate", got "x509: “derpkey8dc58100b2493614ee1692831a461f3f4dd3f9b3b088e244f887f81b4906ac26” certificate is using a broken key size"
    --- FAIL: TestIssue51759/intermediate (0.22s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x120414b]

goroutine 196 [running]:
panic({0x128aa60, 0x14cdc70})
...
crypto/x509.TestIssue51759.func2(0xc0000716c0)
	/tmp/buildlet/go/src/crypto/x509/verify_test.go:1889 +0x18b fp=0xc0000e5f70 sp=0xc0000e5e48 pc=0x120414b
testing.tRunner(0xc0000716c0, 0xc0000cd8a0)
	/tmp/buildlet/go/src/testing/testing.go:1576 +0x10b fp=0xc0000e5fc0 sp=0xc0000e5f70 pc=0x10da0cb
testing.(*T).Run.func1()
	/tmp/buildlet/go/src/testing/testing.go:1629 +0x2a fp=0xc0000e5fe0 sp=0xc0000e5fc0 pc=0x10db10a
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000e5fe8 sp=0xc0000e5fe0 pc=0x106a0c1
created by testing.(*T).Run
	/tmp/buildlet/go/src/testing/testing.go:1629 +0x3ea

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "crypto/x509" && test == "TestIssue51759"
2023-03-01 21:50 darwin-amd64-10_15 go@3243f937 crypto/x509.TestIssue51759 (log)
--- FAIL: TestIssue51759 (0.35s)
    --- FAIL: TestIssue51759/leaf (0.13s)
        verify_test.go:1873: unexpected error: want "invalid leaf certificate", got "x509: “derpkey8dc58100b2493614ee1692831a461f3f4dd3f9b3b088e244f887f81b4906ac26” certificate is using a broken key size"
    --- FAIL: TestIssue51759/intermediate (0.22s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x120414b]

goroutine 196 [running]:
panic({0x128aa60, 0x14cdc70})
...
crypto/x509.TestIssue51759.func2(0xc0000716c0)
	/tmp/buildlet/go/src/crypto/x509/verify_test.go:1889 +0x18b fp=0xc0000e5f70 sp=0xc0000e5e48 pc=0x120414b
testing.tRunner(0xc0000716c0, 0xc0000cd8a0)
	/tmp/buildlet/go/src/testing/testing.go:1576 +0x10b fp=0xc0000e5fc0 sp=0xc0000e5f70 pc=0x10da0cb
testing.(*T).Run.func1()
	/tmp/buildlet/go/src/testing/testing.go:1629 +0x2a fp=0xc0000e5fe0 sp=0xc0000e5fc0 pc=0x10db10a
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc0000e5fe8 sp=0xc0000e5fe0 pc=0x106a0c1
created by testing.(*T).Run
	/tmp/buildlet/go/src/testing/testing.go:1629 +0x3ea
2023-03-01 21:50 darwin-amd64-10_15 go@21e451ec crypto/x509.TestIssue51759 (log)
--- FAIL: TestIssue51759 (0.21s)
    --- FAIL: TestIssue51759/leaf (0.06s)
        verify_test.go:1873: unexpected error: want "invalid leaf certificate", got "x509: “derpkey8dc58100b2493614ee1692831a461f3f4dd3f9b3b088e244f887f81b4906ac26” certificate is using a broken key size"
    --- FAIL: TestIssue51759/intermediate (0.15s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x11f5b8b]

goroutine 213 [running]:
panic({0x127b660, 0x14aecc0})
...
crypto/x509.TestIssue51759.func2(0xc000082d00)
	/tmp/buildlet/go/src/crypto/x509/verify_test.go:1889 +0x18b fp=0xc00009ff70 sp=0xc00009fe48 pc=0x11f5b8b
testing.tRunner(0xc000082d00, 0xc00058b900)
	/tmp/buildlet/go/src/testing/testing.go:1446 +0x10b fp=0xc00009ffc0 sp=0xc00009ff70 pc=0x10d662b
testing.(*T).Run.func1()
	/tmp/buildlet/go/src/testing/testing.go:1493 +0x2a fp=0xc00009ffe0 sp=0xc00009ffc0 pc=0x10d74ca
runtime.goexit()
	/tmp/buildlet/go/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc00009ffe8 sp=0xc00009ffe0 pc=0x106aaa1
created by testing.(*T).Run
	/tmp/buildlet/go/src/testing/testing.go:1493 +0x35f

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Mar 8, 2023

Those are #58811 on the release branches, fixed by https://go.dev/cl/472618 and https://go.dev/cl/472617.

(CC @rolandshoemaker)

@bcmills bcmills closed this as completed Mar 8, 2023
@golang golang locked and limited conversation to collaborators Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
Status: Done
Development

No branches or pull requests

3 participants