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

wanchain/schnorr-mpc: storeman/storemanmpc/step/mpc_skpoly_generator.go; 4 LoC

Open
#7,753 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 [wanchain/schnorr-mpc](https://www.github.com/wanchain/schnorr-mpc) at [storeman/storemanmpc/step/mpc_skpoly_generator.go](https://github.com/wanchain/schnorr-mpc/blob/9c36ce91d23b51372de1eaac1dbd18ec990ab848/storeman/storemanmpc/step/mpc_skpoly_generator.go#L53-L56)

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 value at line 54 may start a goroutine

[Click here to see the code in its original context.](https://github.com/wanchain/schnorr-mpc/blob/9c36ce91d23b51372de1eaac1dbd18ec990ab848/storeman/storemanmpc/step/mpc_skpoly_generator.go#L53-L56)

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

```go
for _, value := range poly.message {
poly.result.Add(poly.result, &value)
poly.result.Mod(poly.result, crypto.S256().Params().N)
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (NewReader, 6) -> (readFilterBlock, 1) -> (restartOffset, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (normalizeFlags, 2) -> (copyFlag, 3) -> (Name, 1) -> (IsCountry, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Init, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1) -> (propagateCancel, 2)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (Put, 0) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (handle, 4)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (Put, 0) -> (Mount, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (init, 0) -> (Base, 1) -> (setError, 1) -> (error, 2)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (newTestingDB, 3) -> (NotTo, 1) -> (openDB, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Use, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (newServerConn, 5)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (newTable, 5)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0) -> (EvictAll, 0) -> (get, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (serveRequest, 3)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1) -> (serveRequest, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0) -> (EvictAll, 0) -> (get, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (completeRequest, 3)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Sum, 1) -> (Sum64, 0)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Resolve, 1) -> (Hex2Bytes, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (finish, 0) -> (computeCompaction, 0) -> (logf, 5) -> (GenerateAsync, 1) -> (solveBlock, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (AllKeyValueTesting, 4) -> (KeyValue_MultipleKeyValue, 0) -> (BloomLookup, 2) -> (And, 2) -> (Run, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0) -> (EvictAll, 0) -> (get, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (add, 1)
(Add, 2) -> (Remove, 1) -> (delete, 2) -> (delete, 3) -> (Store, 4) -> (Split, 5)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (makeSlice, 1) -> (recover, 0) -> (recordCommited, 1) -> (fsParseName, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (Put, 0) -> (Upload, 2)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (SupportedModules, 0) -> (CallContext, 3) -> (WithDeadline, 2) -> (cancel, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (Put, 0) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Subscribe, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (First, 0) -> (post, 0) -> (PostFn, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (init, 0) -> (Base, 1) -> (setError, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 1) -> (Walk, 2) -> (walk, 3) -> (loadSubTrie, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (newTestingDB, 3) -> (Open, 2) -> (openDB, 1) -> (mCompaction, 0) -> (NewBufferPool, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0) -> (Tracef, 2) -> (Tracef, 3) -> (notifyReceivedInternal, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (ensureExpirer, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 2)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Set, 2) -> (put, 3) -> (put, 4) -> (ensureBuffer, 2) -> (setupConn, 3) -> (doProtoHandshake, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (Put, 0) -> (Mount, 2) -> (initMount, 2)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (MinPow, 0) -> (Load, 1) -> (load, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (newTestingDB, 3) -> (Open, 2) -> (openDB, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (finish, 0) -> (computeCompaction, 0) -> (logf, 5) -> (GenerateAsync, 1) -> (solveBlock, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Remove, 1) -> (remove, 1) -> (assertChangeable, 0) -> (get, 6)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (newTable, 5)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (handle, 4)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Put, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Init, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Any, 0) -> (discoverPMP, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (readBlock, 2) -> (readRawBlock, 2) -> (logI, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1) -> (setupConn, 3) -> (doProtoHandshake, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Put, 2) -> (post, 0) -> (PostFn, 1) -> (SignSDKRequest, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (newTable, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 1) -> (nonil, 2) -> (Walk, 2) -> (loadSubTrie, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3) -> (Disconnected, 0) -> (NotifyBlocks, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3) -> (Disconnected, 0) -> (NotifyNewTransactions, 1) -> (LastUpdated, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Any, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Get, 1) -> (safe, 0) -> (MethodByName, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Use, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (newServerConn, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1) -> (RaceAcquire, 1) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0)
(Add, 2) -> (append, 2) -> (Append, 2) -> (Reload, 0) -> (finish, 0) -> (computeCompaction, 0) -> (logf, 5) -> (GenerateAsync, 1) -> (solveBlock, 1)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (setStatus, 1) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Init, 2) -> (LogBlockHeight, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (newHTTPClient, 1) -> (ProxyURL, 1) -> (dialStreamLocal, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (resetHeaderState, 2) -> (Init, 0) -> (PresetVar, 5)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1) -> (RaceAcquire, 1) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Init, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (recFunc, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (ensureExpirer, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1) -> (RaceAcquire, 1) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3) -> (Disconnected, 0) -> (NotifyBlocks, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (propagateCancel, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Set, 2) -> (put, 3) -> (put, 4) -> (ensureBuffer, 2) -> (recoverTable, 2) -> (recoverTable, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (init, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Load, 1) -> (load, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (init, 0) -> (Base, 1) -> (setError, 1) -> (error, 2) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (SyslogInfo, 1) -> (writeSyslog, 2)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (handleResponse, 1)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3) -> (Disconnected, 0) -> (NotifyNewTransactions, 1) -> (LastUpdated, 0)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Store, 4) -> (Split, 5) -> (prepareChunks, 11)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3) -> (hash, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (add, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (MaxMessageSize, 0) -> (Load, 1) -> (load, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Init, 2) -> (LogBlockHeight, 1) -> (Height, 0)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Matches, 1) -> (Bool, 0) -> (parseBool, 1) -> (fi2fo, 2) -> (lazyinit, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (handle, 4)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Store, 4) -> (Split, 5)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (dial, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (init, 1) -> (newTable, 2) -> (WordCompleter, 1) -> (Valid, 1) -> (propagateCancel, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 0)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (setStatus, 1) -> (Mount, 2) -> (initMount, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Init, 2) -> (Infof, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (resetHeaderState, 2) -> (Init, 0) -> (PresetVar, 5)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Resolve, 1) -> (Hex2Bytes, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (ReadAt, 2) -> (logI, 5)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Use, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (newServerConn, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (newTableOps, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (init, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Run, 1) -> (checkCommandHelp, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (resetHeaderState, 2) -> (Init, 0)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (completeRequest, 3)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Run, 1) -> (checkCommandHelp, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (First, 0) -> (post, 0)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Lookup, 1) -> (Name, 1) -> (floatToString, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (completeRequest, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (String, 1) -> (lookupString, 2) -> (grow, 2) -> (IsCountry, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (newTable, 5)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (newHTTPClient, 1) -> (ProxyURL, 1) -> (dialStreamLocal, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (lazyinit, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (New, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Resolve, 1) -> (Hex2Bytes, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (parse, 0) -> (next, 1) -> (im, 1) -> (EqualFold, 2) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Parse, 1) -> (remakeString, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (add, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3) -> (Disconnected, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Get, 1) -> (getValue, 1) -> (MethodByName, 1) -> (panicReferenceError, 2) -> (recoverTable, 2) -> (recoverTable, 1)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (String, 1) -> (lookupString, 2) -> (grow, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Get, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (newTable, 5)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (handleResponse, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (newTestingDB, 3) -> (NotTo, 1) -> (openDB, 1) -> (mCompaction, 0) -> (NewBufferPool, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (UnwindBlock, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (skipTests, 2) -> (runFunc, 5) -> (forkCall, 5)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (NewReader, 6) -> (readFilterBlock, 1) -> (readRawBlock, 2)
(Add, 2) -> (Remove, 1) -> (delete, 2) -> (delete, 3) -> (Store, 4) -> (Split, 5) -> (prepareChunks, 11)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (handle, 4)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (IngestBlock, 3)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (enableCSM, 4) -> (InjectHandlers, 1) -> (connect, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (ensureExpirer, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Get, 1) -> (safe, 0) -> (MethodByName, 1) -> (panicReferenceError, 2) -> (recoverTable, 2) -> (recoverTable, 1)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 3) -> (obd, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Init, 0) -> (PresetVar, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Subscribe, 1) -> (Install, 1) -> (expectsSymmetricEncryption, 0) -> (validateSymmetricKey, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (ensureExpirer, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0) -> (resendRequests, 0) -> (Disconnected, 0) -> (notifyReceivedInternal, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (checkFixtureArgs, 0) -> (logArgPanic, 2) -> (niceFuncName, 1)
(Add, 2) -> (Remove, 1) -> (remove, 1) -> (assertChangeable, 0) -> (delete, 5)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (recFunc, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Get, 1) -> (safe, 0) -> (MethodByName, 1) -> (panicReferenceError, 2) -> (setupConn, 3) -> (doProtoHandshake, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (Put, 2) -> (post, 0) -> (PostFn, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (handleResponse, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0) -> (EvictAll, 0) -> (get, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0) -> (EvictAll, 0) -> (get, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (NewReader, 6) -> (readFilterBlock, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (ensureExpirer, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (append, 2) -> (Append, 2) -> (Reload, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (TimedUnlock, 3)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (handleResponse, 1)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (finish, 0) -> (computeCompaction, 0) -> (logf, 5) -> (GenerateAsync, 1) -> (solveBlock, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (ToValue, 1) -> (toValue, 1) -> (newError, 6) -> (newError, 6) -> (recoverTable, 2) -> (recoverTable, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (init, 0) -> (Base, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (makeAccountManager, 1) -> (NewManager, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Put, 2) -> (post, 0) -> (PostFn, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (init, 0) -> (Base, 1) -> (setError, 1) -> (error, 2) -> (newTable, 5)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Sign, 3) -> (fromBig, 1) -> (buildHashSuffix, 0) -> (load4, 1) -> (PasswordPrompt, 1) -> (getSuffixGlyphs, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Any, 0) -> (discoverPMP, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Store, 4) -> (Split, 5)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3) -> (Disconnected, 0)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (finishBlock, 0) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Lookup, 1) -> (Name, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Get, 1) -> (getValue, 1) -> (MethodByName, 1) -> (panicReferenceError, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (resetHeaderState, 2) -> (Init, 0)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Init, 0) -> (PresetVar, 5)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Test, 1) -> (BloomLookup, 2) -> (And, 2) -> (And, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (completeRequest, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Sign, 3) -> (fromBig, 1) -> (buildHashSuffix, 0) -> (load4, 1) -> (PasswordPrompt, 1) -> (getSuffixGlyphs, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (finish, 0) -> (computeCompaction, 0) -> (logf, 5) -> (GenerateAsync, 1) -> (solveBlock, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2) -> (newSuiteRunner, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (dial, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (newTableOps, 1) -> (NewBufferPool, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (Put, 0) -> (Mount, 2) -> (initMount, 2) -> (ParseUnixRights, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (ensureExpirer, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (handle, 4)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Store, 4) -> (Split, 5) -> (prepareChunks, 11)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (handle, 4)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (startProtocols, 2)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Subscribe, 1) -> (Install, 1) -> (expectsSymmetricEncryption, 0) -> (validateSymmetricKey, 1) -> (setupConn, 3) -> (doProtoHandshake, 1)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1) -> (RaceAcquire, 1) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Resolve, 1) -> (Immutable, 0)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Store, 4) -> (Split, 5) -> (prepareChunks, 11)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Read, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (makeAccountManager, 1) -> (NewManager, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (TimedUnlock, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (runFixture, 3) -> (StopTimer, 0) -> (forkCall, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (ReadAt, 2)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Set, 2) -> (put, 3) -> (put, 4) -> (ensureBuffer, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (TimedUnlock, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Any, 0) -> (discoverPMP, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (AllKeyValueTesting, 4) -> (KeyValue_MultipleKeyValue, 0) -> (BloomLookup, 2) -> (And, 2) -> (Run, 2) -> (newSuiteRunner, 2)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Get, 1) -> (safe, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (ensureExpirer, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Stop, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (readBlock, 2) -> (readRawBlock, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (parseMappings, 1) -> (parse, 0) -> (UnreadByte, 0) -> (im, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1) -> (setupConn, 3) -> (doProtoHandshake, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2) -> (newSuiteRunner, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Resolve, 1) -> (Immutable, 0) -> (reqQueryFindnode, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (readBlock, 2) -> (readRawBlock, 2) -> (logI, 5)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (ensureExpirer, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (completeRequest, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (handle, 4)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Get, 1)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Resolve, 1) -> (Immutable, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (normalizeFlags, 2) -> (copyFlag, 3) -> (Name, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0) -> (Tracef, 2) -> (Tracef, 3) -> (notifyReceivedInternal, 1) -> (NotifyMempoolTx, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Parse, 1) -> (remakeString, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (ensureExpirer, 0)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 3) -> (obd, 2)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (New, 2) -> (ServeHTTPC, 3) -> (f, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (newHTTPClient, 1) -> (ProxyURL, 1) -> (dialStreamLocal, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (dial, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (TimedUnlock, 3)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Any, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1) -> (serveRequest, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1) -> (propagateCancel, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Subscribe, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Lookup, 1) -> (Name, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (enableCSM, 4) -> (InjectHandlers, 1) -> (connect, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Matches, 1) -> (Bool, 0) -> (parseBool, 1) -> (fi2fo, 2) -> (lazyinit, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (add, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (TimedUnlock, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (dial, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (setStatus, 1) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (readBlock, 2) -> (readRawBlock, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (newTable, 5)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2) -> (BashComplete, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (add, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (TimedUnlock, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (wsReconnectHandler, 0)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0) -> (resendRequests, 0) -> (Disconnected, 0) -> (notifyReceivedInternal, 1) -> (NotifyMempoolTx, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Run, 1) -> (checkCommandHelp, 2) -> (ShowCommandCompletions, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Init, 0) -> (PresetVar, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Get, 1) -> (getValue, 1) -> (MethodByName, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1) -> (RaceAcquire, 1) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 3) -> (obd, 2)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (handle, 4)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (init, 0) -> (scan, 0)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (setStatus, 1) -> (Mount, 2)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (newTable, 5)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (catchPanic, 1) -> (function, 0) -> (recordCommited, 1) -> (fsParseName, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (close, 0) -> (Broadcast, 0) -> (EvictAll, 0) -> (get, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Store, 4) -> (Split, 5)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (ensureExpirer, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (setupConn, 3) -> (doProtoHandshake, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (newHTTPClient, 1) -> (ProxyURL, 1) -> (dialStreamLocal, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (run, 0)
(Add, 2) -> (append, 2) -> (Append, 2) -> (Reload, 0) -> (flush, 1) -> (generate, 0) -> (Generate, 1) -> (GenerateAsync, 1) -> (solveBlock, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2) -> (newSuiteRunner, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (handle, 4)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Test, 1) -> (BloomLookup, 2) -> (And, 2) -> (And, 3) -> (watchNetwork, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (readLoop, 1) -> (handle, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (New, 2) -> (ServeHTTPC, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Lookup, 1) -> (Name, 1) -> (floatToString, 2)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 2) -> (connect, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1) -> (ReadFile, 4) -> (WritePong, 1) -> (RaceAcquire, 1) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Sign, 3) -> (fromBig, 1) -> (buildHashSuffix, 0) -> (load4, 1) -> (PasswordPrompt, 1) -> (getSuffixGlyphs, 2) -> (IsOneOf, 2)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1) -> (UnsubscribeRequest, 1) -> (forkCall, 5)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (disconnectChan, 0) -> (buildHashSuffix, 0) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (IsZero, 0) -> (Sign, 0) -> (Get, 1) -> (safe, 0) -> (MethodByName, 1) -> (panicReferenceError, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewPublicWhisperAPI, 1)
(Add, 2) -> (Remove, 1) -> (remove, 1) -> (assertChangeable, 0) -> (catchPanic, 1) -> (function, 0) -> (recordCommited, 1) -> (fsParseName, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Resolve, 1) -> (Hex2Bytes, 1) -> (reqQueryFindnode, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (handleResponse, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (NewBlockTemplate, 1) -> (Debugf, 6) -> (checkConnectBlock, 4)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (Done, 0)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Any, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 2) -> (ServeHTTPC, 3)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1)
(Add, 2) -> (Add, 3) -> (Double, 2) -> (fieldJacobianToBigAffine, 3) -> (Put, 2) -> (post, 0) -> (PostFn, 1) -> (SignSDKRequest, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Test, 1) -> (BloomLookup, 2) -> (And, 2) -> (And, 3)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (completeRequest, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Read, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Resolve, 1) -> (Hex2Bytes, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (NewReader, 6) -> (readFilterBlock, 1)
(Add, 2) -> (Remove, 1) -> (scanTable, 2) -> (Printf, 3) -> (SyslogInfo, 1) -> (writeSyslog, 2)
(Add, 2) -> (newCurvePoint, 1) -> (Get, 0) -> (getDataIterErr, 4) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Test, 1) -> (BloomLookup, 2) -> (And, 2) -> (And, 3) -> (watchNetwork, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (handle, 4)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (runTest, 1) -> (forkTest, 1) -> (roundUp, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Add, 3) -> (Put, 1) -> (cap, 1) -> (SleepWithContext, 2) -> (Err, 0) -> (FSEventStreamStop, 1) -> (port_alert, 4) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Init, 2) -> (Infof, 2) -> (printf, 4)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (Add, 3) -> (delete, 2) -> (delete, 3) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (ValidateTransactionScripts, 5) -> (Validate, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Read, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Get, 1) -> (getValue, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (wsReconnectHandler, 0) -> (Tracef, 2) -> (Tracef, 3) -> (notifyReceivedInternal, 1) -> (NotifyMempoolTx, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (handle, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(Add, 2) -> (Set, 1) -> (append, 2) -> (Write, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Call, 1) -> (Stop, 1) -> (Walk, 2) -> (walk, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3) -> (upload, 0) -> (upload, 2)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (catchPanic, 1) -> (function, 0) -> (floatToString, 2) -> (Log10, 1) -> (NewBufferPool, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (runEventLoop, 0) -> (Reset, 1) -> (constructSafe, 3) -> (construct, 3) -> (createTestFilesAndUploadToSwarm, 4) -> (Upload, 2) -> (UploadWithContext, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (setStatus, 1) -> (Mount, 2) -> (initMount, 2) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Call, 1) -> (Stop, 1) -> (Walk, 2) -> (walk, 3)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0) -> (resendRequests, 0) -> (Disconnected, 0) -> (notifyReceivedInternal, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (TimedUnlock, 3)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Do, 1) -> (sf, 1) -> (ByIgnoring, 0) -> (rf, 1) -> (doProtoHandshake, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Parse, 1) -> (remakeString, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0)
(Add, 2) -> (Mul, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Resolve, 1) -> (Immutable, 0) -> (reqQueryFindnode, 3)
(Add, 2) -> (append, 2) -> (Write, 1) -> (completeRequest, 3) -> (Stop, 0) -> (CFRunLoopWakeUp, 1) -> (port_alert, 4) -> (setStatus, 1) -> (Upload, 2)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Call, 1) -> (Stop, 1) -> (Walk, 2) -> (walk, 3)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2) -> (handleResponse, 1)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (run, 0) -> (Unsubscribe, 1)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (Run, 2) -> (newSuiteRunner, 2)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (SendRequest, 3) -> (ListenAndServe, 2) -> (DELETE, 2)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (wsReconnectHandler, 0) -> (resendRequests, 0) -> (Disconnected, 0) -> (notifyReceivedInternal, 1) -> (NotifyMempoolTx, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (IsPubKeyEqual, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0)
(Add, 2) -> (IsZero, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (, 0) -> (NewFilterTopicsFromStringsFlat, 1) -> (NewTopicFromString, 1) -> (NewTopic, 1) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (wsReconnectHandler, 0) -> (Tracef, 2) -> (Tracef, 3) -> (notifyReceivedInternal, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (run, 0)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (Start, 1) -> (start, 0) -> (update, 0) -> (broadcast, 0) -> (handleResponse, 1)
(Add, 2) -> (Set, 1) -> (UnmarshalText, 1) -> (Array, 0) -> (Add, 1) -> (UseC, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (ensureExpirer, 0)
(Add, 2) -> (Mul, 2) -> (Set, 1) -> (int, 1) -> (Parse, 1) -> (remakeString, 0) -> (equalTags, 1) -> (regionID, 1) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(Add, 2) -> (Add, 3) -> (Get, 0) -> (getDataIterErr, 4) -> (Read, 1) -> (ReadFile, 4) -> (rcopy, 3) -> (SetMapIndex, 2) -> (mountDir, 5) -> (compareGeneratedFileWithFileInMount, 3) -> (Perm, 0) -> (ParseUnixRights, 1)
(Add, 2) -> (IsInfinity, 0) -> (Sign, 0) -> (logSigningInfo, 0) -> (start, 0) -> (Trace, 3) -> (broadcast, 0) -> (Envelopes, 0) -> (run, 10) -> (handle, 0) -> (Receive, 2) -> (Unmarshal, 3) -> (syncUnsyncedKeys, 0) -> (newSyncRequest, 2)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (NewManager, 1)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (completeRequest, 3)
(Add, 2) -> (Set, 1) -> (New, 1) -> (MinPow, 0) -> (New, 0) -> (Start, 0) -> (processQueue, 0) -> (NotifyWatchers, 2) -> (handle, 4)
(Add, 2) -> (Add, 3) -> (Sign, 0) -> (logSigningInfo, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (Syscall, 5) -> (marshalInt, 2) -> (nextBlock, 3) -> (solveBlock, 1)
(Add, 2) -> (Mul, 3) -> (Put, 1) -> (cap, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (marshalStruct, 2) -> (marshalInt, 2) -> (PromptPassword, 1) -> (Prompt, 1) -> (PromptWithSuggestion, 3)

```

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: 9c36ce91d23b51372de1eaac1dbd18ec990ab848

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.