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

x/net: frequent test timeouts on android-amd64-emu builder #57841

Open
bcmills opened this issue Jan 17, 2023 · 16 comments
Open

x/net: frequent test timeouts on android-amd64-emu builder #57841

bcmills opened this issue Jan 17, 2023 · 16 comments
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2023

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
@gopherbot gopherbot added this to the Unreleased milestone Jan 17, 2023
@bcmills bcmills added mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 17, 2023
@bcmills bcmills modified the milestones: Unreleased, Backlog Jan 17, 2023
@bcmills
Copy link
Contributor Author

bcmills commented Jan 17, 2023

Pulled out from #42212 (comment) and #42212 (comment).

(attn @golang/android; CC @neild, @ianlancetaylor)

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/http2/h2c.TestPropagation (log)
2023/01/25 18:50:16 http2: server connection error from 127.0.0.1:48872: connection error: COMPRESSION_ERROR
2023/01/25 18:50:16 http2: server connection error from 127.0.0.1:48873: connection error: COMPRESSION_ERROR
2023/01/25 18:50:17 http2: server connection error from 127.0.0.1:48874: connection error: COMPRESSION_ERROR
2023/01/25 18:50:19 http2: server connection error from 127.0.0.1:48875: connection error: COMPRESSION_ERROR
2023/01/25 18:50:23 http2: server connection error from 127.0.0.1:48876: connection error: COMPRESSION_ERROR
2023/01/25 18:50:31 http2: server connection error from 127.0.0.1:48877: connection error: COMPRESSION_ERROR
2023/01/25 18:50:47 http2: server connection error from 127.0.0.1:48878: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x723fc8358181 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x5f7 fp=0xc000059bf8 sp=0xc000059a00 pc=0x723fc851a317
net/http.(*Client).send(0xc00007ea80, 0xc000120c00, {0x0?, 0x1?, 0x0?})
	/workdir/go/src/net/http/client.go:176 +0x9b fp=0xc000059c70 sp=0xc000059bf8 pc=0x723fc8519b9b
