golang / go

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

x/tools/cmd/gorename: TestGeneratedFiles failures #65462

Closed gopherbot closed 3 weeks ago

gopherbot commented 8 months ago
#!watchflakes
default <- pkg == "golang.org/x/tools/cmd/gorename" && test == "TestGeneratedFiles"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestGeneratedFiles
    gorename_test.go:334: Building gorename: exit status 1
        error obtaining VCS status: exit status 128
            Use -buildvcs=false to disable VCS stamping.
--- FAIL: TestGeneratedFiles (1.49s)

watchflakes

gopherbot commented 8 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/cmd/gorename" && test == "TestGeneratedFiles"
2024-02-01 23:36 x_tools-gotip-windows-amd64-race tools@d0778885 go@149db960 x/tools/cmd/gorename.TestGeneratedFiles (log) === RUN TestGeneratedFiles gorename_test.go:334: Building gorename: exit status 1 error obtaining VCS status: exit status 128 Use -buildvcs=false to disable VCS stamping. --- FAIL: TestGeneratedFiles (1.49s)

watchflakes

gopherbot commented 2 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/cmd/gorename" && test == "TestGeneratedFiles"
2024-08-13 17:53 x_tools-gotip-linux-riscv64 tools@7cc3be7d go@1419d0e9 x/tools/cmd/gorename.TestGeneratedFiles (log) === RUN TestGeneratedFiles gorename_test.go:286: 9: -from "\"test\".Foo" -to "Bar": received unexpected error exit status 2 gorename_test.go:290: 9: -from "\"test\".Foo" -to "Bar": unexpected command output: SIGSEGV: segmentation violation PC=0x516b8 m=2 sigcode=1 addr=0xc0 goroutine 0 gp=0x3f6c000a80 m=2 mp=0x3f6c054708 [idle]: runtime.preemptone(0x3f6c000a80?) /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6310 +0x38 fp=0x3f6c06ff28 sp=0x3f6c06ff10 pc=0x516b8 runtime.preemptall() /home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/proc.go:6288 +0x60 fp=0x3f6c06ff50 sp=0x3f6c06ff28 pc=0x51658 ... a7 0x5d24 s2 0x3f6c06fed0 s3 0x3f6c054708 s4 0x3f6c060000 s5 0x36 s6 0x65 s7 0x4 s8 0x3f6c0386b0 s9 0x3f6c06ffa0 s10 0x26f730 s11 0x3f6c000a80 t3 0x3295f146b592fc t4 0xffffffffffffffff t5 0x854304b281 t6 0x1 pc 0x516b8 (want: Renamed 2 occurrences in 2 files in 2 packages.) --- FAIL: TestGeneratedFiles (55.15s)

watchflakes

seankhliao commented 3 weeks ago

closing as obsoleted by #69360