Skip to content

x/tools/gopls/internal/test/integration/misc: TestImportTestVariant failures #64810

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

Closed
gopherbot opened this issue Dec 20, 2023 · 3 comments
Closed
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
Contributor

gopherbot commented Dec 20, 2023

Issue created automatically to collect these failures.

Example (log):

serve.go:443: debug server listening at http://localhost:49256
serve.go:443: debug server listening at http://localhost:49257
goroutine profile: total 19
2 @ 0x1039456 0x10323f7 0x1066bc9 0x10a6bd2 0x10ac4dd 0x10ac4cb 0x1243fd5 0x125a365 0x125947d 0x16577a5 0x1836c7b 0x1836c81 0x106d641
#	0x1066bc8	internal/poll.runtime_pollWait+0x88					/tmp/buildlet/go/src/runtime/netpoll.go:306
#	0x10a6bd1	internal/poll.(*pollDesc).wait+0x31					/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:84
#	0x10ac4dc	internal/poll.(*pollDesc).waitRead+0x2bc				/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:89
#	0x10ac4ca	internal/poll.(*FD).Accept+0x2aa					/tmp/buildlet/go/src/internal/poll/fd_unix.go:614
#	0x1243fd4	net.(*netFD).accept+0x34						/tmp/buildlet/go/src/net/fd_unix.go:172
#	0x125a364	net.(*TCPListener).accept+0x24						/tmp/buildlet/go/src/net/tcpsock_posix.go:148
...
#	0x107f607	syscall.wait4+0x47						/tmp/buildlet/go/src/syscall/zsyscall_darwin_amd64.go:43
#	0x107c42a	syscall.Wait4+0x2a						/tmp/buildlet/go/src/syscall/syscall_bsd.go:144
#	0x10b1b96	os.(*Process).wait+0x76						/tmp/buildlet/go/src/os/exec_unix.go:43
#	0x1176464	os.(*Process).Wait+0x44						/tmp/buildlet/go/src/os/exec.go:132
#	0x117645c	os/exec.(*Cmd).Wait+0x3c					/tmp/buildlet/go/src/os/exec/exec.go:890
#	0x12fd1e5	golang.org/x/tools/internal/gocommand.runCmdContext.func4+0x25	/tmp/buildlet/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:362

--- FAIL: TestImportTestVariant (3.86s)
    --- FAIL: TestImportTestVariant/default (3.86s)
        runner.go:208: closing the sandbox: error(s) cleaning sandbox: cleaning modcache: <nil>; removing files: unlinkat /tmp/buildlet/tmp/gopls-test-365943798/TestImportTestVariant/default: directory not empty

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 Dec 20, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/misc" && test == "TestImportTestVariant"
2023-12-19 21:35 darwin-amd64-12_0 tools@b85cfba3 go@8cb86b5f x/tools/gopls/internal/test/integration/misc.TestImportTestVariant (log)
serve.go:443: debug server listening at http://localhost:49256
serve.go:443: debug server listening at http://localhost:49257
goroutine profile: total 19
2 @ 0x1039456 0x10323f7 0x1066bc9 0x10a6bd2 0x10ac4dd 0x10ac4cb 0x1243fd5 0x125a365 0x125947d 0x16577a5 0x1836c7b 0x1836c81 0x106d641
#	0x1066bc8	internal/poll.runtime_pollWait+0x88					/tmp/buildlet/go/src/runtime/netpoll.go:306
#	0x10a6bd1	internal/poll.(*pollDesc).wait+0x31					/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:84
#	0x10ac4dc	internal/poll.(*pollDesc).waitRead+0x2bc				/tmp/buildlet/go/src/internal/poll/fd_poll_runtime.go:89
#	0x10ac4ca	internal/poll.(*FD).Accept+0x2aa					/tmp/buildlet/go/src/internal/poll/fd_unix.go:614
#	0x1243fd4	net.(*netFD).accept+0x34						/tmp/buildlet/go/src/net/fd_unix.go:172
#	0x125a364	net.(*TCPListener).accept+0x24						/tmp/buildlet/go/src/net/tcpsock_posix.go:148
...
#	0x107f607	syscall.wait4+0x47						/tmp/buildlet/go/src/syscall/zsyscall_darwin_amd64.go:43
#	0x107c42a	syscall.Wait4+0x2a						/tmp/buildlet/go/src/syscall/syscall_bsd.go:144
#	0x10b1b96	os.(*Process).wait+0x76						/tmp/buildlet/go/src/os/exec_unix.go:43
#	0x1176464	os.(*Process).Wait+0x44						/tmp/buildlet/go/src/os/exec.go:132
#	0x117645c	os/exec.(*Cmd).Wait+0x3c					/tmp/buildlet/go/src/os/exec/exec.go:890
#	0x12fd1e5	golang.org/x/tools/internal/gocommand.runCmdContext.func4+0x25	/tmp/buildlet/gopath/src/golang.org/x/tools/internal/gocommand/invoke.go:362

--- FAIL: TestImportTestVariant (3.86s)
    --- FAIL: TestImportTestVariant/default (3.86s)
        runner.go:208: closing the sandbox: error(s) cleaning sandbox: cleaning modcache: <nil>; removing files: unlinkat /tmp/buildlet/tmp/gopls-test-365943798/TestImportTestVariant/default: directory not empty

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 Dec 20, 2023
@gopherbot gopherbot added this to the Unreleased milestone Dec 20, 2023
@suzmue suzmue modified the milestones: Unreleased, gopls/v0.15.0 Dec 21, 2023
@findleyr
Copy link
Member

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

No branches or pull requests

3 participants