Skip to content

x/tools/gopls/internal/cache/parsego: TestGoplsSourceDoesNotUseObjectResolution failures #73214

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 Apr 7, 2025 · 1 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.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/cache/parsego" && test == "TestGoplsSourceDoesNotUseObjectResolution"

Issue created automatically to collect these failures.

Example (log):

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

runtime stack:
runtime.throw({0x7ff6eb6ee5ea?, 0x400b47e000?})
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:1101 +0x38 fp=0x8e015ffca0 sp=0x8e015ffc70 pc=0x7ff6eb461fb8
runtime.sysUsedOS(0x400b47e000, 0x2000)
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/[email protected]/src/runtime/mem_windows.go:83 +0x178 fp=0x8e015ffd00 sp=0x8e015ffca0 pc=0x7ff6eb408048
runtime.sysUsed(...)
...
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 756
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x94

goroutine 767 gp=0x40024fd180 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=0x40054a9fd0 sp=0x40054a9fd0 pc=0x7ff6eb630b50
runtime.goexit({})
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/[email protected]/src/runtime/asm_arm64.s:1223 +0x4 fp=0x40054a9fd0 sp=0x40054a9fd0 pc=0x7ff6eb469844
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 700
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x94

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/cache/parsego" && test == "TestGoplsSourceDoesNotUseObjectResolution"
2025-04-07 19:33 x_tools-go1.23-windows-arm64 tools@9a1fbbdb release-branch.go1.23@7a2cfb70 x/tools/gopls/internal/cache/parsego.TestGoplsSourceDoesNotUseObjectResolution [ABORT] (log)
=== RUN   TestGoplsSourceDoesNotUseObjectResolution
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff6eb6ee5ea?, 0x400b47e000?})
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:1101 +0x38 fp=0x8e015ffca0 sp=0x8e015ffc70 pc=0x7ff6eb461fb8
runtime.sysUsedOS(0x400b47e000, 0x2000)
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/[email protected]/src/runtime/mem_windows.go:83 +0x178 fp=0x8e015ffd00 sp=0x8e015ffca0 pc=0x7ff6eb408048
runtime.sysUsed(...)
...
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 756
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x94

goroutine 767 gp=0x40024fd180 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=0x40054a9fd0 sp=0x40054a9fd0 pc=0x7ff6eb630b50
runtime.goexit({})
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/[email protected]/src/runtime/asm_arm64.s:1223 +0x4 fp=0x40054a9fd0 sp=0x40054a9fd0 pc=0x7ff6eb469844
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 700
	C:/Users/swarming/.swarming/w/ir/x/w/gopath/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x94

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 7, 2025
@gopherbot gopherbot added this to the Unreleased milestone Apr 7, 2025
@qmuntal qmuntal closed this as completed Apr 8, 2025
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
Status: Done
Development

No branches or pull requests

2 participants