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/completion: TestCompleteAllFields/default failures #69667

Closed
gopherbot opened this issue Sep 27, 2024 · 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.
Milestone

Comments

@gopherbot
Copy link
Contributor

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCompleteAllFields/default
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff6c8c1df2d?, 0x4019145000?})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:1067 +0x38 fp=0xb8c79ff690 sp=0xb8c79ff660 pc=0x7ff6c80747d8
runtime.sysUsedOS(0x4019144000, 0x2000)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mem_windows.go:83 +0x178 fp=0xb8c79ff6f0 sp=0xb8c79ff690 pc=0x7ff6c8016a68
runtime.sysUsed(...)
...
created by golang.org/x/tools/internal/jsonrpc2.(*conn).Go in goroutine 15417
	C:/Users/swarming/.swarming/w/ir/x/w/targetrepo907066028/internal/jsonrpc2/conn.go:188 +0x90

goroutine 19903 gp=0x400fda41c0 m=nil [runnable]:
golang.org/x/sync/errgroup.(*Group).Go.func1()
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff6c83ee710
runtime.goexit({})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff6c807d834
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 20344
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x98

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/integration/completion" && test == "TestCompleteAllFields/default"
2024-09-22 20:55 x_tools-go1.23-windows-arm64 tools@f8ce0052 release-branch.go1.23@c8c6f9ab x/tools/gopls/internal/test/integration/completion.TestCompleteAllFields/default [ABORT] (log)
=== RUN   TestCompleteAllFields/default
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff6c8c1df2d?, 0x4019145000?})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:1067 +0x38 fp=0xb8c79ff690 sp=0xb8c79ff660 pc=0x7ff6c80747d8
runtime.sysUsedOS(0x4019144000, 0x2000)
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/mem_windows.go:83 +0x178 fp=0xb8c79ff6f0 sp=0xb8c79ff690 pc=0x7ff6c8016a68
runtime.sysUsed(...)
...
created by golang.org/x/tools/internal/jsonrpc2.(*conn).Go in goroutine 15417
	C:/Users/swarming/.swarming/w/ir/x/w/targetrepo907066028/internal/jsonrpc2/conn.go:188 +0x90

goroutine 19903 gp=0x400fda41c0 m=nil [runnable]:
golang.org/x/sync/errgroup.(*Group).Go.func1()
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff6c83ee710
runtime.goexit({})
	C:/Users/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_arm64.s:1223 +0x4 fp=0x4000063fd0 sp=0x4000063fd0 pc=0x7ff6c807d834
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 20344
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x98

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

Dup of #69664

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