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

x/vuln: unrecognized failures #67291

Closed
gopherbot opened this issue May 10, 2024 · 2 comments
Closed

x/vuln: unrecognized failures #67291

gopherbot opened this issue May 10, 2024 · 2 comments
Assignees
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/vuln" && test == ""

Issue created automatically to collect these failures.

Example (log):

panic: Cannot range over: func(yield func(E) bool)

goroutine 3188 [running]:
golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc01b43cfd0, 0xc0154341a0, 0xc0011e1b00, 0x0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2278 +0x805
golang.org/x/tools/go/ssa.(*builder).stmt(0xc01b43cfd0, 0xc0154341a0, {0x3820d58?, 0xc0011e1b00?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2508 +0x225
golang.org/x/tools/go/ssa.(*builder).stmtList(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:908
golang.org/x/tools/go/ssa.(*builder).stmt(0xc01b43cfd0, 0xc0154341a0, {0x3820c38?, 0xc0011e40f0?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2470 +0xe67
golang.org/x/tools/go/ssa.(*builder).buildFromSyntax(0xc01b43cfd0, 0xc0154341a0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2582 +0x245
golang.org/x/tools/go/ssa.(*builder).buildFunction(0x37adaa0?, 0xc0154341a0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2536 +0x17b
golang.org/x/tools/go/ssa.(*builder).iterate(0xc01b43cfd0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2524 +0x25
golang.org/x/tools/go/ssa.(*Package).build(0xc015173780)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2658 +0xa9
sync.(*Once).doSlow(0xc014428cc0?, 0xc0144624e0?)
	/tmp/buildlet/go/src/sync/once.go:74 +0xb4
sync.(*Once).Do(...)
	/tmp/buildlet/go/src/sync/once.go:65
golang.org/x/tools/go/ssa.(*Package).Build(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2647
golang.org/x/tools/go/ssa.(*Program).Build.func1(0x0?)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2626 +0x45
created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 3017
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2625 +0x195

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/vuln" && test == ""
2024-05-08 21:38 darwin-amd64-longtest vuln@052eac78 go@9eebdca8 x/vuln (log)
panic: Cannot range over: func(yield func(E) bool)

goroutine 3188 [running]:
golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc01b43cfd0, 0xc0154341a0, 0xc0011e1b00, 0x0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2278 +0x805
golang.org/x/tools/go/ssa.(*builder).stmt(0xc01b43cfd0, 0xc0154341a0, {0x3820d58?, 0xc0011e1b00?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2508 +0x225
golang.org/x/tools/go/ssa.(*builder).stmtList(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:908
golang.org/x/tools/go/ssa.(*builder).stmt(0xc01b43cfd0, 0xc0154341a0, {0x3820c38?, 0xc0011e40f0?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2470 +0xe67
golang.org/x/tools/go/ssa.(*builder).buildFromSyntax(0xc01b43cfd0, 0xc0154341a0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2582 +0x245
golang.org/x/tools/go/ssa.(*builder).buildFunction(0x37adaa0?, 0xc0154341a0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2536 +0x17b
golang.org/x/tools/go/ssa.(*builder).iterate(0xc01b43cfd0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2524 +0x25
golang.org/x/tools/go/ssa.(*Package).build(0xc015173780)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2658 +0xa9
sync.(*Once).doSlow(0xc014428cc0?, 0xc0144624e0?)
	/tmp/buildlet/go/src/sync/once.go:74 +0xb4
sync.(*Once).Do(...)
	/tmp/buildlet/go/src/sync/once.go:65
golang.org/x/tools/go/ssa.(*Package).Build(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2647
golang.org/x/tools/go/ssa.(*Program).Build.func1(0x0?)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2626 +0x45
created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 3017
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2625 +0x195
2024-05-08 21:38 darwin-amd64-longtest vuln@052eac78 go@e2375c49 x/vuln (log)
panic: Cannot range over: func(yield func(E) bool)

goroutine 3220 [running]:
golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc01d928da0, 0xc01b6c51e0, 0xc0015d7c80, 0x0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2278 +0x805
golang.org/x/tools/go/ssa.(*builder).stmt(0xc01d928da0, 0xc01b6c51e0, {0x43fcd58?, 0xc0015d7c80?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2508 +0x225
golang.org/x/tools/go/ssa.(*builder).stmtList(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:908
golang.org/x/tools/go/ssa.(*builder).stmt(0xc01d928da0, 0xc01b6c51e0, {0x43fcc38?, 0xc0015fc120?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2470 +0xe67
golang.org/x/tools/go/ssa.(*builder).buildFromSyntax(0xc01d928da0, 0xc01b6c51e0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2582 +0x245
golang.org/x/tools/go/ssa.(*builder).buildFunction(0x4389aa0?, 0xc01b6c51e0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2536 +0x17b
golang.org/x/tools/go/ssa.(*builder).iterate(0xc01d928da0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2524 +0x25
golang.org/x/tools/go/ssa.(*Package).build(0xc01b4d3200)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2658 +0xa9
sync.(*Once).doSlow(0xc01b16bc50?, 0xc01b1c1188?)
	/tmp/buildlet/go/src/sync/once.go:74 +0xb4
sync.(*Once).Do(...)
	/tmp/buildlet/go/src/sync/once.go:65
golang.org/x/tools/go/ssa.(*Package).Build(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2647
golang.org/x/tools/go/ssa.(*Program).Build.func1(0x0?)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2626 +0x45
created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 3010
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2625 +0x195
2024-05-08 21:38 darwin-amd64-longtest vuln@052eac78 go@0b5f7225 x/vuln (log)
panic: Cannot range over: func(yield func(E) bool)

goroutine 2985 [running]:
golang.org/x/tools/go/ssa.(*builder).rangeStmt(0xc00f338970, 0xc0096f56c0, 0xc001618960, 0x0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2278 +0x805
golang.org/x/tools/go/ssa.(*builder).stmt(0xc00f338970, 0xc0096f56c0, {0x8928d58?, 0xc001618960?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2508 +0x225
golang.org/x/tools/go/ssa.(*builder).stmtList(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:908
golang.org/x/tools/go/ssa.(*builder).stmt(0xc00f338970, 0xc0096f56c0, {0x8928c38?, 0xc00166dda0?})
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2470 +0xe67
golang.org/x/tools/go/ssa.(*builder).buildFromSyntax(0xc00f338970, 0xc0096f56c0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2582 +0x245
golang.org/x/tools/go/ssa.(*builder).buildFunction(0x88b5aa0?, 0xc0096f56c0)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2536 +0x17b
golang.org/x/tools/go/ssa.(*builder).iterate(0xc00f338970)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2524 +0x25
golang.org/x/tools/go/ssa.(*Package).build(0xc014281580)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2658 +0xa9
sync.(*Once).doSlow(0xc010016f50?, 0xc0148d84c8?)
	/tmp/buildlet/go/src/sync/once.go:74 +0xb4
sync.(*Once).Do(...)
	/tmp/buildlet/go/src/sync/once.go:65
golang.org/x/tools/go/ssa.(*Package).Build(...)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2647
golang.org/x/tools/go/ssa.(*Program).Build.func1(0x0?)
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2626 +0x45
created by golang.org/x/tools/go/ssa.(*Program).Build in goroutine 2996
	/tmp/buildlet/gopath/pkg/mod/golang.org/x/[email protected]/go/ssa/builder.go:2625 +0x195

watchflakes

@gopherbot gopherbot added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label May 10, 2024
@gopherbot gopherbot modified the milestones: Unreleased, vuln/unplanned May 10, 2024
@zpavlinovic zpavlinovic self-assigned this Jun 5, 2024
@zpavlinovic
Copy link
Contributor

Addressed.

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. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Projects
Archived in project
Development

No branches or pull requests

2 participants