golang / go

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

x/tools/gopls/internal/regtest/modfile: TestGoGetFix failures #55174

Closed gopherbot closed 1 year ago

gopherbot commented 1 year ago
#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/regtest/modfile" && test == "TestGoGetFix"

Bug automatically created to track these flakes.

— watchflakes

gopherbot commented 1 year ago

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/regtest/modfile" && test == "TestGoGetFix"
2022-07-14 01:47 windows-arm64-10 tools@db8f89b3 go@4651ebf9 golang.org/x/tools/gopls/internal/regtest/modfile.TestGoGetFix (log) goroutine profile: total 15 2 @ 0x7ff622d33b74 0x7ff622d97a5c 0x7ff622d97890 0x7ff622db4660 0x7ff622dae530 0x7ff622dae521 0x7ff622de06c0 0x7ff622deb5e4 0x7ff622deb5d9 0x7ff622e3b580 0x7ff622dd7998 0x7ff622e926b4 0x7ff622e92691 0x7ff622e9351c 0x7ff622d9b404 # 0x7ff622d97a5b syscall.SyscallN+0xeb C:/workdir/go/src/runtime/syscall_windows.go:557 # 0x7ff622d9788f syscall.Syscall6+0x3f C:/workdir/go/src/runtime/syscall_windows.go:501 # 0x7ff622db465f syscall.readFile+0x7f C:/workdir/go/src/syscall/zsyscall_windows.go:1024 # 0x7ff622dae52f syscall.ReadFile+0x2f C:/workdir/go/src/syscall/syscall_windows.go:400 # 0x7ff622dae520 syscall.Read+0x20 C:/workdir/go/src/syscall/syscall_windows.go:379 # 0x7ff622de06bf internal/poll.(*FD).Read+0x1af C:/workdir/go/src/internal/poll/fd_windows.go:427 # 0x7ff622deb5e3 os.(*File).read+0x63 C:/workdir/go/src/os/file_posix.go:31 # 0x7ff622deb5d8 os.(*File).Read+0x58 C:/workdir/go/src/os/file.go:118 ... # 0x7ff622d96157 sync.runtime_Semacquire+0x27 C:/workdir/go/src/runtime/sema.go:62 # 0x7ff622daa15f sync.(*WaitGroup).Wait+0x7f C:/workdir/go/src/sync/waitgroup.go:139 # 0x7ff6234d730b golang.org/x/tools/internal/lsp.(*Server).diagnoseSnapshots+0x1cb C:/workdir/gopath/src/golang.org/x/tools/internal/lsp/diagnostics.go:108 # 0x7ff6234ef257 golang.org/x/tools/internal/lsp.(*Server).processModifications.func1+0x37 C:/workdir/gopath/src/golang.org/x/tools/internal/lsp/text_synchronization.go:300 --- FAIL: TestGoGetFix (19.67s) --- FAIL: TestGoGetFix/default (10.65s) --- FAIL: TestGoGetFix/default/singleton (8.57s) runner.go:348: closing editor: Shutdown: context deadline exceeded 2022/07/15 17:39:59 cleaning workspace dir: remove C:\Users\gopher\AppData\Local\Temp\gopls-workspace-mod1526731520: The process cannot access the file because it is being used by another process.

watchflakes

rsc commented 1 year ago

Stopped.