golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.44k stars 17.71k forks source link

x/tools/gopls/internal/test/marker: Test/codeaction\removeparam.txt failures #70546

Closed gopherbot closed 1 week ago

gopherbot commented 1 week ago
#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/codeaction\\removeparam.txt"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/codeaction\removeparam.txt
=== PAUSE Test/codeaction\removeparam.txt
=== CONT  Test/codeaction\removeparam.txt
    marker_test.go:1353: a/a.go:3:31 (codeaction\removeparam.txt:12:31): codeaction: missing change to file b/b.go; want:
        package b

        import "unused.mod/a"

        func f() int {
            return 1
...
        fatal error: runtime.newosproc

        runtime stack:
        runtime.throw({0x7ff74efb54cb?, 0x0?})
            runtime/panic.go:1099 +0x38 fp=0xe190dffc50 sp=0xe190dffc20 pc=0x7ff74e95b3a8
        runtime.newosproc(0xe190dffce8?)
            runtime/os_windows.go:781 +0xec fp=0xe190dffcb0 sp=0xe190dffc50 pc=0x7ff74e92301c
        runtime.newm1(0x4000311008)
            runtime/proc.go:2826 +0xa8 fp=0xe190dffcf0 sp=0xe190dffcb0 pc=0x7ff74e92de78
        runtime.newm(0xe190dffd48?, 0x400003e508, 0xe190dffd98?)
...
        #### outstanding work:
            Error loading workspace: 0.00
        #### completed work:
            Setting up workspace: 1
            diagnosing initial workspace load: 1
            Checking telemetry prompt: 1
            diagnosing opened files: 12
            gopls.change_signature: 7

--- FAIL: Test/codeaction\removeparam.txt (10.52s)

watchflakes

gopherbot commented 1 week ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Test/codeaction\\removeparam.txt"
2024-11-21 17:56 x_tools-gotip-windows-arm64 tools@442d6be7 go@b68f8ca8 x/tools/gopls/internal/test/marker.Test/codeaction\removeparam.txt (log) === RUN Test/codeaction\removeparam.txt === PAUSE Test/codeaction\removeparam.txt === CONT Test/codeaction\removeparam.txt marker_test.go:1353: a/a.go:3:31 (codeaction\removeparam.txt:12:31): codeaction: missing change to file b/b.go; want: package b import "unused.mod/a" func f() int { return 1 ... fatal error: runtime.newosproc runtime stack: runtime.throw({0x7ff74efb54cb?, 0x0?}) runtime/panic.go:1099 +0x38 fp=0xe190dffc50 sp=0xe190dffc20 pc=0x7ff74e95b3a8 runtime.newosproc(0xe190dffce8?) runtime/os_windows.go:781 +0xec fp=0xe190dffcb0 sp=0xe190dffc50 pc=0x7ff74e92301c runtime.newm1(0x4000311008) runtime/proc.go:2826 +0xa8 fp=0xe190dffcf0 sp=0xe190dffcb0 pc=0x7ff74e92de78 runtime.newm(0xe190dffd48?, 0x400003e508, 0xe190dffd98?) ... #### outstanding work: Error loading workspace: 0.00 #### completed work: Setting up workspace: 1 diagnosing initial workspace load: 1 Checking telemetry prompt: 1 diagnosing opened files: 12 gopls.change_signature: 7 --- FAIL: Test/codeaction\removeparam.txt (10.52s)

watchflakes

adonovan commented 1 week ago

Dup of https://github.com/golang/go/issues/70556