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/lsp: unrecognized failures #58040

Closed
gopherbot opened this issue Jan 26, 2023 · 4 comments
Closed

x/tools/gopls/internal/lsp: unrecognized failures #58040

gopherbot opened this issue Jan 26, 2023 · 4 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

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/lsp" && test == ""

Issue created automatically to collect these failures.

Example (log):

signal: segmentation fault

watchflakes

@gopherbot gopherbot added 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. gopls Issues related to the Go language server, gopls. labels Jan 26, 2023
@gopherbot gopherbot added this to the Unreleased milestone Jan 26, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/lsp" && test == ""
2023-01-25 23:57 darwin-amd64-11_0 tools@82707575 go@4df10fba x/tools/gopls/internal/lsp (log)
signal: segmentation fault
2023-01-25 23:57 darwin-amd64-11_0 tools@82707575 go@cea70301 x/tools/gopls/internal/lsp (log)
signal: segmentation fault

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/lsp" && test == ""
2023-01-25 23:57 darwin-amd64-10_15 tools@82707575 go@4df10fba x/tools/gopls/internal/lsp (log)
signal: segmentation fault
2023-01-25 23:57 darwin-amd64-10_15 tools@82707575 go@cea70301 x/tools/gopls/internal/lsp (log)
signal: segmentation fault

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/lsp" && test == ""
2023-08-21 20:35 freebsd-arm64-dmgk tools@6eca6dfb go@5dda4903 x/tools/gopls/internal/lsp (log)
panic: /tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:1244: internal error reading typerefs data: can't create cache: mkdir /usr/home/builder/.cache/gopls/380fcee0: no space left on device

goroutine 1164 [running]:
golang.org/x/tools/gopls/internal/bug.report({0x4000e5c800, 0x80})
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/bug/bug.go:80 +0x474
golang.org/x/tools/gopls/internal/bug.Reportf({0x957679?, 0xd8d1279f6bfa793?}, {0x4000fd39a8?, 0xed42a20f390b8772?, 0x918efb?})
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/bug/bug.go:51 +0x28
golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).typerefData(0x40001766e0, {0xb78f98?, 0x4000232550}, {0x4000354240, 0x2a}, 0x0?, {0x4001596da0, 0x1, 0x1})
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:1244 +0xfc
golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).typerefs(0x40001766e0, {0xb78f98, 0x4000232550}, 0x40004857a0, {0x4001596da0, 0x1, 0x1})
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:1223 +0x158
golang.org/x/tools/gopls/internal/lsp/cache.(*packageHandleBuilder).buildPackageHandle(0x40015b9380, {0xb78f98, 0x4000232550}, 0x4000232500)
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:1085 +0x1d0
golang.org/x/tools/gopls/internal/lsp/cache.(*snapshot).getPackageHandles.func2.1()
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/src/golang.org/x/tools/gopls/internal/lsp/cache/check.go:894 +0xb0
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/pkg/mod/golang.org/x/sync@v0.3.0/errgroup/errgroup.go:75 +0x5c
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 1163
	/tmp/workdir-host-freebsd-arm64-dmgk/gopath/pkg/mod/golang.org/x/sync@v0.3.0/errgroup/errgroup.go:72 +0x98

watchflakes

@gopherbot gopherbot reopened this Aug 23, 2023
@findleyr
Copy link
Contributor

No space left on builder; I believe there was a golang-dev thread about this.

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