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/test: TestLSP failures #57859

Closed
gopherbot opened this issue Jan 18, 2023 · 3 comments
Closed

x/tools/gopls/test: TestLSP failures #57859

gopherbot opened this issue Jan 18, 2023 · 3 comments
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

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestLSP (71.64s)
    --- FAIL: TestLSP/Modules (20.90s)
        --- FAIL: TestLSP/Modules/Diagnostics (0.99s)
            --- FAIL: TestLSP/Modules/Diagnostics/rundespiteerrors (0.99s)
                lsp_test.go:224: rundespiteerrors.go:6:5-6:6: unmatched diagnostic pattern "mismatched types|cannot convert"
            --- FAIL: TestLSP/Modules/Diagnostics/generated (0.00s)
                lsp_test.go:224: generated.go:5:5-5:6: unmatched diagnostic pattern "y declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/var (0.00s)
                lsp_test.go:224: var.go:3:11-3:12: unmatched diagnostic pattern "(undeclared name|undefined): y"
                lsp_test.go:224: var.go:6:17-6:18: unmatched diagnostic pattern "(undeclared name|undefined): n"
...
            --- FAIL: TestLSP/Modules/Diagnostics/bad_format (0.00s)
                lsp_test.go:224: bad_format.go:13:5-13:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/a_x_test (0.00s)
                lsp_test.go:224: a_x_test.go:7:1-7:12: unmatched diagnostic pattern "(undeclared name|undefined): Nonexistant"
            --- FAIL: TestLSP/Modules/Diagnostics/bad1 (0.00s)
                lsp_test.go:224: bad1.go:8:6-8:13: unmatched diagnostic pattern "(undeclared name|undefined): unknown"
                lsp_test.go:224: bad1.go:16:1-16:2: unmatched diagnostic pattern "x declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:5-17:6: unmatched diagnostic pattern "q declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:7-17:11: unmatched diagnostic pattern "(undeclared name|undefined): blah"
                lsp_test.go:224: bad1.go:18:5-18:6: unmatched diagnostic pattern "t declared (and|but) not used"
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_9_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_14_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_18_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_22_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device

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 18, 2023
@gopherbot gopherbot added this to the Unreleased milestone Jan 18, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestLSP"
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@7026a8a1 x/tools/gopls/test.TestLSP (log)
--- FAIL: TestLSP (71.64s)
    --- FAIL: TestLSP/Modules (20.90s)
        --- FAIL: TestLSP/Modules/Diagnostics (0.99s)
            --- FAIL: TestLSP/Modules/Diagnostics/rundespiteerrors (0.99s)
                lsp_test.go:224: rundespiteerrors.go:6:5-6:6: unmatched diagnostic pattern "mismatched types|cannot convert"
            --- FAIL: TestLSP/Modules/Diagnostics/generated (0.00s)
                lsp_test.go:224: generated.go:5:5-5:6: unmatched diagnostic pattern "y declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/var (0.00s)
                lsp_test.go:224: var.go:3:11-3:12: unmatched diagnostic pattern "(undeclared name|undefined): y"
                lsp_test.go:224: var.go:6:17-6:18: unmatched diagnostic pattern "(undeclared name|undefined): n"
...
            --- FAIL: TestLSP/Modules/Diagnostics/bad_format (0.00s)
                lsp_test.go:224: bad_format.go:13:5-13:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/a_x_test (0.00s)
                lsp_test.go:224: a_x_test.go:7:1-7:12: unmatched diagnostic pattern "(undeclared name|undefined): Nonexistant"
            --- FAIL: TestLSP/Modules/Diagnostics/bad1 (0.00s)
                lsp_test.go:224: bad1.go:8:6-8:13: unmatched diagnostic pattern "(undeclared name|undefined): unknown"
                lsp_test.go:224: bad1.go:16:1-16:2: unmatched diagnostic pattern "x declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:5-17:6: unmatched diagnostic pattern "q declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:7-17:11: unmatched diagnostic pattern "(undeclared name|undefined): blah"
                lsp_test.go:224: bad1.go:18:5-18:6: unmatched diagnostic pattern "t declared (and|but) not used"
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_9_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_14_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_18_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_22_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/7fba5353/analysis/d2: no space left on device

