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: TestThirdPartyPackageHighlight_Issue43511 failures #64967

Closed
gopherbot opened this issue Jan 5, 2024 · 3 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.
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Jan 5, 2024

Issue created automatically to collect these failures.

Example (log):

serve.go:443: debug server listening at http://localhost:49277
serve.go:443: debug server listening at http://localhost:49278
goroutine profile: total 8
2 @ 0x103dbae 0x1036d97 0x106b545 0x10aa307 0x10af7ec 0x10af7da 0x1241ce9 0x125641e 0x12555f0 0x163d144 0x181c605 0x181c606 0x1071c41
#	0x106b544	internal/poll.runtime_pollWait+0x84					/tmp/buildlet/go/src/runtime/netpoll.go:343
#	0x10aa306	internal/poll.(*pollDesc).wait+0x26					/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:84
#	0x10af7eb	internal/poll.(*pollDesc).waitRead+0x2ab				/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:89
#	0x10af7d9	internal/poll.(*FD).Accept+0x299					/tmp/buildlet/go/src/internal/poll/fd_unix.go:611
#	0x1241ce8	net.(*netFD).accept+0x28						/tmp/buildlet/go/src/net/fd_unix.go:172
#	0x125641d	net.(*TCPListener).accept+0x1d						/tmp/buildlet/go/src/net/tcpsock_posix.go:152
...
#	0x1265a24	golang.org/x/tools/internal/jsonrpc2.Serve+0x384	/tmp/buildlet/gopath/src/golang.org/x/tools/internal/jsonrpc2/serve.go:112

1 @ 0x103dbae 0x106e625 0x13d6c16 0x1071c41
#	0x106e624	time.Sleep+0x124					/tmp/buildlet/go/src/runtime/time.go:195
#	0x13d6c15	golang.org/x/tools/gopls/internal/filecache.gc+0x275	/tmp/buildlet/gopath/src/golang.org/x/tools/gopls/internal/filecache/filecache.go:507

--- FAIL: TestThirdPartyPackageHighlight_Issue43511 (3.14s)
    --- FAIL: TestThirdPartyPackageHighlight_Issue43511/default (3.14s)
        runner.go:208: closing the sandbox: error(s) cleaning sandbox: cleaning modcache: go command failed (stdout: ) (stderr: go: unlinkat /tmp/buildlet/tmp/gopls-test-280049913/TestThirdPartyPackageHighlight_Issue43511/default/gopath/pkg/mod: directory not empty
            ): exit status 1; removing files: <nil>

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 Jan 5, 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 == "TestThirdPartyPackageHighlight_Issue43511"
2024-01-03 12:29 darwin-amd64-12_0 tools@a863a4fc go@d2cb1401 x/tools/gopls/internal/test/integration/misc.TestThirdPartyPackageHighlight_Issue43511 (log)
serve.go:443: debug server listening at http://localhost:49277
serve.go:443: debug server listening at http://localhost:49278
goroutine profile: total 8
2 @ 0x103dbae 0x1036d97 0x106b545 0x10aa307 0x10af7ec 0x10af7da 0x1241ce9 0x125641e 0x12555f0 0x163d144 0x181c605 0x181c606 0x1071c41
#	0x106b544	internal/poll.runtime_pollWait+0x84					/tmp/buildlet/go/src/runtime/netpoll.go:343
#	0x10aa306	internal/poll.(*pollDesc).wait+0x26					/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:84
#	0x10af7eb	internal/poll.(*pollDesc).waitRead+0x2ab				/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:89
#	0x10af7d9	internal/poll.(*FD).Accept+0x299					/tmp/buildlet/go/src/internal/poll/fd_unix.go:611
#	0x1241ce8	net.(*netFD).accept+0x28						/tmp/buildlet/go/src/net/fd_unix.go:172
#	0x125641d	net.(*TCPListener).accept+0x1d						/tmp/buildlet/go/src/net/tcpsock_posix.go:152
...
#	0x1265a24	golang.org/x/tools/internal/jsonrpc2.Serve+0x384	/tmp/buildlet/gopath/src/golang.org/x/tools/internal/jsonrpc2/serve.go:112

1 @ 0x103dbae 0x106e625 0x13d6c16 0x1071c41
#	0x106e624	time.Sleep+0x124					/tmp/buildlet/go/src/runtime/time.go:195
#	0x13d6c15	golang.org/x/tools/gopls/internal/filecache.gc+0x275	/tmp/buildlet/gopath/src/golang.org/x/tools/gopls/internal/filecache/filecache.go:507

--- FAIL: TestThirdPartyPackageHighlight_Issue43511 (3.14s)
    --- FAIL: TestThirdPartyPackageHighlight_Issue43511/default (3.14s)
        runner.go:208: closing the sandbox: error(s) cleaning sandbox: cleaning modcache: go command failed (stdout: ) (stderr: go: unlinkat /tmp/buildlet/tmp/gopls-test-280049913/TestThirdPartyPackageHighlight_Issue43511/default/gopath/pkg/mod: directory not empty
            ): exit status 1; removing files: <nil>

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 Jan 5, 2024
@gopherbot gopherbot added this to the Unreleased milestone Jan 5, 2024
@findleyr
Copy link
Contributor

findleyr commented Jan 6, 2024

Dupe of #64971

@findleyr findleyr closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2024
@gopherbot
Copy link
Contributor Author

Sorry, but I can't find a watchflakes script at the start of the issue description.
See https://go.dev/wiki/Watchflakes for details.

watchflakes

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
None yet
Development

No branches or pull requests

2 participants