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/internal/test/integration/misc: TestIssue59124 failures #66750

Closed
gopherbot opened this issue Apr 9, 2024 · 2 comments
Closed
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.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test == "TestIssue59124"

Issue created automatically to collect these failures.

Example (log):

serve.go:441: debug server listening at http://localhost:36361
serve.go:441: debug server listening at http://localhost:39705
panic: test timed out after 20m0s
running tests:
	TestIssue59124 (17s)
	TestIssue59124/default (17s)

testing.(*T).Run(0xc0040b7a00, {0xcd24d2?, 0xcf7a75?}, 0xc000ed3090)
	/workdir/go/src/testing/testing.go:1750 +0x3a4
golang.org/x/tools/gopls/internal/test/integration.(*Runner).Run(0xc0001a2aa0, 0xc0040b7a00, {0xd6423b, 0xa4}, 0xe8bc78, {0x0, 0x0, 0x16bf7c?})
	/workdir/gopath/src/golang.org/x/tools/gopls/internal/test/integration/runner.go:172 +0x4a8
golang.org/x/tools/gopls/internal/test/integration.Run(...)
	/workdir/gopath/src/golang.org/x/tools/gopls/internal/test/integration/regtest.go:56
golang.org/x/tools/gopls/internal/test/integration/misc.TestIssue59124(0xc0040b7a00?)
	/workdir/gopath/src/golang.org/x/tools/gopls/internal/test/integration/misc/imports_test.go:72 +0x60
testing.tRunner(0xc0040b7a00, 0xe8b758)

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test == "TestIssue59124"
2024-04-09 14:12 linux-ppc64le-power9osu tools@3520955d go@9f3f4c64 x/tools/gopls/internal/test/integration/misc.TestIssue59124 (log)
serve.go:441: debug server listening at http://localhost:36361
serve.go:441: debug server listening at http://localhost:39705
panic: test timed out after 20m0s
running tests:
	TestIssue59124 (17s)
	TestIssue59124/default (17s)

testing.(*T).Run(0xc0040b7a00, {0xcd24d2?, 0xcf7a75?}, 0xc000ed3090)
	/workdir/go/src/testing/testing.go:1750 +0x3a4
golang.org/x/tools/gopls/internal/test/integration.(*Runner).Run(0xc0001a2aa0, 0xc0040b7a00, {0xd6423b, 0xa4}, 0xe8bc78, {0x0, 0x0, 0x16bf7c?})
	/workdir/gopath/src/golang.org/x/tools/gopls/internal/test/integration/runner.go:172 +0x4a8
golang.org/x/tools/gopls/internal/test/integration.Run(...)
	/workdir/gopath/src/golang.org/x/tools/gopls/internal/test/integration/regtest.go:56
golang.org/x/tools/gopls/internal/test/integration/misc.TestIssue59124(0xc0040b7a00?)
	/workdir/gopath/src/golang.org/x/tools/gopls/internal/test/integration/misc/imports_test.go:72 +0x60
testing.tRunner(0xc0040b7a00, 0xe8b758)

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 Apr 9, 2024
@gopherbot gopherbot added this to the Unreleased milestone Apr 9, 2024
@adonovan
Copy link
Member

adonovan commented Apr 9, 2024

Hanging Go command on ppc64: dup of #66748.

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

2 participants