watchflakes

@findleyr
Copy link
Contributor

Dupe of #57900.

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestLSP"
2023-01-17 18:50 aix-ppc64 tools@d958e854 go@dbe327a6 x/tools/gopls/test.TestLSP (log)
--- FAIL: TestLSP (72.52s)
    --- FAIL: TestLSP/Modules (20.89s)
        --- FAIL: TestLSP/Modules/Diagnostics (0.87s)
            --- FAIL: TestLSP/Modules/Diagnostics/generator (0.87s)
                lsp_test.go:224: generator.go:3:5-3:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/bad1 (0.00s)
                lsp_test.go:224: bad1.go:8:6-8:13: unmatched diagnostic pattern "(undeclared name|undefined): unknown"
                lsp_test.go:224: bad1.go:16:1-16:2: unmatched diagnostic pattern "x declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:5-17:6: unmatched diagnostic pattern "q declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:7-17:11: unmatched diagnostic pattern "(undeclared name|undefined): blah"
...
            --- FAIL: TestLSP/Modules/Diagnostics/bad_test (0.00s)
                lsp_test.go:224: bad_test.go:9:0-9:0: unmatched diagnostic pattern "Testbad has malformed name: first letter after 'Test' must not be lowercase"
                lsp_test.go:224: bad_test.go:11:5-11:6: unmatched diagnostic pattern "assignment copies lock value to _: sync.Mutex"
                lsp_test.go:224: bad_test.go:13:1-13:20: unmatched diagnostic pattern "golang.org/lsptests/analyzer.printfWrapper format %s reads arg #1, but call has 0 args"
                lsp_test.go:224: bad_test.go:22:25-22:35: unmatched diagnostic pattern "2006-02-01 should be 2006-01-02"
            --- FAIL: TestLSP/Modules/Diagnostics/noparse_format (0.00s)
                lsp_test.go:224: noparse_format.go:9:4-9:5: unmatched diagnostic pattern "missing condition in if statement"
                lsp_test.go:224: noparse_format.go:11:4-11:6: unmatched diagnostic pattern "no new variables"
            --- FAIL: TestLSP/Modules/Diagnostics/generated (0.00s)
                lsp_test.go:224: generated.go:5:5-5:6: unmatched diagnostic pattern "y declared (and|but) not used"
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_23_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/6502de1b/analysis/91: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_9_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/6502de1b/analysis/91: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/6502de1b/analysis/91: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_14_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/6502de1b/analysis/91: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_18_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/6502de1b/analysis/91: no space left on device
2023-01-17 18:50 aix-ppc64 tools@d958e854 go@f773bef9 x/tools/gopls/test.TestLSP (log)
--- FAIL: TestLSP (72.11s)
    --- FAIL: TestLSP/Modules (21.53s)
        --- FAIL: TestLSP/Modules/Diagnostics (0.84s)
            --- FAIL: TestLSP/Modules/Diagnostics/testy_test (0.84s)
                lsp_test.go:224: testy_test.go:10:5-10:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/badstmt (0.00s)
                lsp_test.go:224: badstmt.go:10:12-10:15: unmatched diagnostic pattern "function must be invoked in defer statement|expression in defer must be function call"
                lsp_test.go:224: badstmt.go:12:3-12:5: unmatched diagnostic pattern "no new variables"
            --- FAIL: TestLSP/Modules/Diagnostics/generator (0.00s)
                lsp_test.go:224: generator.go:3:5-3:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/a_x_test (0.00s)
                lsp_test.go:224: a_x_test.go:7:1-7:12: unmatched diagnostic pattern "(undeclared name|undefined): Nonexistant"
            --- FAIL: TestLSP/Modules/Diagnostics/bad_format (0.00s)
                lsp_test.go:224: bad_format.go:13:5-13:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/noparse_format (0.00s)
                lsp_test.go:224: noparse_format.go:9:4-9:5: unmatched diagnostic pattern "missing condition in if statement"
                lsp_test.go:224: noparse_format.go:11:4-11:6: unmatched diagnostic pattern "no new variables"
            --- FAIL: TestLSP/Modules/Diagnostics/generated (0.00s)
                lsp_test.go:224: generated.go:5:5-5:6: unmatched diagnostic pattern "y declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/var (0.00s)
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_22_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/18faece7/analysis/ae: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_23_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/18faece7/analysis/ae: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_9_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/18faece7/analysis/ae: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/18faece7/analysis/ae: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_14_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/18faece7/analysis/ae: no space left on device
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@581603cb x/tools/gopls/test.TestLSP (log)
--- FAIL: TestLSP (75.27s)
    --- FAIL: TestLSP/Modules (26.30s)
        --- FAIL: TestLSP/Modules/Diagnostics (1.51s)
            --- FAIL: TestLSP/Modules/Diagnostics/generated (1.50s)
                lsp_test.go:224: generated.go:5:5-5:6: unmatched diagnostic pattern "y declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/bad_format (0.00s)
                lsp_test.go:224: bad_format.go:13:5-13:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/noparse (0.00s)
                lsp_test.go:224: noparse.go:16:3-16:5: unmatched diagnostic pattern "no new variables"
                lsp_test.go:224: noparse.go:23:5-23:6: unmatched diagnostic pattern "expected 'IDENT', found '.'"
            --- FAIL: TestLSP/Modules/Diagnostics/noparse_format (0.00s)
                lsp_test.go:224: noparse_format.go:9:4-9:5: unmatched diagnostic pattern "missing condition in if statement"
                lsp_test.go:224: noparse_format.go:11:4-11:6: unmatched diagnostic pattern "no new variables"
            --- FAIL: TestLSP/Modules/Diagnostics/generator (0.00s)
                lsp_test.go:224: generator.go:3:5-3:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/bad1 (0.00s)
                lsp_test.go:224: bad1.go:8:6-8:13: unmatched diagnostic pattern "(undeclared name|undefined): unknown"
                lsp_test.go:224: bad1.go:16:1-16:2: unmatched diagnostic pattern "x declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:5-17:6: unmatched diagnostic pattern "q declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:7-17:11: unmatched diagnostic pattern "(undeclared name|undefined): blah"
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_18_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/f099575d/analysis/c5: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_22_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/f099575d/analysis/c5: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_23_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/f099575d/analysis/c5: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_9_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/f099575d/analysis/c5: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/f099575d/analysis/c5: no space left on device
2023-01-18 14:54 aix-ppc64 tools@f0e2d5c5 go@7026a8a1 x/tools/gopls/test.TestLSP (log)
--- FAIL: TestLSP (73.04s)
    --- FAIL: TestLSP/Modules (21.46s)
        --- FAIL: TestLSP/Modules/Diagnostics (0.68s)
            --- FAIL: TestLSP/Modules/Diagnostics/rundespiteerrors (0.00s)
                lsp_test.go:224: rundespiteerrors.go:6:5-6:6: unmatched diagnostic pattern "mismatched types|cannot convert"
            --- FAIL: TestLSP/Modules/Diagnostics/bad0 (0.00s)
                lsp_test.go:224: bad0.go:5:9-5:53: unmatched diagnostic pattern "could not import golang.org/lsptests/assign/internal/secret \\(invalid use of internal package golang.org/lsptests/assign/internal/secret\\)"
                lsp_test.go:224: bad0.go:9:9-9:10: unmatched diagnostic pattern "cannot use x \\(variable of type string\\) as int value in argument to random2"
                lsp_test.go:224: bad0.go:11:1-11:2: unmatched diagnostic pattern "y declared (and|but) not used"
                lsp_test.go:224: bad0.go:21:2-21:6: unmatched diagnostic pattern "unknown field f in struct literal"
            --- FAIL: TestLSP/Modules/Diagnostics/bad1 (0.00s)
                lsp_test.go:224: bad1.go:8:6-8:13: unmatched diagnostic pattern "(undeclared name|undefined): unknown"
                lsp_test.go:224: bad1.go:16:1-16:2: unmatched diagnostic pattern "x declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:5-17:6: unmatched diagnostic pattern "q declared (and|but) not used"
                lsp_test.go:224: bad1.go:17:7-17:11: unmatched diagnostic pattern "(undeclared name|undefined): blah"
                lsp_test.go:224: bad1.go:18:5-18:6: unmatched diagnostic pattern "t declared (and|but) not used"
                lsp_test.go:224: bad1.go:18:9-18:13: unmatched diagnostic pattern "(undeclared name|undefined): blob"
                lsp_test.go:224: bad1.go:27:5-27:7: unmatched diagnostic pattern "ch declared (and|but) not used"
                lsp_test.go:224: bad1.go:27:14-27:22: unmatched diagnostic pattern "(undeclared name|undefined): favType1"
                lsp_test.go:224: bad1.go:28:5-28:6: unmatched diagnostic pattern "m declared (and|but) not used"
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_23_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/e49490f9/analysis/0a: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_9_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/e49490f9/analysis/0a: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/e49490f9/analysis/0a: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_14_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/e49490f9/analysis/0a: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_18_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/e49490f9/analysis/0a: no space left on device
2023-01-18 14:59 aix-ppc64 tools@957bec5a go@7026a8a1 x/tools/gopls/test.TestLSP (log)
--- FAIL: TestLSP (73.79s)
    --- FAIL: TestLSP/Modules (21.86s)
        --- FAIL: TestLSP/Modules/Diagnostics (0.75s)
            --- FAIL: TestLSP/Modules/Diagnostics/bad0 (0.75s)
                lsp_test.go:224: bad0.go:5:9-5:53: unmatched diagnostic pattern "could not import golang.org/lsptests/assign/internal/secret \\(invalid use of internal package golang.org/lsptests/assign/internal/secret\\)"
                lsp_test.go:224: bad0.go:9:9-9:10: unmatched diagnostic pattern "cannot use x \\(variable of type string\\) as int value in argument to random2"
                lsp_test.go:224: bad0.go:11:1-11:2: unmatched diagnostic pattern "y declared (and|but) not used"
                lsp_test.go:224: bad0.go:21:2-21:6: unmatched diagnostic pattern "unknown field f in struct literal"
            --- FAIL: TestLSP/Modules/Diagnostics/generated (0.00s)
                lsp_test.go:224: generated.go:5:5-5:6: unmatched diagnostic pattern "y declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/generator (0.00s)
                lsp_test.go:224: generator.go:3:5-3:6: unmatched diagnostic pattern "x declared (and|but) not used"
            --- FAIL: TestLSP/Modules/Diagnostics/noparse_format (0.00s)
                lsp_test.go:224: noparse_format.go:9:4-9:5: unmatched diagnostic pattern "missing condition in if statement"
                lsp_test.go:224: noparse_format.go:11:4-11:6: unmatched diagnostic pattern "no new variables"
            --- FAIL: TestLSP/Modules/Diagnostics/badstmt (0.00s)
                lsp_test.go:224: badstmt.go:10:12-10:15: unmatched diagnostic pattern "function must be invoked in defer statement|expression in defer must be function call"
                lsp_test.go:224: badstmt.go:12:3-12:5: unmatched diagnostic pattern "no new variables"
            --- FAIL: TestLSP/Modules/Diagnostics/testy_test (0.00s)
                lsp_test.go:224: testy_test.go:10:5-10:6: unmatched diagnostic pattern "x declared (and|but) not used"
...
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_13_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/3c0380dd/analysis/cd: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_14_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/3c0380dd/analysis/cd: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_18_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/3c0380dd/analysis/cd: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_22_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/3c0380dd/analysis/cd: no space left on device
            --- FAIL: TestLSP/MultiModule/MethodExtraction/extract_basic_23_2 (0.00s)
                lsp_test.go:647: internal error updating shared cache: mkdir /.cache/gopls/3c0380dd/analysis/cd: no space left on device

watchflakes

@golang golang locked and limited conversation to collaborators Jan 25, 2024
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
Status: Done
Development

No branches or pull requests

2 participants