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

projectatomic/atomic-enterprise: pkg/cmd/admin/node/listpods.go; 9 LoC

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

Description

Found a possible issue in [projectatomic/atomic-enterprise](https://www.github.com/projectatomic/atomic-enterprise) at [pkg/cmd/admin/node/listpods.go](https://github.com/projectatomic/atomic-enterprise/blob/fe3f07ee509de38099565693aecc74e555f971ee/pkg/cmd/admin/node/listpods.go#L66-L74)

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 pod at line 69 may start a goroutine

[Click here to see the code in its original context.](https://github.com/projectatomic/atomic-enterprise/blob/fe3f07ee509de38099565693aecc74e555f971ee/pkg/cmd/admin/node/listpods.go#L66-L74)

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

```go
for _, pod := range pods.Items {
if firstPod {
fmt.Fprintln(l.Options.Writer, "\nListing matched pods on node: ", node.ObjectMeta.Name, "\n")
printerWithHeaders.PrintObj(&pod, l.Options.Writer)
firstPod = false
} else {
printerNoHeaders.PrintObj(&pod, l.Options.Writer)
}
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (GetNameSpace, 0)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Observe, 1) -> (asyncFlush, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestAuthenticator, 4) -> (Remove, 1) -> (shrink, 0)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Watch, 4) -> (MatchTemplate, 2) -> (MatcherFunc, 1) -> (etcdWatch, 3) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (receiveResponse, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Complete, 1) -> (HasNext, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newAAAA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1)
(PrintObj, 2) -> (Flush, 0) -> (Add, 1) -> (AddCommand, 1) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newNSEC3, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newDNSKEY, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Head, 2) -> (HasNext, 0) -> (buildTemplates, 2) -> (AddParameter, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (WithAuthorizationCheck, 3) -> (forbidden, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (NotifyOOM, 0) -> (GetPaths, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Abort, 0) -> (HasNext, 0) -> (run, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (UpdatePod, 3)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (startNode, 2) -> (StartNode, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newDefaultRegistry, 0) -> (NewGoCollector, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Accept, 1) -> (objectMetaData, 1) -> (poller, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newRRSIG, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (NotifyOOM, 0) -> (GetPaths, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (InitMulti, 4) -> (shouldRetry, 1) -> (run, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestContextFilter, 2) -> (ServeHTTP, 2) -> (Set, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestContextFilter, 2) -> (ServeHTTP, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newTXT, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newDNSKEY, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (runOnce, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Complete, 1) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Delete, 1) -> (hashLabels, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (NotifyOOM, 0) -> (GetPaths, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (Send, 1) -> (ToWireFormat, 0) -> (ExtractPublicIPs, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (ClientConfig, 0) -> (newCertPool, 1) -> (AddCert, 1) -> (getVfsCap, 2) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Head, 2) -> (HasNext, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Start, 0) -> (startPod, 0) -> (startServingTLS, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Get, 2) -> (NewFieldInvalid, 3) -> (MinimalNameRequirements, 2) -> (newImages, 1)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (newEtcdWatcher, 7)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1)
(PrintObj, 2) -> (Unmarshal, 2) -> (parse, 0) -> (consume, 0) -> (NewClient, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Observe, 1) -> (asyncFlush, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (WithAuthorizationCheck, 3) -> (forbidden, 2) -> (Set, 3) -> (Callback, 1)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeEtcdItemKey, 3) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (RegisterHandlers, 7) -> (Handler, 0) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Write, 1) -> (WriteHeader, 1) -> (Errorf, 1) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (PutPartCopy, 3) -> (HasNext, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (reconcile, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Create, 2) -> (createOrUpdate, 3) -> (mappingFor, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (WriteStream, 3) -> (fromZeroFillLarge, 2) -> (SplitAfterN, 3) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newTXT, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (PutPartCopy, 3) -> (HasNext, 0) -> (startPod, 0) -> (startServingTLS, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (ProxyLoop, 3)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (InvalidTarSumError, 1) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Register, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Create, 2) -> (createOrUpdate, 3)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newAAAA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (WithAuthorizationCheck, 3) -> (forbidden, 2) -> (Set, 3) -> (Callback, 1) -> (GetPods, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Challenge, 1) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Version, 0) -> (do, 3) -> (newError, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (UpdatePod, 3)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeEtcdItemKey, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (query, 2) -> (run, 2) -> (buildTemplates, 2) -> (AddParameter, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newPTR, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (runOnce, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Unmarshal, 2) -> (parse, 0) -> (consume, 0) -> (run, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Start, 0) -> (startPod, 0) -> (startServingTLS, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (DeleteResource, 4) -> (write, 6)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 4) -> (ToStackResourceListQuery, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3) -> (ProxyLoop, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Route, 1) -> (Build, 0) -> (Build, 1) -> (isMissingRequirements, 1) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (get, 1) -> (fill, 1) -> (UnmarshalPublicKeyJWK, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Complete, 1) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newAAAA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (runOnce, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (open, 7) -> (newStreamReader, 7)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (RESTClientFor, 1) -> (TransportFor, 1) -> (HTTPWrappersForConfig, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (InitMulti, 4) -> (shouldRetry, 1) -> (run, 2) -> (buildTemplates, 2)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newNS, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newRRSIG, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newPTR, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newAAAA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newMX, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Start, 0) -> (startPod, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Func, 2) -> (Zero, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Send, 1) -> (ToWireFormat, 0) -> (ExtractPublicIPs, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (CORS, 5) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (Execute, 2) -> (NewContainerError, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Create, 2) -> (createOrUpdate, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestAuthenticator, 4) -> (Remove, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (createTarStream, 2) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (getOrExpire, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Start, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (Serve, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (Build, 1)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (WithAuthorizationCheck, 3) -> (forbidden, 2) -> (Set, 3) -> (Callback, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (Process32Next, 2) -> (NewConnection, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Unmarshal, 2) -> (Reset, 0) -> (delete, 2) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (GetPods, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (UpdateResource, 4) -> (isPrettyPrint, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newMX, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (Hijack, 0) -> (GetPods, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Run, 4) -> (runHTTPHandler, 3) -> (resolvePort, 2) -> (BuildPodFullName, 2) -> (makeRuntimePod, 2) -> (toPodStatus, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (startNode, 2) -> (StartNode, 5)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Complete, 1) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (startNode, 2) -> (StartNode, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (Capture, 2) -> (DropHandler, 1) -> (CombinedOutput, 0) -> (run, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (GetPods, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newNSEC3, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestAuthenticator, 4) -> (Remove, 1) -> (shrink, 0) -> (ValidateObjectMetaUpdate, 2) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (resolve, 1) -> (recognizeVariable, 1) -> (toServiceName, 1) -> (RequireNamespace, 0) -> (ConnectWithDialer, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (InitMulti, 4) -> (shouldRetry, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (startKubelet, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (killUnwantedPods, 2)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newSRV, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (New, 3) -> (loadIfNeeded, 0) -> (load, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newNSEC3, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (UpdateResource, 4) -> (isPrettyPrint, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (PatchResource, 5) -> (write, 6)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestContextFilter, 2) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Flush, 0) -> (Add, 1) -> (AddCommand, 1) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (Untar, 3) -> (Unpack, 3) -> (UtimesNano, 2) -> (NsecToTimespec, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Get, 2) -> (NewFieldInvalid, 3) -> (MinimalNameRequirements, 2) -> (newImages, 1) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newDNSKEY, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (CORS, 5) -> (ServeHTTP, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (RoundTrip, 1) -> (removeChallengeHeaders, 1) -> (Render, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newNSEC3, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (CORS, 5) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (query, 2) -> (run, 2) -> (buildTemplates, 2) -> (AddParameter, 2) -> (detect, 1) -> (childrenChanged, 3)
(PrintObj, 2) -> (Write, 1) -> (Update, 3) -> (ToSSLUpdateMap, 0) -> (Del, 1) -> (query, 2) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (runOnce, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (restartNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1) -> (InstallDefaultHandlers, 0) -> (NamedCheck, 2)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (Execute, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Send, 1) -> (Call, 5) -> (MarshalTextString, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (GetPods, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (resolve, 1) -> (recognizeVariable, 1) -> (toServiceName, 1) -> (RequireNamespace, 0) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (NewBroadcaster, 2) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Start, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Abort, 0) -> (HasNext, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (InvalidTarSumError, 1) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Do, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newCNAME, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newCNAME, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 1) -> (GetGroups, 0)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newSOA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Get, 3) -> (GetBuildPodName, 1) -> (GetPodName, 2) -> (GetName, 3)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newRRSIG, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Capture, 2) -> (DropHandler, 1) -> (CombinedOutput, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (UpdatePod, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (MustRegister, 1) -> (Register, 1)
(PrintObj, 2) -> (Unmarshal, 2) -> (Reset, 0) -> (delete, 2) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Route, 1) -> (Build, 0) -> (Build, 1) -> (isMissingRequirements, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (WithCancel, 1) -> (cancel, 2)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Challenge, 1) -> (attach, 1)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (exportHTTP, 1)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (createTarStream, 2) -> (TarWithOptions, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (GetPods, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (startServingTLS, 5) -> (NewWatcher, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0)
(PrintObj, 2) -> (Write, 1) -> (Capture, 2) -> (DropHandler, 1) -> (CombinedOutput, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeEtcdItemKey, 3)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Head, 2) -> (HasNext, 0) -> (buildTemplates, 2) -> (AddParameter, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (killUnwantedPods, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (Watch, 0) -> (NewDecoder, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Delete, 1) -> (hashLabels, 1)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewServer, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (InvalidTarSumError, 1) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (getOrExpire, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Send, 1) -> (Call, 5) -> (MarshalTextString, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (PutPartCopy, 3) -> (HasNext, 0) -> (startPod, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (NewBroadcaster, 2) -> (loop, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (NewClient, 0) -> (NewNetworkV2, 2) -> (EndpointLocator, 1)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2) -> (loop, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Start, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (Serve, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (RESTClientFor, 1) -> (TransportFor, 1) -> (HTTPWrappersForConfig, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newCNAME, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (UpdatePod, 3)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newPTR, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Write, 1) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (Write, 1) -> (NewPacket, 2) -> (NumGoroutine, 0) -> (Observe, 1) -> (asyncFlush, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (waitForBuild, 2) -> (NewTimeoutError, 2) -> (c, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (createTarStream, 2) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (PutPart, 2) -> (putPart, 4) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (Untar, 3) -> (Unpack, 3) -> (UtimesNano, 2) -> (NsecToTimespec, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newSOA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Get, 3) -> (GetBuildPodName, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 1) -> (GetGroups, 0) -> (MarshalTextString, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (StartEventWatcher, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (Write, 1) -> (Close, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newSRV, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Set, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (UpdatePod, 3)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0)
(PrintObj, 2) -> (Write, 1) -> (WriteHeader, 1) -> (Errorf, 1) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (Accept, 1) -> (objectMetaData, 1) -> (poller, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (exportHTTP, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (RegisterHandlers, 7) -> (Handler, 0) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Generate, 2) -> (Has, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (RoundTrip, 1) -> (removeChallengeHeaders, 1) -> (Render, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (loop, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (get, 1) -> (fill, 1) -> (UnmarshalPublicKeyJWK, 1) -> (rsaPublicKeyFromMap, 1) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newNS, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (getURL, 1) -> (RoundTrip, 1) -> (removeChallengeHeaders, 1) -> (Render, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (addServiceOnPort, 4)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Watch, 4) -> (MatchTemplate, 2) -> (MatcherFunc, 1) -> (etcdWatch, 3)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Get, 2) -> (getRelatedObjects, 2) -> (mappingFor, 2) -> (MakeEtcdItemKey, 3) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestContextFilter, 2) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1) -> (GetPods, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Start, 0)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newAAAA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newSOA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Abort, 0) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (GetPods, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Head, 2) -> (HasNext, 0) -> (buildTemplates, 2) -> (AddParameter, 2) -> (detect, 1) -> (childrenChanged, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (ProxyLoop, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (resolve, 1) -> (recognizeVariable, 1) -> (toServiceName, 1) -> (RequireNamespace, 0) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (shutdown, 1)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (recordEtcdRequestLatency, 3) -> (Since, 1) -> (asyncFlush, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (runOnce, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (Accept, 1) -> (objectMetaData, 1) -> (poller, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newNS, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (ReadStream, 2) -> (parseError, 2) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Write, 1) -> (Lock, 0) -> (GetW, 1) -> (Do, 2)
(PrintObj, 2) -> (Write, 1) -> (Lock, 0) -> (GetW, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newTXT, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (CORS, 5) -> (ServeHTTP, 2) -> (Set, 3)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Flush, 0) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (restartNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newTXT, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newDNSKEY, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (waitForBuild, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newNS, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Flush, 0) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3) -> (ProxyLoop, 3)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newRRSIG, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (newEtcdWatcher, 7)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newSRV, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (attach, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (PutPart, 2) -> (putPart, 4) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (get, 1) -> (fill, 1) -> (UnmarshalPublicKeyJWK, 1) -> (rsaPublicKeyFromMap, 1)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Handle, 2) -> (Fqdn, 1) -> (IsFqdn, 1) -> (Challenge, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newDNSKEY, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Complete, 1) -> (HasNext, 0) -> (run, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (getOrExpire, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Version, 0) -> (do, 3) -> (newError, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (Delete, 1) -> (hashLabels, 1)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newNS, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (attach, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (RegisterHandlers, 7) -> (Handler, 0) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (receiveResponse, 2)
(PrintObj, 2) -> (Unmarshal, 2) -> (Reset, 0) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (runOnce, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (SyncPods, 4) -> (DeleteOrphanedMirrorPods, 0) -> (DeleteMirrorPod, 1) -> (getPodsDir, 0)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (initConnection, 0) -> (initDispatch, 0) -> (sendSubStateUpdate, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (CORS, 5) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1) -> (GetPods, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (exportHTTP, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (PutPartCopy, 3) -> (HasNext, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (ReadStream, 2) -> (parseError, 2)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (List, 1) -> (GetGroups, 0) -> (resourceURL, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Untar, 3) -> (Unpack, 3) -> (UtimesNano, 2) -> (NsecToTimespec, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (ReadStream, 2) -> (parseError, 2) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Do, 2)
(PrintObj, 2) -> (Write, 1) -> (printWithFileLine, 5) -> (output, 5) -> (timeoutFlush, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (Hijack, 0) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRESTClient, 6) -> (NewTokenBucketRateLimiter, 2)
(PrintObj, 2) -> (Flush, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (New, 3) -> (loadIfNeeded, 0) -> (load, 0) -> (EndpointLocator, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (NewBroadcaster, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newCNAME, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newMX, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (WriteStream, 3)
(PrintObj, 2) -> (Write, 1) -> (Update, 3) -> (ToSSLUpdateMap, 0) -> (put, 4) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (RunOnce, 1) -> (runOnce, 2)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (NewBroadcaster, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newPTR, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newSOA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (attach, 1) -> (SetRawTerminal, 1) -> (handleInterrupt, 2)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (shutdown, 1)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 1) -> (GetGroups, 0) -> (resourceURL, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Poll, 3) -> (poller, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1) -> (buildTemplates, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (InvalidTarSumError, 1) -> (Connect, 2) -> (newConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Abort, 0) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newMX, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Generate, 2) -> (Has, 1) -> (t, 1) -> (LISFn, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (UpdatePod, 3)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newNSEC3, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Do, 2)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (delete, 2) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (WithAuthorizationCheck, 3) -> (forbidden, 2) -> (Set, 3)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (DeleteResource, 4) -> (write, 6)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newRRSIG, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Copy, 2) -> (Run, 4) -> (runHTTPHandler, 3) -> (resolvePort, 2) -> (BuildPodFullName, 2) -> (makeRuntimePod, 2) -> (Deserialize, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Watch, 4) -> (MatchTemplate, 2) -> (MatcherFunc, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (ClientConfig, 0) -> (newCertPool, 1) -> (AddCert, 1) -> (getVfsCap, 2) -> (Connect, 2) -> (newConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (restartAsStandaloneNode, 2) -> (RestartNode, 5)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newPTR, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newNS, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newMX, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (shutdown, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestAuthenticator, 4) -> (Remove, 1) -> (shrink, 0) -> (ValidateObjectMetaUpdate, 2) -> (GetPods, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(PrintObj, 2) -> (Unmarshal, 2) -> (parse, 0) -> (consume, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestContextFilter, 2) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (get, 1) -> (fill, 1)
(PrintObj, 2) -> (Write, 1) -> (Update, 3) -> (ToSSLUpdateMap, 0) -> (put, 4) -> (SendRequest, 1)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (createTarStream, 2) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (startNode, 2) -> (StartNode, 5)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (CreateFromKeys, 2) -> (makeDefaultErrorFunc, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (GetContent, 1) -> (parseError, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newCNAME, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (NewClient, 0) -> (NewNetworkV2, 2)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Send, 1) -> (ToWireFormat, 0) -> (ExtractPublicIPs, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (run, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (List, 1) -> (GetGroups, 0)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (RegisterHandlers, 7) -> (Handler, 0) -> (InstrumentHandler, 2) -> (InstrumentHandlerFunc, 2) -> (ProxyLoop, 3)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newMX, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (resolve, 1) -> (recognizeVariable, 1) -> (toServiceName, 1) -> (RequireNamespace, 0) -> (newConnection, 2) -> (Serve, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newSOA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (InitMulti, 4) -> (shouldRetry, 1) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (PatchResource, 5) -> (write, 6)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (DeleteResource, 4) -> (write, 6)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Head, 2) -> (HasNext, 0) -> (buildTemplates, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (initConnection, 0) -> (initDispatch, 0) -> (sendSubStateUpdate, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (waitForBuild, 2) -> (NewTimeoutError, 2) -> (c, 0) -> (MakeEtcdListKey, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromProvider, 1) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Do, 0) -> (NewDecoratedVisitor, 2) -> (UpdateObjectNamespace, 1)
(PrintObj, 2) -> (Write, 1) -> (write, 1) -> (writeDataFrame, 1) -> (Send, 1) -> (ToWireFormat, 0) -> (ExtractPublicIPs, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newTXT, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (InstallREST, 1) -> (NewAggregate, 1) -> (aggregate, 1) -> (ConnectResource, 7) -> (finishRequest, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (shutdown, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (Func, 2) -> (Zero, 1)
(PrintObj, 2) -> (Write, 1) -> (Errorf, 2) -> (logf, 3) -> (output, 5) -> (AddInt64, 2)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 1) -> (GetGroups, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (InstallSupport, 2) -> (StripPrefix, 2) -> (servicePath, 1) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (Execute, 2) -> (NewContainerError, 3) -> (AttachToContainer, 1) -> (hijack, 3)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (startServingTLS, 5)
(PrintObj, 2) -> (Flush, 0) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newTXT, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (NewStreamWatcher, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Start, 0) -> (startPod, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (DecompressStream, 1) -> (Extension, 0) -> (CmdStream, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (StartEventWatcher, 1)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (List, 4) -> (ToStackResourceListQuery, 0)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (List, 4) -> (ToStackResourceListQuery, 0)
(PrintObj, 2) -> (Write, 1) -> (Copy, 2) -> (Run, 4) -> (RunInContainer, 2) -> (parseContainerID, 1) -> (popError, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Complete, 1) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (Execute, 2) -> (NewContainerError, 3) -> (AttachToContainer, 1) -> (hijack, 3) -> (CloseWrite, 0) -> (tlsDialWithDialer, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newAAAA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (startNode, 2) -> (StartNode, 5)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (loop, 0) -> (flushRequests, 1) -> (recvFunc, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Send, 1) -> (Call, 5) -> (MarshalTextString, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0)
(PrintObj, 2) -> (Flush, 0) -> (Unlock, 0) -> (Delete, 2) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1) -> (Hijack, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newCNAME, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Next, 0) -> (run, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (RESTClientFor, 1) -> (TransportFor, 1) -> (HTTPWrappersForConfig, 2)
(PrintObj, 2) -> (Write, 1) -> (Capture, 2) -> (DropHandler, 1) -> (CombinedOutput, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (addServiceOnPort, 4) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (killUnwantedPods, 2) -> (killPod, 1) -> (KillPod, 1)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (New, 0) -> (newUniqueNamedGraph, 1) -> (callJournalctl, 0) -> (StdoutPipe, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (GetPods, 0)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Route, 1) -> (Build, 0) -> (Build, 1) -> (isMissingRequirements, 1) -> (createTarStream, 2) -> (TarWithOptions, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (updateStore, 3) -> (Update, 1) -> (updateConfig, 2) -> (Rename, 3)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (ApplyLayer, 2) -> (UnpackLayer, 2) -> (UtimesNano, 2) -> (NsecToTimespec, 1)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (InitMulti, 4) -> (shouldRetry, 1) -> (run, 2) -> (buildTemplates, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (Collect, 1) -> (collectFn, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Do, 2) -> (fn, 0)
(PrintObj, 2) -> (Unmarshal, 2) -> (parse, 0) -> (consume, 0) -> (run, 0) -> (ResourceAccessReviews, 1)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Write, 1) -> (write, 1) -> (writeDataFrame, 1) -> (Delete, 1) -> (hashLabels, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Generate, 2) -> (Has, 1) -> (t, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newSRV, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (ServiceURL, 4) -> (buildTemplates, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (resumeHashAt, 1) -> (CopyN, 3) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (notifyOnOOM, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newDefaultRegistry, 0) -> (NewGoCollector, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (InitMulti, 4) -> (shouldRetry, 1) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (ApplyLayer, 2) -> (UnpackLayer, 2) -> (UtimesNano, 2) -> (NsecToTimespec, 1)
(PrintObj, 2) -> (Unmarshal, 2) -> (parse, 0) -> (consume, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (Rename, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1) -> (GetPods, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (UpdateResource, 4) -> (isPrettyPrint, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (ProxyLoop, 3) -> (logTimeout, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newSRV, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newNSEC3, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2) -> (ExtractTarStream, 2)
(PrintObj, 2) -> (Write, 1) -> (Copy, 2) -> (Run, 4) -> (RunInContainer, 2) -> (parseContainerID, 1) -> (popError, 1) -> (CloseWrite, 0) -> (tlsDialWithDialer, 4)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Run, 0) -> (handleOne, 1) -> (Forget, 1) -> (ForgetFunc, 1) -> (loop, 0)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Sign, 0) -> (Run, 1) -> (Watch, 3) -> (etcdWatch, 3) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (rotateFile, 1) -> (Version, 0) -> (Do, 2)
(PrintObj, 2) -> (Unmarshal, 2) -> (Reset, 0) -> (delete, 2) -> (SendRequest, 1) -> (Warning, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (HandlerFunc, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Challenge, 1)
(PrintObj, 2) -> (Write, 1) -> (Unlock, 0) -> (Delete, 2) -> (shutdown, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (newSRV, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (resolve, 1) -> (recognizeVariable, 1) -> (toServiceName, 1) -> (RequireNamespace, 0) -> (newConnection, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (ClientConfig, 0) -> (newCertPool, 1) -> (AddCert, 1) -> (getVfsCap, 2) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1) -> (getStreamPriority, 1) -> (getStream, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Handler, 1) -> (ServeHTTP, 2)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (PatchResource, 5) -> (write, 6)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (path, 1) -> (parent, 2) -> (GetInitCgroupDir, 1) -> (parseMountTable, 0) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1)
(PrintObj, 2) -> (Write, 1) -> (Update, 3) -> (ToSSLUpdateMap, 0) -> (Del, 1) -> (query, 2) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (output, 5) -> (AddInt64, 2)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newDNSKEY, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4) -> (parseZone, 5)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (InstrumentHandlerFunc, 2) -> (InstrumentHandlerFuncWithOpts, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Sign, 0) -> (Run, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Handler, 1) -> (ServeHTTP, 2) -> (Set, 3) -> (Callback, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (Route, 1) -> (Build, 0) -> (Build, 1)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Abort, 0) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2) -> (NewWatcher, 0)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (Register, 0) -> (Operation, 1) -> (beBody, 0) -> (Build, 1) -> (BuildImage, 1) -> (buildImageFunc, 1) -> (TarWithOptions, 2)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (Register, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Sign, 0) -> (Run, 1)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (ListenAndServe, 0) -> (serveUDP, 1)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0)
(PrintObj, 2) -> (Write, 1) -> (Add, 1) -> (AddCommand, 1) -> (init, 1) -> (NewBootstrapController, 0) -> (startPod, 0) -> (startServingTLS, 5) -> (NewWatcher, 0)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (NewRequestAuthenticator, 4) -> (Remove, 1) -> (shrink, 0) -> (ValidateObjectMetaUpdate, 2)
(PrintObj, 2) -> (Write, 1) -> (Get, 1) -> (keyFn, 1) -> (Next, 0) -> (run, 0) -> (ResourceAccessReviews, 1) -> (newResourceAccessReviews, 2)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (CreateFromConfig, 1) -> (CreateFromKeys, 2)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (ClientConfig, 0) -> (newCertPool, 1) -> (AddCert, 1) -> (getVfsCap, 2) -> (Connect, 2) -> (newConnection, 2) -> (Serve, 1)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (run, 1) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (Process32Next, 2) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Write, 1) -> (New, 1) -> (BindFlags, 1) -> (initConnection, 0) -> (initDispatch, 0)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newSOA, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (newPTR, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (Marshal, 1) -> (GetProperties, 1) -> (panic, 1) -> (String, 0) -> (RangeString, 0) -> (binomial, 2) -> (GetKubernetesAddress, 1) -> (listAndWatch, 0) -> (Jitter, 2) -> (NewForbiddenMessageResolver, 1) -> (addRootScopedForbiddenMessageMaker, 3) -> (addForbiddenMessageMaker, 4) -> (HelpTemplate, 0) -> (x, 0) -> (NewClientConnection, 1) -> (NewConnection, 2) -> (monitor, 0)
(PrintObj, 2) -> (Write, 1) -> (readFromAt, 2) -> (WriteStream, 3) -> (Abort, 0) -> (HasNext, 0) -> (run, 2) -> (buildTemplates, 2) -> (Detect, 1)
(PrintObj, 2) -> (ConvertToVersion, 2) -> (NewObject, 2) -> (New, 1) -> (exportHTTP, 1) -> (ListenAndServe, 0) -> (serveUDP, 1) -> (RemoteAddr, 0) -> (addServiceOnPort, 4) -> (ProxyLoop, 3)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Run, 0) -> (Pop, 0) -> (PopFunc, 0) -> (ForgetFunc, 1) -> (startNode, 2) -> (StartNode, 5)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (List, 4) -> (ToStackResourceListQuery, 0) -> (BuildQueryString, 1)
(PrintObj, 2) -> (Write, 1) -> (Encode, 1) -> (atEndOfEncode, 0) -> (ApplyLayer, 2) -> (UnpackLayer, 2) -> (UtimesNano, 2) -> (NsecToTimespec, 1)
(PrintObj, 2) -> (Call, 1) -> (Decode, 1) -> (base64Decode, 1) -> (newRRSIG, 1) -> (NewRR, 1) -> (ReadRR, 2) -> (parseZoneHelper, 4)
(PrintObj, 2) -> (WriteByte, 1) -> (Write, 1) -> (bodyAllowedForStatus, 1) -> (WriteStream, 3) -> (fromZeroFillLarge, 2) -> (SplitAfterN, 3) -> (buildTemplates, 2) -> (Detect, 1) -> (NewParser, 0) -> (NewRepository, 0)
(PrintObj, 2) -> (Write, 1) -> (Close, 0) -> (SetFinalizer, 2) -> (Sign, 0) -> (Run, 1)
(PrintObj, 2) -> (safeExecute, 2) -> (, 0) -> (DefaultRegistryFunc, 1) -> (initConnection, 0) -> (initDispatch, 0)
(PrintObj, 2) -> (Marshal, 1) -> (marshal, 2) -> (panic, 1) -> (Do, 2) -> (fn, 0) -> (printValue, 2) -> (ReadSlice, 1)

```

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

commit ID: fe3f07ee509de38099565693aecc74e555f971ee

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.