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: TestClearNonWorkspaceDiagnostics failures #57892

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

x/tools/gopls/test: TestClearNonWorkspaceDiagnostics failures #57892

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestClearNonWorkspaceDiagnostics (3.23s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.23s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing opened files: 2
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1

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 == "TestClearNonWorkspaceDiagnostics"
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@7026a8a1 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.23s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.23s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing opened files: 2
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1

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
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestClearNonWorkspaceDiagnostics"
2023-01-17 18:50 aix-ppc64 tools@d958e854 go@dbe327a6 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.38s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.38s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	Setting up workspace: 1
            	diagnosing opened files: 2
            	diagnosing initial workspace load: 1
2023-01-17 18:50 aix-ppc64 tools@d958e854 go@f773bef9 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.31s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.31s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1
            	diagnosing opened files: 2
2023-01-17 23:21 aix-ppc64 tools@f3e53e5c go@7e740f91 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.29s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.29s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1
            	diagnosing opened files: 2
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@581603cb x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.66s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.66s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	Setting up workspace: 1
            	diagnosing opened files: 2
            	diagnosing initial workspace load: 1
2023-01-18 14:54 aix-ppc64 tools@f0e2d5c5 go@7026a8a1 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.13s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.13s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing opened files: 2
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1
2023-01-18 14:59 aix-ppc64 tools@957bec5a go@7026a8a1 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (3.28s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (3.27s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	b/main.go (version 1):
            	a/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing opened files: 2
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1
2023-01-18 15:15 aix-ppc64 tools@2fa6ca1e go@7026a8a1 x/tools/gopls/test.TestClearNonWorkspaceDiagnostics (log)
--- FAIL: TestClearNonWorkspaceDiagnostics (2.93s)
    --- FAIL: TestClearNonWorkspaceDiagnostics/default (2.93s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 2 time(s)" is met, must have:
            any diagnostics at the first position matching `V` in "a/main.go", with message containing "not used"

            err:condition has final verdict Unmeetable

            state:
            #### log messages (see RPC logs for full text):
...

            #### diagnostics:
            	a/main.go (version 1):
            	b/main.go (version 1):

            #### outstanding work:
            #### completed work:
            	diagnosing initial workspace load: 1
            	Setting up workspace: 1
            	diagnosing opened files: 2

watchflakes

@gopherbot gopherbot reopened this Jan 25, 2023
@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