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/lsp/cmd: TestCommandLine failures #55280

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

x/tools/internal/lsp/cmd: TestCommandLine failures #55280

gopherbot opened this issue Sep 20, 2022 · 2 comments
Labels
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.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
post <- pkg == "golang.org/x/tools/internal/lsp/cmd" && test == "TestCommandLine"

Bug automatically created to collect these failures.

Example log:

2022/09/01 15:48:31 New session
	create_session=1
2022/09/01 15:48:31 go env for /tmp/workdir-host-linux-amd64-wsl/tmp/fake363996154
(root /tmp/workdir-host-linux-amd64-wsl/tmp/fake363996154)
(go version go version go1.19 linux/amd64)
(valid build configuration = true)
(build flags: [])
GOFLAGS=
GONOPROXY=
GO111MODULE=on
...
panic: test timed out after 10m0s

testing.(*T).Run(0xc00049e4e0, {0xd1aa66?, 0xc00029ee10?}, 0xc000517e30)
	/tmp/workdir-host-linux-amd64-wsl/go/src/testing/testing.go:1494 +0x37a
golang.org/x/tools/internal/lsp/tests.RunTests(0xc00049e4e0, {0xd2403d, 0xb}, 0x0, 0xc00026e3b0)
	/tmp/workdir-host-linux-amd64-wsl/gopath/src/golang.org/x/tools/internal/lsp/tests/tests.go:290 +0x21c
golang.org/x/tools/internal/lsp/cmd/test.TestCommandLine(0xc00049e4e0, {0xd2403d, 0xb}, 0xe694a8)
	/tmp/workdir-host-linux-amd64-wsl/gopath/src/golang.org/x/tools/internal/lsp/cmd/test/cmdtest.go:43 +0xde
golang.org/x/tools/internal/lsp/cmd_test.TestCommandLine(0xc000163a40?)
	/tmp/workdir-host-linux-amd64-wsl/gopath/src/golang.org/x/tools/internal/lsp/cmd/cmd_test.go:24 +0x2c
testing.tRunner(0xc00049e4e0, 0xe692f0)

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

Found new matching dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/internal/lsp/cmd" && test == "TestCommandLine"
2022-08-31 20:07 linux-amd64-wsl tools@3eb8a8f0 go@86e9e0ea golang.org/x/tools/internal/lsp/cmd.TestCommandLine (log)
2022/09/01 15:48:31 New session
	create_session=1
2022/09/01 15:48:31 go env for /tmp/workdir-host-linux-amd64-wsl/tmp/fake363996154
(root /tmp/workdir-host-linux-amd64-wsl/tmp/fake363996154)
(go version go version go1.19 linux/amd64)
(valid build configuration = true)
(build flags: [])
GOFLAGS=
GONOPROXY=
GO111MODULE=on
...
panic: test timed out after 10m0s

testing.(*T).Run(0xc00049e4e0, {0xd1aa66?, 0xc00029ee10?}, 0xc000517e30)
	/tmp/workdir-host-linux-amd64-wsl/go/src/testing/testing.go:1494 +0x37a
golang.org/x/tools/internal/lsp/tests.RunTests(0xc00049e4e0, {0xd2403d, 0xb}, 0x0, 0xc00026e3b0)
	/tmp/workdir-host-linux-amd64-wsl/gopath/src/golang.org/x/tools/internal/lsp/tests/tests.go:290 +0x21c
golang.org/x/tools/internal/lsp/cmd/test.TestCommandLine(0xc00049e4e0, {0xd2403d, 0xb}, 0xe694a8)
	/tmp/workdir-host-linux-amd64-wsl/gopath/src/golang.org/x/tools/internal/lsp/cmd/test/cmdtest.go:43 +0xde
golang.org/x/tools/internal/lsp/cmd_test.TestCommandLine(0xc000163a40?)
	/tmp/workdir-host-linux-amd64-wsl/gopath/src/golang.org/x/tools/internal/lsp/cmd/cmd_test.go:24 +0x2c
testing.tRunner(0xc00049e4e0, 0xe692f0)

watchflakes

@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 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 #54905

@bcmills bcmills marked this as a duplicate of #54905 Sep 20, 2022
@hyangah hyangah modified the milestones: Unreleased, gopls/later Sep 23, 2022
@findleyr findleyr closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2023
@github-project-automation github-project-automation bot moved this from Active to Done in Test Flakes Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
Archived in project
Development

No branches or pull requests

4 participants