github-vet / github-vet/rangeloop-pointer-findings
scylladb/scylla-operator: pkg/controllers/cluster/cleanup.go; 7 LoC
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- PR metrics pending
Description
Found a possible issue in [scylladb/scylla-operator](https://www.github.com/scylladb/scylla-operator) at [pkg/controllers/cluster/cleanup.go](https://github.com/scylladb/scylla-operator/blob/874d8bc6bc82e089d8ac2852ce825df70e849181/pkg/controllers/cluster/cleanup.go#L96-L102)
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 node at line 97 may start a goroutine
[Click here to see the code in its original context.](https://github.com/scylladb/scylla-operator/blob/874d8bc6bc82e089d8ac2852ce825df70e849181/pkg/controllers/cluster/cleanup.go#L96-L102)
Click here to show the 7 line(s) of Go which triggered the analyzer.
```go
for _, node := range nodes.Items {
if ns.Match(&node) {
cc.Logger.Debug(ctx, "PVC attachment found", "pvc", pvc.Name, "node", node.Name)
orphanedVolume = false
break
}
}
```
Click here to show extra information the analyzer produced.
```
The following paths through the callgraph could lead to a goroutine:
(Match, 1) -> (Select, 1) -> (Close, 0)
(Match, 1) -> (, 0) -> (Start, 0)
(Match, 1) -> (, 0) -> (Close, 0)
(Match, 1) -> (, 0) -> (Parse, 1)
(Match, 1) -> (String, 0) -> (Write, 1)
(Match, 1) -> (String, 0) -> (Start, 0)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (didSay, 1) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1)
(Match, 1) -> (Len, 0) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0)
(Match, 1) -> (Interface, 0) -> (int64, 1) -> (Write, 1)
(Match, 1) -> (Interface, 0) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2)
(Match, 1) -> (, 0) -> (Start, 0) -> (Start, 2)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (, 0) -> (int64, 1) -> (Write, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1)
(Match, 1) -> (, 0) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1)
(Match, 1) -> (, 0) -> (binaryHash, 0) -> (Sum64, 0)
(Match, 1) -> (, 0) -> (New, 2) -> (NewWatcher, 0)
(Match, 1) -> (, 0) -> (NewSchemeBuilder, 1) -> (Register, 1)
(Match, 1) -> (, 0) -> (String, 0) -> (GroupVersionKind, 0)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (init, 1)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (init, 1)
(Match, 1) -> (toInteger, 1) -> (int64, 1) -> (Write, 1)
(Match, 1) -> (toUnsignedInteger, 1) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1)
(Match, 1) -> (toString, 1) -> (String, 0) -> (GroupVersionKind, 0)
(Match, 1) -> (Error, 0) -> (String, 0) -> (GroupVersionKind, 0)
(Match, 1) -> (Error, 0) -> (WriteString, 1) -> (Fatalf, 2)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1)
(Match, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1)
(Match, 1) -> (prettyPrint, 1) -> (String, 0) -> (GroupVersionKind, 0)
(Match, 1) -> (Unmarshal, 2) -> (Decode, 2) -> (DecodeRaw, 2)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2)
(Match, 1) -> (String, 0) -> (WriteString, 1) -> (Fatalf, 2)
(Match, 1) -> (String, 0) -> (uint64, 1) -> (Write, 1)
(Match, 1) -> (String, 0) -> (int64, 1) -> (Write, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2)
(Match, 1) -> (String, 0) -> (writeAsCSV, 1) -> (TrimSuffix, 2)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1)
(Match, 1) -> (String, 0) -> (Start, 0) -> (Start, 2)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Read, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (lex, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (onStartup, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (NewWatcher, 0)
(Match, 1) -> (Select, 1) -> (scanAll, 1) -> (Indirect, 1) -> (Scan, 1)
(Match, 1) -> (Select, 1) -> (scanAll, 1) -> (Indirect, 1) -> (Scan, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (init, 0)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (speculate, 4)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (init, 0)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (flush, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (init, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (Start, 2)
(Match, 1) -> (Interface, 0) -> (Bytes, 0) -> (LoadInt64, 1) -> (Read, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (NewWatcher, 0)
(Match, 1) -> (, 0) -> (CreateSession, 0) -> (NewSession, 1) -> (newEventDebouncer, 2)
(Match, 1) -> (, 0) -> (CreateSession, 0) -> (NewSession, 1) -> (init, 0)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1)
(Match, 1) -> (, 0) -> (WaitForCluster, 2) -> (IsNotFound, 1) -> (poller, 2)
(Match, 1) -> (, 0) -> (WaitForCluster, 2) -> (IsNotFound, 1) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (Refresh, 2) -> (Get, 3) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (AssertRackScaled, 4) -> (StatefulSetOfRack, 3) -> (poller, 2)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (init, 0)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1)
(Match, 1) -> (, 0) -> (StatefulSetOfRack, 3) -> (IsNotFound, 1) -> (poller, 2)
(Match, 1) -> (, 0) -> (StatefulSetOfRack, 3) -> (IsNotFound, 1) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (Start, 0) -> (Start, 2) -> (Start, 3)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (init, 0)
(Match, 1) -> (, 0) -> (RackMemberServices, 4) -> (RackSelector, 2) -> (poller, 2)
(Match, 1) -> (, 0) -> (List, 3) -> (GroupVersionKind, 0) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1)
(Match, 1) -> (, 0) -> (getOperatorImage, 2) -> (Wrap, 2) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (assertClusterStatusReflectsSpec, 2) -> (NamespacedName, 2) -> (poller, 2)
(Match, 1) -> (, 0) -> (assertClusterStatusReflectsSpec, 2) -> (NamespacedName, 2) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (CreatePVCs, 3) -> (CreateOrUpdate, 4) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (rackMemberService, 3) -> (PollImmediate, 3) -> (poller, 2)
(Match, 1) -> (, 0) -> (SyncStatus, 2) -> (Info, 6) -> (addInformerToMap, 2)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (lex, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (onStartup, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (NewWatcher, 0)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (startLoad, 1)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (parseFiles, 6)
(Match, 1) -> (, 0) -> (NotFound, 2) -> (NotFound, 1) -> (NewWatcher, 0)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1)
(Match, 1) -> (, 0) -> (SetString, 1) -> (encodeBase64, 1) -> (Scan, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (init, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (init, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (NewWatcher, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (runAsync, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (processHeaders, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (lex, 1)
(Match, 1) -> (, 0) -> (NewUnboundedExecutor, 0) -> (TODO, 0) -> (propagateCancel, 2)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1) -> (handleResponse, 2)
(Match, 1) -> (, 0) -> (Lookup, 1) -> (elem, 1) -> (init, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (Register, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (Read, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (connect, 1)
(Match, 1) -> (, 0) -> (NewSchemeBuilder, 1) -> (Register, 1) -> (Describe, 1)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (init, 1) -> (setupConn, 1)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (init, 1) -> (newWriteCoalescer, 4)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (init, 1) -> (setupConn, 1)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (init, 1) -> (newWriteCoalescer, 4)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (flush, 0)
(Match, 1) -> (Error, 0) -> (Insert, 1) -> (insert, 1) -> (flush, 0)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (Read, 1)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (connect, 1)
(Match, 1) -> (Error, 0) -> (Decode, 3) -> (ConvertToVersion, 2) -> (Read, 1)
(Match, 1) -> (Error, 0) -> (Decode, 3) -> (ConvertToVersion, 2) -> (Read, 1)
(Match, 1) -> (Unmarshal, 2) -> (Decode, 2) -> (DecodeRaw, 2) -> (lex, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (lex, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (connect, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (flush, 0)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1)
(Match, 1) -> (String, 0) -> (Start, 0) -> (Start, 2) -> (Start, 3)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (flush, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (connect, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (connect, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (parse, 1) -> (internalSelector, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (parse, 1) -> (internalSelector, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Query, 1) -> (query, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (parse, 1) -> (internalSelector, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (parse, 1) -> (internalSelector, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (scan, 1) -> (UnreadRune, 0)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Query, 1) -> (query, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (parse, 1) -> (internalSelector, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (insert, 1) -> (flush, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (Index, 2) -> (Insert, 1) -> (insert, 1) -> (flush, 0)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (Object, 2) -> (Len, 0) -> (Get, 0) -> (insert, 1) -> (flush, 0)
(Match, 1) -> (didSay, 1) -> (uint64, 1) -> (Write, 1) -> (Query, 1) -> (query, 1)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (getConn, 0) -> (Pick, 0)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (Query, 1) -> (query, 1)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (do, 2) -> (GetRetryType, 1)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (speculate, 4) -> (Delay, 0)
(Match, 1) -> (Len, 0) -> (uint64, 1) -> (Write, 1) -> (Query, 1) -> (query, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (Start, 2) -> (Terminate, 0)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (epsilonGreedyDecay, 0) -> (performEpsilonGreedyDecay, 0)
(Match, 1) -> (, 0) -> (CreateSession, 0) -> (NewSession, 1) -> (WithCancel, 1) -> (cancel, 2)
(Match, 1) -> (, 0) -> (CreateSession, 0) -> (NewSession, 1) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (WaitForCluster, 2) -> (IsNotFound, 1) -> (poller, 2) -> (NewTimer, 1)
(Match, 1) -> (, 0) -> (AssertRackScaled, 4) -> (StatefulSetOfRack, 3) -> (poller, 2) -> (NewTimer, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (StatefulSetOfRack, 3) -> (IsNotFound, 1) -> (poller, 2) -> (NewTimer, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (getConn, 0) -> (Pick, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (, 0) -> (RackMemberServices, 4) -> (RackSelector, 2) -> (poller, 2) -> (NewTimer, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Watch, 1) -> (WatchFunc, 1)
(Match, 1) -> (, 0) -> (assertClusterStatusReflectsSpec, 2) -> (NamespacedName, 2) -> (poller, 2) -> (NewTimer, 1)
(Match, 1) -> (, 0) -> (rackMemberService, 3) -> (PollImmediate, 3) -> (poller, 2) -> (NewTimer, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (ProcessFiles, 4) -> (ParseFile, 4)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (processHeaders, 1) -> (handleResponse, 2)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1) -> (handleResponse, 2) -> (Del, 1)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (run, 0) -> (HandleError, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3)
(Match, 1) -> (, 0) -> (Build, 0) -> (AddToScheme, 1) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (Register, 1) -> (AddToGroupVersion, 2)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (connect, 1) -> (heartBeat, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (addHost, 1) -> (invalidConnectAddr, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (AddHost, 1) -> (IsLocal, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (reconnectDownedHosts, 1) -> (Port, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (flushDaemon, 0) -> (NewTicker, 1)
(Match, 1) -> (, 0) -> (New, 2) -> (NewWatcher, 0) -> (NewBroadcaster, 0) -> (NewBroadcaster, 2)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (init, 1) -> (setupConn, 1) -> (Port, 0)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (init, 1) -> (serve, 1) -> (recv, 1)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (init, 1) -> (setupConn, 1) -> (Port, 0)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (init, 1) -> (serve, 1) -> (recv, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (addHost, 1) -> (invalidConnectAddr, 0)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (AddHost, 1) -> (IsLocal, 1)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (reconnectDownedHosts, 1) -> (Port, 0)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (flushDaemon, 0) -> (NewTicker, 1)
(Match, 1) -> (Error, 0) -> (Infof, 2) -> (printf, 4) -> (output, 5) -> (putBuffer, 1)
(Match, 1) -> (Error, 0) -> (Infof, 2) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Unmarshal, 2) -> (Decode, 2) -> (DecodeRaw, 2) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (addHost, 1) -> (invalidConnectAddr, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (AddHost, 1) -> (IsLocal, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (reconnectDownedHosts, 1) -> (Port, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (flushDaemon, 0) -> (NewTicker, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Observe, 1) -> (asyncFlush, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (addHost, 1) -> (invalidConnectAddr, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (AddHost, 1) -> (IsLocal, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (reconnectDownedHosts, 1) -> (Port, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (flushDaemon, 0) -> (NewTicker, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (addHost, 1) -> (invalidConnectAddr, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (AddHost, 1) -> (IsLocal, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (reconnectDownedHosts, 1) -> (Port, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (flushDaemon, 0) -> (NewTicker, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (printf, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (New, 0) -> (NewNamed, 1) -> (newQueueMetrics, 2)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (didSay, 1) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (didSay, 1) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (ValueOf, 1) -> (lazyInit, 0) -> (lazyInitSlow, 0) -> (setOptionsDefaults, 1) -> (NewBroadcaster, 0) -> (NewBroadcaster, 2)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (close, 0) -> (closeFile, 0) -> (Pick, 0)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (run, 3) -> (addConnLocked, 2) -> (newClientConn, 2)
(Match, 1) -> (Len, 0) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Len, 0) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Interface, 0) -> (int64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Interface, 0) -> (int64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Interface, 0) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Interface, 0) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (setOptionsDefaults, 1) -> (NewBroadcaster, 0) -> (NewBroadcaster, 2)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1)
(Match, 1) -> (, 0) -> (CreateSession, 0) -> (NewSession, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (PollImmediateUntil, 3) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (, 0) -> (int64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (int64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (setOptionsDefaults, 1) -> (NewBroadcaster, 0) -> (NewBroadcaster, 2)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (printf, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (NotFound, 2) -> (NotFound, 1) -> (setOptionsDefaults, 1) -> (NewBroadcaster, 0) -> (NewBroadcaster, 2)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (processHeaders, 1) -> (handleResponse, 2) -> (awaitRequestCancel, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (processSettings, 1) -> (WriteSettingsAck, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (processWindowUpdate, 1) -> (scheduleFrameWrite, 0) -> (isControl, 0)
(Match, 1) -> (, 0) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1)
(Match, 1) -> (, 0) -> (Exit, 1) -> (print, 3) -> (printDepth, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Exit, 1) -> (print, 3) -> (printDepth, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (connect, 1) -> (heartBeat, 0) -> (Port, 0)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (addHost, 1) -> (invalidConnectAddr, 0) -> (connectMany, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (AddHosts, 1) -> (AddHost, 1) -> (IsLocal, 1)
(Match, 1) -> (, 0) -> (binaryHash, 0) -> (Sum64, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (binaryHash, 0) -> (Sum64, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Printf, 2) -> (Fatalf, 2) -> (printf, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Printf, 2) -> (Fatalf, 2) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Error, 0) -> (GroupKind, 0) -> (printf, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (Error, 0) -> (GroupKind, 0) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (toInteger, 1) -> (int64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (toInteger, 1) -> (int64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (toUnsignedInteger, 1) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (toUnsignedInteger, 1) -> (uint64, 1) -> (Write, 1) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (NewBipartiteGraph, 3) -> (Error, 0) -> (GroupKind, 0) -> (printf, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (NewBipartiteGraph, 3) -> (Error, 0) -> (GroupKind, 0) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (toString, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (toString, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (WriteString, 1) -> (Fatalf, 2) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (WriteString, 1) -> (Fatalf, 2) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (WriteString, 1) -> (Fatalf, 2) -> (printf, 3) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (WriteString, 1) -> (Fatalf, 2) -> (printf, 4) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (writeSingleline, 1) -> (WriteString, 2) -> (printWithFileLine, 6) -> (output, 6) -> (timeoutFlush, 1)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (addHost, 1) -> (invalidConnectAddr, 0) -> (connectMany, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (addHost, 1) -> (invalidConnectAddr, 0) -> (connectMany, 1)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (String, 0) -> (getDelegate, 0) -> (NewDiscoveryRESTMapper, 1) -> (ServerGroupsAndResources, 0) -> (ServerGroups, 0) -> (IsForbidden, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (addHost, 1) -> (invalidConnectAddr, 0) -> (connectMany, 1)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (NewNamedRateLimitingQueue, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (addHost, 1) -> (invalidConnectAddr, 0) -> (connectMany, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewUnmanaged, 3) -> (WithValues, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (certRotatingDialer, 2) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0) -> (setPartitioner, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Version, 1) -> (GetVersion, 1) -> (Code, 0) -> (ReadResponse, 2)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (certRotatingDialer, 2) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetAPIGroupResources, 1) -> (ServerGroupsAndResources, 0) -> (ServerGroups, 0) -> (IsForbidden, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (WaitForCluster, 2) -> (IsNotFound, 1) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (Refresh, 2) -> (Get, 3) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (StatefulSetOfRack, 3) -> (IsNotFound, 1) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (Start, 0) -> (Start, 2) -> (RenderTemplates, 2) -> (Execute, 2) -> (PrintResults, 2) -> (evalToText, 1)
(Match, 1) -> (, 0) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0) -> (setPartitioner, 1)
(Match, 1) -> (, 0) -> (List, 3) -> (GroupVersionKind, 0) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (getOperatorImage, 2) -> (Wrap, 2) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (assertClusterStatusReflectsSpec, 2) -> (NamespacedName, 2) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (CreatePVCs, 3) -> (CreateOrUpdate, 4) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (SyncStatus, 2) -> (Info, 6) -> (WaitForCacheSync, 2) -> (Infof, 1) -> (PollUntil, 3) -> (contextForChannel, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (NewUnmanaged, 3) -> (WithValues, 2) -> (NewNamedDelayingQueue, 1) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (certRotatingDialer, 2) -> (DefaultControllerRateLimiter, 0) -> (NewLimiter, 2) -> (NewDelayingQueueWithCustomClock, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetAPIGroupResources, 1) -> (ServerGroupsAndResources, 0) -> (ServerGroups, 0) -> (IsForbidden, 1)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (toString, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetAPIGroupResources, 1) -> (ServerGroupsAndResources, 0) -> (ServerGroups, 0) -> (IsForbidden, 1)
(Match, 1) -> (Error, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (GetAPIGroupResources, 1) -> (ServerGroupsAndResources, 0) -> (ServerGroups, 0) -> (IsForbidden, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Version, 1) -> (GetVersion, 1) -> (Code, 0) -> (ReadResponse, 2)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (prettyPrint, 1) -> (String, 0) -> (GroupVersionKind, 0) -> (GetAPIGroupResources, 1) -> (ServerGroupsAndResources, 0) -> (ServerGroups, 0) -> (IsForbidden, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (parseJSONPath, 3) -> (Execute, 2) -> (PrintResults, 2) -> (evalToText, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (String, 0) -> (Start, 0) -> (Start, 2) -> (RenderTemplates, 2) -> (Execute, 2) -> (PrintResults, 2) -> (evalToText, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Version, 1) -> (GetVersion, 1) -> (Code, 0) -> (ReadResponse, 2)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (SetTransportDefaults, 1) -> (ConfigureTransport, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Version, 0) -> (Version, 1) -> (GetVersion, 1) -> (Code, 0) -> (buildHTTP, 5)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (addConnIfNeeded, 3)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Run, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (Run, 3)
(Match, 1) -> (Object, 2) -> (Len, 0) -> (Get, 0) -> (Version, 0) -> (Version, 1) -> (GetVersion, 1) -> (Code, 0) -> (buildHTTP, 5)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0) -> (setPartitioner, 1) -> (removeHost, 1)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (HandleError, 3) -> (reconnect, 1) -> (refreshRing, 0) -> (setPartitioner, 1) -> (removeHost, 1)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (do, 2) -> (GetRetryType, 1) -> (SetConsistency, 1) -> (getExponentialTime, 3) -> (prepareStatement, 3)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (do, 2) -> (GetRetryType, 1) -> (SetConsistency, 1) -> (getExponentialTime, 3) -> (prepareStatement, 3)
(Match, 1) -> (Select, 1) -> (Iter, 0) -> (executeQuery, 1) -> (do, 2) -> (GetRetryType, 1) -> (SetConsistency, 1) -> (getExponentialTime, 3) -> (prepareStatement, 3)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (Interface, 0) -> (String, 0) -> (GroupVersionKind, 0) -> (setProcessState, 0) -> (DoEtcdArgDefaulting, 1) -> (isSecureScheme, 1) -> (PrintResults, 2) -> (generateEvent, 6)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(Match, 1) -> (, 0) -> (NewClient, 2) -> (ReuseTokenSource, 2) -> (RoundTrip, 1) -> (Infof, 5) -> (shouldEscape, 1) -> (legalHeaderByte, 1) -> (getStartDialLocked, 1)
(Match, 1) -> (, 0) -> (Delete, 2) -> (DeleteFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (Create, 2) -> (CreateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (Update, 2) -> (UpdateFunc, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (NewSimpleClientset, 1) -> (Watch, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (, 0) -> (Inc, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (ProcessFiles, 4) -> (ParseFile, 4) -> (packageActionID, 1) -> (Sum, 0) -> (refine, 2)
(Match, 1) -> (, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (Parse, 1) -> (parseText, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (, 0) -> (newStaticTable, 0) -> (addEntry, 1) -> (GetHosts, 0) -> (Partitioner, 0) -> (isValidPeer, 1) -> (RPCAddress, 0) -> (prepareStatement, 3)
(Match, 1) -> (, 0) -> (NewCounterVec, 2) -> (init, 1) -> (setupConn, 1) -> (Port, 0) -> (addNewNode, 1) -> (getHostInfo, 2) -> (prepareStatement, 3)
(Match, 1) -> (, 0) -> (NewGaugeVec, 2) -> (init, 1) -> (setupConn, 1) -> (Port, 0) -> (addNewNode, 1) -> (getHostInfo, 2) -> (prepareStatement, 3)
(Match, 1) -> (matchTimes, 3) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (matchTimes, 3) -> (After, 1) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (Error, 0) -> (Has, 1) -> (findJsonNameField, 1) -> (GetHosts, 0) -> (Partitioner, 0) -> (isValidPeer, 1) -> (RPCAddress, 0) -> (prepareStatement, 3)
(Match, 1) -> (parseXmlContent, 1) -> (Token, 0) -> (Errorf, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (GetHosts, 0) -> (Partitioner, 0) -> (isValidPeer, 1) -> (RPCAddress, 0) -> (prepareStatement, 3)
(Match, 1) -> (String, 0) -> (Write, 1) -> (printWithFileLine, 6) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (String, 0) -> (Sub, 1) -> (AsDec, 0) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (String, 0) -> (Now, 0) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0)
(Match, 1) -> (SetTypeForKey, 2) -> (makeScanner, 1) -> (init, 0) -> (GetHosts, 0) -> (Partitioner, 0) -> (isValidPeer, 1) -> (RPCAddress, 0) -> (prepareStatement, 3)
(Match, 1) -> (Extensions, 0) -> (New, 3) -> (Add, 1) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (Collect, 1)
(Match, 1) -> (Make, 0) -> (makeScanner, 1) -> (init, 0) -> (GetHosts, 0) -> (Partitioner, 0) -> (isValidPeer, 1) -> (RPCAddress, 0) -> (prepareStatement, 3)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (Set, 1) -> (Read, 0) -> (WriteByte, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (UnmarshalText, 1) -> (unmarshal, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (uint64, 1) -> (Write, 1) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Add, 1) -> (SignalError, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (Gather, 0) -> (checkMetricConsistency, 3)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (BeforeSuiteDidRun, 1) -> (handleSetupSummary, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecDidComplete, 1) -> (failureDetails, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (AfterSuiteDidRun, 1) -> (handleSetupSummary, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1) -> (executeQuery, 2) -> (evictPreparedID, 2)
(Match, 1) -> (match, 2) -> (Matches, 1) -> (Infof, 3) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1) -> (executeQuery, 2) -> (evictPreparedID, 2)
(Match, 1) -> (Object, 2) -> (Lookup, 1) -> (elem, 1) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1) -> (executeQuery, 2) -> (evictPreparedID, 2)
(Match, 1) -> (Select, 1) -> (Close, 0) -> (onClose, 0) -> (init, 0) -> (MustRegister, 3) -> (setProvider, 1) -> (ensureContext, 1) -> (executeQuery, 2) -> (evictPreparedID, 2)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (ProcessFiles, 4) -> (ParseFile, 4) -> (packageActionID, 1) -> (Sum, 0) -> (refine, 2) -> (loadRecursive, 1)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (BeforeSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (failureDetails, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecDidComplete, 1) -> (failureDetails, 1) -> (printSpecFailure, 4)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (AfterSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (announceSetupFailure, 4)
(Match, 1) -> (, 0) -> (Load, 0) -> (ResolveLocalPaths, 1) -> (ProcessFiles, 4) -> (ParseFile, 4) -> (packageActionID, 1) -> (Sum, 0) -> (refine, 2) -> (loadRecursive, 1) -> (loadPackage, 1) -> (parseFiles, 1)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Len, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (, 0) -> (Get, 3) -> (GroupVersionKind, 0) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (, 0) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Error, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (parseXmlContent, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (String, 0) -> (Get, 1) -> (GetUsing, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (String, 0) -> (Get, 0) -> (delete, 1) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (StartInterceptingOutput, 0) -> (TailFile, 2) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (UnmarshalCQL, 2) -> (string, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (ParseDuration, 1) -> (FindStringSubmatch, 1) -> (get, 1) -> (sinceInSeconds, 1) -> (asyncFlush, 1) -> (configureTransport, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Start, 1) -> (Shutdown, 1) -> (shutdownEnterWaitStateHook, 0) -> (isCreate, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecSuiteWillBegin, 2) -> (escape, 1) -> (printNewLine, 0) -> (tailFileSync, 0) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (BeforeSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (failureDetails, 1) -> (endBlock, 0) -> (printDelimiter, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (SpecDidComplete, 1) -> (failureDetails, 1) -> (printSpecFailure, 4) -> (printFailure, 4) -> (waitForChanges, 0) -> (ChangeEvents, 2)
(Match, 1) -> (Set, 1) -> (New, 1) -> (HTTPWrappersForConfig, 2) -> (Run, 1) -> (Run, 0) -> (reportSuiteDidEnd, 1) -> (SpecSuiteDidEnd, 1) -> (AfterSuiteDidRun, 1) -> (handleSetupSummary, 2) -> (announceSetupFailure, 4) -> (printFailure, 4) -> (waitForChanges, 0) -> (ChangeEvents, 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: 874d8bc6bc82e089d8ac2852ce825df70e849181
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.