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

runtime: test timeouts on openbsd-.*-71 builders #57585

Closed
cherrymui opened this issue Jan 4, 2023 · 13 comments
Closed

runtime: test timeouts on openbsd-.*-71 builders #57585

cherrymui opened this issue Jan 4, 2023 · 13 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done. OS-OpenBSD
Milestone

Comments

@cherrymui
Copy link
Member

cherrymui commented Jan 4, 2023

#!watchflakes
post <- builder ~ `openbsd-.*-71` && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded` || `panic: finalizer started .* ago .*, but did not return`)
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 4, 2023
@cherrymui cherrymui added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 4, 2023
@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "openbsd" && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded`)
2022-11-17 02:58 openbsd-amd64-71 go@44edc5d7 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x23276ed5a m=13 sigcode=0

rax    0x58
rbx    0x2c07fcfa8
rcx    0x23276ed5a
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x2c07fcf00
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x446551?, 0xc000624718?, 0x98?, 0x8f?, 0xc0001ae180?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0006246e8 sp=0xc0006246c8 pc=0x43e276
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000624728 sp=0xc0006246e8 pc=0x474a85
runtime_test.TestSelectStackAdjust(0xc00090c1a0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc000624770 sp=0xc000624728 pc=0x6c3c67
testing.tRunner(0xc00090c1a0, 0x83bab8)
2022-11-17 13:46 openbsd-amd64-71 go@bed970b3 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x2c8d6c41a m=12 sigcode=0

rax    0x58
rbx    0x2138f51f8
rcx    0x2c8d6c41a
rdx    0x0
rdi    0xc000600738
rsi    0x3
rbp    0x2138f5150
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc0007d6180?, 0xc0000a6718?, 0x98?, 0x8f?, 0xc0007d6180?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0000a66e8 sp=0xc0000a66c8 pc=0x43e276
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0000a6728 sp=0xc0000a66e8 pc=0x474a85
runtime_test.TestSelectStackAdjust(0xc00067f520)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc0000a6770 sp=0xc0000a6728 pc=0x6c3d07
testing.tRunner(0xc00067f520, 0x83bab8)
2022-11-17 20:52 openbsd-amd64-71 go@3f1bcc58 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x2fcc16caa m=9 sigcode=0

rax    0x58
rbx    0x2fa36f2e8
rcx    0x2fcc16caa
rdx    0x0
rdi    0xc00004b738
rsi    0x3
rbp    0x2fa36f240
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x43f6d1?, 0xc000140e90?, 0x0?, 0xf7?, 0xc000010588?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000140e80 sp=0xc000140e60 pc=0x4373f6
time.Sleep(0x2faf080)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000140ec0 sp=0xc000140e80 pc=0x465365
runtime/pprof.TestAtomicLoadStore64(0xc0001ba820)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1992 +0x205 fp=0xc000140f70 sp=0xc000140ec0 pc=0x5590a5
testing.tRunner(0xc0001ba820, 0x5b8680)
2022-11-18 00:16 openbsd-amd64-71 go@a8f9d3f0 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x2dc38a23a m=13 sigcode=0

rax    0x58
rbx    0x278cc3978
rcx    0x2dc38a23a
rdx    0x0
rdi    0xc000680738
rsi    0x3
rbp    0x278cc38d0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc0007c8180?, 0xc000477718?, 0x98?, 0x8f?, 0xc0007c8180?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0004776e8 sp=0xc0004776c8 pc=0x43e296
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000477728 sp=0xc0004776e8 pc=0x474aa5
runtime_test.TestSelectStackAdjust(0xc0005831e0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc000477770 sp=0xc000477728 pc=0x6c3f87
testing.tRunner(0xc0005831e0, 0x83b988)
2022-11-18 03:45 openbsd-386-71 go@e4435cb8 runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x35dcefef m=13 sigcode=0

eax    0x58
ebx    0x69b00410
ecx    0x0
edx    0x35f29314
edi    0x16c
esi    0x697e01e0
ebp    0x35f292b8
esp    0x35f292a0
eip    0x35dcefef
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843add0, 0x6941c180, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x6990a764 sp=0x6990a750 pc=0x8089086
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x6990a780 sp=0x6990a764 pc=0x80becba
runtime_test.TestSelectDuplicateChannel(0x699022d0)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xec fp=0x6990a79c sp=0x6990a780 pc=0x82ebb7c
testing.tRunner(0x699022d0, 0x843ba74)
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestPanicTraceback (log)
--- FAIL: TestPanicTraceback (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprog.exe PanicTraceback failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestCgoTracebackContext (log)
--- FAIL: TestCgoTracebackContext (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe TracebackContext failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestRecoverBeforePanicAfterGoexit (log)
--- FAIL: TestRecoverBeforePanicAfterGoexit (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprog.exe RecoverBeforePanicAfterGoexit failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestCgoPanicCallback (log)
--- FAIL: TestCgoPanicCallback (0.01s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe PanicCallback failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestSigStackSwapping (log)
--- FAIL: TestSigStackSwapping (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe SigStack failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestAbortInCgo (log)
--- FAIL: TestAbortInCgo (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe Abort failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe CgoSigfwd failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestVDSO (log)
--- FAIL: TestVDSO (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprog.exe SignalInVDSO failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestCgoPanicDeadlock (log)
--- FAIL: TestCgoPanicDeadlock (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe CgoPanicDeadlock failed to start: context deadline exceeded
2022-11-18 23:57 openbsd-386-71 go@04d6aa65 runtime.TestCgoExternalThreadSIGPROF (log)
--- FAIL: TestCgoExternalThreadSIGPROF (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3123997662/testprogcgo.exe CgoExternalThreadSIGPROF failed to start: context deadline exceeded
2022-11-19 03:33 openbsd-386-71 go@e84ce080 os.TestTTYClose (log)
SIGQUIT: quit
PC=0x2fd14ee3 m=13 sigcode=0

eax    0x58
ebx    0x54880890
ecx    0x0
edx    0x38198da0
edi    0x16c
esi    0x54afe0f0
ebp    0x38198d48
esp    0x38198d30
eip    0x2fd14ee3
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81e958c, 0x54814420, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x54a69718 sp=0x54a69704 pc=0x80803b6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x54a69734 sp=0x54a69718 pc=0x80adeba
os_test.TestTTYClose(0x54bfc000)
	/tmp/workdir/go/src/os/timeout_test.go:690 +0x19c fp=0x54a6979c sp=0x54a69734 pc=0x81a4c9c
testing.tRunner(0x54bfc000, 0x81e9384)
2022-11-21 17:16 openbsd-amd64-71 go@998949c0 runtime.TestCgoCCodeSIGPROF (log)
--- FAIL: TestCgoCCodeSIGPROF (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build1527382388/testprogcgo.exe CgoCCodeSIGPROF failed to start: context deadline exceeded
2022-11-21 17:46 openbsd-amd64-71 go@60be2b46 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x2bde1a6aa m=12 sigcode=0

rax    0x58
rbx    0x21d0940f8
rcx    0x2bde1a6aa
rdx    0x0
rdi    0xc000804338
rsi    0x3
rbp    0x21d094050
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc000871b00?, 0xc0002bb6d8?, 0x98?, 0x8f?, 0xc000871b00?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0002bb6a8 sp=0xc0002bb688 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0002bb6e8 sp=0xc0002bb6a8 pc=0x474b25
runtime_test.TestShrinkStackDuringBlockedSend(0xc000837a00)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc0002bb770 sp=0xc0002bb6e8 pc=0x6c3dcc
testing.tRunner(0xc000837a00, 0x83bae8)
2022-11-21 22:16 openbsd-386-71 go@995c0f31 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x3ad424fb m=9 sigcode=0

eax    0x58
ebx    0x5bc3ad10
ecx    0x0
edx    0x3f7286b0
edi    0x16c
esi    0x5bc82780
ebp    0x3f728658
esp    0x3f728640
eip    0x3ad424fb
eflags 0x206
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81e435c, 0x5bf93d70, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5bdf26cc sp=0x5bdf26b8 pc=0x8080566
runtime.chanrecv(0x5bf93d40, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e8 fp=0x5bdf2714 sp=0x5bdf26cc pc=0x804d6b8
runtime.chanrecv1(0x5bf93d40, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x5bdf2728 sp=0x5bdf2714 pc=0x804d2cc
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0x94 fp=0x5bdf2744 sp=0x5bdf2728 pc=0x8179cd4
runtime/pprof.TestAtomicLoadStore64(0x5bef0000)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1995 +0x27e fp=0x5bdf279c sp=0x5bdf2744 pc=0x819131e
testing.tRunner(0x5bef0000, 0x81e44b4)
2022-11-21 22:43 openbsd-amd64-71 go@7656cba9 runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x262b1daba m=13 sigcode=0

rax    0x58
rbx    0x2ccb7be68
rcx    0x262b1daba
rdx    0x0
rdi    0xc000680738
rsi    0x3
rbp    0x2ccb7bdc0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4465f1?, 0xc000808f08?, 0x20?, 0x66?, 0xc0000d4020?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000808ef8 sp=0xc000808ed8 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000808f38 sp=0xc000808ef8 pc=0x474b25
runtime_test.TestSelectDuplicateChannel(0xc000a16000?)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xc6 fp=0xc000808f70 sp=0xc000808f38 pc=0x6c41e6
testing.tRunner(0xc0005831e0, 0x83bab0)
2022-11-22 01:42 openbsd-amd64-71 go@15211999 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x2896d204a m=10 sigcode=0

rax    0x58
rbx    0x25af355b8
rcx    0x2896d204a
rdx    0x0
rdi    0xc000480338
rsi    0x3
rbp    0x25af35510
...
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0000e6dc8 sp=0xc0000e6da8 pc=0x437456
runtime.chanrecv(0xc00006a1e0, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0000e6e58 sp=0xc0000e6dc8 pc=0x40641d
runtime.chanrecv1(0x43f771?, 0xc0000e6eb0?)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0000e6e80 sp=0xc0000e6e58 pc=0x405f58
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0xa5 fp=0xc0000e6ec0 sp=0xc0000e6e80 pc=0x542105
runtime/pprof.TestAtomicLoadStore64(0xc000182d00)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1995 +0x228 fp=0xc0000e6f70 sp=0xc0000e6ec0 pc=0x55a7e8
testing.tRunner(0xc000182d00, 0x5baab8)
2022-11-22 03:11 openbsd-386-71 go@6a725140 runtime/pprof.TestTimeVDSO (log)
SIGQUIT: quit
PC=0x1ca8920f m=9 sigcode=0

eax    0x4
ebx    0x40
ecx    0x0
edx    0x2db4688c
edi    0x770
esi    0x63a022d0
ebp    0x2db46838
...
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e8 fp=0x63682e68 sp=0x63682e20 pc=0x804d6b8
runtime.chanrecv1(0x6379fa40, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x63682e7c sp=0x63682e68 pc=0x804d2cc
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0x94 fp=0x63682e98 sp=0x63682e7c pc=0x817b204
runtime/pprof.testCPUProfile(0x6b5bba40, 0x63424720, 0x81e58e8)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:466 +0x257 fp=0x63682f34 sp=0x63682e98 pc=0x8188f47
runtime/pprof.TestTimeVDSO(0x6b5bba40)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:2271 +0x8c fp=0x63682f9c sp=0x63682f34 pc=0x8195aec
testing.tRunner(0x6b5bba40, 0x81e58ec)
2022-11-22 15:56 openbsd-amd64-71 go@08c611b1 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x2b03198ba m=13 sigcode=0

rax    0x58
rbx    0x269017d78
rcx    0x2b03198ba
rdx    0x0
rdi    0xc000700738
rsi    0x3
rbp    0x269017cd0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00010e3c0?, 0xc0002de718?, 0x98?, 0x8f?, 0xc00010e3c0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0002de6e8 sp=0xc0002de6c8 pc=0x43e2d6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0002de728 sp=0xc0002de6e8 pc=0x474b25
runtime_test.TestSelectStackAdjust(0xc00020e340)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc0002de770 sp=0xc0002de728 pc=0x6c6ea7
testing.tRunner(0xc00020e340, 0x83ed60)
2022-11-22 15:56 openbsd-386-71 go@86ede172 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x245368c3 m=13 sigcode=0

eax    0x58
ebx    0x6b900650
ecx    0x0
edx    0x4429aa74
edi    0x16c
esi    0x6be03950
ebp    0x4429aa18
esp    0x4429aa00
eip    0x245368c3
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843d0b4, 0x6b90e0f0, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x6b894f5c sp=0x6b894f48 pc=0x8089086
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x6b894f78 sp=0x6b894f5c pc=0x80becba
runtime_test.TestSelectStackAdjust(0x6be033b0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1dc fp=0x6b894f9c sp=0x6b894f78 pc=0x82ee23c
testing.tRunner(0x6be033b0, 0x843dd60)
2022-11-28 18:43 openbsd-386-71 go@fd22b0bf runtime.TestMutexWaitTimeMetric (log)
SIGQUIT: quit
PC=0x3218fe53 m=13 sigcode=0

eax    0x58
ebx    0x5a880650
ecx    0x0
edx    0x29542074
edi    0x16c
esi    0x5ae03a40
ebp    0x29542018
esp    0x29542000
eip    0x3218fe53
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843abcc, 0x5a9621f0, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5a83d678 sp=0x5a83d664 pc=0x8089086
runtime.chanrecv(0x5a9621c0, 0x5a83d6f7, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e8 fp=0x5a83d6c0 sp=0x5a83d678 pc=0x8050348
runtime.chanrecv1(0x5a9621c0, 0x5a83d6f7)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x5a83d6d4 sp=0x5a83d6c0 pc=0x804ff2c
testing.(*T).Run(0x5ae03680, {0x839f865, 0xc}, 0x5aacc050)
	/tmp/workdir/go/src/testing/testing.go:1629 +0x440 fp=0x5a83d738 sp=0x5a83d6d4 pc=0x8142ba0
runtime_test.TestMutexWaitTimeMetric(0x5ae03680)
	/tmp/workdir/go/src/runtime/metrics_test.go:502 +0x11d fp=0x5a83d79c sp=0x5a83d738 pc=0x832c7cd
testing.tRunner(0x5ae03680, 0x843b8e8)
2022-11-28 19:33 openbsd-386-71 go@61f5a672 runtime.TestMutexWaitTimeMetric (log)
SIGQUIT: quit
PC=0x27835ef3 m=12 sigcode=0

eax    0x58
ebx    0x5dc42d10
ecx    0x0
edx    0x1e9265c4
edi    0x16c
esi    0x5e183e00
ebp    0x1e926568
esp    0x1e926550
eip    0x27835ef3
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843abcc, 0x5dcb4670, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5dd6d678 sp=0x5dd6d664 pc=0x8089086
runtime.chanrecv(0x5dcb4640, 0x5dd6d6f7, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e8 fp=0x5dd6d6c0 sp=0x5dd6d678 pc=0x8050348
runtime.chanrecv1(0x5dcb4640, 0x5dd6d6f7)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x5dd6d6d4 sp=0x5dd6d6c0 pc=0x804ff2c
testing.(*T).Run(0x5dff01e0, {0x83a0fce, 0x10}, 0x5f252040)
	/tmp/workdir/go/src/testing/testing.go:1629 +0x440 fp=0x5dd6d738 sp=0x5dd6d6d4 pc=0x8142c80
runtime_test.TestMutexWaitTimeMetric(0x5dff01e0)
	/tmp/workdir/go/src/runtime/metrics_test.go:502 +0x11d fp=0x5dd6d79c sp=0x5dd6d738 pc=0x832c8ad
testing.tRunner(0x5dff01e0, 0x843b8e8)
2022-12-02 16:30 openbsd-386-71 go@5a4e440f runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x19efc1cf m=13 sigcode=0

eax    0x58
ebx    0x58e00410
ecx    0x0
edx    0x232ff194
edi    0x16c
esi    0x58906d20
ebp    0x232ff138
esp    0x232ff120
eip    0x19efc1cf
eflags 0x206
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843aef4, 0x5881c030, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x58d11f5c sp=0x58d11f48 pc=0x8089086
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x58d11f78 sp=0x58d11f5c pc=0x80becba
runtime_test.TestSelectStackAdjust(0x58e033b0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1dc fp=0x58d11f9c sp=0x58d11f78 pc=0x82ebb2c
testing.tRunner(0x58e033b0, 0x843bba0)
2022-12-02 19:26 openbsd-386-71 go@a79b55bb runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x10ffad33 m=13 sigcode=0

eax    0x4
ebx    0x40
ecx    0x0
edx    0x25b08820
edi    0x770
esi    0x5e9822d0
ebp    0x25b087c8
esp    0x25b087ac
eip    0x10ffad33
eflags 0x203
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843aef4, 0x5e4b0120, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5e89575c sp=0x5e895748 pc=0x8089086
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x5e895778 sp=0x5e89575c pc=0x80becba
runtime_test.TestSelectStackAdjust(0x5ea02d20)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1dc fp=0x5e89579c sp=0x5e895778 pc=0x82ebb6c
testing.tRunner(0x5ea02d20, 0x843bba0)
2022-12-02 19:26 openbsd-amd64-71 go@a79b55bb runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x23bd5e48a m=9 sigcode=0

rax    0x58
rbx    0x239a0fcb8
rcx    0x23bd5e48a
rdx    0x0
rdi    0xc000600738
rsi    0x3
rbp    0x239a0fc10
...
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000072dc8 sp=0xc000072da8 pc=0x437456
runtime.chanrecv(0xc00006a1e0, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000072e58 sp=0xc000072dc8 pc=0x40641d
runtime.chanrecv1(0x43f771?, 0xc000072eb0?)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000072e80 sp=0xc000072e58 pc=0x405f58
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0xa5 fp=0xc000072ec0 sp=0xc000072e80 pc=0x540d05
runtime/pprof.TestAtomicLoadStore64(0xc000264820)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1995 +0x228 fp=0xc000072f70 sp=0xc000072ec0 pc=0x5593e8
testing.tRunner(0xc000264820, 0x5b9760)
2022-12-02 22:24 openbsd-amd64-71 go@7ab36153 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x2f03856ca m=13 sigcode=0

rax    0x58
rbx    0x2723da988
rcx    0x2f03856ca
rdx    0x0
rdi    0xc000680738
rsi    0x3
rbp    0x2723da8e0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00010aba0?, 0xc0007ebed8?, 0x98?, 0x8f?, 0xc00010aba0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0007ebea8 sp=0xc0007ebe88 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0007ebee8 sp=0xc0007ebea8 pc=0x474b25
runtime_test.TestShrinkStackDuringBlockedSend(0xc0026a0b60)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc0007ebf70 sp=0xc0007ebee8 pc=0x6c426c
testing.tRunner(0xc0026a0b60, 0x83cc90)
2022-12-05 22:29 openbsd-amd64-71 go@0b323a3c runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x2efa3e13a m=9 sigcode=0

rax    0x58
rbx    0x2c78459d8
rcx    0x2efa3e13a
rdx    0x0
rdi    0xc00004af38
rsi    0x3
rbp    0x2c7845930
...
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0000a0dc8 sp=0xc0000a0da8 pc=0x437456
runtime.chanrecv(0xc00006a1e0, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc0000a0e58 sp=0xc0000a0dc8 pc=0x40641d
runtime.chanrecv1(0x43f771?, 0xc0000a0eb0?)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc0000a0e80 sp=0xc0000a0e58 pc=0x405f58
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0xa5 fp=0xc0000a0ec0 sp=0xc0000a0e80 pc=0x540ce5
runtime/pprof.TestAtomicLoadStore64(0xc00031da00)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1995 +0x228 fp=0xc0000a0f70 sp=0xc0000a0ec0 pc=0x5593c8
testing.tRunner(0xc00031da00, 0x5b9760)
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestTracebackAncestors (log)
--- FAIL: TestTracebackAncestors (0.06s)
    exec.go:146: test timed out while running command: /tmp/workdir/tmp/go-build719402250/testprog.exe TracebackAncestors
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprog.exe TracebackAncestors: signal: quit (core dumped)
    stack_test.go:813: want 2 goroutines, got:
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestDeferLiveness (log)
--- FAIL: TestDeferLiveness (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprog.exe DeferLiveness failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestLargeStringConcat (log)
--- FAIL: TestLargeStringConcat (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprog.exe stringconcat failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoCrashHandler (log)
--- FAIL: TestCgoCrashHandler (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe Crash failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoTracebackContextPreemption (log)
--- FAIL: TestCgoTracebackContextPreemption (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe TracebackContextPreemption failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoTracebackContext (log)
--- FAIL: TestCgoTracebackContext (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe TracebackContext failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoCCodeSIGPROF (log)
--- FAIL: TestCgoCCodeSIGPROF (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe CgoCCodeSIGPROF failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoPanicDeadlock (log)
--- FAIL: TestCgoPanicDeadlock (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe CgoPanicDeadlock failed to start: context deadline exceeded
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoExternalThreadSIGPROF (log)
--- FAIL: TestCgoExternalThreadSIGPROF (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe CgoExternalThreadSIGPROF failed to start: context deadline exceeded
2022-12-07 23:52 openbsd-amd64-71 go@9431237d runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x2c3a2789a m=13 sigcode=0

rax    0x58
rbx    0x256856db8
rcx    0x2c3a2789a
rdx    0x0
rdi    0xc000080b38
rsi    0x3
rbp    0x256856d10
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc000822360?, 0xc000592f18?, 0x98?, 0x8f?, 0xc000822360?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000592ee8 sp=0xc000592ec8 pc=0x43e2d6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000592f28 sp=0xc000592ee8 pc=0x474b05
runtime_test.TestSelectStackAdjust(0xc000358680)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc000592f70 sp=0xc000592f28 pc=0x6c4847
testing.tRunner(0xc000358680, 0x83b3d0)
2022-12-08 14:19 openbsd-amd64-71 go@eaf0e3d4 runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x248072ffa m=12 sigcode=0

rax    0x58
rbx    0x20a6083f8
rcx    0x248072ffa
rdx    0x0
rdi    0xc001b14338
rsi    0x3
rbp    0x20a608350
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4465f1?, 0xc0002ee708?, 0x20?, 0x66?, 0xc0000d4060?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0002ee6f8 sp=0xc0002ee6d8 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0002ee738 sp=0xc0002ee6f8 pc=0x474b05
runtime_test.TestSelectDuplicateChannel(0xc0021844e0?)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xc6 fp=0xc0002ee770 sp=0xc0002ee738 pc=0x6c4526
testing.tRunner(0xc0021841a0, 0x83b320)
2022-12-08 23:06 openbsd-arm64-jsing go@e738a2f1 net.TestPipe (log)
--- FAIL: TestPipe (0.43s)
    --- FAIL: TestPipe/CloseTimeout (0.06s)
        conntest.go:57: test timed out; terminating pipe
2022-12-11 16:34 openbsd-amd64-71 go@888047c3 runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x24ae4e0ba m=13 sigcode=0

rax    0x58
rbx    0x2bd081828
rcx    0x24ae4e0ba
rdx    0x0
rdi    0xc00005b738
rsi    0x3
rbp    0x2bd081780
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4465f1?, 0xc0004cdf08?, 0x20?, 0x66?, 0xc000076020?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0004cdef8 sp=0xc0004cded8 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0004cdf38 sp=0xc0004cdef8 pc=0x474b05
runtime_test.TestSelectDuplicateChannel(0xc000984000?)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xc6 fp=0xc0004cdf70 sp=0xc0004cdf38 pc=0x6c4426
testing.tRunner(0xc00286c820, 0x83b320)
2022-12-12 14:16 openbsd-amd64-71 go@c6ad9dc9 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x2718530ba m=13 sigcode=0

rax    0x58
rbx    0x2e58bdd48
rcx    0x2718530ba
rdx    0x0
rdi    0xc000700738
rsi    0x3
rbp    0x2e58bdca0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4465f1?, 0xc000136f18?, 0x98?, 0x8f?, 0xc00008e3c0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000136ee8 sp=0xc000136ec8 pc=0x43e2d6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000136f28 sp=0xc000136ee8 pc=0x474b05
runtime_test.TestSelectStackAdjust(0xc000116820)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc000136f70 sp=0xc000136f28 pc=0x6c4747
testing.tRunner(0xc000116820, 0x83b330)
2022-12-13 17:52 openbsd-386-71 go@cb077650 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x210c96d7 m=9 sigcode=0

eax    0x0
ebx    0x4ad0a264
ecx    0x5f03ab40
edx    0x4ad0a270
edi    0x9c
esi    0x5f082690
ebp    0x4ad0a208
esp    0x4ad0a1fc
eip    0x210c96d7
eflags 0x246
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81e444c, 0x5f0150b0, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5f16a728 sp=0x5f16a714 pc=0x8080566
time.Sleep(0x2faf080)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x5f16a744 sp=0x5f16a728 pc=0x80ad48a
runtime/pprof.TestAtomicLoadStore64(0x66d6d950)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1992 +0x244 fp=0x5f16a79c sp=0x5f16a744 pc=0x8191424
testing.tRunner(0x66d6d950, 0x81e44b4)
2022-12-14 19:13 openbsd-amd64-71 go@5c682f94 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x203743baa m=12 sigcode=0

rax    0x58
rbx    0x210b9c828
rcx    0x203743baa
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x210b9c780
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00022a540?, 0xc000507ed8?, 0x98?, 0x8f?, 0xc00022a540?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000507ea8 sp=0xc000507e88 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000507ee8 sp=0xc000507ea8 pc=0x474b05
runtime_test.TestShrinkStackDuringBlockedSend(0xc002a06ea0)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc000507f70 sp=0xc000507ee8 pc=0x6c402c
testing.tRunner(0xc002a06ea0, 0x83c3a0)
2022-12-14 20:48 openbsd-386-71 go@45ba8ba9 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x147fa107 m=10 sigcode=0

eax    0x58
ebx    0x61480d10
ecx    0x0
edx    0x3421fe10
edi    0x16c
esi    0x615fbc20
ebp    0x3421fdb8
esp    0x3421fda0
eip    0x147fa107
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81d5380, 0x61448470, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:363 +0xf6 fp=0x69a596cc sp=0x69a596b8 pc=0x8081456
runtime.chanrecv(0x61448440, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e6 fp=0x69a59714 sp=0x69a596cc pc=0x804d3e6
runtime.chanrecv1(0x61448440, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x69a59728 sp=0x69a59714 pc=0x804cffc
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:828 +0x94 fp=0x69a59744 sp=0x69a59728 pc=0x816d784
runtime/pprof.TestAtomicLoadStore64(0x61956e10)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1953 +0x27e fp=0x69a5979c sp=0x69a59744 pc=0x8187afe
testing.tRunner(0x61956e10, 0x81d54cc)
2022-12-14 20:48 openbsd-386-71 go@f92317e6 runtime.TestNoShrinkStackWhileParking (log)
SIGQUIT: quit
PC=0x2c2ab293 m=16 sigcode=0

eax    0x58
ebx    0x60500650
ecx    0x0
edx    0x309ab4c0
edi    0x180
esi    0x609fbef0
ebp    0x309ab468
esp    0x309ab450
eip    0x2c2ab293
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (6m0s).

runtime.gopark(0x82e2638, 0x6045a0f0, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:361 +0xf6 fp=0x60a9ef64 sp=0x60a9ef50 pc=0x8085246
time.Sleep(0xc350)
	/tmp/workdir/go/src/runtime/time.go:194 +0x13a fp=0x60a9ef80 sp=0x60a9ef64 pc=0x80b590a
runtime_test.TestNoShrinkStackWhileParking(0x60586d20)
	/tmp/workdir/go/src/runtime/chan_test.go:679 +0x33 fp=0x60a9ef9c sp=0x60a9ef80 pc=0x81db243
testing.tRunner(0x60586d20, 0x82e3078)
2022-12-14 22:29 openbsd-amd64-71 go@ea14d1b6 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x23ab5929a m=12 sigcode=0

rax    0x58
rbx    0x2cbcfba88
rcx    0x23ab5929a
rdx    0x0
rdi    0xc00051c738
rsi    0x3
rbp    0x2cbcfb9e0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc0000005a0?, 0xc0007556d8?, 0x98?, 0x8f?, 0xc0000005a0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0007556a8 sp=0xc000755688 pc=0x43e2d6
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0007556e8 sp=0xc0007556a8 pc=0x474b05
runtime_test.TestShrinkStackDuringBlockedSend(0xc000804000)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc000755770 sp=0xc0007556e8 pc=0x6c402c
testing.tRunner(0xc000804000, 0x83c3a0)
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoNumGoroutine (log)
--- FAIL: TestCgoNumGoroutine (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe NumGoroutine failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.06s)
    exec.go:146: test timed out while running command: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe CgoSigfwd
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe CgoSigfwd (60.27196ms): ok
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoTracebackContextPreemption (log)
--- FAIL: TestCgoTracebackContextPreemption (0.06s)
    exec.go:146: test timed out while running command: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe TracebackContextPreemption
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe TracebackContextPreemption: signal: quit (core dumped)
    crash_cgo_test.go:284: expected "OK\n" got 
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoTracebackContext (log)
--- FAIL: TestCgoTracebackContext (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe TracebackContext failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestAbortInCgo (log)
--- FAIL: TestAbortInCgo (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe Abort failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoPanicCallback (log)
--- FAIL: TestCgoPanicCallback (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe PanicCallback failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestSigStackSwapping (log)
--- FAIL: TestSigStackSwapping (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe SigStack failed to start: context deadline exceeded
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoExternalThreadSIGPROF (log)
--- FAIL: TestCgoExternalThreadSIGPROF (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe CgoExternalThreadSIGPROF failed to start: context deadline exceeded
2022-12-23 17:16 openbsd-amd64-71 go@38cfb3be runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x2558b3dda m=13 sigcode=0

rax    0x58
rbx    0x2c80d46a8
rcx    0x2558b3dda
rdx    0x0
rdi    0xc000680738
rsi    0x3
rbp    0x2c80d4600
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00075fce0?, 0xc00050a6d8?, 0x58?, 0x8f?, 0xc00075fce0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc00050a6a8 sp=0xc00050a688 pc=0x43e296
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc00050a6e8 sp=0xc00050a6a8 pc=0x474ac5
runtime_test.TestShrinkStackDuringBlockedSend(0xc000682b60)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc00050a770 sp=0xc00050a6e8 pc=0x6c400c
testing.tRunner(0xc000682b60, 0x83c3a0)
2022-12-28 16:11 openbsd-386-71 go@5758a14e runtime/pprof.TestTimeVDSO (log)
SIGQUIT: quit
PC=0x4f37566b m=10 sigcode=0

eax    0x4
ebx    0x40
ecx    0x0
edx    0x448f3a90
edi    0x76c
esi    0x7fb2e4b0
ebp    0x448f3a38
...
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e6 fp=0x7f9a6e60 sp=0x7f9a6e18 pc=0x804d3e6
runtime.chanrecv1(0x7fb22080, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x7f9a6e74 sp=0x7f9a6e60 pc=0x804cffc
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:828 +0x94 fp=0x7f9a6e90 sp=0x7f9a6e74 pc=0x816d794
runtime/pprof.testCPUProfile(0x7f9e4870, 0x7f820ca0, 0x81d55a8)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:468 +0x25a fp=0x7f9a6f2c sp=0x7f9a6e90 pc=0x817bd7a
runtime/pprof.TestTimeVDSO(0x7f9e4870)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:2229 +0x8c fp=0x7f9a6f9c sp=0x7f9a6f2c pc=0x818ae5c
testing.tRunner(0x7f9e4870, 0x81d55ac)
2023-01-03 18:52 openbsd-amd64-71 go@cdc73f06 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x27d318e1a m=13 sigcode=0

rax    0x58
rbx    0x2d2f2c858
rcx    0x27d318e1a
rdx    0x0
rdi    0xc0003b4338
rsi    0x3
rbp    0x2d2f2c7b0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00227e660?, 0xc0005516d8?, 0x58?, 0x8f?, 0xc00227e660?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0005516a8 sp=0xc000551688 pc=0x43e296
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0005516e8 sp=0xc0005516a8 pc=0x474ac5
runtime_test.TestShrinkStackDuringBlockedSend(0xc000702820)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc000551770 sp=0xc0005516e8 pc=0x6c3fac
testing.tRunner(0xc000702820, 0x83c3a0)

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "openbsd" && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded`)
2023-01-04 19:58 openbsd-amd64-71 go@4e7c8384 net.TestDialParallel (log)
SIGQUIT: quit
PC=0x2cafb836a m=7 sigcode=0

rax    0x58
rbx    0x205ff89f8
rcx    0x2cafb836a
rdx    0x0
rdi    0xc000100738
rsi    0x3
rbp    0x205ff8950
...
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0000588d8 sp=0xc0000588b8 pc=0x439536
runtime.chanrecv(0xc000024540, 0xc0000589d7, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000058968 sp=0xc0000588d8 pc=0x407c1d
runtime.chanrecv1(0x842800?, 0x63b2c0?)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000058990 sp=0xc000058968 pc=0x407718
testing.(*T).Run(0xc000176820, {0x820b48?, 0x1?}, 0xc0002e0070)
	/tmp/workdir/go/src/testing/testing.go:1630 +0x405 fp=0xc000058a50 sp=0xc000058990 pc=0x4e2425
net.TestDialParallel(0xc000176820)
	/tmp/workdir/go/src/net/dial_test.go:237 +0x687 fp=0xc000058f70 sp=0xc000058a50 pc=0x5829e7
testing.tRunner(0xc000176820, 0x69a188)

watchflakes

@bcmills bcmills changed the title runtime: test timeout on OpenBSD runtime: test timeouts on openbsd-.*-71 builders Jan 5, 2023
@bcmills
Copy link
Contributor

bcmills commented Jan 5, 2023

Curiously, only on the -71 builders, not the -72 series.

They were both added very recently for #57496 (attn @qbit; CC @dmitshur, @golang/openbsd).

@bcmills
Copy link
Contributor

bcmills commented Jan 5, 2023

In all of the failures with SIGQUIT dumps, it appears that every goroutine but one is blocken in runtime.gopark, and the remaining goroutine is blocked in runtime.thrsleep via runtime.findRunnable.

Smells like a platform bug to me, but maybe @golang/runtime will have some debugging tips for the port owners?

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
default <- goos == "openbsd" && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded` || `panic: finalizer started .* ago .*, but did not return`)
2023-01-09 20:25 openbsd-386-71 go@0bbd67e5 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x3b05b7ef m=13 sigcode=0

eax    0x58
ebx    0x5b080890
ecx    0x0
edx    0x15ba23c0
edi    0x170
esi    0x5b583770
ebp    0x15ba2368
esp    0x15ba2350
eip    0x3b05b7ef
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843a718, 0x5b5c0000, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5b50275c sp=0x5b502748 pc=0x8089086
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x5b502778 sp=0x5b50275c pc=0x80becaa
runtime_test.TestSelectStackAdjust(0x5b603770)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1dc fp=0x5b50279c sp=0x5b502778 pc=0x82ebb7c
testing.tRunner(0x5b603770, 0x843b3c8)
2023-01-09 20:25 openbsd-amd64-71 go@0bbd67e5 runtime.TestCgoTracebackGoroutineProfile (log)
--- FAIL: TestCgoTracebackGoroutineProfile (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build2241571717/testprogcgo.exe GoroutineProfile failed to start: context deadline exceeded
2023-01-09 20:25 openbsd-amd64-71 go@0bbd67e5 runtime.TestCgoTraceParser (log)
--- FAIL: TestCgoTraceParser (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build2241571717/testprogcgo.exe CgoTraceParser failed to start: context deadline exceeded

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2023

@golang/openbsd, any progress on this?

I feel like we're not getting any useful signal from the openbsd-.*-71 builders because of this. Given that the -72 series are passing, should we just turn off the -71 series?

@qbit
Copy link
Member

qbit commented Jan 17, 2023

I'll make a PR to remove the 7.1 builders here pretty quick.

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded` || `panic: finalizer started .* ago .*, but did not return`)
2022-11-29 01:18 openbsd-386-71 go@0fd7be7e runtime.TestStackGrowth (log)
panic: finalizer started 104.093721ms ago (1.068654ms after registration) and ran 98 iterations, but did not return

runtime.gopark(0x843adec, 0x86a8a00, 0x12, 0x19, 0x4)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5884fe4c sp=0x5884fe38 pc=0x8089086
runtime.goparkunlock(...)
	/tmp/workdir/go/src/runtime/proc.go:387
runtime.semacquire1(0x58b94438, 0x0, 0x1, 0x0, 0x12)
	/tmp/workdir/go/src/runtime/sema.go:160 +0x239 fp=0x5884fe80 sp=0x5884fe4c pc=0x809a709
sync.runtime_Semacquire(0x58b94438)
	/tmp/workdir/go/src/runtime/sema.go:62 +0x35 fp=0x5884fe98 sp=0x5884fe80 pc=0x80bdec5
sync.(*WaitGroup).Wait(0x58b94430)
	/tmp/workdir/go/src/sync/waitgroup.go:116 +0x5f fp=0x5884feb4 sp=0x5884fe98 pc=0x80c795f
runtime_test.TestStackGrowth(0x58d82000)
	/tmp/workdir/go/src/runtime/stack_test.go:141 +0x55a fp=0x5884ff9c sp=0x5884feb4 pc=0x836e89a
testing.tRunner(0x58d82000, 0x843bb54)
2022-12-14 19:13 openbsd-386-71 go@5c682f94 runtime.TestStackGrowth (log)
panic: finalizer started 152.908275ms ago (1.393595ms after registration) and ran 153 iterations, but did not return

runtime.gopark(0x843a718, 0x86a8180, 0x12, 0x19, 0x4)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5a04ee4c sp=0x5a04ee38 pc=0x8089086
runtime.goparkunlock(...)
	/tmp/workdir/go/src/runtime/proc.go:387
runtime.semacquire1(0x5a5613f8, 0x0, 0x1, 0x0, 0x12)
	/tmp/workdir/go/src/runtime/sema.go:160 +0x239 fp=0x5a04ee80 sp=0x5a04ee4c pc=0x809a6f9
sync.runtime_Semacquire(0x5a5613f8)
	/tmp/workdir/go/src/runtime/sema.go:62 +0x35 fp=0x5a04ee98 sp=0x5a04ee80 pc=0x80bdeb5
sync.(*WaitGroup).Wait(0x5a5613f0)
	/tmp/workdir/go/src/sync/waitgroup.go:116 +0x5f fp=0x5a04eeb4 sp=0x5a04ee98 pc=0x80c794f
runtime_test.TestStackGrowth(0x5a1a3770)
	/tmp/workdir/go/src/runtime/stack_test.go:141 +0x55a fp=0x5a04ef9c sp=0x5a04eeb4 pc=0x836e32a
testing.tRunner(0x5a1a3770, 0x843b484)
2023-01-09 18:21 openbsd-386-71 go@8232a09e runtime.TestStackGrowth (log)
panic: finalizer started 181.140689ms ago (1.280705ms after registration) and ran 191 iterations, but did not return

runtime.gopark(0x843a6f0, 0x86a7c40, 0x12, 0x19, 0x4)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5944de4c sp=0x5944de38 pc=0x8089086
runtime.goparkunlock(...)
	/tmp/workdir/go/src/runtime/proc.go:387
runtime.semacquire1(0x596ce088, 0x0, 0x1, 0x0, 0x12)
	/tmp/workdir/go/src/runtime/sema.go:160 +0x239 fp=0x5944de80 sp=0x5944de4c pc=0x809a6f9
sync.runtime_Semacquire(0x596ce088)
	/tmp/workdir/go/src/runtime/sema.go:62 +0x35 fp=0x5944de98 sp=0x5944de80 pc=0x80bdeb5
sync.(*WaitGroup).Wait(0x596ce080)
	/tmp/workdir/go/src/sync/waitgroup.go:116 +0x5f fp=0x5944deb4 sp=0x5944de98 pc=0x80c794f
runtime_test.TestStackGrowth(0x595bf950)
	/tmp/workdir/go/src/runtime/stack_test.go:141 +0x55a fp=0x5944df9c sp=0x5944deb4 pc=0x836e54a
testing.tRunner(0x595bf950, 0x843b45c)

watchflakes

@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 19, 2023
@gopherbot
Copy link

Change https://go.dev/cl/462290 mentions this issue: dashboard: remove openbsd-{386,amd64}-71

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded` || `panic: finalizer started .* ago .*, but did not return`)
2023-01-09 21:17 openbsd-386-71 go@071a1ed0 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x2ecca85f m=10 sigcode=0

eax    0x4
ebx    0x40
ecx    0x0
edx    0x15dcbd20
edi    0x76c
esi    0x6eaca3c0
ebp    0x15dcbcc8
esp    0x15dcbcac
eip    0x2ecca85f
eflags 0x203
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81d5380, 0x6e848470, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:363 +0xf6 fp=0x6eb71ecc sp=0x6eb71eb8 pc=0x8081456
runtime.chanrecv(0x6e848440, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3e6 fp=0x6eb71f14 sp=0x6eb71ecc pc=0x804d3e6
runtime.chanrecv1(0x6e848440, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x6eb71f28 sp=0x6eb71f14 pc=0x804cffc
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:828 +0x94 fp=0x6eb71f44 sp=0x6eb71f28 pc=0x816d784
runtime/pprof.TestAtomicLoadStore64(0x6e93ea50)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1953 +0x27e fp=0x6eb71f9c sp=0x6eb71f44 pc=0x8187afe
testing.tRunner(0x6e93ea50, 0x81d54cc)
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestLargeStringConcat (log)
--- FAIL: TestLargeStringConcat (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprog.exe stringconcat failed to start: context deadline exceeded
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestAbortInCgo (log)
--- FAIL: TestAbortInCgo (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprogcgo.exe Abort failed to start: context deadline exceeded
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestCgoPanicCallback (log)
--- FAIL: TestCgoPanicCallback (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprogcgo.exe PanicCallback failed to start: context deadline exceeded
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestCgoSigfwd (log)
--- FAIL: TestCgoSigfwd (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprogcgo.exe CgoSigfwd failed to start: context deadline exceeded
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestEINTR (log)
--- FAIL: TestEINTR (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprogcgo.exe EINTR failed to start: context deadline exceeded
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestVDSO (log)
--- FAIL: TestVDSO (0.02s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprog.exe SignalInVDSO failed to start: context deadline exceeded
2023-01-17 19:47 openbsd-386-71 go@83f86889 runtime.TestCgoCrashHandler (log)
--- FAIL: TestCgoCrashHandler (0.03s)
    crash_test.go:58: /tmp/workdir/tmp/go-build503399793/testprogcgo.exe Crash failed to start: context deadline exceeded
2023-01-17 19:53 openbsd-amd64-71 go@526b8956 net.TestDialParallel (log)
SIGQUIT: quit
PC=0x26691a71a m=7 sigcode=0

rax    0x4
rbx    0x20e79a050
rcx    0x26691a71a
rdx    0x0
rdi    0x3
rsi    0x0
rbp    0x20e799fa0
...
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0002848d8 sp=0xc0002848b8 pc=0x439536
runtime.chanrecv(0xc0002a0230, 0xc0002849d7, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000284968 sp=0xc0002848d8 pc=0x407c1d
runtime.chanrecv1(0x842800?, 0x63b2c0?)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000284990 sp=0xc000284968 pc=0x407718
testing.(*T).Run(0xc0002a21a0, {0x820b40?, 0x1?}, 0xc0002b4070)
	/tmp/workdir/go/src/testing/testing.go:1630 +0x405 fp=0xc000284a50 sp=0xc000284990 pc=0x4e2405
net.TestDialParallel(0xc0002a21a0)
	/tmp/workdir/go/src/net/dial_test.go:237 +0x687 fp=0xc000284f70 sp=0xc000284a50 pc=0x5829c7
testing.tRunner(0xc0002a21a0, 0x69a188)
2023-01-17 19:54 openbsd-386-71 go@b003ee49 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x3d57e93b m=13 sigcode=0

eax    0x58
ebx    0x5dd00410
ecx    0x0
edx    0x2dcabf14
edi    0x16c
esi    0x5dd02e10
ebp    0x2dcabeb8
esp    0x2dcabea0
eip    0x3d57e93b
eflags 0x202
cs     0x2b
fs     0x5b
gs     0xf5830063
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843a72c, 0x5d900210, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5d89975c sp=0x5d899748 pc=0x8089086
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x5d899778 sp=0x5d89975c pc=0x80becaa
runtime_test.TestSelectStackAdjust(0x5de821e0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1dc fp=0x5d89979c sp=0x5d899778 pc=0x82ebebc
testing.tRunner(0x5de821e0, 0x843b3dc)
2023-01-17 19:55 openbsd-amd64-71 go@248950f1 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x26a8a527a m=13 sigcode=0

rax    0x58
rbx    0x2ea591d08
rcx    0x26a8a527a
rdx    0x0
rdi    0xc00005b738
rsi    0x3
rbp    0x2ea591c60
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4465b1?, 0xc0006e0718?, 0x58?, 0x8f?, 0xc00010a3c0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0006e06e8 sp=0xc0006e06c8 pc=0x43e296
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0006e0728 sp=0xc0006e06e8 pc=0x474ac5
runtime_test.TestSelectStackAdjust(0xc0027641a0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc0006e0770 sp=0xc0006e0728 pc=0x6c77a7
testing.tRunner(0xc0027641a0, 0x83f6d0)
2023-01-17 19:56 openbsd-386-71 go@71971be0 runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x4b1d93f3 m=13 sigcode=0

eax    0x58
ebx    0x6b480650
ecx    0x0
edx    0x238ea5e4
edi    0x16c
esi    0x6b482b40
ebp    0x238ea588
esp    0x238ea570
eip    0x4b1d93f3
eflags 0x206
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843da5c, 0x6b4bc060, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x6b907f64 sp=0x6b907f50 pc=0x8089086
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x6b907f80 sp=0x6b907f64 pc=0x80becaa
runtime_test.TestSelectDuplicateChannel(0x6b482e10)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xec fp=0x6b907f9c sp=0x6b907f80 pc=0x82ee00c
testing.tRunner(0x6b482e10, 0x843e704)
2023-01-17 19:56 openbsd-amd64-71 go@354c8fb4 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x21937a54a m=13 sigcode=0

rax    0x58
rbx    0x281f9a1e8
rcx    0x21937a54a
rdx    0x0
rdi    0xc000580b38
rsi    0x3
rbp    0x281f9a140
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00010a3c0?, 0xc000469718?, 0x58?, 0x8f?, 0xc00010a3c0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0004696e8 sp=0xc0004696c8 pc=0x43e296
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000469728 sp=0xc0004696e8 pc=0x474ac5
runtime_test.TestSelectStackAdjust(0xc000166b60)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc000469770 sp=0xc000469728 pc=0x6c7807
testing.tRunner(0xc000166b60, 0x83f690)
2023-01-17 19:56 openbsd-amd64-71 go@7da4675d runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x28925578a m=13 sigcode=0

rax    0x4
rbx    0x2d3239700
rcx    0x28925578a
rdx    0x0
rdi    0x3
rsi    0x0
rbp    0x2d3239650
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4465b1?, 0xc0007a0f08?, 0xe0?, 0x65?, 0xc000076020?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0007a0ef8 sp=0xc0007a0ed8 pc=0x43e296
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0007a0f38 sp=0xc0007a0ef8 pc=0x474ac5
runtime_test.TestSelectDuplicateChannel(0xc000083a00?)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xc6 fp=0xc0007a0f70 sp=0xc0007a0f38 pc=0x6c74e6
testing.tRunner(0xc0004ae820, 0x83f680)
2023-01-17 22:13 openbsd-amd64-71 go@f773bef9 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x23c306daa m=6 sigcode=0

rax    0x0
rbx    0x2a359d9c0
rcx    0x23c306daa
rdx    0x2a359d958
rdi    0x3
rsi    0x2a359d9a0
rbp    0x2a359d900
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x43f771?, 0xc000593e90?, 0xa0?, 0xf7?, 0xc00038a648?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000593e80 sp=0xc000593e60 pc=0x437456
time.Sleep(0x2faf080)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000593ec0 sp=0xc000593e80 pc=0x4653e5
runtime/pprof.TestAtomicLoadStore64(0xc00035d860)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:1998 +0x205 fp=0xc000593f70 sp=0xc000593ec0 pc=0x559525
testing.tRunner(0xc00035d860, 0x5b97f8)
2023-01-18 01:27 openbsd-amd64-71 go@198074ab runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x2482879ba m=13 sigcode=0

rax    0x58
rbx    0x222c66718
rcx    0x2482879ba
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x222c66670
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00067c720?, 0xc000053ed8?, 0x58?, 0x8f?, 0xc00067c720?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc000053ea8 sp=0xc000053e88 pc=0x43e296
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000053ee8 sp=0xc000053ea8 pc=0x474ac5
runtime_test.TestShrinkStackDuringBlockedSend(0xc00262e340)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc000053f70 sp=0xc000053ee8 pc=0x6c706c
testing.tRunner(0xc00262e340, 0x83f6c8)
2023-01-19 22:43 openbsd-amd64-71 go@440ef8c4 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x208d67b7a m=12 sigcode=0

rax    0x4
rbx    0x2bf2af4d0
rcx    0x208d67b7a
rdx    0x0
rdi    0x3
rsi    0x0
rbp    0x2bf2af420
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc00090e480?, 0xc000621718?, 0x78?, 0x8f?, 0xc00090e480?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0006216e8 sp=0xc0006216c8 pc=0x43e6b6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000621728 sp=0xc0006216e8 pc=0x4755e5
runtime_test.TestSelectStackAdjust(0xc000716ea0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc000621770 sp=0xc000621728 pc=0x6c87c7
testing.tRunner(0xc000716ea0, 0x8418e0)
2023-01-20 01:04 openbsd-amd64-71 go@78558d5e runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x2bee54faa m=13 sigcode=0

rax    0x4
rbx    0x29dcc4fa0
rcx    0x2bee54faa
rdx    0x0
rdi    0x3
rsi    0x0
rbp    0x29dcc4ef0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4469f1?, 0xc0002dcf18?, 0x78?, 0x8f?, 0xc00010a3c0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0002dcee8 sp=0xc0002dcec8 pc=0x43e6b6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0002dcf28 sp=0xc0002dcee8 pc=0x475605
runtime_test.TestSelectStackAdjust(0xc000838340)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc0002dcf70 sp=0xc0002dcf28 pc=0x6c87e7
testing.tRunner(0xc000838340, 0x8418e0)
2023-01-20 01:23 openbsd-386-71 go@ae400d00 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x29e257f3 m=12 sigcode=0

eax    0x58
ebx    0x56042d10
ecx    0x0
edx    0x389e28a4
edi    0x16c
esi    0x563460f0
ebp    0x389e2848
esp    0x389e2830
eip    0x29e257f3
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843faac, 0x5627e090, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf6 fp=0x5645375c sp=0x56453748 pc=0x80894f6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x13a fp=0x56453778 sp=0x5645375c pc=0x80bf7ba
runtime_test.TestSelectStackAdjust(0x56500780)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1dc fp=0x5645379c sp=0x56453778 pc=0x82ef12c
testing.tRunner(0x56500780, 0x844076c)
2023-01-20 01:31 openbsd-amd64-71 go@f52b8fa8 runtime.TestSelectStackAdjust (log)
SIGQUIT: quit
PC=0x203357caa m=12 sigcode=0

rax    0x58
rbx    0x2bafdfac0
rcx    0x203357caa
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x2bafdfa10
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x4469f1?, 0xc0001b7f18?, 0x78?, 0x8f?, 0xc0001ae180?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd6 fp=0xc0001b7ee8 sp=0xc0001b7ec8 pc=0x43e6b6
time.Sleep(0x989680)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0001b7f28 sp=0xc0001b7ee8 pc=0x475605
runtime_test.TestSelectStackAdjust(0xc0021841a0)
	/tmp/workdir/go/src/runtime/chan_test.go:774 +0x1a7 fp=0xc0001b7f70 sp=0xc0001b7f28 pc=0x6c8787
testing.tRunner(0xc0021841a0, 0x8418d8)
2023-01-20 15:49 openbsd-386-71 go@8b79c41d runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x3e6e45df m=13 sigcode=0

eax    0x58
ebx    0x6e904410
ecx    0x0
edx    0x4f681128
edi    0x188
esi    0x6ed824b0
ebp    0x4f6810d8
esp    0x4f6810c0
eip    0x3e6e45df
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x843faac, 0x6e81c030, 0x13, 0x13, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf4 fp=0x6ed11f3c sp=0x6ed11f28 pc=0x8089034
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x134 fp=0x6ed11f58 sp=0x6ed11f3c pc=0x80bf314
runtime_test.TestShrinkStackDuringBlockedSend(0x6ed825a0)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xbf fp=0x6ed11f98 sp=0x6ed11f58 pc=0x82ee67f
testing.tRunner(0x6ed825a0, 0x8440788)
2023-01-20 16:19 openbsd-386-71 go@62a99483 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x2d28437f m=9 sigcode=0

eax    0x58
ebx    0x63c3ad10
ecx    0x0
edx    0x32be7f88
edi    0x164
esi    0x641822d0
ebp    0x32be7f38
esp    0x32be7f20
eip    0x2d28437f
eflags 0x206
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81eb3fc, 0x63f39070, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf4 fp=0x63f10ec8 sp=0x63f10eb4 pc=0x80837e4
runtime.chanrecv(0x63f39040, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3ea fp=0x63f10f10 sp=0x63f10ec8 pc=0x804d6aa
runtime.chanrecv1(0x63f39040, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x63f10f24 sp=0x63f10f10 pc=0x804d2bc
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0x94 fp=0x63f10f40 sp=0x63f10f24 pc=0x817f234
runtime/pprof.TestAtomicLoadStore64(0x63f18870)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:2001 +0x27c fp=0x63f10f98 sp=0x63f10f40 pc=0x8196a2c
testing.tRunner(0x63f18870, 0x81eb60c)
2023-01-20 16:19 openbsd-amd64-71 go@62a99483 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x26f78e1ba m=12 sigcode=0

rax    0x58
rbx    0x24da79a60
rcx    0x26f78e1ba
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x24da799b0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc0008634a0?, 0xc000633ed8?, 0x38?, 0x8f?, 0xc0008634a0?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd0 fp=0xc000633ea8 sp=0xc000633e88 pc=0x43e6f0
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000633ee8 sp=0xc000633ea8 pc=0x475725
runtime_test.TestShrinkStackDuringBlockedSend(0xc000884000)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc000633f70 sp=0xc000633ee8 pc=0x6c8c0c
testing.tRunner(0xc000884000, 0x842910)
2023-01-20 18:13 openbsd-386-71 go@5724daa6 net.TestDialParallel (log)
SIGQUIT: quit
PC=0x106c6217 m=6 sigcode=0

eax    0x58
ebx    0x5f480410
ecx    0x0
edx    0x464ea380
edi    0xa0
esi    0x5f4822d0
ebp    0x464ea328
esp    0x464ea310
eip    0x106c6217
eflags 0x206
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x82c2ed8, 0x5f68e470, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf4 fp=0x5f44bc0c sp=0x5f44bbf8 pc=0x80857e4
runtime.chanrecv(0x5f68e440, 0x5f44bc8b, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3ea fp=0x5f44bc54 sp=0x5f44bc0c pc=0x804ed5a
runtime.chanrecv1(0x5f68e440, 0x5f44bc8b)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x5f44bc68 sp=0x5f44bc54 pc=0x804e93c
testing.(*T).Run(0x5f407860, {0x84439d8, 0x1}, 0x5f686200)
	/tmp/workdir/go/src/testing/testing.go:1630 +0x440 fp=0x5f44bccc sp=0x5f44bc68 pc=0x8126070
net.TestDialParallel(0x5f407860)
	/tmp/workdir/go/src/net/dial_test.go:237 +0x6ca fp=0x5f44bf98 sp=0x5f44bccc pc=0x81bdcda
testing.tRunner(0x5f407860, 0x82c28f4)
2023-01-20 19:51 openbsd-amd64-71 go@b08d5ee5 runtime.TestSelectDuplicateChannel (log)
SIGQUIT: quit
PC=0x225f09d7a m=12 sigcode=0

rax    0x58
rbx    0x242f849d0
rcx    0x225f09d7a
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x242f84920
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x446a11?, 0xc000812708?, 0x40?, 0x6a?, 0xc0000ba080?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd0 fp=0xc0008126f8 sp=0xc0008126d8 pc=0x43e6f0
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000812738 sp=0xc0008126f8 pc=0x475725
runtime_test.TestSelectDuplicateChannel(0xc000988000?)
	/tmp/workdir/go/src/runtime/chan_test.go:707 +0xc6 fp=0xc000812770 sp=0xc000812738 pc=0x6c9046
testing.tRunner(0xc001724d00, 0x8428d8)
2023-01-23 18:18 openbsd-386-71 go@5e03c634 net.TestDialParallelSpuriousConnection (log)
SIGQUIT: quit
PC=0x1e627a43 m=6 sigcode=0

eax    0x58
ebx    0x5dc80410
ecx    0x0
edx    0x2d0d3690
edi    0xa0
esi    0x5dc822d0
ebp    0x2d0d3638
esp    0x2d0d3620
eip    0x1e627a43
eflags 0x206
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x82c0168, 0x0, 0x9, 0x18, 0x1)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf4 fp=0x5dd10c48 sp=0x5dd10c34 pc=0x8084114
runtime.selectgo(0x5dd10e00, 0x5dd10d60, 0x0, 0x0, 0x2, 0x1)
	/tmp/workdir/go/src/runtime/select.go:327 +0xbb0 fp=0x5dd10d38 sp=0x5dd10c48 pc=0x8094ba0
net.(*sysDialer).dialParallel(0x5dcd4660, {0x82ffd34, 0x5dca4004}, {0x5dc98498, 0x1, 0x1}, {0x5dc984a8, 0x1, 0x1})
	/tmp/workdir/go/src/net/dial.go:490 +0x47f fp=0x5dd10e64 sp=0x5dd10d38 pc=0x818239f
net.TestDialParallelSpuriousConnection(0x5dc830e0)
	/tmp/workdir/go/src/net/dial_test.go:475 +0x670 fp=0x5dd10f98 sp=0x5dd10e64 pc=0x81bd610
testing.tRunner(0x5dc830e0, 0x82bf9ac)
2023-01-23 20:59 openbsd-amd64-71 go@24233701 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x2435f669a m=13 sigcode=0

rax    0x58
rbx    0x2da1f6c80
rcx    0x2435f669a
rdx    0x0
rdi    0xc000580738
rsi    0x3
rbp    0x2da1f6bd0
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc0006d3620?, 0xc000283ed8?, 0x38?, 0x8f?, 0xc0006d3620?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd0 fp=0xc000283ea8 sp=0xc000283e88 pc=0x43e6b0
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc000283ee8 sp=0xc000283ea8 pc=0x475705
runtime_test.TestShrinkStackDuringBlockedSend(0xc0008004e0)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc000283f70 sp=0xc000283ee8 pc=0x6c8c2c
testing.tRunner(0xc0008004e0, 0x842a08)
2023-01-23 23:36 openbsd-386-71 go@707f8887 runtime/pprof.TestAtomicLoadStore64 (log)
SIGQUIT: quit
PC=0x4a2aefab m=10 sigcode=0

eax    0x58
ebx    0x6a480d10
ecx    0x0
edx    0x45e04c28
edi    0x164
esi    0x6a64c780
ebp    0x45e04bd8
esp    0x45e04bc0
eip    0x4a2aefab
eflags 0x202
cs     0x2b
fs     0x5b
gs     0x63
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0x81e948c, 0x6a7381f0, 0xe, 0x17, 0x2)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xf4 fp=0x6a5656c8 sp=0x6a5656b4 pc=0x8082114
runtime.chanrecv(0x6a7381c0, 0x0, 0x1)
	/tmp/workdir/go/src/runtime/chan.go:583 +0x3ea fp=0x6a565710 sp=0x6a5656c8 pc=0x804d63a
runtime.chanrecv1(0x6a7381c0, 0x0)
	/tmp/workdir/go/src/runtime/chan.go:442 +0x1c fp=0x6a565724 sp=0x6a565710 pc=0x804d24c
runtime/pprof.StopCPUProfile()
	/tmp/workdir/go/src/runtime/pprof/pprof.go:839 +0x94 fp=0x6a565740 sp=0x6a565724 pc=0x817cba4
runtime/pprof.TestAtomicLoadStore64(0x6a64cb40)
	/tmp/workdir/go/src/runtime/pprof/pprof_test.go:2001 +0x27c fp=0x6a565798 sp=0x6a565740 pc=0x81941ec
testing.tRunner(0x6a64cb40, 0x81e969c)
2023-01-24 12:56 openbsd-amd64-71 go@7b5a3441 runtime.TestShrinkStackDuringBlockedSend (log)
SIGQUIT: quit
PC=0x2d96d208a m=13 sigcode=0

rax    0x58
rbx    0x28a4b0a20
rcx    0x2d96d208a
rdx    0x0
rdi    0xc00005d738
rsi    0x3
rbp    0x28a4b0970
...
gs     0x0
*** Test killed with quit: ran too long (4m0s).

runtime.gopark(0xc000182d80?, 0xc0007beed8?, 0x38?, 0x8f?, 0xc000182d80?)
	/tmp/workdir/go/src/runtime/proc.go:381 +0xd0 fp=0xc0007beea8 sp=0xc0007bee88 pc=0x43e6b0
time.Sleep(0xf4240)
	/tmp/workdir/go/src/runtime/time.go:195 +0x125 fp=0xc0007beee8 sp=0xc0007beea8 pc=0x475705
runtime_test.TestShrinkStackDuringBlockedSend(0xc0024a8ea0)
	/tmp/workdir/go/src/runtime/chan_test.go:621 +0xac fp=0xc0007bef70 sp=0xc0007beee8 pc=0x6c8c2c
testing.tRunner(0xc0024a8ea0, 0x842a08)

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 25, 2023

This builder was turned off with a cmd/coordinator redeploy yesterday.

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- goos == "openbsd" && (`SIGQUIT` || `test timed out` || `failed to start: context deadline exceeded` || `panic: finalizer started .* ago .*, but did not return`)
2023-05-09 12:49 openbsd-386-72 go@59d19ba7 net.TestNotTemporaryRead (log)
panic: test timed out after 3m0s
running tests:
	TestNotTemporaryRead (2m54s)

runtime.gopark(0x82c2d4c, 0x13fc5320, 0x2, 0x1b, 0x5)
	/tmp/workdir/go/src/runtime/proc.go:387 +0xfa fp=0x611a9e08 sp=0x611a9df4 pc=0x808413a
runtime.netpollblock(0x13fc5310, 0x72, 0x0)
	/tmp/workdir/go/src/runtime/netpoll.go:556 +0xe4 fp=0x611a9e20 sp=0x611a9e08 pc=0x807d3f4
internal/poll.runtime_pollWait(0x13fc5310, 0x72)
	/tmp/workdir/go/src/runtime/netpoll.go:335 +0x4c fp=0x611a9e34 sp=0x611a9e20 pc=0x80b08ec
internal/poll.(*pollDesc).wait(0x6119c568, 0x72, 0x0)
	/tmp/workdir/go/src/internal/poll/fd_poll_runtime.go:84 +0x31 fp=0x611a9e48 sp=0x611a9e34 pc=0x80d8a31
internal/poll.(*pollDesc).waitRead(...)
	/tmp/workdir/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x6119c550, {0x6138a3ba, 0x1, 0x1})
	/tmp/workdir/go/src/internal/poll/fd_unix.go:167 +0x210 fp=0x611a9e98 sp=0x611a9e48 pc=0x80d9620
net.(*netFD).Read(0x6119c550, {0x6138a3ba, 0x1, 0x1})
	/tmp/workdir/go/src/net/fd_posix.go:55 +0x39 fp=0x611a9ec4 sp=0x611a9e98 pc=0x818b219
net.(*conn).Read(0x61188230, {0x6138a3ba, 0x1, 0x1})
	/tmp/workdir/go/src/net/net.go:179 +0x49 fp=0x611a9ef4 sp=0x611a9ec4 pc=0x819d7d9
net.(*TCPConn).Read(0x61188230, {0x6138a3ba, 0x1, 0x1})
	<autogenerated>:1 +0x3c fp=0x611a9f14 sp=0x611a9ef4 pc=0x824c12c
net.TestNotTemporaryRead(0x612f2690)
	/tmp/workdir/go/src/net/net_test.go:557 +0x2e2 fp=0x611a9f98 sp=0x611a9f14 pc=0x8208e62
testing.tRunner(0x612f2690, 0x82c2604)
2023-05-11 16:11 openbsd-386-72 go@2e7d864f net.TestNotTemporaryRead (log)
panic: test timed out after 3m0s
running tests:
	TestNotTemporaryRead (2m55s)

runtime.gopark(0x82c6d64, 0x348452a0, 0x2, 0x1b, 0x5)
	/tmp/workdir/go/src/runtime/proc.go:387 +0xfa fp=0x588b8e08 sp=0x588b8df4 pc=0x8084caa
runtime.netpollblock(0x34845290, 0x72, 0x0)
	/tmp/workdir/go/src/runtime/netpoll.go:556 +0xe4 fp=0x588b8e20 sp=0x588b8e08 pc=0x807df64
internal/poll.runtime_pollWait(0x34845290, 0x72)
	/tmp/workdir/go/src/runtime/netpoll.go:335 +0x4c fp=0x588b8e34 sp=0x588b8e20 pc=0x80b128c
internal/poll.(*pollDesc).wait(0x58a185b8, 0x72, 0x0)
	/tmp/workdir/go/src/internal/poll/fd_poll_runtime.go:84 +0x31 fp=0x588b8e48 sp=0x588b8e34 pc=0x80d90c1
internal/poll.(*pollDesc).waitRead(...)
	/tmp/workdir/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0x58a185a0, {0x58c820ac, 0x1, 0x1})
	/tmp/workdir/go/src/internal/poll/fd_unix.go:167 +0x210 fp=0x588b8e98 sp=0x588b8e48 pc=0x80d9cb0
net.(*netFD).Read(0x58a185a0, {0x58c820ac, 0x1, 0x1})
	/tmp/workdir/go/src/net/fd_posix.go:55 +0x39 fp=0x588b8ec4 sp=0x588b8e98 pc=0x818d879
net.(*conn).Read(0x58a900f8, {0x58c820ac, 0x1, 0x1})
	/tmp/workdir/go/src/net/net.go:179 +0x49 fp=0x588b8ef4 sp=0x588b8ec4 pc=0x819fe39
net.(*TCPConn).Read(0x58a900f8, {0x58c820ac, 0x1, 0x1})
	<autogenerated>:1 +0x3c fp=0x588b8f14 sp=0x588b8ef4 pc=0x824e78c
net.TestNotTemporaryRead(0x58c8a0f0)
	/tmp/workdir/go/src/net/net_test.go:557 +0x2e2 fp=0x588b8f98 sp=0x588b8f14 pc=0x820b4c2
testing.tRunner(0x58c8a0f0, 0x82c661c)

watchflakes

@gopherbot gopherbot reopened this Jun 30, 2023
@cherrymui
Copy link
Member Author

The last failure is openbsd-72, tracked in #55161.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done. OS-OpenBSD
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants