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/gopls: TestLSP timeout #58703

Closed
gopherbot opened this issue Feb 24, 2023 · 2 comments
Closed

x/tools/gopls: TestLSP timeout #58703

gopherbot opened this issue Feb 24, 2023 · 2 comments
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. 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

gopherbot commented Feb 24, 2023

#!watchflakes
post <- repo == "tools" && section == "go test -short ./..." && test == "TestLSP" && `SIGQUIT`

Issue created automatically to collect these failures.

Example (log):

SIGQUIT: quit
PC=0x969c8 m=0 sigcode=0


... log truncated ...
runtime.gopark(0xbf5ed8, 0xc0000407c8, 0xe, 0x17, 0x2)
	/data/golang/workdir/go/src/runtime/proc.go:381 +0x11e fp=0xc00007cd30 sp=0xc00007cd18 pc=0x581de
runtime.chanrecv(0xc000040770, 0xc00007ce37, 0x1)
	/data/golang/workdir/go/src/runtime/chan.go:583 +0x5c2 fp=0xc00007cdc0 sp=0xc00007cd30 pc=0x18722
runtime.chanrecv1(0xc000040770, 0xc00007ce37)
	/data/golang/workdir/go/src/runtime/chan.go:442 +0x2e fp=0xc00007cde8 sp=0xc00007cdc0 pc=0x180fe
testing.(*T).Run(0xc0002ce820, {0xaa15ae, 0x7}, 0xc0002804b0)
	/data/golang/workdir/go/src/testing/testing.go:1630 +0x50c fp=0xc00007cea0 sp=0xc00007cde8 pc=0x179ecc
golang.org/x/tools/gopls/internal/lsp/tests.RunTests(0xc0002ce820, {0xaa5498, 0x8}, 0x1, 0xbf52b0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/tests/tests.go:297 +0x164 fp=0xc00007cf38 sp=0xc00007cea0 pc=0x8982a4
golang.org/x/tools/gopls/internal/lsp.TestLSP(0xc0002ce820)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/lsp_test.go:51 +0x4c fp=0xc00007cf68 sp=0xc00007cf38 pc=0x8e527c
testing.tRunner(0xc0002ce820, 0xbf5290)

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

Found new dashboard test flakes for:

#!watchflakes
post <- repo == "tools" && section == "go test -short ./..." && test == "TestLSP"
2023-02-17 19:56 linux-s390x-ibm tools@193023cc go@2baf8ad8 TestLSP (log)
SIGQUIT: quit
PC=0x969c8 m=0 sigcode=0


... log truncated ...
runtime.gopark(0xbf5ed8, 0xc0000407c8, 0xe, 0x17, 0x2)
	/data/golang/workdir/go/src/runtime/proc.go:381 +0x11e fp=0xc00007cd30 sp=0xc00007cd18 pc=0x581de
runtime.chanrecv(0xc000040770, 0xc00007ce37, 0x1)
	/data/golang/workdir/go/src/runtime/chan.go:583 +0x5c2 fp=0xc00007cdc0 sp=0xc00007cd30 pc=0x18722
runtime.chanrecv1(0xc000040770, 0xc00007ce37)
	/data/golang/workdir/go/src/runtime/chan.go:442 +0x2e fp=0xc00007cde8 sp=0xc00007cdc0 pc=0x180fe
testing.(*T).Run(0xc0002ce820, {0xaa15ae, 0x7}, 0xc0002804b0)
	/data/golang/workdir/go/src/testing/testing.go:1630 +0x50c fp=0xc00007cea0 sp=0xc00007cde8 pc=0x179ecc
golang.org/x/tools/gopls/internal/lsp/tests.RunTests(0xc0002ce820, {0xaa5498, 0x8}, 0x1, 0xbf52b0)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/tests/tests.go:297 +0x164 fp=0xc00007cf38 sp=0xc00007cea0 pc=0x8982a4
golang.org/x/tools/gopls/internal/lsp.TestLSP(0xc0002ce820)
	/data/golang/workdir/gopath/src/golang.org/x/tools/gopls/internal/lsp/lsp_test.go:51 +0x4c fp=0xc00007cf68 sp=0xc00007cf38 pc=0x8e527c
testing.tRunner(0xc0002ce820, 0xbf5290)

watchflakes

@cherrymui cherrymui changed the title go test -short ./...: TestLSP failures x/tools/gopls: TestLSP timeout Feb 24, 2023
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Feb 24, 2023
@gopherbot gopherbot added this to the Unreleased milestone Feb 24, 2023
@findleyr
Copy link
Contributor

findleyr commented Mar 1, 2023

Closing as this appears to be transient problems with the s390x builder.

@findleyr findleyr closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2023
@golang golang locked and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. 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
Status: Done
Development

No branches or pull requests

2 participants