golang / go

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

x/text/message/pipeline: TestFullCycle failures #59874

Open gopherbot opened 1 year ago

gopherbot commented 1 year ago
#!watchflakes
post <- pkg == "golang.org/x/text/message/pipeline" && test == "TestFullCycle"

Issue created automatically to collect these failures.

Example (log):

SIGSEGV: segmentation violation
PC=0x101ebc2 m=8 sigcode=1

rax    0x5fdb820
rbx    0xc00003e138
rcx    0x5fdb820
rdx    0x0
rdi    0x0
rsi    0x200001
rbp    0x700000742e98
...
    /tmp/buildlet/go/src/runtime/proc.go:398 +0xce fp=0xc000094c48 sp=0xc000094c28 pc=0x1038c2e
runtime.chanrecv(0xc00012e150, 0xc000094d2f, 0x1)
    /tmp/buildlet/go/src/runtime/chan.go:583 +0x3cd fp=0xc000094cc0 sp=0xc000094c48 pc=0x1005e2d
runtime.chanrecv1(0x190c680?, 0x13f8380?)
    /tmp/buildlet/go/src/runtime/chan.go:442 +0x12 fp=0xc000094ce8 sp=0xc000094cc0 pc=0x1005a32
testing.(*T).Run(0xc0000836c0, {0xc0000a8b3c?, 0x36?}, 0xc00014e270)
    /tmp/buildlet/go/src/testing/testing.go:1649 +0x3c8 fp=0xc000094da8 sp=0xc000094ce8 pc=0x11171e8
golang.org/x/text/message/pipeline.TestFullCycle(0xc0000836c0)
    /tmp/buildlet/gopath/src/golang.org/x/text/message/pipeline/pipeline_test.go:76 +0x718 fp=0xc000094f70 sp=0xc000094da8 pc=0x13cac58
testing.tRunner(0xc0000836c0, 0x14c1910)

watchflakes

gopherbot commented 1 year ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/text/message/pipeline" && test == "TestFullCycle"
2023-04-04 14:19 darwin-amd64-nocgo text@48e4a4a9 go@3a7806d3 x/text/message/pipeline.TestFullCycle (log) SIGSEGV: segmentation violation PC=0x101ebc2 m=8 sigcode=1 rax 0x5fdb820 rbx 0xc00003e138 rcx 0x5fdb820 rdx 0x0 rdi 0x0 rsi 0x200001 rbp 0x700000742e98 ... /tmp/buildlet/go/src/runtime/proc.go:398 +0xce fp=0xc000094c48 sp=0xc000094c28 pc=0x1038c2e runtime.chanrecv(0xc00012e150, 0xc000094d2f, 0x1) /tmp/buildlet/go/src/runtime/chan.go:583 +0x3cd fp=0xc000094cc0 sp=0xc000094c48 pc=0x1005e2d runtime.chanrecv1(0x190c680?, 0x13f8380?) /tmp/buildlet/go/src/runtime/chan.go:442 +0x12 fp=0xc000094ce8 sp=0xc000094cc0 pc=0x1005a32 testing.(*T).Run(0xc0000836c0, {0xc0000a8b3c?, 0x36?}, 0xc00014e270) /tmp/buildlet/go/src/testing/testing.go:1649 +0x3c8 fp=0xc000094da8 sp=0xc000094ce8 pc=0x11171e8 golang.org/x/text/message/pipeline.TestFullCycle(0xc0000836c0) /tmp/buildlet/gopath/src/golang.org/x/text/message/pipeline/pipeline_test.go:76 +0x718 fp=0xc000094f70 sp=0xc000094da8 pc=0x13cac58 testing.tRunner(0xc0000836c0, 0x14c1910)

watchflakes