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: TestIgnoreFile failures #57888

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

x/tools/gopls/test: TestIgnoreFile failures #57888

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 == "TestIgnoreFile"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIgnoreFile (0.97s)
    --- FAIL: TestIgnoreFile/default (0.97s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 22:25:37.140 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2023/01/17 22:25:37 warning: analyzing package: internal error updating shared cache: mkdir /.cache/gopls/7f4281e2/analysis/db: no space left on device\n\tsnapshot=5\n\tdirectory=file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1628532372/TestStandaloneFiles/default/work\n\tpackage=\"command-line-arguments:/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1628532372/TestStandaloneFiles/default/work/lib/ignore.go\"\n"}


[Trace - 22:25:37.141 PM] Received notification '$/progress'.
Params: {"token":"8119058319716025097","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"

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 Jan 18, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestIgnoreFile"
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@7026a8a1 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (0.97s)
    --- FAIL: TestIgnoreFile/default (0.97s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 22:25:37.140 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2023/01/17 22:25:37 warning: analyzing package: internal error updating shared cache: mkdir /.cache/gopls/7f4281e2/analysis/db: no space left on device\n\tsnapshot=5\n\tdirectory=file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1628532372/TestStandaloneFiles/default/work\n\tpackage=\"command-line-arguments:/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1628532372/TestStandaloneFiles/default/work/lib/ignore.go\"\n"}


[Trace - 22:25:37.141 PM] Received notification '$/progress'.
Params: {"token":"8119058319716025097","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestIgnoreFile"
2023-01-17 18:50 aix-ppc64 tools@d958e854 go@dbe327a6 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (1.04s)
    --- FAIL: TestIgnoreFile/default (1.04s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 03:00:54.906 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1542388533/TestStandaloneFiles/default/work/lib/lib.go","version":4,"diagnostics":[]}


[Trace - 03:00:54.906 AM] Received notification '$/progress'.
Params: {"token":"1216492107435069675","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"
2023-01-17 18:50 aix-ppc64 tools@d958e854 go@f773bef9 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (1.03s)
    --- FAIL: TestIgnoreFile/default (1.03s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 04:31:44.476 AM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2023/01/18 04:31:44 warning: analyzing package: internal error updating shared cache: mkdir /.cache/gopls/f0b297df/analysis/1e: no space left on device\n\tsnapshot=5\n\tdirectory=file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1068760942/TestStandaloneFiles/default/work\n\tpackage=\"command-line-arguments:/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1068760942/TestStandaloneFiles/default/work/lib/ignore.go\"\n"}


[Trace - 04:31:44.477 AM] Received notification '$/progress'.
Params: {"token":"8333208734370892840","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"
2023-01-17 23:21 aix-ppc64 tools@f3e53e5c go@7e740f91 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (0.91s)
    --- FAIL: TestIgnoreFile/default (0.91s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 01:24:17.964 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-4287357378/TestStandaloneFiles/default/work/lib/lib.go","version":4,"diagnostics":[]}


[Trace - 01:24:17.964 AM] Received notification '$/progress'.
Params: {"token":"4724167135501252888","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@581603cb x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (1.01s)
    --- FAIL: TestIgnoreFile/default (1.01s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 22:10:49.425 PM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2023/01/17 22:10:49 warning: analyzing package: internal error updating shared cache: mkdir /.cache/gopls/ac53097c/analysis/38: no space left on device\n\tsnapshot=5\n\tdirectory=file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-2346591159/TestStandaloneFiles/default/work\n\tpackage=\"command-line-arguments:/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-2346591159/TestStandaloneFiles/default/work/lib/ignore.go\"\n"}


[Trace - 22:10:49.426 PM] Received notification '$/progress'.
Params: {"token":"5115056538850522902","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"
2023-01-18 14:54 aix-ppc64 tools@f0e2d5c5 go@7026a8a1 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (1.00s)
    --- FAIL: TestIgnoreFile/default (1.00s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 09:52:23.187 AM] Received notification '$/progress'.
Params: {"token":"1620340646802174659","value":{"kind":"end","message":"Done."}}


[Trace - 09:52:23.188 AM] Received notification 'window/logMessage'.
Params: {"type":1,"message":"2023/01/18 09:52:23 warning: analyzing package: internal error updating shared cache: mkdir /.cache/gopls/b4bf14c9/analysis/31: no space left on device\n\tsnapshot=5\n\tdirectory=file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1511204713/TestStandaloneFiles/default/work\n\tpackage=\"command-line-arguments:/ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-1511204713/TestStandaloneFiles/default/work/lib/ignore.go\"\n"}


#### End Gopls Test Logs for "TestStandaloneFiles/default"
2023-01-18 14:59 aix-ppc64 tools@957bec5a go@7026a8a1 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (1.05s)
    --- FAIL: TestIgnoreFile/default (1.05s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 10:07:18.506 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-359667638/TestStandaloneFiles/default/work/lib/lib.go","version":4,"diagnostics":[]}


[Trace - 10:07:18.507 AM] Received notification '$/progress'.
Params: {"token":"7799429875357924262","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"
2023-01-18 15:15 aix-ppc64 tools@2fa6ca1e go@7026a8a1 x/tools/gopls/test.TestIgnoreFile (log)
--- FAIL: TestIgnoreFile (0.92s)
    --- FAIL: TestIgnoreFile/default (0.92s)
        env.go:322: waiting on:
            Unmeetable: once "completed work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `func (main)` in "foo.go"
            any diagnostics at the first position matching `func (main)` in "bar.go"

            err:condition has final verdict Unmeetable

            state:
...

[Trace - 10:22:11.214 AM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///ramdisk8GB/workdir-host-aix-ppc64-osuosl/tmp/gopls-regtest-3054628983/TestStandaloneFiles/default/work/lib/lib.go","version":4,"diagnostics":[]}


[Trace - 10:22:11.215 AM] Received notification '$/progress'.
Params: {"token":"6387542626303175077","value":{"kind":"end","message":"Done."}}


#### End Gopls Test Logs for "TestStandaloneFiles/default"

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