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/tools/internal/jsonrpc2_v2: flaky test crash #55259

Closed
gopherbot opened this issue Sep 20, 2022 · 2 comments
Closed

x/tools/internal/jsonrpc2_v2: flaky test crash #55259

gopherbot opened this issue Sep 20, 2022 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
post <- pkg == "golang.org/x/tools/internal/jsonrpc2_v2" && test == "" && !`panic: test timed out`

Bug automatically created to track these flakes.

— 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 Sep 20, 2022
@gopherbot
Copy link
Contributor Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "golang.org/x/tools/internal/jsonrpc2_v2" && test == "" && !`panic: test timed out`
2022-07-29 20:19 openbsd-386-68 tools@9580c84d go@dee3efd9 golang.org/x/tools/internal/jsonrpc2_v2 (log)
panic: close of closed channel

goroutine 210 [running]:
golang.org/x/tools/internal/jsonrpc2_v2.(*idleListener).run(0x7483a180)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:275 +0x168
created by golang.org/x/tools/internal/jsonrpc2_v2.NewIdleListener
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:184 +0x136
2022-08-10 17:41 openbsd-amd64-68 tools@0ad49fde go@d4280fda golang.org/x/tools/internal/jsonrpc2_v2 (log)
panic: close of closed channel

goroutine 206 [running]:
golang.org/x/tools/internal/jsonrpc2_v2.(*idleListener).run(0xc000462340)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:275 +0x19f
created by golang.org/x/tools/internal/jsonrpc2_v2.NewIdleListener
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:184 +0x130
2022-08-10 17:41 openbsd-amd64-70 tools@0ad49fde go@9f8685f4 golang.org/x/tools/internal/jsonrpc2_v2 (log)
panic: close of closed channel

goroutine 116 [running]:
golang.org/x/tools/internal/jsonrpc2_v2.(*idleListener).run(0xc0000ca380)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:275 +0x19f
created by golang.org/x/tools/internal/jsonrpc2_v2.NewIdleListener
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:184 +0x130
2022-08-31 14:39 openbsd-amd64-68 tools@41c3a9b1 go@5634629f golang.org/x/tools/internal/jsonrpc2_v2 (log)
panic: close of closed channel

goroutine 204 [running]:
golang.org/x/tools/internal/jsonrpc2_v2.(*idleListener).run(0xc0003ba000)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:275 +0x19f
created by golang.org/x/tools/internal/jsonrpc2_v2.NewIdleListener
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:184 +0x130
2022-08-31 21:08 openbsd-386-70 tools@4ccc73cb go@889d3265 golang.org/x/tools/internal/jsonrpc2_v2 (log)
panic: close of closed channel

goroutine 126 [running]:
golang.org/x/tools/internal/jsonrpc2_v2.(*idleListener).run(0x65ba6090)
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:275 +0x168
created by golang.org/x/tools/internal/jsonrpc2_v2.NewIdleListener
	/tmp/workdir/gopath/src/golang.org/x/tools/internal/jsonrpc2_v2/serve.go:184 +0x136

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 20, 2022
@gopherbot gopherbot added this to the Unreleased milestone Sep 20, 2022
@rsc rsc moved this to Active in Test Flakes Sep 20, 2022
@bcmills
Copy link
Contributor

bcmills commented Sep 20, 2022

Duplicate of #51435

@bcmills bcmills marked this as a duplicate of #51435 Sep 20, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2022
Repository owner moved this from Active to Done in Test Flakes Sep 20, 2022
@rsc rsc removed this from Test Flakes Sep 20, 2022
@golang golang locked and limited conversation to collaborators Sep 20, 2023
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. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants