github-vet / github-vet/rangeloop-pointer-findings
openshift/compliance-operator: pkg/utils/nodeutils.go; 5 LoC
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- PR metrics pending
Description
Found a possible issue in [openshift/compliance-operator](https://www.github.com/openshift/compliance-operator) at [pkg/utils/nodeutils.go](https://github.com/openshift/compliance-operator/blob/725ee2c43b7470ed787953aa596de1c7dfe255e9/pkg/utils/nodeutils.go#L64-L68)
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 pool at line 65 may start a goroutine
[Click here to see the code in its original context.](https://github.com/openshift/compliance-operator/blob/725ee2c43b7470ed787953aa596de1c7dfe255e9/pkg/utils/nodeutils.go#L64-L68)
Click here to show the 5 line(s) of Go which triggered the analyzer.
```go
for _, pool := range poolList.Items {
if McfgPoolLabelMatches(nodeSelector, &pool) {
return true
}
}
```
Click here to show extra information the analyzer produced.
```
The following paths through the callgraph could lead to a goroutine:
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (maybeReportTransition, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (acquire, 1) -> (leaderOn, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Header, 0) -> (Log, 1) -> (truncateMessage, 1) -> (validateTimestamp, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2) -> (AppendFloat, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Start, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1) -> (addConnIfNeeded, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (ServerGroupsAndResources, 1) -> (fetchGroupVersionResources, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1) -> (addConnIfNeeded, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (generateEvent, 6)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Watch, 2) -> (NewRaceFreeFake, 0) -> (WatchFunc, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (Event, 4) -> (generateEvent, 6)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (serveStreams, 1) -> (methodFamily, 1) -> (Until, 1) -> (addEvent, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (ValueOfInt64, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (output, 6) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (serveStreams, 1) -> (methodFamily, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Start, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (asyncFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Describe, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (ValueOfInt32, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (output, 6) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Bytes, 0) -> (panicMessage, 1) -> (typeName, 0) -> (Len64, 1) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1) -> (Start, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2) -> (newDelayingQueue, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Register, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Int, 0) -> (Unlock, 0) -> (Setting, 1) -> (Uint32, 1) -> (output, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (ConfigureTransports, 1) -> (configureTransports, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (ListAndWatch, 1) -> (Warningf, 4) -> (ResultChan, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (handleResponse, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Start, 1) -> (Listen, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (addInformerToMap, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Watch, 1) -> (WatchFunc, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (ChangeEvents, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0) -> (createTransport, 3) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (ListAndWatch, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Start, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (addInformerToMap, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Register, 1) -> (Scheme, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2) -> (newDelayingQueue, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (renew, 1) -> (release, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (asyncFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (flushDaemon, 0) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (RemoveWatch, 1) -> (ChangeEvents, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (encodetoBase64, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (propagateCancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (WithCancel, 1) -> (cancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2) -> (newDelayingQueue, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (Walk, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (propagateCancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (int64, 1) -> (Write, 1) -> (writeFloat, 2) -> (AppendFloat, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (ChangeEvents, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (AppendFloat, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Run, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (PollUntil, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Validate, 0) -> (Compile, 1) -> (replaceLast, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (ListAndWatch, 1) -> (Warningf, 4) -> (ResultChan, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4) -> (NewClientTransport, 7) -> (newHTTP2Client, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (ListAndWatch, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (ChangeEvents, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Start, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Describe, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (serveStreams, 1) -> (methodFamily, 1) -> (Until, 1) -> (addEvent, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (Describe, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Watch, 2) -> (NewRaceFreeFake, 0) -> (WatchFunc, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Register, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (engageStopProcedure, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (PollImmediate, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (handleResponse, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (ServerGroupsAndResources, 1) -> (fetchGroupVersionResources, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (validateUnitContent, 1) -> (Deserialize, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (AppendFloat, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (ConfigureTransports, 1) -> (configureTransports, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (ValueOfInt32, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (output, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (ValueOfInt64, 1) -> (uint64, 1) -> (Write, 1) -> (writeFloat, 2) -> (output, 5) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Watch, 1) -> (WatchFunc, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1) -> (NewLeaderMetric, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Watch, 1) -> (WatchFunc, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (startLeaderElection, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Start, 1) -> (Listen, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Watch, 1) -> (WatchFunc, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1) -> (Start, 1) -> (Listen, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1) -> (NewLeaderMetric, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Bytes, 0) -> (panicMessage, 1) -> (typeName, 0) -> (Len64, 1) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (RemoveWatch, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Int, 0) -> (Unlock, 0) -> (Setting, 1) -> (Uint32, 1) -> (output, 6) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Bytes, 0) -> (panicMessage, 1) -> (typeName, 0) -> (Len64, 1) -> (flushDaemon, 0) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Run, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (GetResultConfigMap, 8) -> (encodetoBase64, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (PollUntil, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (ServerGroupsAndResources, 1) -> (fetchGroupVersionResources, 2) -> (ServerResourcesForGroupVersion, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (start, 0) -> (resolveNow, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (timeoutFlush, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Start, 1) -> (Listen, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (newHTTP2Transport, 2) -> (Warningln, 2) -> (newHTTP2Server, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Start, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Start, 1) -> (Listen, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1) -> (NewLeaderMetric, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0) -> (healthCheckFunc, 4)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (handleResponse, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (engageStopProcedure, 1) -> (waitForRunnableToEnd, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (PollImmediateUntil, 3) -> (PollUntil, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2) -> (newDelayingQueue, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (serveStreams, 1) -> (methodFamily, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (PollUntil, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Validate, 0) -> (Compile, 1) -> (replaceLast, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Header, 0) -> (FromContext, 1) -> (SetError, 0) -> (addEvent, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (serveStreams, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Walk, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (WithCancel, 1) -> (cancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1) -> (addConnIfNeeded, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (propagateCancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (Shutdown, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (serveStreams, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (ChangeEvents, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (ServerGroupsAndResources, 1) -> (fetchGroupVersionResources, 2) -> (ServerResourcesForGroupVersion, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (serveMetrics, 1) -> (RunnableFunc, 1) -> (TimeoutHandler, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (addInformerToMap, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Start, 1) -> (Listen, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2) -> (NewLongestRunningProcessorSecondsMetric, 1) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Start, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (acquire, 1) -> (leaderOn, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (maybeReportTransition, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (updateUnfinishedWorkLoop, 0) -> (updateUnfinishedWork, 0) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (ConfigureTransports, 1) -> (configureTransports, 1) -> (addConnIfNeeded, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Bytes, 0) -> (panicMessage, 1) -> (typeName, 0) -> (Len64, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (Register, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (ConfigureTransports, 1) -> (configureTransports, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1) -> (NewLeaderMetric, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (PollImmediateUntil, 3) -> (PollUntil, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (VendorEnabled, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (WithCancel, 1) -> (cancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (PollImmediateUntil, 3) -> (PollUntil, 3) -> (poller, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (flushDaemon, 0) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2) -> (resetTransport, 0) -> (hcancel, 0) -> (createTransport, 3) -> (NewClientTransport, 7) -> (newHTTP2Client, 7) -> (connectionErrorf, 5)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 1) -> (NewRaw, 1) -> (WithOptions, 1) -> (apply, 1) -> (Run, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (maybeReportTransition, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Header, 0) -> (FromContext, 1) -> (SetError, 0) -> (addEvent, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1) -> (NewLeaderMetric, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (renew, 1) -> (release, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Register, 1) -> (Scheme, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (newCCResolverWrapper, 2) -> (Build, 3) -> (start, 0) -> (resolveNow, 1) -> (RecordTransition, 2) -> (down, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Indent, 2) -> (print, 7) -> (IsFailure, 0) -> (RemoveWatch, 1) -> (ChangeEvents, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (flushDaemon, 0) -> (NewTicker, 1) -> (NewTickerWithTimer, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (serveMetrics, 1) -> (RunnableFunc, 1) -> (TimeoutHandler, 3) -> (NewWriter, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1) -> (NewLeaderMetric, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Set, 1) -> (NewAtomicLevelAt, 1) -> (SetLevel, 1) -> (NewInt32, 1) -> (Run, 2) -> (runRaw, 2) -> (runWithFriendlyError, 3) -> (run, 3) -> (runCmdContext, 2) -> (Kill, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Bytes, 0) -> (panicMessage, 1) -> (typeName, 0) -> (Len64, 1) -> (Register, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (Register, 1) -> (Scheme, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Bytes, 0) -> (panicMessage, 1) -> (typeName, 0) -> (Len64, 1) -> (Register, 1) -> (Scheme, 0)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetKind, 0) -> (getNestedString, 2) -> (configureHTTP2Transport, 1) -> (pingTimeoutSeconds, 0) -> (configureTransports, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (JSONName, 0) -> (get, 1) -> (toMapKey, 1) -> (Key, 0) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2) -> (newDelayingQueue, 3)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (Do, 1) -> (transformResponse, 2) -> (isTextResponse, 1) -> (NewGenericServerResponse, 7) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (deepValueEqual, 4) -> (Interface, 0) -> (Get, 0) -> (delete, 1) -> (delete, 2) -> (mergePointer, 3) -> (propagateCancel, 2)
(McfgPoolLabelMatches, 2) -> (DeepEqual, 2) -> (ValueOf, 1) -> (panic, 1) -> (New, 2) -> (NewWatcher, 0) -> (NewSyscallError, 2) -> (Kqueue, 0) -> (Start, 1) -> (Listen, 3) -> (handleEvent, 1) -> (isCreate, 1)
```
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: 725ee2c43b7470ed787953aa596de1c7dfe255e9
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.