github-vet / github-vet/rangeloop-pointer-findings

cloudfoundry/bosh-dns-release: src/bosh-dns/dns/server/records/query_filter.go; 5 LoC

Open
#7,150 0 comments 0 reactions 0 assignees View on GitHub
fresh tiny
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
PR metrics pending

Description

Found a possible issue in [cloudfoundry/bosh-dns-release](https://www.github.com/cloudfoundry/bosh-dns-release) at [src/bosh-dns/dns/server/records/query_filter.go](https://github.com/cloudfoundry/bosh-dns-release/blob/0341c9f695308196697be58ccb93a0ddb20e43f8/src/bosh-dns/dns/server/records/query_filter.go#L14-L18)

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.

> function call which takes a reference to record at line 15 may start a goroutine

[Click here to see the code in its original context.](https://github.com/cloudfoundry/bosh-dns-release/blob/0341c9f695308196697be58ccb93a0ddb20e43f8/src/bosh-dns/dns/server/records/query_filter.go#L14-L18)

Click here to show the 5 line(s) of Go which triggered the analyzer.

```go
for _, record := range recs {
if m.Match(&record) {
records = append(records, record)
}
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportSpecDidComplete, 2) -> (DumpOut, 0) -> (failureDetails, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (Next, 0) -> (next, 1) -> (parseRune, 1) -> (appendNext, 2) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Run, 0)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (Dialer, 3)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (Make, 0) -> (parse, 2) -> (Compare, 2) -> (appendNext, 0) -> (AppendNext, 2) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2)
(Match, 1) -> (, 0) -> (TestPerformance, 2) -> (Max, 0)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (NewCounter, 1) -> (MustRegister, 1) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (HashName, 4) -> (Write, 1) -> (moveCursorToPos, 1) -> (unref, 0)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (Dialer, 3) -> (Dial, 3)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (, 0) -> (NewHistogramVec, 2) -> (MustRegister, 1) -> (Register, 1)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (lockEcho, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (propagateCancel, 2)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (Touch, 1) -> (newest, 0)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Serve, 1)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportSuiteWillBegin, 0) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (Header, 0) -> (Log, 1) -> (LazyPrintf, 2) -> (addEvent, 3)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (MustRegister, 1) -> (Register, 1)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (ReadDelimited, 2) -> (ReadFull, 2) -> (Read, 2) -> (Pread, 3) -> (load, 0) -> (fix, 0) -> (importSpecName, 1)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (lockEcho, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (ReadDelimited, 2) -> (ReadFull, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportAfterSuite, 1) -> (AfterSuiteDidRun, 1) -> (handleSetupSummary, 2)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (NewMonitor, 7)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportSuiteWillBegin, 0) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (MustRegister, 1) -> (Register, 1)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (SOCKS5DialContextFuncFromEnvironment, 2) -> (AddFromString, 1) -> (Get, 3)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (ServeDNS, 3) -> (f, 3) -> (Report, 6) -> (WithLabelValues, 3) -> (asyncFlush, 1)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (processHeaders, 1) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (Dialer, 3) -> (Dial, 3) -> (FromEnvironment, 0)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (udpServerStub, 3)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (NewServer, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Get, 3) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (newClientTransport, 6) -> (kexLoop, 0)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Close, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (trapSignalsPosix, 0)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (propagateCancel, 2)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (Serve, 1)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (ServeDNS, 3)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Get, 3) -> (Dial, 3) -> (FromEnvironment, 0)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (NewServer, 1) -> (RegisterServer, 2) -> (addServer, 2)
(Match, 1) -> (, 0) -> (Filter, 2) -> (FilterStub, 2) -> (waitForWaitGroupOrTimeout, 0)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (ReadDelimited, 2) -> (ReadFull, 2) -> (Read, 2) -> (Pread, 3) -> (load, 0) -> (fix, 0) -> (importSpecName, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2) -> (propagateCancel, 2)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (UpdateClientConnState, 1) -> (UpdateAddresses, 1) -> (connect, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (ReadDelimited, 2) -> (ReadFull, 2)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (startWithListenerFds, 3) -> (checkFdlimit, 0)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (ServeDNS, 2) -> (handleRefused, 2)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (NewServer, 1)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (NewServer, 1) -> (RegisterServer, 2) -> (addServer, 2)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (poll, 1) -> (resolveNowBackoff, 1)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (MustRegister, 1) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (runAsync, 0)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (processHeaders, 1) -> (handleResponse, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (processWindowUpdate, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (processHeaders, 1)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (CreateDefaultClientInsecureSkipVerify, 0) -> (New, 4) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (, 0) -> (NewFileReader, 5)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (LazyPrintf, 2) -> (addEvent, 3)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportBeforeSuite, 1) -> (BeforeSuiteDidRun, 1) -> (handleSetupSummary, 2)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (NewRecordSet, 8)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (ServeConn, 1) -> (Printf, 1) -> (handleAssociate, 3)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Get, 3) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (newClientTransport, 6)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (trapSignalsCrossPlatform, 0)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (HandleStreams, 2) -> (handleWindowUpdate, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (Dialer, 3) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (newClientTransport, 6)
(Match, 1) -> (, 0) -> (Build, 1) -> (Intn, 1) -> (Next, 0) -> (next, 1) -> (parseRune, 1) -> (appendNext, 2) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (Register, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (Shutdown, 0) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (StartWithDialer, 1)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (DialContext, 3)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0)
(Match, 1) -> (, 0) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (NewServer, 1) -> (RegisterServer, 2)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (, 0) -> (WaitForListeningTCP, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (String, 0) -> (Decode, 1) -> (finalize, 1) -> (Read, 1) -> (Read, 2) -> (Pread, 3) -> (callpread64, 4) -> (collectReferences, 1) -> (Walk, 2)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Get, 3)
(Match, 1) -> (, 0) -> (Write, 1) -> (moveCursorToPos, 1) -> (unref, 0)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (findMetric, 2) -> (GetMetric, 0) -> (Collect, 1)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (Write, 1) -> (moveCursorToPos, 1) -> (Print, 1) -> (printFooter, 2) -> (update, 3) -> (p, 5) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportSpecDidComplete, 2) -> (DumpOut, 0) -> (failureDetails, 1) -> (printSpecFailure, 4) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (Register, 1)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (ServeConn, 1) -> (Printf, 1) -> (handleAssociate, 3)
(Match, 1) -> (, 0) -> (Track, 1) -> (TrackStub, 1) -> (addWorker, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (Register, 1)
(Match, 1) -> (String, 0) -> (Decode, 1) -> (finalize, 1) -> (Read, 1)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (, 0) -> (Start, 0)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (ReadDelimited, 2) -> (ReadFull, 2) -> (Read, 2) -> (Pread, 3) -> (load, 0) -> (fix, 0) -> (importSpecName, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (Register, 1)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (HandleStreams, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (NewServer, 1) -> (RegisterServer, 2) -> (addServer, 2)
(Match, 1) -> (HashName, 4) -> (Write, 1) -> (moveCursorToPos, 1) -> (Print, 1) -> (printFooter, 2) -> (Pwrite, 3) -> (callpwrite64, 4) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (runAsync, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (Register, 1) -> (unwrapRecursively, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportBeforeSuite, 1) -> (BeforeSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (failureDetails, 1) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Get, 3) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (Reject, 2) -> (kexLoop, 0)
(Match, 1) -> (, 0) -> (Stop, 0) -> (unlockEcho, 0)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (UpdateClientConnState, 1) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (UpdateClientConnState, 1) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1)
(Match, 1) -> (, 0) -> (Shutdown, 0) -> (Shutdown, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (, 0) -> (run, 0) -> (Flush, 0) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Stop, 0)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (processSettings, 1) -> (WriteSettingsAck, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (Dialer, 3) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (lockEcho, 0)
(Match, 1) -> (, 0) -> (New, 2)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (NewHistogram, 1) -> (MustRegister, 1) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportSpecDidComplete, 2) -> (DumpOut, 0) -> (failureDetails, 1) -> (printSpecFailure, 4)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Write, 1)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Dial, 3) -> (FromEnvironment, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (lockEcho, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Start, 7)
(Match, 1) -> (, 0) -> (MakeParallelRequests, 4)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Accept, 0)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (lockEcho, 0)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (UpdateClientConnState, 1) -> (UpdateAddresses, 1) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (Read, 1)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportSuiteWillBegin, 0) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (processHeaders, 1) -> (handleResponse, 2)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportAfterSuite, 1) -> (AfterSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (announceSetupFailure, 4)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (setupSecureGet, 0) -> (AppendCertsFromPEM, 1) -> (newAsyncWriter, 1)
(Match, 1) -> (, 0) -> (run, 0) -> (Flush, 0) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (run, 0) -> (Flush, 0) -> (handleResponse, 2)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (HashName, 4) -> (Write, 1)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (Next, 0) -> (next, 1) -> (parseRune, 1) -> (appendNext, 2) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (SOCKS5DialContextFuncFromEnvironment, 2) -> (AddFromString, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (Reject, 2) -> (kexLoop, 0)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (LazyPrintf, 2) -> (addEvent, 3)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (processSettings, 1) -> (WriteSettingsAck, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (UpdateClientConnState, 1)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2) -> (Dialer, 3) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (newClientTransport, 6) -> (kexLoop, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (Start, 3)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (Submit, 1) -> (addWorker, 0)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (BuildBuildCommand, 0) -> (NewInterruptHandler, 0) -> (SwallowSigQuit, 0)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (SOCKS5DialContextFuncFromEnvironment, 2) -> (AddFromString, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (Reject, 2)
(Match, 1) -> (, 0) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (lockEcho, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (Register, 1)
(Match, 1) -> (, 0) -> (TestPerformance, 2) -> (Max, 0) -> (scheduleWork, 2)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (NewNumericWeighter, 1) -> (Tertiary, 0) -> (appendNext, 2) -> (updateTertiary, 1) -> (In, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (Register, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (Add, 1) -> (unref, 0)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (NewServer, 1)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (processWindowUpdate, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2) -> (Build, 3)
(Match, 1) -> (, 0) -> (StartSampleServer, 0) -> (WaitForListeningTCP, 1) -> (Dial, 2) -> (DialWithConn, 4)
(Match, 1) -> (, 0) -> (SOCKS5DialContextFuncFromEnvironment, 2) -> (AddFromString, 1)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportBeforeSuite, 1) -> (BeforeSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (failureDetails, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (NewParser, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (NewAsyncWriterLogger, 2) -> (New, 3)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (spawnWorker, 1)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (MustRegister, 1) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (LazyPrintf, 2) -> (addEvent, 3)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (SOCKS5DialContextFuncFromEnvironment, 2) -> (AddFromString, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (NewRecordSet, 8) -> (update, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1)
(Match, 1) -> (, 0) -> (NewHistogramVec, 2) -> (MustRegister, 1) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (TestPerformance, 2) -> (Max, 0) -> (processDatadogResults, 2)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (startWithListenerFds, 3) -> (checkFdlimit, 0)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (start, 0)
(Match, 1) -> (, 0) -> (Marshal, 1) -> (pstring, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (ServeDNS, 3) -> (f, 3) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (NewCounter, 1) -> (MustRegister, 1) -> (Register, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (Register, 1)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (HandleStreams, 2) -> (handleWindowUpdate, 1) -> (Errorf, 1) -> (updateFlowControl, 1) -> (load, 0) -> (fix, 0) -> (importSpecName, 1)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (Register, 1)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (fetchClass, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (poll, 1)
(Match, 1) -> (, 0) -> (CreateDefaultClientInsecureSkipVerify, 0) -> (New, 4) -> (Build, 3)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (processHeaders, 1)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (Register, 1) -> (unwrapRecursively, 0)
(Match, 1) -> (, 0) -> (StopSampleServer, 1) -> (Wait, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (CreateDefaultClientInsecureSkipVerify, 0) -> (New, 4) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(Match, 1) -> (, 0) -> (Wait, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (unref, 0)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (findMetric, 2) -> (GetMetric, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (NewAggregator, 4)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (handleRawConn, 1)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0)
(Match, 1) -> (, 0) -> (getInstanceInfos, 1) -> (Split, 2)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (Report, 6) -> (WithLabelValues, 3) -> (asyncFlush, 1)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (String, 0) -> (Start, 0) -> (writer, 0) -> (NewServer, 1) -> (RegisterServer, 2)
(Match, 1) -> (, 0) -> (CreateDefaultClientInsecureSkipVerify, 0) -> (New, 4) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (reportAfterSuite, 1) -> (AfterSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (announceSetupFailure, 4) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (ReadDelimited, 2) -> (ReadFull, 2)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (, 0) -> (start, 0) -> (UpdateState, 1) -> (updateResolverState, 2) -> (updateClientConnState, 1) -> (UpdateClientConnState, 1) -> (UpdateAddresses, 1)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0) -> (lockEcho, 0)
(Match, 1) -> (, 0) -> (Add, 1) -> (Start, 0) -> (Serve, 1)
(Match, 1) -> (, 0) -> (SOCKS5DialContextFuncFromEnvironment, 2) -> (AddFromString, 1) -> (Dial, 3) -> (FromEnvironment, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (, 0) -> (DialContext, 3) -> (WaitForStateChange, 2) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(Match, 1) -> (, 0) -> (Run, 1) -> (Start, 1) -> (Serve, 1)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1) -> (Reject, 2)
(Match, 1) -> (, 0) -> (WaitForListeningTCP, 1) -> (Dial, 2) -> (dial, 4)
(Match, 1) -> (, 0) -> (Start, 3) -> (Of, 1) -> (Dial, 3) -> (FromEnvironment, 0) -> (FromEnvironmentUsing, 1)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (retryLocked, 1) -> (replayBufferLocked, 0) -> (SetRemoteAddr, 1) -> (pick, 3) -> (getReadyTransport, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2)
(Match, 1) -> (Convert, 1) -> (FromError, 1) -> (New, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (MakeParallelRequests, 4) -> (scheduleWork, 2)
(Match, 1) -> (, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (NewWatcher, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (Register, 1) -> (unwrapRecursively, 0)
(Match, 1) -> (, 0) -> (ListenAndServe, 0) -> (ListenAndServeStub, 0)
(Match, 1) -> (Name, 0) -> (String, 0) -> (LongNameWithNamespace, 0) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1) -> (newHTTP2Transport, 2) -> (Warning, 4) -> (newHTTP2Server, 2)
(Match, 1) -> (, 0) -> (Start, 0) -> (writer, 0) -> (NewServer, 1) -> (RegisterServer, 2)
(Match, 1) -> (, 0) -> (Close, 0) -> (BeginLinef, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (NewRequest, 3) -> (Set, 2) -> (init, 0) -> (handleEnv, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (invokeGo, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (fetchRrtype, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (, 0) -> (run, 0) -> (Flush, 0)
(Match, 1) -> (, 0) -> (NewHistogram, 1) -> (MustRegister, 1) -> (Register, 1)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (NewWatcher, 0)
(Match, 1) -> (, 0) -> (secureGetRespBody, 3) -> (ReadAll, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (fetchName, 1) -> (Header, 0) -> (Log, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (runConcurrent, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(Match, 1) -> (FetchIP, 1) -> (String, 0) -> (LongNameWithNamespace, 0) -> (Serve, 1) -> (handleRawConn, 1)
(Match, 1) -> (, 0) -> (ServeHTTP, 2) -> (serveStreams, 1) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0)
(Match, 1) -> (, 0) -> (New, 2) -> (format, 2) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (newClientConn, 2)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0) -> (isDigit, 0) -> (In, 2)
(Match, 1) -> (, 0) -> (CreateDefaultClientInsecureSkipVerify, 0) -> (New, 4) -> (Build, 3) -> (ResolveNow, 1) -> (ReportError, 1) -> (lookupTXT, 0) -> (connect, 0) -> (resetTransport, 0) -> (hcancel, 0)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (BuildWatchCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (ServeDNS, 2) -> (handleRefused, 2) -> (Report, 6) -> (WithLabelValues, 3) -> (asyncFlush, 1)
(Match, 1) -> (Unmarshal, 2) -> (Get, 1) -> (cached, 0) -> (BuildRunCommand, 0) -> (NewSuiteRunner, 2) -> (SwallowSigQuit, 0)
(Match, 1) -> (, 0) -> (Decode, 1) -> (finalize, 1) -> (Read, 1) -> (Read, 2) -> (Pread, 3) -> (callpread64, 4) -> (collectReferences, 1) -> (Walk, 2)
(Match, 1) -> (, 0) -> (startServer, 3)
(Match, 1) -> (fetchTTL, 1) -> (Header, 0) -> (Log, 1) -> (LazyPrintf, 2) -> (addEvent, 3)
(Match, 1) -> (, 0) -> (Get, 1) -> (cached, 0) -> (Register, 1) -> (Scheme, 0)
(Match, 1) -> (, 0) -> (NewMonitor, 7) -> (run, 0) -> (processHeaders, 1) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(Match, 1) -> (Stat, 1) -> (StatHelper, 1) -> (NewFakeFile, 2) -> (init, 0) -> (handleEnv, 0) -> (IsEastAsian, 0) -> (Call, 0)
(Match, 1) -> (String, 0) -> (Start, 0)
(Match, 1) -> (, 0) -> (setupHttpServer, 2) -> (URL, 0)
(Match, 1) -> (, 0) -> (Wait, 0) -> (init, 0) -> (VendorEnabled, 3) -> (Run, 2) -> (RunRaw, 2) -> (runPiped, 4) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)

```

Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.

commit ID: 0341c9f695308196697be58ccb93a0ddb20e43f8

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.