net/http.(*Client).do(0xc00007ea80, 0xc000120c00)
	/workdir/go/src/net/http/client.go:716 +0x8fb fp=0xc000059e78 sp=0xc000059c70 pc=0x723fc851be7b
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc000007ba0)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4e5 fp=0xc000059f70 sp=0xc000059e78 pc=0x723fc85ba7a5
testing.tRunner(0xc000007ba0, 0x723fc86da030)
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc00009aa70
rsp    0xc00009aa30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc00009aa08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/icmp (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/idna (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc00010ca70
rsp    0xc00010ca30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc00010ca08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/internal/socket (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/internal/socks (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/internal/sockstest (log)
SIGQUIT: quit
PC=0x467c21 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0x467c23
rdx    0x0
rdi    0x5bbe08
rsi    0x80
rbp    0x7fff91003728
rsp    0x7fff910036e0
r8     0x0
r9     0x0
r10    0x0
r11    0x286
r12    0x0
r13    0xd
r14    0x5bb6e0
r15    0x2
rip    0x467c21
rflags 0x286
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/internal/timeseries (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/netutil (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-05 16:42 android-amd64-emu net@f8411da7 go@a896219b x/net/proxy (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/http2/h2c.TestPropagation (log)
2023/01/28 04:55:01 http2: server connection error from 127.0.0.1:38346: connection error: COMPRESSION_ERROR
2023/01/28 04:55:01 http2: server connection error from 127.0.0.1:38347: connection error: COMPRESSION_ERROR
2023/01/28 04:55:02 http2: server connection error from 127.0.0.1:38348: connection error: COMPRESSION_ERROR
2023/01/28 04:55:04 http2: server connection error from 127.0.0.1:38349: connection error: COMPRESSION_ERROR
2023/01/28 04:55:08 http2: server connection error from 127.0.0.1:38350: connection error: COMPRESSION_ERROR
2023/01/28 04:55:16 http2: server connection error from 127.0.0.1:38351: connection error: COMPRESSION_ERROR
2023/01/28 04:55:32 http2: server connection error from 127.0.0.1:38352: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x75af19af988e m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x5f7 fp=0xc000059bf8 sp=0xc000059a00 pc=0x75af19d237b7
net/http.(*Client).send(0xc0000882a0, 0xc00009a000, {0x750000000000?, 0x75af194b14a8?, 0x0?})
	/workdir/go/src/net/http/client.go:176 +0x9b fp=0xc000059c70 sp=0xc000059bf8 pc=0x75af19d2303b
net/http.(*Client).do(0xc0000882a0, 0xc00009a000)
	/workdir/go/src/net/http/client.go:716 +0x8fb fp=0xc000059e78 sp=0xc000059c70 pc=0x75af19d2531b
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc000007ba0)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4e5 fp=0xc000059f70 sp=0xc000059e78 pc=0x75af19dc3b65
testing.tRunner(0xc000007ba0, 0x75af19ee2070)
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/internal/socket (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40326e
rdx    0xc00009b768
rdi    0x1
rsi    0x1c78
rbp    0xc00009b698
rsp    0xc00009b658
r8     0x0
r9     0x0
r10    0x1000004
r11    0x206
r12    0xc00009b7b0
r13    0x0
r14    0xc000006340
r15    0xe
rip    0x40326c
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/internal/socks (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40326e
rdx    0xc00006b8e0
rdi    0x1
rsi    0x1cad
rbp    0xc00006b810
rsp    0xc00006b7d0
r8     0x0
r9     0x0
r10    0x1000004
r11    0x206
r12    0xc00006b928
r13    0xd3cda724c
r14    0xc000006340
r15    0xc
rip    0x40326c
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/internal/sockstest (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40326e
rdx    0xc00009b8e0
rdi    0x1
rsi    0x1cdb
rbp    0xc00009b810
rsp    0xc00009b7d0
r8     0x0
r9     0x0
r10    0x1000004
r11    0x206
r12    0xc00009b928
r13    0x0
r14    0xc000006340
r15    0x6
rip    0x40326c
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/internal/timeseries (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1e12c63a x/net/proxy (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/http2/h2c.TestPropagation (log)
2023/01/30 20:10:35 http2: server connection error from 127.0.0.1:57135: connection error: COMPRESSION_ERROR
2023/01/30 20:10:35 http2: server connection error from 127.0.0.1:57136: connection error: COMPRESSION_ERROR
2023/01/30 20:10:36 http2: server connection error from 127.0.0.1:57137: connection error: COMPRESSION_ERROR
2023/01/30 20:10:38 http2: server connection error from 127.0.0.1:57138: connection error: COMPRESSION_ERROR
2023/01/30 20:10:42 http2: server connection error from 127.0.0.1:57139: connection error: COMPRESSION_ERROR
2023/01/30 20:10:50 http2: server connection error from 127.0.0.1:57140: connection error: COMPRESSION_ERROR
2023/01/30 20:11:07 http2: server connection error from 127.0.0.1:57141: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x7acbc7a218ae m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x5f7 fp=0xc000059bf8 sp=0xc000059a00 pc=0x7acbc7c4b7d7
net/http.(*Client).send(0xc0001109c0, 0xc000118f00, {0x0?, 0x1?, 0x0?})
	/workdir/go/src/net/http/client.go:176 +0x9b fp=0xc000059c70 sp=0xc000059bf8 pc=0x7acbc7c4b05b
net/http.(*Client).do(0xc0001109c0, 0xc000118f00)
	/workdir/go/src/net/http/client.go:716 +0x8fb fp=0xc000059e78 sp=0xc000059c70 pc=0x7acbc7c4d33b
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc000144000)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4e5 fp=0xc000059f70 sp=0xc000059e78 pc=0x7acbc7cebb85
testing.tRunner(0xc000144000, 0x7acbc7e0a060)
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/internal/socket (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40326e
rdx    0xc00009b768
rdi    0x1
rsi    0x1c45
rbp    0xc00009b698
rsp    0xc00009b658
r8     0x0
r9     0x0
r10    0x1000004
r11    0x206
r12    0xc00009b7b0
r13    0x0
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/internal/socks.TestDial (log)
SIGQUIT: quit
PC=0x73e598805e61 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0xffffffffffffffff
rdx    0x0
rdi    0x73e598a2f9c8
rsi    0x80
rbp    0x7ffcf9f0f008
...
	/workdir/go/src/runtime/proc.go:381 +0xd0 fp=0xc00004adc0 sp=0xc00004ada0 pc=0x73e5987d11f0
runtime.chanrecv(0xc00010c0e0, 0xc00004aebf, 0x1)
	/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc00004ae50 sp=0xc00004adc0 pc=0x73e59879d09d
runtime.chanrecv1(0x73e598a2ee60?, 0x73e59891b880?)
	/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc00004ae78 sp=0xc00004ae50 pc=0x73e59879cbd8
testing.(*T).Run(0xc00009a1a0, {0x73e5988d2c86?, 0x0?}, 0x73e59894b760)
	/workdir/go/src/testing/testing.go:1630 +0x405 fp=0xc00004af38 sp=0xc00004ae78 pc=0x73e59885f605
golang.org/x/net/internal/socks_test.TestDial(0x0?)
	/workdir/gopath/src/golang.org/x/net/internal/socks/dial_test.go:71 +0x6f fp=0xc00004af70 sp=0xc00004af38 pc=0x73e5988cf44f
testing.tRunner(0xc00009a1a0, 0x73e59894b778)
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/internal/sockstest (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/internal/timeseries (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc00009aa70
rsp    0xc00009aa30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc00009aa08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/ipv6 (log)
SIGQUIT: quit
PC=0x467cc1 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0x467cc3
rdx    0x0
rdi    0x5bae08
rsi    0x80
rbp    0x7fff2c369b68
rsp    0x7fff2c369b20
r8     0x0
r9     0x0
r10    0x0
r11    0x286
r12    0x0
r13    0x0
r14    0x5ba6e0
r15    0x3
rip    0x467cc1
rflags 0x286
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/nettest (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40326e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x202
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x40326c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/netutil (log)
SIGQUIT: quit
PC=0x40326c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40326e
rdx    0xc00009b768
rdi    0x1
rsi    0x1d02
rbp    0xc00009b698
rsp    0xc00009b658
r8     0x0
r9     0x0
r10    0x1000004
r11    0x206
r12    0xc00009b7b0
r13    0x5555
r14    0xc000006340
r15    0x1
rip    0x40326c
rflags 0x206
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@1c4cfb92 x/net/proxy.TestDial (log)
SIGQUIT: quit
PC=0x7b30ef261b83 m=0 sigcode=0

rax    0x0
rbx    0x0
rcx    0xffffffffffffffff
rdx    0x0
rdi    0x7b30ef4a4ac8
rsi    0x80
rbp    0x7ffcc1abad78
...
	/workdir/go/src/runtime/proc.go:381 +0xd0 fp=0xc000050dc0 sp=0xc000050da0 pc=0x7b30ef22cc30
runtime.chanrecv(0xc0000642a0, 0xc000050ebf, 0x1)
	/workdir/go/src/runtime/chan.go:583 +0x49d fp=0xc000050e50 sp=0xc000050dc0 pc=0x7b30ef1f899d
runtime.chanrecv1(0x7b30ef4a3f60?, 0x7b30ef386820?)
	/workdir/go/src/runtime/chan.go:442 +0x18 fp=0xc000050e78 sp=0xc000050e50 pc=0x7b30ef1f84d8
testing.(*T).Run(0xc00009a1a0, {0x7b30ef341490?, 0x0?}, 0x7b30ef3b82b8)
	/workdir/go/src/testing/testing.go:1630 +0x405 fp=0xc000050f38 sp=0xc000050e78 pc=0x7b30ef2c0f45
golang.org/x/net/proxy.TestDial(0x0?)
	/workdir/gopath/src/golang.org/x/net/proxy/dial_test.go:100 +0xe5 fp=0xc000050f70 sp=0xc000050f38 pc=0x7b30ef3369a5
testing.tRunner(0xc00009a1a0, 0x7b30ef3b82c0)

watchflakes

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/465156 mentions this issue: dashboard: unmark known-issues with low failure rates

gopherbot pushed a commit to golang/build that referenced this issue Feb 4, 2023
I had initially added known issues fairly aggressively in order to use
them to reduce noise in 'greplogs -triage'. Now that we are using
'watchflakes' for triage, that noise reduction is no longer important
(the failures are already clustered to their respective known issues),
and having greyed-out cells on the dashboard makes new regressions too
easy to miss.

Concretely:

- golang/go#42212 is mostly specific to x/net at this point (as
  golang/go#57841)

- There have been no failures matching golang/go#51001 since October.

- golang/go#52724 has been so rare lately that we hadn't yet added a
  'watchflakes' pattern for it.

- There have been no failures matching golang/go#51443 since May.

- There have been no failures matching golang/go#53116 or
  golang/go#53093 since I enabled 'watchflakes' for the builder in
  December.

- The linux-amd64-perf builder seems to be passing consistently for
  x/benchmarks and x/tools, so there is no need to refer to
  golang/go#53538 to explain failures on it.

Change-Id: Ia16db2a23e5fa037a299f1f56fb26f1cf84521e1
Reviewed-on: https://go-review.googlesource.com/c/build/+/465156
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-01-26 21:33 android-amd64-emu net@296f09aa go@bf8d142b x/net/http2/h2c.TestPropagation (log)
2023/02/06 14:07:31 http2: server connection error from 127.0.0.1:41667: connection error: COMPRESSION_ERROR
2023/02/06 14:07:31 http2: server connection error from 127.0.0.1:41668: connection error: COMPRESSION_ERROR
2023/02/06 14:07:32 http2: server connection error from 127.0.0.1:41669: connection error: COMPRESSION_ERROR
2023/02/06 14:07:34 http2: server connection error from 127.0.0.1:41670: connection error: COMPRESSION_ERROR
2023/02/06 14:07:38 http2: server connection error from 127.0.0.1:41671: connection error: COMPRESSION_ERROR
2023/02/06 14:07:46 http2: server connection error from 127.0.0.1:41672: connection error: COMPRESSION_ERROR
2023/02/06 14:08:02 http2: server connection error from 127.0.0.1:41673: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x7fa60ce5ff81 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x5f7 fp=0xc00005ebf8 sp=0xc00005ea00 pc=0x7fa60d00ea77
net/http.(*Client).send(0xc00010c060, 0xc0000e1100, {0x0?, 0x1?, 0x0?})
	/workdir/go/src/net/http/client.go:176 +0x96 fp=0xc00005ec70 sp=0xc00005ebf8 pc=0x7fa60d00e316
net/http.(*Client).do(0xc00010c060, 0xc0000e1100)
	/workdir/go/src/net/http/client.go:716 +0x8fb fp=0xc00005ee78 sp=0xc00005ec70 pc=0x7fa60d01053b
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc0000c51e0)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4d8 fp=0xc00005ef70 sp=0xc00005ee78 pc=0x7fa60d0a8e98
testing.tRunner(0xc0000c51e0, 0x7fa60d1c7ac0)
2023-01-26 21:33 android-amd64-emu net@296f09aa go@bf8d142b x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40320e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40320c
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@bf8d142b x/net/icmp (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40320e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc00009aa70
rsp    0xc00009aa30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc00009aa08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40320c
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-01-26 21:33 android-amd64-emu net@296f09aa go@bf8d142b x/net/idna (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40320e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40320c
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-02-08 14:49 android-386-emu net@415cb6d5 go@da937660 x/net/http2/h2c.TestPropagation (log)
2023/02/08 18:45:49 http2: server connection error from 127.0.0.1:50700: connection error: COMPRESSION_ERROR
2023/02/08 18:45:49 http2: server connection error from 127.0.0.1:50701: connection error: COMPRESSION_ERROR
2023/02/08 18:45:50 http2: server connection error from 127.0.0.1:50702: connection error: COMPRESSION_ERROR
2023/02/08 18:45:52 http2: server connection error from 127.0.0.1:50703: connection error: COMPRESSION_ERROR
2023/02/08 18:45:56 http2: server connection error from 127.0.0.1:50704: connection error: COMPRESSION_ERROR
2023/02/08 18:46:04 http2: server connection error from 127.0.0.1:50705: connection error: COMPRESSION_ERROR
2023/02/08 18:46:20 http2: server connection error from 127.0.0.1:50706: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0xf134a2ae m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x61a fp=0xc8444d44 sp=0xc8444c0c pc=0xf15b308a
net/http.(*Client).send(0xc841d100, 0xc8488180, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:176 +0x8c fp=0xc8444d88 sp=0xc8444d44 pc=0xf15b28dc
net/http.(*Client).do(0xc841d100, 0xc8488180)
	/workdir/go/src/net/http/client.go:716 +0x99e fp=0xc8444eb8 sp=0xc8444d88 pc=0xf15b4e3e
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc84074a0)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x5de fp=0xc8444f60 sp=0xc8444eb8 pc=0xf1654f9e
testing.tRunner(0xc84074a0, 0xf1745158)
2023-02-08 14:49 android-386-emu net@415cb6d5 go@da937660 x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40320e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40320c
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-08 14:49 android-386-emu net@415cb6d5 go@da937660 x/net/idna (log)
PASS
exitcode=0*** Test killed with quit: ran too long (11m0s).
context deadline exceeded
2023-02-08 14:49 android-386-emu net@415cb6d5 go@da937660 x/net/internal/socket (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40320e
rdx    0xc00009b8e0
rdi    0x1
rsi    0x1b66
rbp    0xc00009b810
rsp    0xc00009b7d0
r8     0x0
r9     0x0
r10    0x1000004
r11    0x216
r12    0xc00009b928
r13    0x0
r14    0xc000006340
r15    0x8
rip    0x40320c
rflags 0x216
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-02-08 18:40 android-amd64-emu net@87ce33ec go@a6491994 x/net/http2/h2c.TestPropagation (log)
2023/02/09 21:05:24 http2: server connection error from 127.0.0.1:50580: connection error: COMPRESSION_ERROR
2023/02/09 21:05:24 http2: server connection error from 127.0.0.1:50581: connection error: COMPRESSION_ERROR
2023/02/09 21:05:25 http2: server connection error from 127.0.0.1:50582: connection error: COMPRESSION_ERROR
2023/02/09 21:05:27 http2: server connection error from 127.0.0.1:50583: connection error: COMPRESSION_ERROR
2023/02/09 21:05:31 http2: server connection error from 127.0.0.1:50584: connection error: COMPRESSION_ERROR
2023/02/09 21:05:39 http2: server connection error from 127.0.0.1:50585: connection error: COMPRESSION_ERROR
2023/02/09 21:05:56 http2: server connection error from 127.0.0.1:50586: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x74ddb8e13f4e m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x5f7 fp=0xc00005dbf8 sp=0xc00005da00 pc=0x74ddb902ec57
net/http.(*Client).send(0xc000089890, 0xc0000e6500, {0x0?, 0x1?, 0x0?})
	/workdir/go/src/net/http/client.go:176 +0x96 fp=0xc00005dc70 sp=0xc00005dbf8 pc=0x74ddb902e4f6
net/http.(*Client).do(0xc000089890, 0xc0000e6500)
	/workdir/go/src/net/http/client.go:716 +0x8fb fp=0xc00005de78 sp=0xc00005dc70 pc=0x74ddb903071b
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc0000b8d00)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4d8 fp=0xc00005df70 sp=0xc00005de78 pc=0x74ddb90cb098
testing.tRunner(0xc0000b8d00, 0x74ddb91eab80)
2023-02-08 18:40 android-amd64-emu net@87ce33ec go@a6491994 x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40320e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40320c
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-08 18:40 android-amd64-emu net@87ce33ec go@a6491994 x/net/internal/socket (log)
PASS
exitcode=0*** Test killed with quit: ran too long (11m0s).
context deadline exceeded
2023-02-08 18:40 android-amd64-emu net@87ce33ec go@a6491994 x/net/internal/socks (log)
SIGQUIT: quit
PC=0x40320c m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x40320e
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x40320c
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-02-23 23:08 android-386-emu net@569fe815 go@8538477d x/net/http2/h2c.TestPropagation (log)
2023/02/27 19:39:54 http2: server connection error from 127.0.0.1:60717: connection error: COMPRESSION_ERROR
2023/02/27 19:39:54 http2: server connection error from 127.0.0.1:60718: connection error: COMPRESSION_ERROR
2023/02/27 19:39:55 http2: server connection error from 127.0.0.1:60719: connection error: COMPRESSION_ERROR
2023/02/27 19:39:57 http2: server connection error from 127.0.0.1:60720: connection error: COMPRESSION_ERROR
2023/02/27 19:40:01 http2: server connection error from 127.0.0.1:60721: connection error: COMPRESSION_ERROR
2023/02/27 19:40:09 http2: server connection error from 127.0.0.1:60722: connection error: COMPRESSION_ERROR
2023/02/27 19:40:25 http2: server connection error from 127.0.0.1:60723: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0xed55917d m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x662 fp=0xc4845d44 sp=0xc4845c00 pc=0xed7512a2
net/http.(*Client).send(0xc4897280, 0xc48b8280, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:176 +0x8c fp=0xc4845d88 sp=0xc4845d44 pc=0xed750aac
net/http.(*Client).do(0xc4897280, 0xc48b8280)
	/workdir/go/src/net/http/client.go:716 +0x935 fp=0xc4845eb8 sp=0xc4845d88 pc=0xed752fa5
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc48da2d0)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x5b1 fp=0xc4845f5c sp=0xc4845eb8 pc=0xed7f5731
testing.tRunner(0xc48da2d0, 0xed8e7818)
2023-02-23 23:08 android-386-emu net@569fe815 go@8538477d x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x4030ee
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x4030ec
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-23 23:08 android-386-emu net@569fe815 go@8538477d x/net/internal/socket (log)
SIGQUIT: quit
PC=0x4030ee m=0 sigcode=0

rax    0xfffffffffffffffc
rbx    0x4
rcx    0x4030ee
rdx    0x80
rdi    0x4
rsi    0x7ffee0a28790
rbp    0x7ffee0a28710
rsp    0x7ffee0a286c8
r8     0x0
r9     0x0
r10    0xffffffffffffffff
r11    0x246
r12    0x7ffee0a287a0
r13    0xc00002001c
r14    0x5b7ba0
r15    0x1
rip    0x4030ee
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-23 23:08 android-386-emu net@569fe815 go@8538477d x/net/internal/socks (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x4030ee
rdx    0xc00006b8e0
rdi    0x1
rsi    0x1be7
rbp    0xc00006b810
rsp    0xc00006b7d0
r8     0x0
r9     0x0
r10    0x1000004
r11    0x216
r12    0xc00006b928
r13    0x0
r14    0xc000006340
r15    0x2
rip    0x4030ec
rflags 0x216
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-02-23 23:08 android-386-emu net@569fe815 go@fa9efd91 x/net/http2/h2c.TestPropagation (log)
2023/02/27 23:30:40 http2: server connection error from 127.0.0.1:40149: connection error: COMPRESSION_ERROR
2023/02/27 23:30:40 http2: server connection error from 127.0.0.1:40150: connection error: COMPRESSION_ERROR
2023/02/27 23:30:41 http2: server connection error from 127.0.0.1:40151: connection error: COMPRESSION_ERROR
2023/02/27 23:30:43 http2: server connection error from 127.0.0.1:40152: connection error: COMPRESSION_ERROR
2023/02/27 23:30:47 http2: server connection error from 127.0.0.1:40153: connection error: COMPRESSION_ERROR
2023/02/27 23:30:55 http2: server connection error from 127.0.0.1:40154: connection error: COMPRESSION_ERROR
2023/02/27 23:31:11 http2: server connection error from 127.0.0.1:40155: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0xf179120d m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x662 fp=0xc884ad44 sp=0xc884ac00 pc=0xf1988f52
net/http.(*Client).send(0xc8902520, 0xc891c300, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:176 +0x8c fp=0xc884ad88 sp=0xc884ad44 pc=0xf198875c
net/http.(*Client).do(0xc8902520, 0xc891c300)
	/workdir/go/src/net/http/client.go:716 +0x935 fp=0xc884aeb8 sp=0xc884ad88 pc=0xf198ac55
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc8946000)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x5b1 fp=0xc884af5c sp=0xc884aeb8 pc=0xf1a2d501
testing.tRunner(0xc8946000, 0xf1b1f938)
2023-02-23 23:08 android-386-emu net@569fe815 go@fa9efd91 x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x4030ee
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x4030ec
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-23 23:08 android-386-emu net@569fe815 go@fa9efd91 x/net/idna (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x4030ee
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a70
rsp    0xc000104a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc000104a08
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x4030ec
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-23 23:08 android-386-emu net@569fe815 go@fa9efd91 x/net/internal/socket (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x4030ee
rdx    0xc00006b8e0
rdi    0x1
rsi    0x1b98
rbp    0xc00006b810
rsp    0xc00006b7d0
r8     0x0
r9     0x0
r10    0x1000004
r11    0x216
r12    0xc00006b928
r13    0x1a724
r14    0xc000006340
r15    0x1b
rip    0x4030ec
rflags 0x216
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-02-28 08:42 android-386-emu net@1d46ed8b go@ec26277a x/net/http2/h2c.TestPropagation (log)
2023/02/28 22:27:35 http2: server connection error from 127.0.0.1:43985: connection error: COMPRESSION_ERROR
2023/02/28 22:27:35 http2: server connection error from 127.0.0.1:43986: connection error: COMPRESSION_ERROR
2023/02/28 22:27:36 http2: server connection error from 127.0.0.1:43987: connection error: COMPRESSION_ERROR
2023/02/28 22:27:38 http2: server connection error from 127.0.0.1:43988: connection error: COMPRESSION_ERROR
2023/02/28 22:27:42 http2: server connection error from 127.0.0.1:43989: connection error: COMPRESSION_ERROR
2023/02/28 22:27:50 http2: server connection error from 127.0.0.1:43990: connection error: COMPRESSION_ERROR
2023/02/28 22:28:06 http2: server connection error from 127.0.0.1:43991: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0xec85020d m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x662 fp=0xc384ad44 sp=0xc384ac00 pc=0xeca47f62
net/http.(*Client).send(0xc3902540, 0xc391c300, {0x0, 0x0, 0x0})
	/workdir/go/src/net/http/client.go:176 +0x8c fp=0xc384ad88 sp=0xc384ad44 pc=0xeca4776c
net/http.(*Client).do(0xc3902540, 0xc391c300)
	/workdir/go/src/net/http/client.go:716 +0x935 fp=0xc384aeb8 sp=0xc384ad88 pc=0xeca49c65
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc3956000)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x5b1 fp=0xc384af5c sp=0xc384aeb8 pc=0xecaec511
testing.tRunner(0xc3956000, 0xecbde938)
2023-02-28 08:42 android-386-emu net@1d46ed8b go@ec26277a x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x4030ee
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc0000a2a70
rsp    0xc0000a2a30
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0000a2a08
r13    0x290290290
r14    0xc000006340
r15    0x3
rip    0x4030ec
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-28 08:42 android-386-emu net@1d46ed8b go@ec26277a x/net/internal/socket (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x4030ee
rdx    0xc00006b8e0
rdi    0x1
rsi    0x1be2
rbp    0xc00006b810
rsp    0xc00006b7d0
r8     0x0
r9     0x0
r10    0x1000004
r11    0x216
r12    0xc00006b928
r13    0x3
r14    0xc000006340
r15    0x16
rip    0x4030ec
rflags 0x216
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-02-28 08:42 android-386-emu net@1d46ed8b go@ec26277a x/net/internal/socks (log)
SIGQUIT: quit
PC=0x4030ee m=0 sigcode=0

rax    0xfffffffffffffffc
rbx    0x4
rcx    0x4030ee
rdx    0x80
rdi    0x4
rsi    0x7ffdaa889460
rbp    0x7ffdaa8893e0
rsp    0x7ffdaa889398
r8     0x0
r9     0x0
r10    0xffffffffffffffff
r11    0x246
r12    0x7ffdaa889470
r13    0xc00002001c
r14    0x5b7ba0
r15    0x1
rip    0x4030ee
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-03-05 02:51 android-amd64-emu net@dfa2b5df go@74502e9b x/net/http2/h2c.TestPropagation (log)
2023/03/06 19:40:45 http2: server connection error from 127.0.0.1:38699: connection error: COMPRESSION_ERROR
2023/03/06 19:40:45 http2: server connection error from 127.0.0.1:38700: connection error: COMPRESSION_ERROR
2023/03/06 19:40:46 http2: server connection error from 127.0.0.1:38701: connection error: COMPRESSION_ERROR
2023/03/06 19:40:48 http2: server connection error from 127.0.0.1:38702: connection error: COMPRESSION_ERROR
2023/03/06 19:40:52 http2: server connection error from 127.0.0.1:38703: connection error: COMPRESSION_ERROR
2023/03/06 19:41:00 http2: server connection error from 127.0.0.1:38704: connection error: COMPRESSION_ERROR
2023/03/06 19:41:16 http2: server connection error from 127.0.0.1:38705: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x78b6545235c1 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:252 +0x606 fp=0xc00005ebf8 sp=0xc00005e9f8 pc=0x78b6546d5a46
net/http.(*Client).send(0xc000089920, 0xc0000de200, {0x78b65466af25?, 0x400000?, 0x0?})
	/workdir/go/src/net/http/client.go:176 +0x96 fp=0xc00005ec70 sp=0xc00005ebf8 pc=0x78b6546d52d6
net/http.(*Client).do(0xc000089920, 0xc0000de200)
	/workdir/go/src/net/http/client.go:716 +0x8d2 fp=0xc00005ee78 sp=0xc00005ec70 pc=0x78b6546d7492
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:582
golang.org/x/net/http2/h2c.TestPropagation(0xc0000c2b60)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4cf fp=0xc00005ef70 sp=0xc00005ee78 pc=0x78b65477228f
testing.tRunner(0xc0000c2b60, 0x78b654892140)
2023-03-05 02:51 android-amd64-emu net@dfa2b5df go@74502e9b x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x4030ee
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a30
rsp    0xc0001049f0
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0001049c8
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x4030ec
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-03-05 02:51 android-amd64-emu net@dfa2b5df go@74502e9b x/net/idna (log)
SIGQUIT: quit
PC=0x4030ec m=0 sigcode=0

rax    0x49
rbx    0x3
rcx    0x4030ee
rdx    0x0
rdi    0x3
rsi    0x2
rbp    0xc000104a30
rsp    0xc0001049f0
r8     0x0
r9     0x0
r10    0x0
r11    0x212
r12    0xc0001049c8
r13    0x29029029078f
r14    0xc000006340
r15    0x4
rip    0x4030ec
rflags 0x212
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).
2023-03-05 02:51 android-amd64-emu net@dfa2b5df go@74502e9b x/net/internal/socket (log)
SIGQUIT: quit
PC=0x4030ee m=0 sigcode=0

rax    0xfffffffffffffffc
rbx    0x4
rcx    0x4030ee
rdx    0x80
rdi    0x4
rsi    0x7ffcab8b4e50
rbp    0x7ffcab8b4dd0
rsp    0x7ffcab8b4d88
r8     0x0
r9     0x0
r10    0xffffffffffffffff
r11    0x246
r12    0x7ffcab8b4e60
r13    0xc00002001c
r14    0x5b6f20
r15    0x1
rip    0x4030ee
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-05-04 16:26 android-amd64-emu net@daac0cec go@59d19ba7 x/net/http2/h2c.TestPropagation (log)
2023/05/09 13:07:53 http2: server connection error from 127.0.0.1:53245: connection error: COMPRESSION_ERROR
2023/05/09 13:07:53 http2: server connection error from 127.0.0.1:53246: connection error: COMPRESSION_ERROR
2023/05/09 13:07:54 http2: server connection error from 127.0.0.1:53247: connection error: COMPRESSION_ERROR
2023/05/09 13:07:56 http2: server connection error from 127.0.0.1:53248: connection error: COMPRESSION_ERROR
2023/05/09 13:08:00 http2: server connection error from 127.0.0.1:53249: connection error: COMPRESSION_ERROR
2023/05/09 13:08:08 http2: server connection error from 127.0.0.1:53250: connection error: COMPRESSION_ERROR
2023/05/09 13:08:24 http2: server connection error from 127.0.0.1:53251: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x705ff55fa381 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:260 +0x606 fp=0xc00005ebf0 sp=0xc00005e9c0 pc=0x705ff57abca6
net/http.(*Client).send(0xc000089860, 0xc0000de200, {0x705ff55ade45?, 0x705ff57410a5?, 0x0?})
	/workdir/go/src/net/http/client.go:181 +0x96 fp=0xc00005ec68 sp=0xc00005ebf0 pc=0x705ff57ab536
net/http.(*Client).do(0xc000089860, 0xc0000de200)
	/workdir/go/src/net/http/client.go:724 +0x928 fp=0xc00005ee78 sp=0xc00005ec68 pc=0x705ff57ad808
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:590
golang.org/x/net/http2/h2c.TestPropagation(0xc0000c2b60)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4cf fp=0xc00005ef70 sp=0xc00005ee78 pc=0x705ff5847b4f
testing.tRunner(0xc0000c2b60, 0x705ff5968bc0)
2023-05-04 16:26 android-amd64-emu net@daac0cec go@59d19ba7 x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x40310c m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x40310e
rdx    0xc00009b828
rdi    0x1
rsi    0x2543
rbp    0xc00009b758
rsp    0xc00009b718
r8     0x0
r9     0x0
r10    0x1000004
r11    0x202
r12    0xc00009b870
r13    0x0
r14    0xc000006340
r15    0x1
rip    0x40310c
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@acd8dc95 x/net/http2.TestTransportReuseAfterError (log)
SIGQUIT: quit
PC=0x761757f7fd01 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0xffffffffffffffff
rdx    0x0
rdi    0x7617586743e8
rsi    0x80
rbp    0x7fff59164d30
...
	/workdir/go/src/runtime/select.go:327 +0x725 fp=0xc000107bd8 sp=0xc000107ac0 pc=0x761757f5bee5
golang.org/x/net/http2.(*ClientConn).RoundTrip(0xc000002480, 0xc001a17c00)
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:1291 +0x446 fp=0xc000107d08 sp=0xc000107bd8 pc=0x7617581f9c46
golang.org/x/net/http2.(*Transport).RoundTripOpt(0xc0001fe750, 0xc001a17c00, {0x40?})
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:561 +0x1b1 fp=0xc000107e38 sp=0xc000107d08 pc=0x7617581f5eb1
golang.org/x/net/http2.(*Transport).RoundTrip(...)
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:513
golang.org/x/net/http2.TestTransportReuseAfterError(0xc00151a340)
	/workdir/gopath/src/golang.org/x/net/http2/transport_test.go:6448 +0x44d fp=0xc000107f70 sp=0xc000107e38 pc=0x7617582782ed
testing.tRunner(0xc00151a340, 0x7617583f7bd8)
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@acd8dc95 x/net/http2/h2c.TestPropagation (log)
2023/05/12 18:15:19 http2: server connection error from 127.0.0.1:44118: connection error: COMPRESSION_ERROR
2023/05/12 18:15:19 http2: server connection error from 127.0.0.1:44119: connection error: COMPRESSION_ERROR
2023/05/12 18:15:20 http2: server connection error from 127.0.0.1:44120: connection error: COMPRESSION_ERROR
2023/05/12 18:15:22 http2: server connection error from 127.0.0.1:44121: connection error: COMPRESSION_ERROR
2023/05/12 18:15:26 http2: server connection error from 127.0.0.1:44122: connection error: COMPRESSION_ERROR
2023/05/12 18:15:34 http2: server connection error from 127.0.0.1:44123: connection error: COMPRESSION_ERROR
2023/05/12 18:15:51 http2: server connection error from 127.0.0.1:44124: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x785c2e918481 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:260 +0x606 fp=0xc00005ebf0 sp=0xc00005e9c0 pc=0x785c2eacb186
net/http.(*Client).send(0xc000090a20, 0xc0000a4900, {0xc00005eca0?, 0x785c2ea60585?, 0x0?})
	/workdir/go/src/net/http/client.go:181 +0x96 fp=0xc00005ec68 sp=0xc00005ebf0 pc=0x785c2eacaa16
net/http.(*Client).do(0xc000090a20, 0xc0000a4900)
	/workdir/go/src/net/http/client.go:724 +0x928 fp=0xc00005ee78 sp=0xc00005ec68 pc=0x785c2eaccce8
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:590
golang.org/x/net/http2/h2c.TestPropagation(0xc000082b60)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4cf fp=0xc00005ef70 sp=0xc00005ee78 pc=0x785c2eb6728f
testing.tRunner(0xc000082b60, 0x785c2ec89be0)
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@acd8dc95 x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x403aac m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x403aae
rdx    0xc00006b828
rdi    0x1
rsi    0x3894
rbp    0xc00006b758
rsp    0xc00006b718
r8     0x0
r9     0x0
r10    0x1000004
r11    0x202
r12    0xc00006b870
r13    0x0
r14    0xc000006340
r15    0x8
rip    0x403aac
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@3e19dc2b x/net/http2.TestTransportReuseAfterError (log)
SIGQUIT: quit
PC=0x7e2e82520cc1 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0xffffffffffffffff
rdx    0x0
rdi    0x7e2e82c203e8
rsi    0x80
rbp    0x7ffeb0033ea8
...
	/workdir/go/src/runtime/select.go:327 +0x725 fp=0xc00015bbd8 sp=0xc00015bac0 pc=0x7e2e824fcea5
golang.org/x/net/http2.(*ClientConn).RoundTrip(0xc001fe8000, 0xc000130100)
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:1291 +0x446 fp=0xc00015bd08 sp=0xc00015bbd8 pc=0x7e2e827a2686
golang.org/x/net/http2.(*Transport).RoundTripOpt(0xc00030a6c0, 0xc000130100, {0x40?})
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:561 +0x1b1 fp=0xc00015be38 sp=0xc00015bd08 pc=0x7e2e8279e8f1
golang.org/x/net/http2.(*Transport).RoundTrip(...)
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:513
golang.org/x/net/http2.TestTransportReuseAfterError(0xc000381ba0)
	/workdir/gopath/src/golang.org/x/net/http2/transport_test.go:6448 +0x44d fp=0xc00015bf70 sp=0xc00015be38 pc=0x7e2e82820ced
testing.tRunner(0xc000381ba0, 0x7e2e829a17c8)
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@3e19dc2b x/net/http2/h2c.TestPropagation (log)
2023/05/12 21:35:20 http2: server connection error from 127.0.0.1:55258: connection error: COMPRESSION_ERROR
2023/05/12 21:35:20 http2: server connection error from 127.0.0.1:55259: connection error: COMPRESSION_ERROR
2023/05/12 21:35:21 http2: server connection error from 127.0.0.1:55260: connection error: COMPRESSION_ERROR
2023/05/12 21:35:23 http2: server connection error from 127.0.0.1:55261: connection error: COMPRESSION_ERROR
2023/05/12 21:35:27 http2: server connection error from 127.0.0.1:55262: connection error: COMPRESSION_ERROR
2023/05/12 21:35:35 http2: server connection error from 127.0.0.1:55263: connection error: COMPRESSION_ERROR
2023/05/12 21:35:51 http2: server connection error from 127.0.0.1:55264: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x773105216461 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:260 +0x606 fp=0xc000059bf0 sp=0xc0000599c0 pc=0x7731053d02e6
net/http.(*Client).send(0xc000097ad0, 0xc000102d00, {0xc000059ca0?, 0x773105360b25?, 0x0?})
	/workdir/go/src/net/http/client.go:181 +0x96 fp=0xc000059c68 sp=0xc000059bf0 pc=0x7731053cfb76
net/http.(*Client).do(0xc000097ad0, 0xc000102d00)
	/workdir/go/src/net/http/client.go:724 +0x928 fp=0xc000059e78 sp=0xc000059c68 pc=0x7731053d1e48
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:590
golang.org/x/net/http2/h2c.TestPropagation(0xc000085a00)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4cf fp=0xc000059f70 sp=0xc000059e78 pc=0x77310546c36f
testing.tRunner(0xc000085a00, 0x77310558fdf0)
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@3e19dc2b x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x403aac m=0 sigcode=0

rax    0xf7
rbx    0x1
rcx    0x403aae
rdx    0xc00006b828
rdi    0x1
rsi    0x3893
rbp    0xc00006b758
rsp    0xc00006b718
r8     0x0
r9     0x0
r10    0x1000004
r11    0x202
r12    0xc00006b870
r13    0xd3c
r14    0xc000006340
r15    0x4
rip    0x403aac
rflags 0x202
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot
Copy link
Contributor

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `^android-.*` &&  pkg ~ `^golang\.org/x/net` && `Test killed with quit: ran too long`
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@1b896bff x/net/http2.TestTransportReuseAfterError (log)
SIGQUIT: quit
PC=0x71b287b12cc1 m=0 sigcode=0

rax    0xca
rbx    0x0
rcx    0xffffffffffffffff
rdx    0x0
rdi    0x71b2882123e8
rsi    0x80
rbp    0x7ffe69fcf0b8
...
	/workdir/go/src/runtime/select.go:327 +0x725 fp=0xc000169bd8 sp=0xc000169ac0 pc=0x71b287aeeea5
golang.org/x/net/http2.(*ClientConn).RoundTrip(0xc0010a3800, 0xc000321600)
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:1291 +0x446 fp=0xc000169d08 sp=0xc000169bd8 pc=0x71b287d94686
golang.org/x/net/http2.(*Transport).RoundTripOpt(0xc0005d0630, 0xc000321600, {0x40?})
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:561 +0x1b1 fp=0xc000169e38 sp=0xc000169d08 pc=0x71b287d908f1
golang.org/x/net/http2.(*Transport).RoundTrip(...)
	/workdir/gopath/src/golang.org/x/net/http2/transport.go:513
golang.org/x/net/http2.TestTransportReuseAfterError(0xc001ef41a0)
	/workdir/gopath/src/golang.org/x/net/http2/transport_test.go:6448 +0x44d fp=0xc000169f70 sp=0xc000169e38 pc=0x71b287e12ced
testing.tRunner(0xc001ef41a0, 0x71b287f937c8)
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@1b896bff x/net/http2/h2c.TestPropagation (log)
2023/05/15 16:42:12 http2: server connection error from 127.0.0.1:55144: connection error: COMPRESSION_ERROR
2023/05/15 16:42:12 http2: server connection error from 127.0.0.1:55145: connection error: COMPRESSION_ERROR
2023/05/15 16:42:13 http2: server connection error from 127.0.0.1:55146: connection error: COMPRESSION_ERROR
2023/05/15 16:42:15 http2: server connection error from 127.0.0.1:55147: connection error: COMPRESSION_ERROR
2023/05/15 16:42:19 http2: server connection error from 127.0.0.1:55148: connection error: COMPRESSION_ERROR
2023/05/15 16:42:27 http2: server connection error from 127.0.0.1:55149: connection error: COMPRESSION_ERROR
2023/05/15 16:42:44 http2: server connection error from 127.0.0.1:55150: connection error: COMPRESSION_ERROR
SIGQUIT: quit
PC=0x7dda313d5461 m=0 sigcode=0

...
	/workdir/go/src/net/http/client.go:260 +0x606 fp=0xc000058bf0 sp=0xc0000589c0 pc=0x7dda3158f2e6
net/http.(*Client).send(0xc0000891a0, 0xc0000c8100, {0x7dda313890e5?, 0x7dda3151fb25?, 0x0?})
	/workdir/go/src/net/http/client.go:181 +0x96 fp=0xc000058c68 sp=0xc000058bf0 pc=0x7dda3158eb76
net/http.(*Client).do(0xc0000891a0, 0xc0000c8100)
	/workdir/go/src/net/http/client.go:724 +0x928 fp=0xc000058e78 sp=0xc000058c68 pc=0x7dda31590e48
net/http.(*Client).Do(...)
	/workdir/go/src/net/http/client.go:590
golang.org/x/net/http2/h2c.TestPropagation(0xc0000c2680)
	/workdir/gopath/src/golang.org/x/net/http2/h2c/h2c_test.go:133 +0x4cf fp=0xc000058f70 sp=0xc000058e78 pc=0x7dda3162b36f
testing.tRunner(0xc0000c2680, 0x7dda3174edf0)
2023-05-10 21:21 android-amd64-emu net@d28c0b17 go@1b896bff x/net/http2/hpack (log)
SIGQUIT: quit
PC=0x403aae m=0 sigcode=0

rax    0xfffffffffffffffc
rbx    0x4
rcx    0x403aae
rdx    0x80
rdi    0x4
rsi    0x7ffda755eb68
rbp    0x7ffda755eae0
rsp    0x7ffda755ea98
r8     0x0
r9     0x0
r10    0xffffffffffffffff
r11    0x246
r12    0x7ffda755eb70
r13    0xc000012008
r14    0x5cbfc0
r15    0x10
rip    0x403aae
rflags 0x246
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (11m0s).

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants