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: darwin/arm64 sweep increased allocation count #24993

Closed
eliasnaur opened this issue Apr 22, 2018 · 14 comments
Closed

runtime: darwin/arm64 sweep increased allocation count #24993

eliasnaur opened this issue Apr 22, 2018 · 14 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin release-blocker
Milestone

Comments

@eliasnaur
Copy link
Contributor

eliasnaur commented Apr 22, 2018

https://build.golang.org/log/a1d4bc03972b9a1cb8d492d7610dd4e7846340c4

``` runtime: nelems=170 nalloc=2 previous allocCount=1 nfreed=65535

fatal error: sweep increased allocation count

runtime stack:

runtime.throw(0x1007e2dfc, 0x20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/panic.go:589 +0x4c

runtime.(*mspan).sweep(0x100f94950, 0x0, 0x130000f00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/mgcsweep.go:298 +0x7e0

runtime.sweepone(0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/mgcsweep.go:113 +0x138

runtime.gosweepone.func1()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/mgcsweep.go:137 +0x20

runtime.systemstack(0x100000000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/asm_arm64.s:230 +0x90

runtime.mstart()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/proc.go:1177

goroutine 3 [running]:

runtime.systemstack_switch()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/asm_arm64.s:178 +0x8 fp=0x130040f70 sp=0x130040f60 pc=0x10041c5d0

runtime.gosweepone(0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/mgcsweep.go:136 +0x38 fp=0x130040fa0 sp=0x130040f70 pc=0x1003e94c0

runtime.bgsweep(0x130028070)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/mgcsweep.go:55 +0xbc fp=0x130040fd0 sp=0x130040fa0 pc=0x1003e9014

runtime.goexit()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/asm_arm64.s:1089 +0x4 fp=0x130040fd0 sp=0x130040fd0 pc=0x10041ed1c

created by runtime.gcenable

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/mgc.go:216 +0x4c

goroutine 1 [chan receive]:

testing.tRunner.func1(0x130142000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:771 +0x180

testing.tRunner(0x130142000, 0x1300dbdd0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

testing.runTests(0x13011c4e0, 0x100aa0280, 0x1cd, 0x1cd, 0x13008f230)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:1081 +0x248

testing.(*M).Run(0x13013c580, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:998 +0x148

net/http_test.TestMain(0x13013c580)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:23 +0x20

main.main()

_testmain.go:1016 +0x148

goroutine 19 [syscall]:

os/signal.signal_recv(0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/sigqueue.go:139 +0xb8

os/signal.loop()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/os/signal/signal_unix.go:22 +0x18

created by os/signal.init.0

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/os/signal/signal_unix.go:28 +0x30

goroutine 60 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301434a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301434a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClient(0x1301434a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:70 +0x20

testing.tRunner(0x1301434a0, 0x10083ba60)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 37 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http.TestRequestWriteTransport(0x130174d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/requestwrite_test.go:573 +0x28

testing.tRunner(0x130174d20, 0x10083b518)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 42 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301751d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http.TestReadResponseCloseInMiddle(0x1301751d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/response_test.go:615 +0x28

testing.tRunner(0x1301751d0, 0x10083b4b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 271 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035fc20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035fc20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testClientTimeout(0x13035fc20, 0x10f48cf01)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1203 +0x28

net/http_test.TestClientTimeout_h2(0x13035fc20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1200 +0x28

testing.tRunner(0x13035fc20, 0x10083ba18)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 79 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175b30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175b30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientRedirectContext(0x130175b30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:302 +0x20

testing.tRunner(0x130175b30, 0x10083b9a8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 273 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035fe00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035fe00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testClientTimeout_Headers(0x13035fe00, 0x10f49e501)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1285 +0x20

net/http_test.TestClientTimeout_Headers_h2(0x13035fe00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1281 +0x28

testing.tRunner(0x13035fe00, 0x10083ba08)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 75 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestGetRequestFormat(0x130175770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:116 +0x20

testing.tRunner(0x130175770, 0x10083bbc8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1082 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035ed20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035ed20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestShouldRedirectConcurrency(0x13035ed20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:602 +0x20

testing.tRunner(0x13035ed20, 0x10083c570)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 275 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testClientRedirectEatsBody(0x130432000, 0x10f4a9800)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1355 +0x20

net/http_test.TestClientRedirectEatsBody_h1(0x130432000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1352 +0x24

testing.tRunner(0x130432000, 0x10083b9b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 78 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175a40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175a40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientRedirects(0x130175a40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:203 +0x28

testing.tRunner(0x130175a40, 0x10083b9e8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 119 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientRedirectUseResponse(0x13035e000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:496 +0x20

testing.tRunner(0x13035e000, 0x10083b9e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 270 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035fb30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035fb30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testClientTimeout(0x13035fb30, 0x10f487900)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1203 +0x28

net/http_test.TestClientTimeout_h1(0x13035fb30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1199 +0x24

testing.tRunner(0x13035fb30, 0x10083ba10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 359 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x13002c0c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130174000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_HandlerWritesTooMuch(0x130174000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:412 +0x84

testing.tRunner(0x130174000, 0x10083bc48)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 121 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e1e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e1e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientRedirect308NoGetBody(0x13035e1e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:561 +0x20

testing.tRunner(0x13035e1e0, 0x10083b988)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 301 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a4d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a4d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTransportBodyReadError(0x1303a4d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1841 +0x28

testing.tRunner(0x1303a4d20, 0x10083c750)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 274 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035fef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035fef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientTimeoutCancel(0x13035fef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1325 +0x20

testing.tRunner(0x13035fef0, 0x10083b9f8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 123 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e3c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e3c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestRedirectCookiesJar(0x13035e3c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:660 +0x20

testing.tRunner(0x13035e3c0, 0x10083c138)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 120 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e0f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e0f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientRedirect308NoLocation(0x13035e0f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:538 +0x20

testing.tRunner(0x13035e0f0, 0x10083b998)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 210 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130143e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130143e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientInsecureTransport(0x130143e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:847 +0x28

testing.tRunner(0x130143e00, 0x10083b978)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 376 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301424b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301424b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x1303c24f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301424b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.testH12_noBody(0x1301424b0, 0xcc)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:317 +0x78

net/http_test.TestH2_204NoBody(0x1301424b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:310 +0x28

testing.tRunner(0x1301424b0, 0x10083bce0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 272 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035fd10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035fd10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testClientTimeout_Headers(0x13035fd10, 0x10f491600)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1285 +0x20

net/http_test.TestClientTimeout_Headers_h1(0x13035fd10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1280 +0x24

testing.tRunner(0x13035fd10, 0x10083ba00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 263 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f4a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f4a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestEmptyPasswordAuth(0x13035f4a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1056 +0x20

testing.tRunner(0x13035f4a0, 0x10083bb60)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 276 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304320f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304320f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testClientRedirectEatsBody(0x1304320f0, 0x10f4ad301)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1355 +0x20

net/http_test.TestClientRedirectEatsBody_h2(0x1304320f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1353 +0x28

testing.tRunner(0x1304320f0, 0x10083b9b8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 377 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301425a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301425a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x1303c2510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301425a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.testH12_noBody(0x1301425a0, 0x130)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:317 +0x78

net/http_test.TestH2_304NoBody(0x1301425a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:311 +0x28

testing.tRunner(0x1301425a0, 0x10083bce8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1081 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035ec30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035ec30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServeWithSlashRedirectForHostPatterns(0x13035ec30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:544 +0x28

testing.tRunner(0x13035ec30, 0x10083c2e8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 375 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301423c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301423c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bbd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301423c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_200NoBody(0x1301423c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:307 +0x58

testing.tRunner(0x1301423c0, 0x10083bbd8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 300 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a4c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a4c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestClientRedirectTypes(0x1303a4c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/client_test.go:1733 +0x28

testing.tRunner(0x1303a4c30, 0x10083b9d8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 372 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301420f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301420f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc60, 0x10083b208, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301420f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_HeadContentLengthNoBody(0x1301420f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:282 +0x64

testing.tRunner(0x1301420f0, 0x10083bc68)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 361 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301741e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301741e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x13002c110, 0x0, 0x0, 0x0, 0x13002c100, 0x1, 0x1, 0x1301741e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_AutoGzip_Disabled(0x1301741e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:442 +0xd0

testing.tRunner(0x1301741e0, 0x10083bbf8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 374 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301422d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301422d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc50, 0x10083b208, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301422d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_HeadContentLengthLargeBody(0x1301422d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:303 +0x64

testing.tRunner(0x1301422d0, 0x10083bc58)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 367 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bcc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130174690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_ServerEmptyContentLength(0x130174690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:483 +0x58

testing.tRunner(0x130174690, 0x10083bcc8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1083 [chan send]:

testing.tRunner.func1(0x13035ee10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13035ee10, 0x10083c4f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 373 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301421e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301421e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc70, 0x10083b208, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301421e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_HeadContentLengthSmallBody(0x1301421e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:291 +0x64

testing.tRunner(0x1301421e0, 0x10083bc78)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 360 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301740f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301740f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x13002c0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1301740f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_AutoGzip(0x1301740f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:428 +0x84

testing.tRunner(0x1301740f0, 0x10083bc00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 378 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x1303c2530, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.testH12_noBody(0x130142690, 0x194)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:317 +0x78

net/http_test.TestH2_404NoBody(0x130142690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:312 +0x28

testing.tRunner(0x130142690, 0x10083bcf0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 379 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bcd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_SmallBody(0x130142780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:323 +0x58

testing.tRunner(0x130142780, 0x10083bcd8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 380 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc08, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_ExplicitContentLength(0x130142870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:330 +0x58

testing.tRunner(0x130142870, 0x10083bc10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 381 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_FlushBeforeBody(0x130142960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:337 +0x58

testing.tRunner(0x130142960, 0x10083bc20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 382 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc28, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_FlushMidBody(0x130142a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:345 +0x58

testing.tRunner(0x130142a50, 0x10083bc30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 383 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x1303c0540, 0x10083b208, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_Head_ExplicitLen(0x130142b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:357 +0x90

testing.tRunner(0x130142b40, 0x10083bc80)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 384 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x1303c0560, 0x10083b208, 0x0, 0x0, 0x0, 0x0, 0x0, 0x130142c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_Head_ImplicitLen(0x130142c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:369 +0x90

testing.tRunner(0x130142c30, 0x10083bc88)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 385 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bc38, 0x0, 0x1303c0580, 0x0, 0x0, 0x0, 0x0, 0x130142d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_HandlerWritesTooLittle(0x130142d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:391 +0x90

testing.tRunner(0x130142d20, 0x10083bc40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1079 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035ea50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035ea50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestMuxRedirectLeadingSlashes(0x13035ea50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:457 +0x28

testing.tRunner(0x13035ea50, 0x10083c018)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1087 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f1d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f1d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestOnlyWriteTimeout(0x13035f1d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:915 +0x28

testing.tRunner(0x13035f1d0, 0x10083c0a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 418 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083cb70, 0x13002c2e0, 0x13000c2a0, 0x0, 0x0, 0x0, 0x0, 0x130174960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.h12requestContentLength(0x130174960, 0x10083bcb0, 0xffffffffffffffff)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:512 +0xd4

net/http_test.TestH12_RequestContentLength_Unknown(0x130174960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:495 +0x34

testing.tRunner(0x130174960, 0x10083bcb8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 680 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035fa40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035fa40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTransportDiscardsUnneededConns(0x13035fa40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:961 +0x28

testing.tRunner(0x13035fa40, 0x10083c828)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 368 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083cb70, 0x13002c2a0, 0x13000c260, 0x0, 0x0, 0x0, 0x0, 0x130174780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.h12requestContentLength(0x130174780, 0x10083bc90, 0x4)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:512 +0xd4

net/http_test.TestH12_RequestContentLength_Known_NonZero(0x130174780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:487 +0x34

testing.tRunner(0x130174780, 0x10083bc98)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 369 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083cb70, 0x13002c2c0, 0x13000c280, 0x0, 0x0, 0x0, 0x0, 0x130174870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.h12requestContentLength(0x130174870, 0x10083bca0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:512 +0xd4

net/http_test.TestH12_RequestContentLength_Known_Zero(0x130174870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:491 +0x30

testing.tRunner(0x130174870, 0x10083bca8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 766 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301d81e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301d81e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testWriteHeaderAfterWrite(0x1301d81e0, 0x1198c0000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1434 +0x28

net/http_test.TestWriteHeaderNoCodeCheck_h1(0x1301d81e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1430 +0x24

testing.tRunner(0x1301d81e0, 0x10083cae0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1080 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035eb40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035eb40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServeWithSlashRedirectKeepsQueryString(0x13035eb40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:486 +0x28

testing.tRunner(0x13035eb40, 0x10083c300)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1022 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130433680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130433680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestNextProtoUpgrade(0x130433680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/npn_test.go:22 +0x28

testing.tRunner(0x130433680, 0x10083c048)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 668 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a51d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a51d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testCloseIdleConnections(0x1303a51d0, 0x117bf9701)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1261 +0x20

net/http_test.TestCloseIdleConnections_h2(0x1303a51d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1259 +0x28

testing.tRunner(0x1303a51d0, 0x10083ba70)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 667 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a50e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a50e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testCloseIdleConnections(0x1303a50e0, 0x117bf2900)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1261 +0x20

net/http_test.TestCloseIdleConnections_h1(0x1303a50e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1258 +0x24

testing.tRunner(0x1303a50e0, 0x10083ba68)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 684 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304324b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304324b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTransportGCRequest(0x1304324b0, 0x117b80001)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1046 +0x28

net/http_test.TestTransportGCRequest_NoBody_h2(0x1304324b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1044 +0x2c

testing.tRunner(0x1304324b0, 0x10083c8a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 768 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301d83c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301d83c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testWriteHeaderAfterWrite(0x1301d83c0, 0x1198d0001)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1434 +0x28

net/http_test.TestWriteHeaderNoCodeCheck_h2(0x1301d83c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1432 +0x2c

testing.tRunner(0x1301d83c0, 0x10083cae8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1508 [chan send]:

testing.tRunner.func1(0x130192690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130192690, 0x10083c3d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 686 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTransportRejectsInvalidHeaders(0x130432690, 0x117b9f501)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1093 +0x48

net/http_test.TestTransportRejectsInvalidHeaders_h2(0x130432690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1090 +0x28

testing.tRunner(0x130432690, 0x10083c9f8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 683 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304323c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304323c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTransportGCRequest(0x1304323c0, 0x117b70000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1046 +0x28

net/http_test.TestTransportGCRequest_NoBody_h1(0x1304323c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1043 +0x24

testing.tRunner(0x1304323c0, 0x10083c898)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 682 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304322d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304322d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTransportGCRequest(0x1304322d0, 0x117b70101)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1046 +0x28

net/http_test.TestTransportGCRequest_Body_h2(0x1304322d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1042 +0x2c

testing.tRunner(0x1304322d0, 0x10083c890)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 681 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304321e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304321e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTransportGCRequest(0x1304321e0, 0x117b70100)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1046 +0x28

net/http_test.TestTransportGCRequest_Body_h1(0x1304321e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1041 +0x2c

testing.tRunner(0x1304321e0, 0x10083c888)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 685 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304325a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304325a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTransportRejectsInvalidHeaders(0x1304325a0, 0x117b87200)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1093 +0x48

net/http_test.TestTransportRejectsInvalidHeaders_h1(0x1304325a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1087 +0x24

testing.tRunner(0x1304325a0, 0x10083c9f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 687 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testInterruptWithPanic(0x130432780, 0x100496200, 0x100740fa0, 0x10087b3d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1155 +0x28

net/http_test.TestInterruptWithPanic_h1(0x130432780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1144 +0x3c

testing.tRunner(0x130432780, 0x10083bf08)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 688 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testInterruptWithPanic(0x130432870, 0x100496201, 0x100740fa0, 0x10087b3e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1155 +0x28

net/http_test.TestInterruptWithPanic_h2(0x130432870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1145 +0x40

testing.tRunner(0x130432870, 0x10083bf10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 689 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testInterruptWithPanic(0x130432960, 0x100496200, 0x0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1155 +0x28

net/http_test.TestInterruptWithPanic_nil_h1(0x130432960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1146 +0x28

testing.tRunner(0x130432960, 0x10083bf18)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 690 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testInterruptWithPanic(0x130432a50, 0x100496201, 0x0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1155 +0x28

net/http_test.TestInterruptWithPanic_nil_h2(0x130432a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1147 +0x2c

testing.tRunner(0x130432a50, 0x10083bf20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 691 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testInterruptWithPanic(0x130432b40, 0x100496200, 0x10075ab60, 0x13008ac10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1155 +0x28

net/http_test.TestInterruptWithPanic_ErrAbortHandler_h1(0x130432b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1149 +0x44

testing.tRunner(0x130432b40, 0x10083bef8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 692 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testInterruptWithPanic(0x130432c30, 0x100496201, 0x10075ab60, 0x13008ac10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1155 +0x28

net/http_test.TestInterruptWithPanic_ErrAbortHandler_h2(0x130432c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1152 +0x48

testing.tRunner(0x130432c30, 0x10083bf00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 693 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.h12Compare.run(0x10083bbe0, 0x0, 0x0, 0x130494ec0, 0x0, 0x0, 0x0, 0x130432d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:192 +0x28

net/http_test.TestH12_AutoGzipWithDumpResponse(0x130432d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1254 +0x90

testing.tRunner(0x130432d20, 0x10083bbe8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 767 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301d82d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301d82d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testWriteHeaderAfterWrite(0x1301d82d0, 0x1198d0100)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1434 +0x28

net/http_test.TestWriteHeaderNoCodeCheck_h1hijack(0x1301d82d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:1431 +0x2c

testing.tRunner(0x1301d82d0, 0x10083cad8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1077 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServeMuxHandleFuncWithNilHandler(0x13035e870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:389 +0x20

testing.tRunner(0x13035e870, 0x10083c2b8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1076 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServeMuxHandler(0x13035e780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:364 +0x28

testing.tRunner(0x13035e780, 0x10083c2c8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1147 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServerUnreadRequestBodyLittle(0x130175860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1826 +0x20

testing.tRunner(0x130175860, 0x10083c510)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 769 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301d84b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301d84b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServeFile(0x1301d84b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/fs_test.go:71 +0x48

testing.tRunner(0x1301d84b0, 0x10083c290)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1010 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130432e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130432e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestLinuxSendfile(0x130432e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/fs_test.go:1087 +0x28

testing.tRunner(0x130432e10, 0x10083bfc0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1078 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServeMuxHandlerRedirects(0x13035e960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:414 +0x28

testing.tRunner(0x13035e960, 0x10083c2c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1146 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServerExpect(0x130175680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1732 +0x20

testing.tRunner(0x130175680, 0x10083c3e8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2393 [chan send]:

testing.tRunner.func1(0x13015eff0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015eff0, 0x10083b8d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1074 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e5a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.TestConsumingBodyOnNextConn(0x13035e5a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:164 +0x28

testing.tRunner(0x13035e5a0, 0x10083baf8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1075 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035e690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035e690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestHostHandlers(0x13035e690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:246 +0x48

testing.tRunner(0x13035e690, 0x10083bec0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1088 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f2c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f2c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestIdentityResponse(0x13035f2c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:989 +0x28

testing.tRunner(0x13035f2c0, 0x10083bed8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1089 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f3b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f3b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionCloses(0x13035f3b0, 0x1007d6484, 0x12, 0x10087d4e0, 0x10083c298)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1068 +0x28

net/http_test.TestServeHTTP10Close(0x13035f3b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1139 +0x4c

testing.tRunner(0x13035f3b0, 0x10083c2a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1090 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f590)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f590)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionCloses(0x13035f590, 0x1007ed21b, 0x30, 0x10087d4e0, 0x10083b928)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1068 +0x28

net/http_test.TestClientCanClose(0x13035f590)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1146 +0x4c

testing.tRunner(0x13035f590, 0x10083b930)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1091 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionCloses(0x13035f680, 0x1007e16a3, 0x1f, 0x10087d4e0, 0x10083bdd8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1068 +0x28

net/http_test.TestHandlersCanSetConnectionClose11(0x13035f680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1154 +0x4c

testing.tRunner(0x13035f680, 0x10083bde0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1092 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionCloses(0x13035f770, 0x1007ea116, 0x2a, 0x10087d4e0, 0x10083bdc8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1068 +0x28

net/http_test.TestHandlersCanSetConnectionClose10(0x13035f770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1160 +0x4c

testing.tRunner(0x13035f770, 0x10083bdd0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1093 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionCloses(0x13035f860, 0x1007db52a, 0x18, 0x10087d4e0, 0x10083bd28)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1068 +0x28

net/http_test.TestHTTP2UpgradeClosesConnection(0x13035f860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1166 +0x4c

testing.tRunner(0x13035f860, 0x10083bd30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1094 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x13035f950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x13035f950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionStaysOpen(0x13035f950, 0x1007ea116, 0x2a, 0x10087d4e0, 0x10083cb88)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1112 +0x28

net/http_test.TestHTTP10KeepAlive204Response(0x13035f950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1177 +0x4c

testing.tRunner(0x13035f950, 0x10083bd08)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1095 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301742d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301742d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionStaysOpen(0x1301742d0, 0x1007df69e, 0x1d, 0x10087d4e0, 0x10083cb88)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1112 +0x28

net/http_test.TestHTTP11KeepAlive204Response(0x1301742d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1181 +0x4c

testing.tRunner(0x1301742d0, 0x10083bd18)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1096 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301743c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301743c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTCPConnectionStaysOpen(0x1301743c0, 0x1007f4550, 0x5c, 0x10087d4e0, 0x10083cb90)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1112 +0x28

net/http_test.TestHTTP10KeepAlive304Response(0x1301743c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1185 +0x4c

testing.tRunner(0x1301743c0, 0x10083bd10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1097 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301744b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301744b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestKeepAliveFinalChunkWithEOF(0x1301744b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1192 +0x20

testing.tRunner(0x1301744b0, 0x10083bfa8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1098 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testSetsRemoteAddr(0x130174a50, 0x121643300)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1225 +0x20

net/http_test.TestSetsRemoteAddr_h1(0x130174a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1221 +0x24

testing.tRunner(0x130174a50, 0x10083c550)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1099 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130174b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130174b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testSetsRemoteAddr(0x130174b40, 0x12164b401)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1225 +0x20

net/http_test.TestSetsRemoteAddr_h2(0x130174b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1222 +0x28

testing.tRunner(0x130174b40, 0x10083c558)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1120 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301750e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301750e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testHeadResponses(0x1301750e0, 0x1219eb800)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1385 +0x28

net/http_test.TestHeadResponses_h1(0x1301750e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1381 +0x24

testing.tRunner(0x1301750e0, 0x10083bde8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1121 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301752c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301752c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testHeadResponses(0x1301752c0, 0x1219efa01)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1385 +0x28

net/http_test.TestHeadResponses_h2(0x1301752c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1382 +0x28

testing.tRunner(0x1301752c0, 0x10083bdf0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1125 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a41e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a41e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testAutomaticHTTP2_Serve(0x1303a41e0, 0x0, 0x1b12c501)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1570 +0x20

net/http_test.TestAutomaticHTTP2_Serve_NoTLSConfig(0x1303a41e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1558 +0x2c

testing.tRunner(0x1303a41e0, 0x10083b888)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1149 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175c20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175c20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestHandlerBodyClose(0x130175c20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2001 +0x20

testing.tRunner(0x130175c20, 0x10083bd60)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1150 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175d10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175d10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestRequestBodyReadErrorClosesConnection(0x130175d10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2081 +0x20

testing.tRunner(0x130175d10, 0x10083c190)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1138 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301753b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301753b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTLSHandshakeTimeout(0x1301753b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1423 +0x28

testing.tRunner(0x1301753b0, 0x10083c600)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1126 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a42d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a42d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testAutomaticHTTP2_Serve(0x1303a42d0, 0x130490a80, 0x1b130f00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1570 +0x20

net/http_test.TestAutomaticHTTP2_Serve_NonH2TLSConfig(0x1303a42d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1562 +0x34

testing.tRunner(0x1303a42d0, 0x10083b890)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1128 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a44b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a44b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestAutomaticHTTP2_Serve_WithTLSConfig(0x1303a44b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1586 +0x20

testing.tRunner(0x1303a44b0, 0x10083b898)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1151 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestInvalidTrailerClosesConnection(0x130175e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2112 +0x20

testing.tRunner(0x130175e00, 0x10083bf28)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1139 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301754a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301754a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTLSServer(0x1301754a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1454 +0x20

testing.tRunner(0x1301754a0, 0x10083c628)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1127 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a43c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a43c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testAutomaticHTTP2_Serve(0x1303a43c0, 0x130490c00, 0x5adbb901)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1570 +0x20

net/http_test.TestAutomaticHTTP2_Serve_H2TLSConfig(0x1303a43c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1566 +0xa4

testing.tRunner(0x1303a43c0, 0x10083b880)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1148 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130175950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130175950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestServerUnreadRequestBodyLarge(0x130175950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:1867 +0x28

testing.tRunner(0x130175950, 0x10083c508)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1153 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTimeoutHandler(0x130142e10, 0x122f05200)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2281 +0x28

net/http_test.TestTimeoutHandler_h1(0x130142e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2278 +0x24

testing.tRunner(0x130142e10, 0x10083c6a8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1154 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142f00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142f00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testTimeoutHandler(0x130142f00, 0x122f0af01)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2281 +0x28

net/http_test.TestTimeoutHandler_h2(0x130142f00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2279 +0x28

testing.tRunner(0x130142f00, 0x10083c6b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1155 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x130142ff0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x130142ff0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTimeoutHandlerRace(0x130142ff0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2335 +0x20

testing.tRunner(0x130142ff0, 0x10083c690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1156 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301430e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301430e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTimeoutHandlerRaceHeader(0x1301430e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2379 +0x20

testing.tRunner(0x1301430e0, 0x10083c688)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1157 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301431d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301431d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTimeoutHandlerRaceHeaderTimeout(0x1301431d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2417 +0x28

testing.tRunner(0x1301431d0, 0x10083c680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1159 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1301433b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1301433b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestTimeoutHandlerEmptyResponse(0x1301433b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2501 +0x20

testing.tRunner(0x1301433b0, 0x10083c638)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1173 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a4a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a4a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testZeroLengthPostAndResponse(0x1303a4a50, 0x12313c800)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2635 +0x28

net/http_test.TestZeroLengthPostAndResponse_h1(0x1303a4a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2628 +0x24

testing.tRunner(0x1303a4a50, 0x10083caf0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1174 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1303a4b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1303a4b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testZeroLengthPostAndResponse(0x1303a4b40, 0x12313fb01)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2635 +0x28

net/http_test.TestZeroLengthPostAndResponse_h2(0x1303a4b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2631 +0x28

testing.tRunner(0x1303a4b40, 0x10083caf8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1864 [chan send]:

testing.tRunner.func1(0x1301d9770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301d9770, 0x10083ca60)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1237 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304d4870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304d4870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testServerNoHeader(0x1304d4870, 0x100496200, 0x1007cf865, 0x4)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2808 +0x20

net/http_test.TestServerNoDate_h1(0x1304d4870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2802 +0x38

testing.tRunner(0x1304d4870, 0x10083c498)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1238 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304d4960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304d4960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testServerNoHeader(0x1304d4960, 0x100496201, 0x1007cf865, 0x4)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2808 +0x20

net/http_test.TestServerNoDate_h2(0x1304d4960)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2803 +0x3c

testing.tRunner(0x1304d4960, 0x10083c4a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1241 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304d4c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304d4c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.TestStripPrefix(0x1304d4c30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2826 +0x28

testing.tRunner(0x1304d4c30, 0x10083c5f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1243 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304d4e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304d4e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testRequestLimit(0x1304d4e10, 0x1245fbc00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2868 +0x28

net/http_test.TestRequestLimit_h1(0x1304d4e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2865 +0x24

testing.tRunner(0x1304d4e10, 0x10083c1a8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1239 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304d4a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304d4a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testServerNoHeader(0x1304d4a50, 0x100496200, 0x1007d2a03, 0xc)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2808 +0x20

net/http_test.TestServerNoContentType_h1(0x1304d4a50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2804 +0x38

testing.tRunner(0x1304d4a50, 0x10083c488)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1240 [chan receive]:

testing.(*testContext).waitParallel(0x130140000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:888 +0x88

testing.(*T).Parallel(0x1304d4b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:701 +0x180

net/http_test.setParallel(0x1304d4b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/main_test.go:94 +0x3c

net/http_test.testServerNoHeader(0x1304d4b40, 0x100496201, 0x1007d2a03, 0xc)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2808 +0x20

net/http_test.TestServerNoContentType_h2(0x1304d4b40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2805 +0x3c

testing.tRunner(0x1304d4b40, 0x10083c490)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1244 [runnable]:

fmt.Sprintf(0x1007d092e, 0x7, 0x1304cdf10, 0x1, 0x1, 0x13041d4f0, 0xb)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/fmt/print.go:204 +0x70

net/http_test.testRequestLimit(0x1304d4f00, 0x1245fff01)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2877 +0x228

net/http_test.TestRequestLimit_h2(0x1304d4f00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2866 +0x28

testing.tRunner(0x1304d4f00, 0x10083c1b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1245 [semacquire]:

sync.runtime_Semacquire(0x1301a2100)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/sema.go:56 +0x2c

sync.(*WaitGroup).Wait(0x1301a20f8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/sync/waitgroup.go:130 +0x64

net/http/httptest.(*Server).Close(0x1301a20c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/httptest/server.go:221 +0x1b4

net/http_test.(*clientServerTest).close(0x1305d6480)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/clientserver_test.go:44 +0x34

net/http_test.testRequestBodyLimit(0x1304d4ff0, 0x124603900)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2961 +0x200

net/http_test.TestRequestBodyLimit_h1(0x1304d4ff0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/serve_test.go:2925 +0x24

testing.tRunner(0x1304d4ff0, 0x10083c180)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1246 [chan send]:

testing.tRunner.func1(0x1304d50e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d50e0, 0x10083c188)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1266 [chan send]:

testing.tRunner.func1(0x1303a5680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1303a5680, 0x10083c410)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1646 [chan send]:

testing.tRunner.func1(0x13015fb30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015fb30, 0x10083c4c8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1410 [chan send]:

testing.tRunner.func1(0x1304d5a40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5a40, 0x10083b860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1367 [chan send]:

testing.tRunner.func1(0x13015e0f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015e0f0, 0x10083beb8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1549 [chan send]:

testing.tRunner.func1(0x130192e10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130192e10, 0x10083bd68)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2216 [chan send]:

testing.tRunner.func1(0x13015e780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015e780, 0x10083bf50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1863 [chan send]:

testing.tRunner.func1(0x1301d9680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301d9680, 0x10083ca08)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1645 [chan send]:

testing.tRunner.func1(0x13015fa40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015fa40, 0x10083c4c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1507 [chan send]:

testing.tRunner.func1(0x1301925a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301925a0, 0x10083c3c8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1487 [chan send]:

testing.tRunner.func1(0x1301923c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301923c0, 0x10083c700)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1426 [chan send]:

testing.tRunner.func1(0x130192000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130192000, 0x10083c4b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1425 [chan send]:

testing.tRunner.func1(0x1304d5ef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5ef0, 0x10083c4a8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1486 [chan send]:

testing.tRunner.func1(0x1301922d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301922d0, 0x10083c6f8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1495 [chan send]:

testing.tRunner.func1(0x13015e5a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015e5a0, 0x10083c378)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1511 [chan send]:

testing.tRunner.func1(0x130192870)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130192870, 0x10083baa8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1711 [chan send]:

testing.tRunner.func1(0x1301d8690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301d8690, 0x10083c388)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1886 [chan send]:

testing.tRunner.func1(0x13035e4b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13035e4b0, 0x10083c868)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1701 [chan send]:

testing.tRunner.func1(0x1304d5b30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5b30, 0x10083c420)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1644 [chan send]:

testing.tRunner.func1(0x13015f950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015f950, 0x10083c520)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1649 [chan send]:

testing.tRunner.func1(0x13015fe00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015fe00, 0x10083c3a8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1648 [chan send]:

testing.tRunner.func1(0x13015fd10)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015fd10, 0x10083c3a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1647 [chan send]:

testing.tRunner.func1(0x13015fc20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015fc20, 0x10083c4b8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1650 [chan send]:

testing.tRunner.func1(0x13015fef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015fef0, 0x10083c390)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1651 [chan send]:

testing.tRunner.func1(0x1304d4000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d4000, 0x10083c398)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1652 [chan send]:

testing.tRunner.func1(0x1304d40f0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d40f0, 0x10083bda0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1653 [chan send]:

testing.tRunner.func1(0x1304d41e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d41e0, 0x10083bdb0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1654 [chan send]:

testing.tRunner.func1(0x1304d42d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d42d0, 0x10083bad8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1656 [chan send]:

testing.tRunner.func1(0x1304d44b0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d44b0, 0x10083c4d8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1657 [chan send]:

testing.tRunner.func1(0x1304d45a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d45a0, 0x10083c4e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1658 [chan send]:

testing.tRunner.func1(0x1304d4690)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d4690, 0x10083c4e8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1698 [chan send]:

testing.tRunner.func1(0x1304d5770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5770, 0x10083c330)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1699 [chan send]:

testing.tRunner.func1(0x1304d5860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5860, 0x10083c3c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1710 [chan send]:

testing.tRunner.func1(0x1301d85a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301d85a0, 0x10083c380)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1752 [chan send]:

testing.tRunner.func1(0x130143860)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130143860, 0x10083c578)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1700 [chan send]:

testing.tRunner.func1(0x1304d5950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5950, 0x10083c428)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1753 [chan send]:

testing.tRunner.func1(0x130143950)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130143950, 0x10083c580)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1884 [chan send]:

testing.tRunner.func1(0x130175ef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130175ef0, 0x10083c200)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 1885 [chan send]:

testing.tRunner.func1(0x13035e2d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13035e2d0, 0x10083c8d0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2388 [chan send]:

testing.tRunner.func1(0x13015eb40)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015eb40, 0x10083bf88)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2419 [chan send]:

testing.tRunner.func1(0x130433770)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130433770, 0x10083ca70)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2786 [chan send]:

testing.tRunner.func1(0x1301d8ff0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301d8ff0, 0x10083bfe8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2390 [chan send]:

testing.tRunner.func1(0x13015ed20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

runtime.Goexit()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/panic.go:378 +0xe0

testing.(*common).SkipNow(0x13015ed20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:626 +0x30

testing.(*common).Skip(0x13015ed20, 0x1303f7778, 0x1, 0x1)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:606 +0x58

net/http_test.TestTransportCancelRequest(0x13015ed20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/transport_test.go:1790 +0x5b4

testing.tRunner(0x13015ed20, 0x10083c780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2394 [chan send]:

testing.tRunner.func1(0x13015f0e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015f0e0, 0x10083b8d8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2553 [chan send]:

testing.tRunner.func1(0x130175590)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130175590, 0x10083c7a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2389 [chan send]:

testing.tRunner.func1(0x13015ec30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

runtime.Goexit()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/panic.go:378 +0xe0

testing.(*common).SkipNow(0x13015ec30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:626 +0x30

testing.(*common).Skip(0x13015ec30, 0x130474da8, 0x1, 0x1)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:606 +0x58

net/http_test.TestTransportResponseHeaderTimeout(0x13015ec30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/transport_test.go:1719 +0x8c4

testing.tRunner(0x13015ec30, 0x10083ca30)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2554 [chan send]:

testing.tRunner.func1(0x1301d8000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1301d8000, 0x10083c810)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2392 [chan send]:

testing.tRunner.func1(0x13015ef00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

runtime.Goexit()

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/panic.go:378 +0xe0

testing.(*common).SkipNow(0x13015ef00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:626 +0x30

testing.(*common).Skip(0x13015ef00, 0x1303f8778, 0x1, 0x1)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:606 +0x58

net/http_test.TestCancelRequestWithChannel(0x13015ef00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/transport_test.go:1899 +0x5f0

testing.tRunner(0x13015ef00, 0x10083b8e0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:795 +0xa8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2387 [chan send]:

testing.tRunner.func1(0x13015ea50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x13015ea50, 0x10083bf70)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2568 [chan send]:

testing.tRunner.func1(0x130143680)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130143680, 0x10083c7e8)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2779 [chan receive]:

testing.runTests.func1.1(0x130142000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:1088 +0x28

created by testing.runTests.func1

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:1088 +0x90

goroutine 2607 [chan send]:

testing.tRunner.func1(0x1304d4780)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d4780, 0x10083ca58)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2489 [chan send]:

testing.tRunner.func1(0x130433ef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x130433ef0, 0x10083c970)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2738 [chan send]:

testing.tRunner.func1(0x1304d5e00)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d5e00, 0x10083bef0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2606 [chan send]:

testing.tRunner.func1(0x1304d43c0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d43c0, 0x10083ca50)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 2608 [chan send]:

testing.tRunner.func1(0x1304d4d20)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:790 +0x1e8

testing.tRunner(0x1304d4d20, 0x10083ca28)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:799 +0xb8

created by testing.(*T).Run

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/testing/testing.go:840 +0x22c

goroutine 7238 [IO wait]:

internal/poll.runtime_pollWait(0x100fc7258, 0x72, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/netpoll.go:173 +0x3c

internal/poll.(*pollDesc).wait(0x1301ce198, 0x72, 0x1301ce100, 0x0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/internal/poll/fd_poll_runtime.go:85 +0x90

internal/poll.(*pollDesc).waitRead(0x1301ce198, 0xffffffffffffff00, 0x0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/internal/poll/fd_poll_runtime.go:90 +0x30

internal/poll.(*FD).Accept(0x1301ce180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/internal/poll/fd_unix.go:378 +0x154

net.(*netFD).accept(0x1301ce180, 0x130404420, 0x0, 0x1003f35bc)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/fd_unix.go:238 +0x24

net.(*TCPListener).accept(0x1300a0030, 0x130299080, 0x1300a3590, 0x10061bd24)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/tcpsock_posix.go:136 +0x24

net.(*TCPListener).Accept(0x1300a0030, 0x130404420, 0x130313eb8, 0x10061b5a8, 0x1007a3d80)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/tcpsock.go:259 +0x34

crypto/tls.(*listener).Accept(0x13011d980, 0x130094008, 0x10075b760, 0x100a8abd0, 0x1007c23a0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/crypto/tls/tls.go:52 +0x2c

net/http.(*Server).Serve(0x130090dd0, 0x100880840, 0x13011d980, 0x0, 0x0)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/server.go:2773 +0x178

net/http/httptest.(*Server).goServe.func1(0x1304be240)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/httptest/server.go:280 +0x64

created by net/http/httptest.(*Server).goServe

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/httptest/server.go:278 +0x50

goroutine 7219 [sleep]:

time.Sleep(0x1dcd6500)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/runtime/time.go:102 +0x118

net/http.(*conn).closeWriteAndWait(0x1301ac000)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/server.go:1656 +0x60

net/http.(*conn).serve(0x1301ac000, 0x100881300, 0x130256340)

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/server.go:1846 +0x668

created by net/http.(*Server).Serve

/private/var/folders/f6/d2bhfqss2716nxm8gkv1fmb80000gn/T/workdir-host-darwin-amd64-eliasnaur-ios/go/src/net/http/server.go:2798 +0x224

Process 516 exited with status = 2 (0x00000002)
go_darwin_arm_exec: test timeout (test completion)
FAIL net/http 385.557s

</details>
@FiloSottile FiloSottile added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 24, 2018
@FiloSottile FiloSottile added this to the Go1.11 milestone Apr 24, 2018
@FiloSottile
Copy link
Contributor

/cc @aclements

@ianlancetaylor
Copy link
Contributor

Another occurrence, while running cmd/go:

2018-06-15T20:12:54-3d59583/linux-arm64-packet

@ianlancetaylor ianlancetaylor modified the milestones: Go1.11, Go1.12 Jul 9, 2018
@e-dard
Copy link

e-dard commented Dec 19, 2018

@aclements, I just tested Go 1.12beta1 on our test suite (InfluxDB) and hit what I think is the same panic as reported by @eliasnaur above.

If you would like to reproduce this issue then you can do so as follows:

 - $ mkdir -p $GOPATH/src/github.com/influxdata
 - $ cd $GOPATH/src/github.com/influxdata
 - $ git clone git@github.com:influxdata/influxdb
 - $ cd influxdb
 - $ dep ensure -v --vendor-only
 - $ go112beta1 test -run TestShard_WritePoints_FieldConflictConcurrent github.com/influxdata/influxdb/tsdb

Testing the above with 1.11.3 results in the test passing correctly.

Stack trace:

runtime: nelems=32 nalloc=2 previous allocCount=1 nfreed=65535
fatal error: sweep increased allocation count

goroutine 18 [running]:
runtime.throw(0x1ad622d, 0x20)
	/usr/local/share/gotip/src/runtime/panic.go:617 +0x72 fp=0xc000060668 sp=0xc000060638 pc=0x102f372
runtime.(*mspan).sweep(0x26b5d60, 0xc0000b0000, 0x1058800)
	/usr/local/share/gotip/src/runtime/mgcsweep.go:326 +0x84b fp=0xc000060740 sp=0xc000060668 pc=0x1023adb
runtime.sweepone(0x1af9a40)
	/usr/local/share/gotip/src/runtime/mgcsweep.go:136 +0x26d fp=0xc0000607a8 sp=0xc000060740 pc=0x102303d
runtime.bgsweep(0xc0000b0000)
	/usr/local/share/gotip/src/runtime/mgcsweep.go:73 +0xb8 fp=0xc0000607d8 sp=0xc0000607a8 pc=0x1022d28
runtime.goexit()
	/usr/local/share/gotip/src/runtime/asm_amd64.s:1337 +0x1 fp=0xc0000607e0 sp=0xc0000607d8 pc=0x105d501
created by runtime.gcenable
	/usr/local/share/gotip/src/runtime/mgc.go:208 +0x58

goroutine 1 [chan receive]:
testing.(*T).Run(0xc000114300, 0x1ae0cc4, 0x2d, 0x1af7578, 0x107bc01)
	/usr/local/share/gotip/src/testing/testing.go:914 +0x37d
testing.runTests.func1(0xc000114200)
	/usr/local/share/gotip/src/testing/testing.go:1154 +0x78
testing.tRunner(0xc000114200, 0xc0000f5e30)
	/usr/local/share/gotip/src/testing/testing.go:862 +0xbf
testing.runTests(0xc00000f920, 0x23617a0, 0x5e, 0x5e, 0x0)
	/usr/local/share/gotip/src/testing/testing.go:1152 +0x2a7
testing.(*M).Run(0xc000212680, 0x0)
	/usr/local/share/gotip/src/testing/testing.go:1069 +0x160
main.main()
	_testmain.go:374 +0x13d

goroutine 35 [select]:
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).compactCache(0xc00018f7a0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1920 +0x11c
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).enableSnapshotCompactions.func1(0xc00016e680, 0xc00018f7a0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:499 +0x51
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).enableSnapshotCompactions
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:499 +0x128

goroutine 5 [chan receive]:
github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent(0xc000114300)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:486 +0xc5a
testing.tRunner(0xc000114300, 0x1af7578)
	/usr/local/share/gotip/src/testing/testing.go:862 +0xbf
created by testing.(*T).Run
	/usr/local/share/gotip/src/testing/testing.go:913 +0x356

goroutine 37 [semacquire]:
sync.runtime_SemacquireMutex(0xc0000cbd48, 0x0)
	/usr/local/share/gotip/src/runtime/sema.go:71 +0x3d
sync.(*RWMutex).Lock(0xc0000cbd40)
	/usr/local/share/gotip/src/sync/rwmutex.go:98 +0x74
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).CreateSnapshot(0xc0000cbd40, 0x0, 0x0, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:1045 +0x1ae
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).CreateSnapshot(0xc00018f7a0, 0x0, 0x0, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1859 +0x9e
github.com/influxdata/influxdb/tsdb.(*Shard).CreateSnapshot(0xc000200480, 0xc000396000, 0x1f4, 0x3e8, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard.go:1125 +0x6e
github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent.func1(0xc00040e240, 0xc000200480, 0xc0000b5260, 0xc000396000, 0x3e8, 0x3e8)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:459 +0x10d
created by github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:450 +0xb99

goroutine 38 [chan receive]:
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply(0xc0000cbd40, 0xc0003bc480, 0x2701, 0xc00040a040)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:417 +0x152
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange(0xc00018f7a0, 0xc00032c000, 0x1, 0x2710, 0x8000000000000000, 0x7fffffffffffffff, 0xc00043fec0, 0x1)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1501 +0x156
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).DeleteSeriesRangeWithPredicate(0xc00018f7a0, 0x1c05ca0, 0xc0003a0040, 0xc00052ae10, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1470 +0x7ae
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).DeleteSeriesRange(0xc00018f7a0, 0x1c05ca0, 0xc0003a0040, 0x8000000000000000, 0x7fffffffffffffff, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1362 +0x7e
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).DeleteMeasurement(0xc00018f7a0, 0xc0003fa234, 0x3, 0x3, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1770 +0x226
github.com/influxdata/influxdb/tsdb.(*Shard).DeleteMeasurement(0xc000200480, 0xc0003fa234, 0x3, 0x3, 0x0, 0xc0004dd8c0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard.go:743 +0x84
github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent.func2(0xc00040e240, 0xc000200480, 0xc0000b5260, 0xc000396000, 0x3e8, 0x3e8)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:469 +0xaa
created by github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:466 +0xbff

goroutine 39 [semacquire]:
sync.runtime_Semacquire(0xc00040e248)
	/usr/local/share/gotip/src/runtime/sema.go:56 +0x39
sync.(*WaitGroup).Wait(0xc00040e240)
	/usr/local/share/gotip/src/sync/waitgroup.go:130 +0x64
github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent.func3(0xc00040e240, 0xc0000b5260)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:482 +0x2b
created by github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:481 +0xc31

goroutine 1877 [syscall]:
syscall.syscall(0x1070270, 0xc0003e4310, 0xc0003e4380, 0x0, 0x0, 0x0, 0x0)
	/usr/local/share/gotip/src/runtime/sys_darwin.go:63 +0x2e
syscall.Rename(0xc00038c310, 0x6c, 0xc00073e070, 0x68, 0x1bfaea0, 0xc00043fe90)
	/usr/local/share/gotip/src/syscall/zsyscall_darwin_amd64.go:1220 +0x103
os.rename(0xc00038c310, 0x6c, 0xc00073e070, 0x68, 0x0, 0xc000412240)
	/usr/local/share/gotip/src/os/file_unix.go:38 +0x7b
os.Rename(...)
	/usr/local/share/gotip/src/os/file.go:295
github.com/influxdata/influxdb/pkg/file.RenameFile(...)
	/Users/edd/go/src/github.com/influxdata/influxdb/pkg/file/file_unix.go:34
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).commit(0xc0001a9860, 0x1af9de0, 0xc0001a9860)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/tombstone.go:390 +0x142
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).Flush(0xc0001a9860, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/tombstone.go:156 +0x6d
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc00011e028, 0x0, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/reader.go:618 +0x6d
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x1c2f2a0, 0xc00010a690, 0xc00010a690, 0x0)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1537 +0x5ba
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000b4300, 0xc00016c360, 0xc0003bc480, 0x1c2f2a0, 0xc00010a690)
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:411 +0xc2
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/edd/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:405 +0x113
FAIL	github.com/influxdata/influxdb/tsdb	1.329s

@mark-rushakoff
Copy link
Contributor

The fatal error: sweep increased allocation count panic seems very easily reproducible at tip on darwin/amd64 with Edd's case above, using influxdb at commit db8f51ff2fdba4f0825a007000a4ad244ae163d1.

I've bisected to 9a8372f, running GOMAXPROCS=1 gotip test -run TestShard_WritePoints_FieldConflictConcurrent ./tsdb/ -count=2. Older bad commits seem to fail within the first 3-4 executions.

cc @randall77 @aclements @cherrymui

Here are some partial stack traces from during the bisect:

``` runtime: nelems=73 nalloc=2 previous allocCount=1 nfreed=65535 fatal error: sweep increased allocation count

runtime stack:
runtime.throw(0x1a867c2, 0x20)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/panic.go:608 +0x72
runtime.(*mspan).sweep(0x5a1be38, 0x5a1ae00, 0x100)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:308 +0x828
runtime.sweepone(0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:119 +0x267
runtime.gosweepone.func1()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:142 +0x2b
runtime.gosweepone(0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:141 +0x52
runtime.deductSweepCredit(0x10000, 0x8)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:417 +0x80
runtime.largeAlloc(0x10000, 0x1940101, 0x1946f20)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:1016 +0x66
runtime.mallocgc.func1()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:913 +0x46
runtime.systemstack(0x2600000)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:351 +0x66
runtime.mstart()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/proc.go:1153

goroutine 1352 [running]:
runtime.systemstack_switch()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:311 fp=0xc000061a80 sp=0xc000061a78 pc=0x105a9b0
runtime.mallocgc(0x10000, 0x19006a0, 0x1035f01, 0xc000306060)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:912 +0x862 fp=0xc000061b20 sp=0xc000061a80 pc=0x100df62
runtime.makeslice(0x19006a0, 0x10000, 0x10000, 0x3f, 0x0, 0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/slice.go:70 +0x77 fp=0xc000061b50 sp=0xc000061b20 pc=0x1043ab7
bufio.NewReaderSize(...)
/Users/mr/gotip/src/github.com/golang/go/src/bufio/bufio.go:56
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).readTombstoneV4(0xc0000bc000, 0xc00000e010, 0xc000061de0, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/tombstone.go:610 +0xec fp=0xc000061cc8 sp=0xc000061b50 pc=0x17f9f8c
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).Walk(0xc0000bc000, 0xc000061de0, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/tombstone.go:254 +0x27f fp=0xc000061d30 sp=0xc000061cc8 pc=0x17f7cff
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*TSMReader).applyTombstones(0xc0000ba000, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/reader.go:262 +0x123 fp=0xc000061e18 sp=0xc000061d30 pc=0x17eb9d3
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc00000e2d8, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/reader.go:622 +0xa7 fp=0xc000061e40 sp=0xc000061e18 pc=0x17ed7f7
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x1bc7640, 0xc0000ba000, 0xc0000ba000, 0x1)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1537 +0x5c0 fp=0xc000061f78 sp=0xc000061e40 pc=0x180bfb0
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc000081440, 0xc0001fb3e0, 0xc0001d7c20, 0x1bc7640, 0xc0000ba000)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:411 +0xc2 fp=0xc000061fb8 sp=0xc000061f78 pc=0x180e542
runtime.goexit()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:1340 +0x1 fp=0xc000061fc0 sp=0xc000061fb8 pc=0x105ca71
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:405 +0x112


runtime: nelems=64 nalloc=13 previous allocCount=12 nfreed=65535
fatal error: sweep increased allocation count

runtime stack:
runtime.throw(0x1a869a2, 0x20)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/panic.go:608 +0x72
runtime.(*mspan).sweep(0x258a7c0, 0xa2000, 0x3800626200)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:308 +0x828
runtime.sweepone(0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:119 +0x267
runtime.(*mheap).reclaim(0x22cba60, 0xc)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mheap.go:648 +0x161
runtime.(*mheap).alloc_m(0x22cba60, 0xc, 0x100, 0x70000b677dc0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mheap.go:682 +0x7d
runtime.(*mheap).alloc.func1()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mheap.go:761 +0x4c
runtime.(*mheap).alloc(0x22cba60, 0xc, 0xc000010100, 0xc000808000)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mheap.go:760 +0x8a
runtime.largeAlloc(0x18000, 0xc000330001, 0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:1018 +0x97
runtime.mallocgc.func1()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:913 +0x46
runtime.systemstack(0x2700000)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:351 +0x66
runtime.mstart()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/proc.go:1153

goroutine 1979 [running]:
runtime.systemstack_switch()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:311 fp=0xc00036b460 sp=0xc00036b458 pc=0x105a9b0
runtime.mallocgc(0x18000, 0x18f1220, 0xc0002b2901, 0x2589260)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:912 +0x862 fp=0xc00036b500 sp=0xc00036b460 pc=0x100df62
runtime.makeslice(0x18f1220, 0x0, 0x1000, 0x3, 0xc000040070, 0x3)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/slice.go:70 +0x77 fp=0xc00036b530 sp=0xc00036b500 pc=0x1043ab7
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*TSMReader).applyTombstones(0xc0000baaf0, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/reader.go:260 +0x83 fp=0xc00036b618 sp=0xc00036b530 pc=0x17eba33
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc00000e0d8, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/reader.go:622 +0xa7 fp=0xc00036b640 sp=0xc00036b618 pc=0x17ed8f7
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x1bc7820, 0xc0000baaf0, 0xc0000baaf0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1537 +0x5c0 fp=0xc00036b778 sp=0xc00036b640 pc=0x180c0b0
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc000081380, 0xc0002b2240, 0xc0003296b0, 0x1bc7820, 0xc0000baaf0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:411 +0xc2 fp=0xc00036b7b8 sp=0xc00036b778 pc=0x180e642
runtime.goexit()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:1340 +0x1 fp=0xc00036b7c0 sp=0xc00036b7b8 pc=0x105ca71
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/file_store.go:405 +0x112


runtime: nelems=256 nalloc=3 previous allocCount=2 nfreed=65535
fatal error: sweep increased allocation count

goroutine 10 [running]:
runtime.throw(0x1a86802, 0x20)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/panic.go:608 +0x72 fp=0xc00009fad0 sp=0xc00009faa0 pc=0x102de32
runtime.(*mspan).sweep(0x3b213b0, 0x3b21301, 0x2000)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcsweep.go:308 +0x828 fp=0xc00009fb98 sp=0xc00009fad0 pc=0x1022d68
runtime.(*mcentral).cacheSpan(0x22ccf58, 0x1094e3a)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mcentral.go:58 +0x264 fp=0xc00009fbe0 sp=0xc00009fb98 pc=0x1018844
runtime.(*mcache).refill(0x2581000, 0x107)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/mcache.go:135 +0x86 fp=0xc00009fc00 sp=0xc00009fbe0 pc=0x1018376
runtime.(*mcache).nextFree(0x2581000, 0x3ff0000000000007, 0x0, 0x100000000000000, 0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:749 +0x88 fp=0xc00009fc38 sp=0xc00009fc00 pc=0x100d548
runtime.mallocgc(0x20, 0x0, 0xc00033cb00, 0xc00033cb50)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/malloc.go:902 +0x75f fp=0xc00009fcd8 sp=0xc00009fc38 pc=0x100de5f
runtime.slicebytetostring(0x0, 0xc0003c4000, 0x18, 0x20, 0x0, 0x0)
/Users/mr/gotip/src/github.com/golang/go/src/runtime/string.go:102 +0x9f fp=0xc00009fd08 sp=0xc00009fcd8 pc=0x1047a7f
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).WritePoints(0xc0001198c0, 0xc0002c4000, 0x1f4, 0x3e8, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/engine/tsm1/engine.go:1340 +0x44e fp=0xc00009feb0 sp=0xc00009fd08 pc=0x17bc2de
github.com/influxdata/influxdb/tsdb.(*Shard).WritePoints(0xc0000cfd40, 0xc0002c4000, 0x1f4, 0x3e8, 0x0, 0x0)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/shard.go:525 +0x1fe fp=0xc00009ff58 sp=0xc00009feb0 pc=0x1543d8e
github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent.func1(0xc00032f220, 0xc0000cfd40, 0xc000260540, 0xc0002c4000, 0x3e8, 0x3e8)
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:458 +0xfe fp=0xc00009ffb0 sp=0xc00009ff58 pc=0x185098e
runtime.goexit()
/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:1340 +0x1 fp=0xc00009ffb8 sp=0xc00009ffb0 pc=0x105ca71
created by github.com/influxdata/influxdb/tsdb_test.TestShard_WritePoints_FieldConflictConcurrent
/Users/mr/go/src/github.com/influxdata/influxdb/tsdb/shard_test.go:450 +0xb87

</details>

@mark-rushakoff
Copy link
Contributor

I tried to set up a simpler repro case so that you don't have to run dep or go test: https://github.com/mark-rushakoff/go-issue-24993

And in doing so, I've seen fatal error: sweep increased allocation count less frequently and fatal error: found bad pointer in Go heap (incorrect use of unsafe or cgo?) more frequently, which is #28054 and #26243. Both panics reproduce reliably with the linked repository, just go run main.go.

@mknyszek
Copy link
Contributor

OK! So, thanks to @cherrymui I think we've figured out the issue. @mark-rushakoff thank you so much for the reproducer, it was really useful. @cherrymui suggested turning on checkmark mode, and it failed quite fast when a free object got marked. It was an object on the stack, which was a zero-sized object produced by a channel send.

Digging deeper, both @cherrymui and I think both this issue and #29362 are caused by the same underlying bug.

What happens in this particular case is this: on an unbuffered channel send there's an optimization where the value is just copied from one stack to another. However, with the stack object implementation, this means that we need to make sure the value being sent is kept alive on the stack, since it may not live until the end of the function (which was the previous "amiguously live object" semantics, which are more conservative). The offending code is at this line. In the case of a zero-sized object (like this line in influxdb) the stack object code comes in and likely scans the wrong object, because a zero-sized object on the stack technically has the same address as the stack slot after it.

So then the stack object code looks at this pointer, scans the object there (even though it could be dead!) and ends up marking it erroneously, resulting in the errors seen in this issue. Simultaneously, this zero-sized object on the stack can become a stale pointer, resulting in the issues we see in #29362.

For the KeepAlive case, I think the solution is to not KeepAlive if we know the object is zero-sized. I'm not sure whether the stack object implementation is handling zero-sized objects correctly in every case, though, but it seems like there are cases where it's not. @randall77 do you have any thoughts on the matter?

I'm going to refrain from de-duping these two bugs until we know more. Knowing this information, though, I'll try to write some smaller reproducers.

@randall77
Copy link
Contributor

Nice catch!

It may be the case that the stack object implementation is wrong for pointers to 0-sized objects generally, not just for this channel send case.
We could probably make autotmp allocate at least 1 byte on the stack, even for 0-sized objects. Or we could return the address of the global zero object when autotmp'ing a 0-sized object.

@seebs
Copy link
Contributor

seebs commented Dec 21, 2018

Zero-sized objects having the same addresses as each other seems to be fine, but I've seen occasional problems that appear to relate to them having the same addresses as non-zero-sized objects. In the case of GC, part of the issue seems to be that the stack object code doesn't know that it should be scanning only the first zero bytes starting at that address, not any bytes past that.

So if you have a pointer to a zero-byte object, does the pointer need to stay "live"? I know in C land, there were actual hardware reasons at one time to say that you couldn't even load an address (not dereference, just load at all) to freed memory, but I don't know whether that applies at all in Go's context.

There seem to be a whole lot of weird edge cases associated with zero-byte objects having addresses which could also point to other objects, or parts of other objects.

@martisch
Copy link
Contributor

Interestingly when looking at the code for creating slices recently and writing some tests (http://golang.org/cl/155539) IRC I also found pointers to 0 sized objects being created on the stack here (for 0 sized elements):

t = types.NewArray(t.Elem(), i) // [r]T

If this can result in the same problem as uncovered above I would suggest we alter that make slice path to use a pointer to zerobase for the backing array (when it is zero size) instead. This would also be consistent with what runtime.growslice does.

@randall77
Copy link
Contributor

It looks like we handle most stack allocated 0-sized things correctly.
Pointers to zero-sized variables point to the global 0-sized thing.
If a stack variable is a struct that has a zero-sized last field, it gets padded so the address of that last field can't point to the next object.

package main

import (
	"fmt"
	"unsafe"
)

func zeroSized() {
	var a struct{}
	var b [0]int
	fmt.Printf("%p %p\n", &a, &b)
}

type T struct {
	x int
	y struct{}
}

func structPad() {
	fmt.Printf("%d\n", unsafe.Sizeof(T{}))
}

func main() {
	zeroSized()
	structPad()
}

So I think the only case we have to worry about are temps that the compiler itself allocates, like for channels, map keys, etc.

@randall77
Copy link
Contributor

Can you try this patch:

--- a/src/cmd/compile/internal/gc/pgen.go
+++ b/src/cmd/compile/internal/gc/pgen.go
@@ -167,6 +167,9 @@ func (s *ssafn) AllocFrame(f *ssa.Func) {
                if w >= thearch.MAXWIDTH || w < 0 {
                        Fatalf("bad width")
                }
+               if w == 0 {
+                       w = 1 // see issue 24993
+               }
                s.stksize += w
                s.stksize = Rnd(s.stksize, int64(n.Type.Align))
                if types.Haspointers(n.Type) {

@mark-rushakoff
Copy link
Contributor

@randall77 that patch appeared to fix the reproducer I've been using. It ran successfully 20-30 times and then I got this stack trace:

runtime: late gcWork put
ptrs=0xc0000ba740 s.base()=0xc0000ba000 s.limit=0xc0000bc000 s.spanclass=10 s.elemsize=64 s.state=mSpanInUse
 *(ptrs+0) = 0x8
 *(ptrs+8) = 0xc000067c98
 *(ptrs+16) = 0x160bb8b
 *(ptrs+24) = 0x17acfe8
 *(ptrs+32) = 0x0
 *(ptrs+40) = 0xc0002c42c0
 *(ptrs+48) = 0xc0001832c0
 *(ptrs+56) = 0xc0000dd0e0
runtime: paused at
runtime.runSafePointFn(...)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/proc.go:1437 +0x5d
runtime.schedule(...)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/proc.go:2493 +0x384
runtime.exitsyscall0(...)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/proc.go:3129 +0x116
runtime.mcall(...)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:299 +0x5b
fatal error: throwOnGCWork

runtime stack:
runtime.throw(0x178d87d, 0xd)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/panic.go:617 +0x72
runtime.(*gcWork).checkPut(0xc00004a170, 0x0, 0xc00004a228, 0x1, 0x200)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcwork.go:152 +0x227
runtime.(*gcWork).putBatch(0xc00004a170, 0xc00004a228, 0x1, 0x200)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/mgcwork.go:220 +0x5f
runtime.wbBufFlush1(0xc000048f00)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/mwbbuf.go:308 +0x1be
runtime.wbBufFlush1Debug(0x0, 0xc0000ba740, 0x0, 0xc00004a228, 0xc00004a238)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/mwbbuf.go:230 +0x3a
runtime.wbBufFlush.func1()
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/mwbbuf.go:216 +0x7a
runtime.systemstack(0x3000000)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:351 +0x66
runtime.mstart()
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/proc.go:1153

goroutine 3528 [running]:
runtime.systemstack_switch()
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:311 fp=0xc000067b40 sp=0xc000067b38 pc=0x1056e70
runtime.wbBufFlush(0xc0001747a8, 0xc0000ba740)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/mwbbuf.go:206 +0x66 fp=0xc000067b70 sp=0xc000067b40 pc=0x1029ce6
runtime.gcWriteBarrier(0x68, 0x1, 0xc000087200, 0xc000174780, 0x0, 0x68, 0xc0002fc020, 0x0, 0x0, 0xc000067c88, ...)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:1424 +0xb4 fp=0xc000067bf8 sp=0xc000067b70 pc=0x1058fe4
runtime.newdefer(0xc000000018, 0xc0002ce0b0)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/panic.go:255 +0x133 fp=0xc000067c68 sp=0xc000067bf8 pc=0x102ca73
runtime.deferproc(0x18, 0x17aca58)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/panic.go:107 +0x3e fp=0xc000067c98 sp=0xc000067c68 pc=0x102c58e
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).Walk(0xc0001832c0, 0xc000067dc0, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/tombstone.go:238 +0x131 fp=0xc000067d00 sp=0xc000067c98 pc=0x160bc61
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*TSMReader).applyTombstones(0xc000184d20, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:262 +0x124 fp=0xc000067df8 sp=0xc000067d00 pc=0x15fee74
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc0002ce0a0, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:622 +0xa7 fp=0xc000067e20 sp=0xc000067df8 pc=0x1600e27
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x18743e0, 0xc000184d20, 0xc000184d20, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1537 +0x5ba fp=0xc000067f70 sp=0xc000067e20 pc=0x1620a7a
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184d20)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:411 +0xc2 fp=0xc000067fb8 sp=0xc000067f70 pc=0x1623192
runtime.goexit()
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/asm_amd64.s:1337 +0x1 fp=0xc000067fc0 sp=0xc000067fb8 pc=0x1058f21
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 1 [chan receive]:
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply(0xc0001fa340, 0xc000178810, 0x2701, 0xc0000b00c0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:417 +0x152
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange(0xc0000dd0e0, 0xc0005e0000, 0x1, 0x2710, 0x8000000000000000, 0x7fffffffffffffff, 0xc000178630, 0x1)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1501 +0x156
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).DeleteSeriesRangeWithPredicate(0xc0000dd0e0, 0x185c040, 0xc0000b00a0, 0xc0000e9810, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1470 +0x7ae
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).DeleteSeriesRange(0xc0000dd0e0, 0x185c040, 0xc0000b00a0, 0x8000000000000000, 0x7fffffffffffffff, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1362 +0x7e
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).DeleteMeasurement(0xc0000dd0e0, 0xc000386090, 0x3, 0x3, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1770 +0x226
main.main()
	/Users/mr/gomod/go-issue-24993/main.go:58 +0x858

goroutine 4 [select]:
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).compactCache(0xc0000dd0e0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1920 +0x11c
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).enableSnapshotCompactions.func1(0xc000036d30, 0xc0000dd0e0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:499 +0x51
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).enableSnapshotCompactions
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:499 +0x128

goroutine 3527 [runnable]:
syscall.syscallX(0x1076450, 0x3a, 0x0, 0x0, 0x0, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/sys_darwin_64.go:16 +0x2e
syscall.Seek(0x3a, 0x0, 0x0, 0xc0003424f8, 0xc0002b6c88, 0x108fd4e)
	/Users/mr/gotip/src/github.com/golang/go/src/syscall/zsyscall_darwin_amd64.go:1272 +0x58
internal/poll.(*FD).Seek(0xc0003424e0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/internal/poll/fd_unix.go:404 +0xa6
os.(*File).seek(...)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file_unix.go:281
os.(*File).Seek(0xc0002ce0a8, 0x0, 0x0, 0x4, 0x4, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file.go:196 +0x5e
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).Walk(0xc000183220, 0xc0002b6dc0, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/tombstone.go:248 +0x18d
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*TSMReader).applyTombstones(0xc000184cb0, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:262 +0x124
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc0000100e8, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:622 +0xa7
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x18743e0, 0xc000184cb0, 0xc000184cb0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1537 +0x5ba
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184cb0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:411 +0xc2
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3541 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc0001852d0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3540 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185260)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3546 [runnable]:
syscall.syscall(0x1076310, 0x39, 0x33, 0x0, 0x0, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/sys_darwin.go:63 +0x2e
syscall.fcntl(0x39, 0x33, 0x0, 0x8, 0xc0002b4d60, 0x113ae9b)
	/Users/mr/gotip/src/github.com/golang/go/src/syscall/zsyscall_darwin_amd64.go:318 +0x58
internal/poll.(*FD).Fsync(0xc0002ad920, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/internal/poll/fd_fsync_darwin.go:21 +0x97
os.(*File).Sync(0xc0000100b8, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file_posix.go:133 +0x4a
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).commit(0xc000183e00, 0x17acfe8, 0xc000183e00)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/tombstone.go:379 +0x88
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).Flush(0xc000183e00, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/tombstone.go:156 +0x6d
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc00016c098, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:618 +0x6d
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x18743e0, 0xc000185500, 0xc000185500, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1537 +0x5ba
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185500)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:411 +0xc2
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3534 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184fc0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3545 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185490)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3535 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185030)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3538 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185180)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3543 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc0000e2a10)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3539 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc0001851f0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3544 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185420)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3542 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185340)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3536 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc0001850a0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3537 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000185110)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3533 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184f50)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3532 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc0000e2690)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3531 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184e70)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3530 [chan send]:
github.com/influxdata/influxdb/pkg/limiter.Fixed.Take(...)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/pkg/limiter/fixed.go:40
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184e00)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:406 +0x39
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113

goroutine 3529 [runnable]:
syscall.syscall(0x1076310, 0x3c, 0x4, 0x4, 0x0, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/runtime/sys_darwin.go:63 +0x2e
syscall.fcntl(0x3c, 0x4, 0x4, 0x0, 0x0, 0x0)
	/Users/mr/gotip/src/github.com/golang/go/src/syscall/zsyscall_darwin_amd64.go:318 +0x58
syscall.SetNonblock(0x3c, 0x178a401, 0x4, 0x1)
	/Users/mr/gotip/src/github.com/golang/go/src/syscall/exec_unix.go:108 +0x9c
os.newFile(0x3c, 0xc0000b8ee0, 0x68, 0x1, 0x3c)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file_unix.go:150 +0x19a
os.openFileNolog(0xc0000b8ee0, 0x68, 0x0, 0xc000000000, 0x4a, 0xc00031a120, 0x1d)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file_unix.go:210 +0x1f7
os.OpenFile(0xc0000b8ee0, 0x68, 0x0, 0x0, 0xc0007f2478, 0xc0007f24f0, 0x10426bc)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file.go:284 +0x5f
os.Open(...)
	/Users/mr/gotip/src/github.com/golang/go/src/os/file.go:265
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Tombstoner).Walk(0xc000183360, 0xc0002b9dc0, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/tombstone.go:232 +0x9a
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*TSMReader).applyTombstones(0xc000184d90, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:262 +0x124
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*batchDelete).Commit(0xc0000c20d8, 0x0, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/reader.go:622 +0xa7
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*Engine).deleteSeriesRange.func1(0x18743e0, 0xc000184d90, 0xc000184d90, 0x0)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/engine.go:1537 +0x5ba
github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply.func1(0xc0000d00c0, 0xc000095da0, 0xc000178810, 0x18743e0, 0xc000184d90)
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:411 +0xc2
created by github.com/influxdata/influxdb/tsdb/engine/tsm1.(*FileStore).Apply
	/Users/mr/go/pkg/mod/github.com/influxdata/influxdb@v0.0.0-20181220221034-7db3db278bfa/tsdb/engine/tsm1/file_store.go:405 +0x113
exit status 2

Which I believe is #27993, and which I believe people have been having trouble reproducing reliably.

@randall77
Copy link
Contributor

Here's a simpler reproducer:

package main

import (
	"fmt"
	"runtime"
)

// A heap object
type H [64]byte

// A stack object
type S *H

func main() {
	c := make(chan struct{})

	var s S
	s = new(H)
	useStackObj(&s) // force s to be a stack object
	runtime.SetFinalizer(s, func(h *H) { fmt.Printf("finalized\n") })
	go func() {
		for {
			usemem()
			<-c
		}
	}()
	for {
		// The address of the struct{} being sent happens to be
		// the same as the address of s.
		c <- struct{}{}
	}
}

func usemem() {
	sink = new([1024]byte)
}

var sink *[1024]byte

//go:noinline
func useStackObj(s *S) {
}

My patch seems to fix it.
I'll mail the simple patch.

@gopherbot
Copy link

Change https://golang.org/cl/155698 mentions this issue: cmd/compile: pad zero-sized stack variables

@golang golang locked and limited conversation to collaborators Dec 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin release-blocker
Projects
None yet
Development

No branches or pull requests

10 participants