Skip to content

Instantly share code, notes, and snippets.

@mrfelton
Last active April 16, 2020 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrfelton/1f1aa500b75b55612ac6e1ae43734372 to your computer and use it in GitHub Desktop.
Save mrfelton/1f1aa500b75b55612ac6e1ae43734372 to your computer and use it in GitHub Desktop.
native-grpc
macbook-pro:node-lnd-grpc tom$ GRPC_TRACE=all GRPC_VERBOSITY=DEBUG DEBUG=lnrpc* TOR=true npx babel-tape-runner test/servives.Lightning.test.js | npx tap-spec
D0416 19:11:23.920045000 4503690688 dns_resolver.cc:294] Using native dns resolver
I0416 19:11:23.920449000 4503690688 timer_manager.cc:88] Spawn timer thread
I0416 19:11:23.920467000 4503690688 init.cc:164] grpc_init(void)
I0416 19:11:23.920530000 123145470877696 timer_manager.cc:250] timers not checked: expect another thread to
I0416 19:11:23.920538000 123145470877696 timer_manager.cc:197] sleep until kicked
I0416 19:11:23.920796000 4503690688 completion_queue.cc:504] grpc_completion_queue_create_internal(completion_type=0, polling_type=0)
Lightning.invoices
lnrpc:grpc Initializing LndGrpc with config: { host: 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', cert: '/Users/tom/workspace/node-lnd-grpc/test/fixtures/testnet4/tls.cert', macaroon: '/Users/tom/workspace/node-lnd-grpc/test/fixtures/testnet4/readonly.macaroon' } +0ms
lnrpc:grpc Connecting to lnd gRPC service +4ms
lnrpc:tor Starting tor with settings: { DataDirectory: '/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data', HTTPTunnelPort: '127.0.0.1:9065', SocksPort: 0, 'Log info': 'stdout' } +0ms
lnrpc:tor Generated torrc at /var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/torrc:
lnrpc:tor DataDirectory /var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data
HTTPTunnelPort 127.0.0.1:9065
SocksPort 0
Log info stdout
+1ms
lnrpc:tor Setting grpc_proxy as: http://127.0.0.1:9065 +0ms
lnrpc:tor Started tor process with pid: 6606 +4ms
lnrpc:torproc Apr 16 19:11:24.318 [notice] Tor 0.4.2.5 running on Darwin with Libevent 2.1.11-stable, OpenSSL 1.1.1d, Zlib 1.2.11, Liblzma N/A, and Libzstd N/A.
lnrpc:torproc Apr 16 19:11:24.319 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning +0ms
lnrpc:torproc Apr 16 19:11:24.319 [notice] Read configuration file "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/torrc". +0ms
lnrpc:torproc Apr 16 19:11:24.319 [notice] Opening HTTP tunnel listener on 127.0.0.1:9065 +1ms
lnrpc:torproc Apr 16 19:11:24.320 [notice] Opened HTTP tunnel listener on 127.0.0.1:9065 +0ms
lnrpc:torproc Apr 16 19:11:24.000 [warn] Your log may contain sensitive information - you're logging more than "notice". Don't log unless it serves an important reason. Overwrite the log afterwards.
lnrpc:torproc Apr 16 19:11:24.000 [info] options_act_reversible: Recomputed OOS thresholds: ConnLimit 1000, ConnLimit_ 10176, ConnLimit_high_thresh 10112, ConnLimit_low_thresh 7632
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_lockfile_lock: Locking "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/lock" +0ms
lnrpc:torproc Apr 16 19:11:24.000 [info] or_state_load: Initialized state +1ms
lnrpc:torproc Apr 16 19:11:24.000 [info] circuit_build_times_parse_state: Adding 0 timeouts.
lnrpc:torproc Apr 16 19:11:24.000 [info] circuit_build_times_parse_state: Loaded 0/0 values from 0 lines in circuit time histogram +0ms
lnrpc:torproc Apr 16 19:11:24.000 [info] or_state_save: Saved state to "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/state" +1ms
lnrpc:torproc Apr 16 19:11:24.000 [info] read_file_to_str: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/router-stability": No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] select_scheduler: Scheduler type KIST not built in
lnrpc:torproc Apr 16 19:11:24.000 [info] scheduler_kist_set_lite_mode: Setting KIST scheduler without kernel support (KISTLite mode)
lnrpc:torproc Apr 16 19:11:24.000 [info] cmux_ewma_set_options: Enabled cell_ewma algorithm because of value in CircuitPriorityHalflifeMsec in consensus; scale factor is 0.793701 per 10 seconds
lnrpc:torproc Apr 16 19:11:24.000 [notice] Parsing GEOIP IPv4 file /usr/local/Cellar/tor/0.4.2.5/share/tor/geoip. +0ms
lnrpc:torproc Apr 16 19:11:24.000 [notice] Parsing GEOIP IPv6 file /usr/local/Cellar/tor/0.4.2.5/share/tor/geoip6. +108ms
lnrpc:torproc Apr 16 19:11:24.000 [info] circpad_machine_client_hide_intro_circuits: Registered client intro point hiding padding machine (0)
lnrpc:torproc Apr 16 19:11:24.000 [info] circpad_machine_relay_hide_intro_circuits: Registered relay intro circuit hiding padding machine (0)
lnrpc:torproc Apr 16 19:11:24.000 [info] circpad_machine_client_hide_rend_circuits: Registered client rendezvous circuit hiding padding machine (1)
lnrpc:torproc Apr 16 19:11:24.000 [info] circpad_machine_relay_hide_rend_circuits: Registered relay rendezvous circuit hiding padding machine (1)
lnrpc:torproc Apr 16 19:11:24.000 [info] add_predicted_port: New port prediction added. Will continue predictive circ building for 2778 more seconds.
lnrpc:torproc Apr 16 19:11:24.000 [info] crypto_openssl_late_init: NOT using OpenSSL engine support. +46ms
lnrpc:torproc Apr 16 19:11:24.000 [info] evaluate_evp_for_aes: This version of OpenSSL has a known-good EVP counter-mode implementation. Using it. +0ms
lnrpc:torproc Apr 16 19:11:24.000 [notice] Bootstrapped 0% (starting): Starting +14ms
lnrpc:torproc Apr 16 19:11:24.000 [info] read_file_to_str: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-certs": No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-consensus" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/unverified-consensus" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-microdesc-consensus" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/unverified-microdesc-consensus" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-microdescs" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] read_file_to_str: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-microdescs.new": No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] microdesc_cache_reload: Reloaded microdescriptor cache. Found 0 descriptors.
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-descriptors" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [info] tor_mmap_file: Could not open "/var/folders/1b/496ss_hn7dx7wntf1w8qn6200000gn/T/lnd-grpc-k1Esis/data/cached-extrainfo" for mmap(): No such file or directory
lnrpc:torproc Apr 16 19:11:24.000 [notice] Starting with guard context "default"
lnrpc:torproc Apr 16 19:11:24.000 [info] sampled_guards_update_from_consensus: Not updating the sample guard set; we have no reasonably live consensus.
lnrpc:torproc Apr 16 19:11:24.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 0 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:24.000 [info] sample_reachable_filtered_entry_guards: (That isn't enough. Trying to expand the sample.)
lnrpc:torproc Apr 16 19:11:24.000 [info] entry_guards_expand_sample: Not expanding the sample guard set; we have no reasonably live consensus.
lnrpc:torproc Apr 16 19:11:24.000 [info] sample_reachable_filtered_entry_guards: (After filters [b], we have 0 guards to consider.) +1ms
lnrpc:torproc Apr 16 19:11:24.000 [info] I learned some more directory information, but not enough to build a circuit: We have no usable consensus. +0ms
lnrpc:torproc Apr 16 19:11:25.000 [info] update_consensus_bootstrap_attempt_downloads: Launching microdesc bootstrap mirror networkstatus consensus download.
lnrpc:torproc Apr 16 19:11:25.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 0 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:25.000 [info] sample_reachable_filtered_entry_guards: (That isn't enough. Trying to expand the sample.)
lnrpc:torproc Apr 16 19:11:25.000 [info] entry_guards_expand_sample: Not expanding the sample guard set; we have no reasonably live consensus.
lnrpc:torproc Apr 16 19:11:25.000 [info] sample_reachable_filtered_entry_guards: (After filters [7], we have 0 guards to consider.)
lnrpc:torproc Apr 16 19:11:25.000 [info] select_entry_guard_for_circuit: Absolutely no sampled guards were available. Marking all guards for retry and starting from top again.
lnrpc:torproc Apr 16 19:11:25.000 [info] directory_pick_generic_dirserver: No router found for consensus network-status fetch; falling back to dirserver list. +1s
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:443 ...
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_ap_make_link: ... application connection created and linked.
lnrpc:torproc Apr 16 19:11:25.000 [info] directory_send_command: Downloading consensus from 185.13.39.197:443 using /tor/status-vote/current/consensus-microdesc/0232AF+14C131+23D15D+27102B+49015F+D586D1+E8A9C4+ED03BB+EFCBE7.z
lnrpc:torproc Apr 16 19:11:25.000 [info] onion_pick_cpath_exit: Using requested exit node '$001524DD403D729F08F7E5D77813EF12756CFA8D~001524DD403D729F08F7E5D77813EF12756CFA8D at 185.13.39.197'
lnrpc:torproc Apr 16 19:11:25.000 [info] btc_update_evtype: CIRC BEST_ANY evtype -1->0 gid=1
lnrpc:torproc Apr 16 19:11:25.000 [info] circuit_handle_first_hop: Next router is [scrubbed]: Not connected. Connecting.
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_or_set_canonical: Channel 0 chose an idle timeout of 185.
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f81256ee5b0 ([scrubbed]): 001524DD403D729F08F7E5D77813EF12756CFA8D <unset>.
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_or_set_identity_digest: (Previously: 0000000000000000000000000000000000000000 <unset>) +1ms
lnrpc:torproc Apr 16 19:11:25.000 [info] bto_update_best: ORCONN BEST_ANY state -1->1 gid=4
lnrpc:torproc Apr 16 19:11:25.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:25.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer. +0ms
lnrpc:torproc Apr 16 19:11:26.000 [info] update_consensus_bootstrap_attempt_downloads: Launching microdesc bootstrap mirror networkstatus consensus download.
lnrpc:torproc Apr 16 19:11:26.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 0 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:26.000 [info] sample_reachable_filtered_entry_guards: (That isn't enough. Trying to expand the sample.)
lnrpc:torproc Apr 16 19:11:26.000 [info] entry_guards_expand_sample: Not expanding the sample guard set; we have no reasonably live consensus.
lnrpc:torproc Apr 16 19:11:26.000 [info] sample_reachable_filtered_entry_guards: (After filters [7], we have 0 guards to consider.)
lnrpc:torproc Apr 16 19:11:26.000 [info] select_entry_guard_for_circuit: Absolutely no sampled guards were available. Marking all guards for retry and starting from top again.
lnrpc:torproc Apr 16 19:11:26.000 [info] directory_pick_generic_dirserver: No router found for consensus network-status fetch; falling back to dirserver list. +1s
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:443 ...
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_make_link: ... application connection created and linked.
lnrpc:torproc Apr 16 19:11:26.000 [info] directory_send_command: Downloading consensus from 95.128.43.164:443 using /tor/status-vote/current/consensus-microdesc/0232AF+14C131+23D15D+27102B+49015F+D586D1+E8A9C4+ED03BB+EFCBE7.z
lnrpc:torproc Apr 16 19:11:26.000 [info] onion_pick_cpath_exit: Using requested exit node '$616081EC829593AF4232550DE6FFAA1D75B37A90~616081EC829593AF4232550DE6FFAA1D75B37A90 at 95.128.43.164'
lnrpc:torproc Apr 16 19:11:26.000 [info] circuit_handle_first_hop: Next router is [scrubbed]: Not connected. Connecting.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_set_canonical: Channel 0 chose an idle timeout of 184.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f813574fbf0 ([scrubbed]): 616081EC829593AF4232550DE6FFAA1D75B37A90 <unset>.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_set_identity_digest: (Previously: 0000000000000000000000000000000000000000 <unset>)
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer. +1ms
lnrpc:torproc Apr 16 19:11:26.000 [info] bto_update_best: ORCONN BEST_ANY state 1->3 gid=7
lnrpc:torproc Apr 16 19:11:26.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay +33ms
lnrpc:torproc Apr 16 19:11:26.000 [info] bto_update_best: ORCONN BEST_ANY state 3->7 gid=7
lnrpc:torproc Apr 16 19:11:26.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay +62ms
lnrpc:torproc Apr 16 19:11:26.000 [info] channel_tls_process_versions_cell: Negotiated version 5 with [scrubbed]:443; Waiting for CERTS cell +29ms
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_client_learned_peer_id: learned peer id for 0x7f813574fbf0 ([scrubbed]): 616081EC829593AF4232550DE6FFAA1D75B37A90, 7gZmP2wRc+j0T+HrF0HocfALwdcoDcULP0Fa/P31I5s
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_client_learned_peer_id: (We had no Ed25519 ID in mind when we made this connection.)
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f813574fbf0 ([scrubbed]): 616081EC829593AF4232550DE6FFAA1D75B37A90 7gZmP2wRc+j0T+HrF0HocfALwdcoDcULP0Fa/P31I5s.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_set_identity_digest: (Previously: 616081EC829593AF4232550DE6FFAA1D75B37A90 <unset>)
lnrpc:torproc Apr 16 19:11:26.000 [info] channel_tls_process_certs_cell: Got some good certificates from [scrubbed]:443: Authenticated it with RSA and Ed25519 +1ms
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_or_set_canonical: Channel 2 chose an idle timeout of 246.
lnrpc:torproc Apr 16 19:11:26.000 [info] bto_update_best: ORCONN BEST_ANY state 7->8 gid=7
lnrpc:torproc Apr 16 19:11:26.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
lnrpc:torproc Apr 16 19:11:26.000 [notice] Bootstrapped 20% (onehop_create): Establishing an encrypted directory connection
lnrpc:torproc Apr 16 19:11:26.000 [info] btc_update_state: CIRC BEST_ANY state -1->0 gid=2
lnrpc:torproc Apr 16 19:11:26.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE_FAST cell to '<unnamed>'
lnrpc:torproc Apr 16 19:11:26.000 [info] channel_tls_process_netinfo_cell: Got good NETINFO cell from [scrubbed]:443; OR connection is now open, using protocol version 5. Its ID digest is 616081EC829593AF4232550DE6FFAA1D75B37A90. Our address is apparently [scrubbed]. +0ms
lnrpc:torproc Apr 16 19:11:26.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:26.000 [info] internal circ (length 1, last hop 616081EC829593AF4232550DE6FFAA1D75B37A90): $616081EC829593AF4232550DE6FFAA1D75B37A90(open)
lnrpc:torproc Apr 16 19:11:26.000 [info] btc_update_evtype: CIRC BEST_ANY evtype 0->2 gid=2
lnrpc:torproc Apr 16 19:11:26.000 [info] btc_update_state: CIRC BEST_ANY state 0->4 gid=2
lnrpc:torproc Apr 16 19:11:26.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:26.000 [notice] Bootstrapped 25% (requesting_status): Asking for networkstatus consensus
lnrpc:torproc Apr 16 19:11:26.000 [info] btc_update_evtype: CIRC BEST_ANY evtype 2->1 gid=2 +39ms
lnrpc:torproc Apr 16 19:11:26.000 [info] internal circ (length 1): $616081EC829593AF4232550DE6FFAA1D75B37A90(open)
lnrpc:torproc Apr 16 19:11:26.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3620215855 to begin stream 64420.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3620215855
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_handshake_send_begin: Sending up to 193 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3620215855 streamid 64420 after 0 seconds.
lnrpc:torproc Apr 16 19:11:26.000 [info] internal circ (length 1): $616081EC829593AF4232550DE6FFAA1D75B37A90(open)
lnrpc:torproc Apr 16 19:11:26.000 [notice] Bootstrapped 30% (loading_status): Loading networkstatus consensus +41ms
lnrpc:torproc Apr 16 19:11:26.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 64420. Removing stream.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +223ms
lnrpc:torproc Apr 16 19:11:26.000 [info] handle_response_fetch_consensus: Received consensus directory (body size 2304055) from server '95.128.43.164:443' +8ms
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'dannenberg' at dannenberg.torauth.de:80 (contact Andreas Lehner; identity 0232AF901C31A04EE9848595AF9BB7620D4C5B2E)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'tor26' at 86.59.21.38:80 (contact Peter Palfrader; identity 14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'longclaw' at 199.58.81.140:80 (contact Riseup Networks <collective at riseup dot net> - 1nNzekuHGGzBYRzyjfjFEfeisNvxkn4RT; identity 23D15D965BC35114467363C165C4F724B64B4F66)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'bastet' at 204.13.164.118:80 (contact stefani <nocat at readthefinemanual dot net> 4096/F4B863AD6642E7EE; identity 27102BC123E7AF1D4741AE047E160C91ADC76B21)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'maatuska' at 171.25.193.9:443 (contact 4096R/1E8BF34923291265 Linus Nordberg <linus@nordberg.se>; identity 49015F787433103580E3B66A1707A00E60F2D15B)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'moria1' at 128.31.0.34:9131 (contact 1024D/EB5A896A28988BF5 arma mit edu; identity D586D18309DED4CD6D57C18FDB97EFA96D330566)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'dizum' at 45.66.33.45:80 (contact FD790065EBBD5E7AE6D039620D7F81CD19147711 Alex de Joode <usura@sabotage.org>; identity E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'gabelmoo' at 131.188.40.189:80 (contact 4096R/261C5FBE77285F88FB0C343266C8C2D7C5AA446D Sebastian Hahn <tor@sebastianhahn.net> - 12NbRAjAG5U3LLWETSF7fSTcdaz32Mu5CN; identity ED03BB616EB2F60BEC80151114BB25CEF515B226)
lnrpc:torproc Apr 16 19:11:26.000 [info] Looks like we need to download a new certificate from authority 'Faravahar' at 154.35.175.225:80 (contact 0x0B47D56D Sina Rabbani (inf0) <sina redteam net>; identity EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97)
lnrpc:torproc Apr 16 19:11:26.000 [info] A consensus needs 5 good signatures from recognized authorities for us to accept it. This microdesc one has 0 (). We were unable to check 9 of the signatures, because we were missing the keys.
lnrpc:torproc Apr 16 19:11:26.000 [info] networkstatus_set_current_consensus: Not enough certificates to check networkstatus consensus +49ms
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority moria1 (ID digest D586D18309DED4CD6D57C18FDB97EFA96D330566); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority tor26 (ID digest 14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority dizum (ID digest E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority gabelmoo (ID digest ED03BB616EB2F60BEC80151114BB25CEF515B226); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority dannenberg (ID digest 0232AF901C31A04EE9848595AF9BB7620D4C5B2E); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority maatuska (ID digest 49015F787433103580E3B66A1707A00E60F2D15B); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority Faravahar (ID digest EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority longclaw (ID digest 23D15D965BC35114467363C165C4F724B64B4F66); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] authority_certs_fetch_missing: No current certificate known for authority bastet (ID digest 27102BC123E7AF1D4741AE047E160C91ADC76B21); launching request.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:443 ... +1ms
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_make_link: ... application connection created and linked.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_dir_close_consensus_fetches: Closing consensus fetch (to 185.13.39.197) since one has just arrived.
lnrpc:torproc Apr 16 19:11:26.000 [info] sampled_guards_update_from_consensus: Not updating the sample guard set; we have no reasonably live consensus.
lnrpc:torproc Apr 16 19:11:26.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 0 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:26.000 [info] sample_reachable_filtered_entry_guards: (That isn't enough. Trying to expand the sample.)
lnrpc:torproc Apr 16 19:11:26.000 [info] entry_guards_expand_sample: Not expanding the sample guard set; we have no reasonably live consensus.
lnrpc:torproc Apr 16 19:11:26.000 [info] sample_reachable_filtered_entry_guards: (After filters [b], we have 0 guards to consider.)
lnrpc:torproc Apr 16 19:11:26.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
lnrpc:torproc Apr 16 19:11:26.000 [info] handle_response_fetch_consensus: Successfully loaded consensus.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_free_minimal: Freeing linked Directory connection [client reading] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:26.000 [info] internal circ (length 1): $616081EC829593AF4232550DE6FFAA1D75B37A90(open)
lnrpc:torproc Apr 16 19:11:26.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3620215855 to begin stream 64421.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3620215855 +0ms
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_reached_eof: conn (fd -1) reached eof. Closing.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_free_minimal: Freeing linked Socks connection [waiting for circuit] with 193 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for connect response' state. Sending it anyway. package_partial=0, buflen=465
lnrpc:torproc Apr 16 19:11:26.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for connect response' state. Sending it anyway. package_partial=1, buflen=465 +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3620215855 streamid 64421 after 1 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $616081EC829593AF4232550DE6FFAA1D75B37A90(open) +83ms
lnrpc:torproc Apr 16 19:11:27.000 [notice] Bootstrapped 40% (loading_keys): Loading authority key certs +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 64421. Removing stream.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +29ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_certificate: Received authority certificates (body size 20442) from server '95.128.43.164:443' +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority dannenberg with signing key B71116D3FB864E3BBA99370CF4E9611B9ACF569F +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority tor26 with signing key 4ABD14E600065842C3A3D1079BD39CDB1969A51F +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority longclaw with signing key 509EF6508DD58C083D55BECAC7C1B6B8BED4D358 +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority bastet with signing key 430B061F428EAE23240631406F9FF0E3A5966D96 +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority maatuska with signing key 7BB01AE548AC472C2C4CE42C651D37FE1AC0D453 +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority moria1 with signing key ACE88AC828C1641CD528F8681F570FB53A65807E +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority dizum with signing key 7020598CED8DFAED7618ABF4D9D8C0282F3A9ABE +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority gabelmoo with signing key 969E7C19FFBD9DCF07F86C0CB2F84ED61460E7AF +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] trusted_dirs_load_certs_from_string: Adding downloaded certificate for directory authority Faravahar with signing key 310ED41DA061602C0D3127ED493C2D476426D73F
lnrpc:torproc Apr 16 19:11:27.000 [info] A consensus needs 5 good signatures from recognized authorities for us to accept it. This microdesc one has 9 (dannenberg tor26 longclaw bastet maatuska moria1 dizum gabelmoo Faravahar). +3ms
lnrpc:torproc Apr 16 19:11:27.000 [info] A consensus needs 5 good signatures from recognized authorities for us to accept it. This microdesc one has 9 (dannenberg tor26 longclaw bastet maatuska moria1 dizum gabelmoo Faravahar). +50ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_scheduler: Scheduler type KIST not built in
lnrpc:torproc Apr 16 19:11:27.000 [info] scheduler_kist_set_lite_mode: Setting KIST scheduler without kernel support (KISTLite mode)
lnrpc:torproc Apr 16 19:11:27.000 [info] Choosing expected valid-after time as 2020-04-16 18:00:00: consensus_set=1, interval=3600 +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] update_consensus_networkstatus_fetch_time_impl: Live microdesc consensus was the most recent until 2020-04-16 19:00:00 and will expire at 2020-04-16 21:00:00; fetching the next one at 2020-04-16 20:47:34.
lnrpc:torproc Apr 16 19:11:27.000 [info] cmux_ewma_set_options: Enabled cell_ewma algorithm because of value in CircuitPriorityHalflifeMsec in consensus; scale factor is 0.793701 per 10 seconds +9ms
lnrpc:torproc Apr 16 19:11:27.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus.
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 0 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (That isn't enough. Trying to expand the sample.) +2ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_expand_sample: Expanding the sample guard set. We have 0 guards in the sample, and 3371 eligible guards to extend it with. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $CC2179A97D4EC55BFA56B27F2300C53162CEBB6E~Assange019de at 51.89.126.22 and [2001:41d0:700:364f:7::b9ae] to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $23AD6B165137D957C09AA0F7A3EE7B05CEC4A8F2~apostate at 51.15.62.130 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $5DE37A3371AAE7638748EB43C9F1CE66E09D4470~niftylinkrat at 51.38.164.157 and [2001:41d0:8:d077:0:1:314d:208e] to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F~niftyalloeumyarion at 54.38.145.211 and [2001:41d0:800:656::3021:c5a0] to the entry guard sample set. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $DE74E8C4F3CF0FBBCB7E761BB3072050D1D4DD88~gergernet1 at 217.199.207.250 and [2a00:4d80::1] to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $014E24C0CD21D2B9829E841D5EC1D3C415F866BF~8ac97a37 at 138.201.122.55 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $E3F98C86C9E01138DD8EA06B1E660A0CDB4B2782~Finisterre at 95.216.115.85 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $4CD4DFFEF3971C902A22100D911CAC639BE2EF5C~henkdefreumel at 82.197.218.97 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $73DCA56424912F69F1478D6630DF27CFE8F41439~notem2 at 129.21.187.10 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $B27115A20B05D40730A4020145EFA63381D9D51B~TheBaconaTOR at 38.68.135.5 to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $F3CEC87ED91E0B0B1D86BE4D7DE90F00B607ECAF~TotorBE2 at 137.74.32.26 to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $53134D9637D9FBE565FA1E3AF82B23CC964C56D6~Fission08 at 37.59.76.255 and [2001:470:c91a::7] to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $B86137AE9681701901C6720E55C16805B46BD8E3~BeastieJoy60 at 81.7.11.186 to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $65379EED488599B0A1512E80D4743BC9125CB306~BlueMold at 178.175.128.178 to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $EE010EF80A27AC0B02CDC2B8B214A6201BB02D2B~luraleen at 144.76.175.205 to the entry guard sample set. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $DC9564AE8BC7BF5F722E3677C897ED1B578C8D81~N1nj4 at 176.9.98.228 to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $9AB93B5422149E5DFF4BE6A3814E2F6D9648DB6A~atomcats at 51.68.204.139 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $8C5B316ED73018484765C3E0944E4508DCAE0944~Waldmeister2 at 145.239.7.169 to the entry guard sample set. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guard_add_to_sample: Adding $B872BA6804C8C6E140AE1897B44CF32B42FD2397~sarahmanning at 62.210.83.207 to the entry guard sample set.
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (After filters [b], we have 20 guards to consider.)
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (Selected BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306).) +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 20 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (After filters [b], we have 19 guards to consider.)
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (Selected niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F).)
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: Trying to sample a reachable guard: We know of 20 in the USABLE_FILTERED set.
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (After filters [b], we have 18 guards to consider.)
lnrpc:torproc Apr 16 19:11:27.000 [info] sample_reachable_filtered_entry_guards: (Selected Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956).)
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: Primary entry guards have changed. New primary guard list is:
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: 1/3: BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306)
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: 2/3: niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F)
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: 3/3: Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:27.000 [notice] The current consensus has no exit nodes. Tor can only build internal paths, such as paths to onion services.
lnrpc:torproc Apr 16 19:11:27.000 [notice] Bootstrapped 45% (requesting_descriptors): Asking for relay descriptors
lnrpc:torproc Apr 16 19:11:27.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6869, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.)
lnrpc:torproc Apr 16 19:11:27.000 [info] launch_descriptor_downloads: Launching 14 requests for 6900 microdescs, 500 at a time +6ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ... +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ... +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ... +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306) for circuit.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ... +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:9001 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] select_primary_guard_for_circuit: Selected primary guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) for circuit. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: Making internal direct tunnel to [scrubbed]:80 ...
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_make_link: ... application connection created and linked.
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_certificate: Successfully loaded certificates from fetch.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:27.000 [info] onion_pick_cpath_exit: Using requested exit node '$96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F~96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F at 54.38.145.211' +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_handle_first_hop: Next router is [scrubbed]: Not connected. Connecting.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_canonical: Channel 0 chose an idle timeout of 194.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f81354103a0 ([scrubbed]): 96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F <unset>.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: (Previously: 0000000000000000000000000000000000000000 <unset>)
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_canonical: Channel 3 chose an idle timeout of 185. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] onion_pick_cpath_exit: Using requested exit node '$99339F3E68BCCC1391BF14C821D80766FE0C5956~99339F3E68BCCC1391BF14C821D80766FE0C5956 at 54.36.166.86'
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_handle_first_hop: Next router is [scrubbed]: Not connected. Connecting. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_canonical: Channel 0 chose an idle timeout of 241.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f8135410ec0 ([scrubbed]): 99339F3E68BCCC1391BF14C821D80766FE0C5956 <unset>.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: (Previously: 0000000000000000000000000000000000000000 <unset>)
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_canonical: Channel 4 chose an idle timeout of 255.
lnrpc:torproc Apr 16 19:11:27.000 [info] onion_pick_cpath_exit: Using requested exit node '$65379EED488599B0A1512E80D4743BC9125CB306~65379EED488599B0A1512E80D4743BC9125CB306 at 178.175.128.178' +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_handle_first_hop: Next router is [scrubbed]: Not connected. Connecting.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_canonical: Channel 0 chose an idle timeout of 228.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f8135411ad0 ([scrubbed]): 65379EED488599B0A1512E80D4743BC9125CB306 <unset>.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: (Previously: 0000000000000000000000000000000000000000 <unset>)
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_canonical: Channel 5 chose an idle timeout of 210. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_versions_cell: Negotiated version 5 with [scrubbed]:9001; Waiting for CERTS cell +214ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_client_learned_peer_id: learned peer id for 0x7f8135410ec0 ([scrubbed]): 99339F3E68BCCC1391BF14C821D80766FE0C5956, wxZLN1MUCcNJBPK4y58sfRZRJ2B7J2NPXyWr1oQ2/Rs
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_client_learned_peer_id: (We had no Ed25519 ID in mind when we made this connection.)
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f8135410ec0 ([scrubbed]): 99339F3E68BCCC1391BF14C821D80766FE0C5956 wxZLN1MUCcNJBPK4y58sfRZRJ2B7J2NPXyWr1oQ2/Rs. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: (Previously: 99339F3E68BCCC1391BF14C821D80766FE0C5956 <unset>)
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_certs_cell: Got some good certificates from [scrubbed]:9001: Authenticated it with RSA and Ed25519
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE_FAST cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86'
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_netinfo_cell: Got good NETINFO cell from [scrubbed]:9001; OR connection is now open, using protocol version 5. Its ID digest is 99339F3E68BCCC1391BF14C821D80766FE0C5956. Our address is apparently [scrubbed]. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_versions_cell: Negotiated version 5 with [scrubbed]:80; Waiting for CERTS cell +4ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_client_learned_peer_id: learned peer id for 0x7f81354103a0 ([scrubbed]): 96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F, OKDt4WoSGJgEYUiZ5J5cs9o0fW9tuTorR/DIBuAsUaM
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_client_learned_peer_id: (We had no Ed25519 ID in mind when we made this connection.)
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f81354103a0 ([scrubbed]): 96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F OKDt4WoSGJgEYUiZ5J5cs9o0fW9tuTorR/DIBuAsUaM.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: (Previously: 96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F <unset>)
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_certs_cell: Got some good certificates from [scrubbed]:80: Authenticated it with RSA and Ed25519 +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE_FAST cell to '$96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F~niftyalloeumyarion at 54.38.145.211 and [2001:41d0:800:656::3021:c5a0]'
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_netinfo_cell: Got good NETINFO cell from [scrubbed]:80; OR connection is now open, using protocol version 5. Its ID digest is 96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F. Our address is apparently [scrubbed]. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1, last hop 99339F3E68BCCC1391BF14C821D80766FE0C5956): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) +45ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3677683411 to begin stream 57917.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3677683411
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22098 + 0 bytes of queued-up data
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3677683411 to begin stream 57918.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3677683411
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22098 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3677683411 to begin stream 57919.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3677683411
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22098 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3677683411 to begin stream 57920.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3677683411
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22098 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3677683411 to begin stream 57921.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3677683411
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22098 + 0 bytes of queued-up data +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3677683411 streamid 57917 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) +76ms
lnrpc:torproc Apr 16 19:11:27.000 [notice] Bootstrapped 50% (loading_descriptors): Loading relay descriptors +4ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1, last hop 96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +14ms
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34850.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22094 + 0 bytes of queued-up data
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34851.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22094 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34852.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22094 + 0 bytes of queued-up data
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34853.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22094 + 0 bytes of queued-up data
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34854. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22094 + 0 bytes of queued-up data
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34855.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22094 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 2786653639 to begin stream 34856.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 2786653639
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 17694 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3677683411 streamid 57918 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) +46ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34850 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +4ms
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_versions_cell: Negotiated version 5 with [scrubbed]:9001; Waiting for CERTS cell +34ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_client_learned_peer_id: learned peer id for 0x7f8135411ad0 ([scrubbed]): 65379EED488599B0A1512E80D4743BC9125CB306, yZfmrrVwk0r8gP21Q/VAJQ4hl0CowVpvNIc4Pukku+w
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_client_learned_peer_id: (We had no Ed25519 ID in mind when we made this connection.)
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f8135411ad0 ([scrubbed]): 65379EED488599B0A1512E80D4743BC9125CB306 yZfmrrVwk0r8gP21Q/VAJQ4hl0CowVpvNIc4Pukku+w.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_or_set_identity_digest: (Previously: 65379EED488599B0A1512E80D4743BC9125CB306 <unset>)
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_certs_cell: Got some good certificates from [scrubbed]:9001: Authenticated it with RSA and Ed25519 +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE_FAST cell to '$65379EED488599B0A1512E80D4743BC9125CB306~BlueMold at 178.175.128.178'
lnrpc:torproc Apr 16 19:11:27.000 [info] channel_tls_process_netinfo_cell: Got good NETINFO cell from [scrubbed]:9001; OR connection is now open, using protocol version 5. Its ID digest is 65379EED488599B0A1512E80D4743BC9125CB306. Our address is apparently [scrubbed]. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34851 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +89ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1, last hop 65379EED488599B0A1512E80D4743BC9125CB306): $65379EED488599B0A1512E80D4743BC9125CB306(open) +8ms
lnrpc:torproc Apr 16 19:11:27.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $65379EED488599B0A1512E80D4743BC9125CB306(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3439379264 to begin stream 14949.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3439379264
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22101 + 0 bytes of queued-up data
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $65379EED488599B0A1512E80D4743BC9125CB306(open)
lnrpc:torproc Apr 16 19:11:27.000 [info] link_apconn_to_circ: Looks like completed circuit to [scrubbed] does allow optimistic data for connection to [scrubbed] +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3439379264 to begin stream 14950.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3439379264
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_ap_handshake_send_begin: Sending up to 22101 + 0 bytes of queued-up data +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3677683411 streamid 57919 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) +7ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3677683411 streamid 57920 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) +4ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3677683411 streamid 57921 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) +3ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3439379264 streamid 14949 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $65379EED488599B0A1512E80D4743BC9125CB306(open) +87ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 57917. Removing stream. +24ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:27.000 [info] make_guard_confirmed: Marking Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) as a confirmed guard (index 0) +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: Primary entry guards have changed. New primary guard list is:
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: 1/3: Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) (confirmed)
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: 2/3: BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306)
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_update_primary: 3/3: niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F)
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 497350) from server '54.36.166.86:9001' +3ms
lnrpc:torproc Apr 16 19:11:27.000 [notice] The current consensus contains exit nodes. Tor can build exit and internal paths. +21ms
lnrpc:torproc Apr 16 19:11:27.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 498/6869, and can only build 0% of likely paths. (We have 7% of guards bw, 7% of midpoint bw, and 7% of exit bw = 0% of path bw.) +3ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +6ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 57920. Removing stream.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +21ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 492626) from server '54.36.166.86:9001' +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +18ms
lnrpc:torproc Apr 16 19:11:27.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 996/6869, and can only build 0% of likely paths. (We have 14% of guards bw, 14% of midpoint bw, and 16% of exit bw = 0% of path bw.) +3ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +5ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34852 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34853 after 0 seconds.
lnrpc:torproc Apr 16 19:11:27.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +6ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 57921. Removing stream.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 450784) from server '54.36.166.86:9001' +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +18ms
lnrpc:torproc Apr 16 19:11:27.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 1492/6869, and can only build 1% of likely paths. (We have 21% of guards bw, 21% of midpoint bw, and 24% of exit bw = 1% of path bw.) +3ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +8ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 57919. Removing stream.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 500682) from server '54.36.166.86:9001' +1ms
lnrpc:torproc Apr 16 19:11:27.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +19ms
lnrpc:torproc Apr 16 19:11:27.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 1992/6869, and can only build 2% of likely paths. (We have 28% of guards bw, 27% of midpoint bw, and 30% of exit bw = 2% of path bw.) +2ms
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +7ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 57918. Removing stream.
lnrpc:torproc Apr 16 19:11:27.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +0ms
lnrpc:torproc Apr 16 19:11:27.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 462159) from server '54.36.166.86:9001' +2ms
lnrpc:torproc Apr 16 19:11:28.000 [info] Bootstrapped 51% (loading_descriptors): Loading relay descriptors +18ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 2489/6869, and can only build 4% of likely paths. (We have 36% of guards bw, 35% of midpoint bw, and 38% of exit bw = 4% of path bw.) +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3439379264 streamid 14950 after 1 seconds.
lnrpc:torproc Apr 16 19:11:28.000 [info] internal circ (length 1): $65379EED488599B0A1512E80D4743BC9125CB306(open) +1ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34850. Removing stream.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34854 after 1 seconds.
lnrpc:torproc Apr 16 19:11:28.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +6ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34855 after 1 seconds.
lnrpc:torproc Apr 16 19:11:28.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 2786653639 streamid 34856 after 1 seconds.
lnrpc:torproc Apr 16 19:11:28.000 [info] internal circ (length 1): $96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F(open) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] make_guard_confirmed: Marking niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) as a confirmed guard (index 1)
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_update_primary: Primary entry guards have changed. New primary guard list is:
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_update_primary: 1/3: Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) (confirmed)
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_update_primary: 2/3: niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) (confirmed)
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_update_primary: 3/3: BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306)
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 495696) from server '54.38.145.211:80' +2ms
lnrpc:torproc Apr 16 19:11:28.000 [info] Bootstrapped 53% (loading_descriptors): Loading relay descriptors +20ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +1ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 2986/6869, and can only build 8% of likely paths. (We have 42% of guards bw, 41% of midpoint bw, and 46% of exit bw = 8% of path bw.) +5ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +5ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 14949. Removing stream. +286ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:28.000 [info] make_guard_confirmed: Marking BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306) as a confirmed guard (index 2)
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 417022) from server '178.175.128.178:9001' +3ms
lnrpc:torproc Apr 16 19:11:28.000 [notice] Bootstrapped 55% (loading_descriptors): Loading relay descriptors +22ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 3482/6869, and can only build 12% of likely paths. (We have 48% of guards bw, 48% of midpoint bw, and 52% of exit bw = 12% of path bw.) +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34851. Removing stream.
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34852. Removing stream. +33ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 437248) from server '54.38.145.211:80' +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] Bootstrapped 57% (loading_descriptors): Loading relay descriptors +21ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 3981/6869, and can only build 18% of likely paths. (We have 56% of guards bw, 56% of midpoint bw, and 58% of exit bw = 18% of path bw.) +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 528054) from server '54.38.145.211:80' +2ms
lnrpc:torproc Apr 16 19:11:28.000 [notice] Bootstrapped 60% (loading_descriptors): Loading relay descriptors +20ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 4479/6869, and can only build 26% of likely paths. (We have 63% of guards bw, 63% of midpoint bw, and 66% of exit bw = 26% of path bw.) +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34856. Removing stream. +1ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 404248) from server '54.38.145.211:80' +2ms
lnrpc:torproc Apr 16 19:11:28.000 [info] Bootstrapped 63% (loading_descriptors): Loading relay descriptors +15ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 4877/6869, and can only build 34% of likely paths. (We have 70% of guards bw, 69% of midpoint bw, and 71% of exit bw = 34% of path bw.) +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 14950. Removing stream.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard BlueMold ($65379EED488599B0A1512E80D4743BC9125CB306) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 435957) from server '178.175.128.178:9001' +1ms
lnrpc:torproc Apr 16 19:11:28.000 [notice] Bootstrapped 69% (loading_descriptors): Loading relay descriptors +19ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 5376/6869, and can only build 47% of likely paths. (We have 77% of guards bw, 77% of midpoint bw, and 79% of exit bw = 47% of path bw.) +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +3ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34854. Removing stream.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 425311) from server '54.38.145.211:80' +2ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +20ms
lnrpc:torproc Apr 16 19:11:28.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
lnrpc:torproc Apr 16 19:11:28.000 [info] update_router_have_minimum_dir_info: We now have enough directory information to build circuits.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34853. Removing stream.
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 34855. Removing stream.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +1ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 513748) from server '54.38.145.211:80' +1ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +22ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:28.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard niftyalloeumyarion ($96CFE178A1D12489D9D59A0CAE17FE86F5A3A79F) +0ms
lnrpc:torproc Apr 16 19:11:28.000 [info] handle_response_fetch_microdesc: Received answer to microdescriptor request (status 200, body size 427483) from server '54.38.145.211:80' +2ms
lnrpc:torproc Apr 16 19:11:28.000 [info] sampled_guards_update_from_consensus: Updating sampled guard status based on received consensus. +19ms
lnrpc:torproc Apr 16 19:11:28.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf. +4ms
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_predict_and_launch_new: Have 0 clean circs (0 internal), need another exit circ. +900ms
lnrpc:torproc Apr 16 19:11:29.000 [info] choose_good_exit_server_general: Found 1298 servers that might support 0/0 pending connections. +4ms
lnrpc:torproc Apr 16 19:11:29.000 [info] choose_good_exit_server_general: Chose exit server '$88576D6D2EB358F3C65BFBD9026C0BBEA26B57F6~3c2a28e51dde at 51.81.253.207'
lnrpc:torproc Apr 16 19:11:29.000 [info] extend_info_from_node: Including Ed25519 ID for $88576D6D2EB358F3C65BFBD9026C0BBEA26B57F6~3c2a28e51dde at 51.81.253.207 +0ms
lnrpc:torproc Apr 16 19:11:29.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:29.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +0ms
lnrpc:torproc Apr 16 19:11:29.000 [info] extend_info_from_node: Including Ed25519 ID for $2071EE75B51F4A28DD79C1F690CD70D8A38DB933~summerfield at 185.189.112.162 +2ms
lnrpc:torproc Apr 16 19:11:29.000 [info] btc_update_evtype: CIRC BEST_AP evtype -1->0 gid=6
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_handle_first_hop: Next router is [scrubbed]: Not connected. Connecting.
lnrpc:torproc Apr 16 19:11:29.000 [info] connection_or_set_canonical: Channel 0 chose an idle timeout of 190.
lnrpc:torproc Apr 16 19:11:29.000 [info] connection_or_set_identity_digest: Set identity digest for 0x7f81357bc820 ([scrubbed]): 99339F3E68BCCC1391BF14C821D80766FE0C5956 wxZLN1MUCcNJBPK4y58sfRZRJ2B7J2NPXyWr1oQ2/Rs.
lnrpc:torproc Apr 16 19:11:29.000 [info] connection_or_set_identity_digest: (Previously: 0000000000000000000000000000000000000000 <unset>)
lnrpc:torproc Apr 16 19:11:29.000 [info] connection_or_set_canonical: Channel 6 chose an idle timeout of 189. +0ms
lnrpc:torproc Apr 16 19:11:29.000 [info] bto_update_best: ORCONN BEST_AP state -1->1 gid=41
lnrpc:torproc Apr 16 19:11:29.000 [notice] Bootstrapped 80% (ap_conn): Connecting to a relay to build circuits +0ms
lnrpc:torproc Apr 16 19:11:29.000 [info] bto_update_best: ORCONN BEST_AP state 1->3 gid=41
lnrpc:torproc Apr 16 19:11:29.000 [notice] Bootstrapped 85% (ap_conn_done): Connected to a relay to build circuits +43ms
lnrpc:torproc Apr 16 19:11:29.000 [info] bto_update_best: ORCONN BEST_AP state 3->7 gid=41
lnrpc:torproc Apr 16 19:11:29.000 [notice] Bootstrapped 89% (ap_handshake): Finishing handshake with a relay to build circuits +45ms
lnrpc:torproc Apr 16 19:11:29.000 [info] channel_tls_process_versions_cell: Negotiated version 5 with [scrubbed]:9001; Waiting for CERTS cell +124ms
lnrpc:torproc Apr 16 19:11:29.000 [info] connection_or_client_learned_peer_id: learned peer id for 0x7f81357bc820 ([scrubbed]): 99339F3E68BCCC1391BF14C821D80766FE0C5956, wxZLN1MUCcNJBPK4y58sfRZRJ2B7J2NPXyWr1oQ2/Rs
lnrpc:torproc Apr 16 19:11:29.000 [info] channel_tls_process_certs_cell: Got some good certificates from [scrubbed]:9001: Authenticated it with RSA and Ed25519 +1ms
lnrpc:torproc Apr 16 19:11:29.000 [info] bto_update_best: ORCONN BEST_AP state 7->8 gid=41
lnrpc:torproc Apr 16 19:11:29.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
lnrpc:torproc Apr 16 19:11:29.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
lnrpc:torproc Apr 16 19:11:29.000 [info] btc_update_state: CIRC BEST_AP state -1->0 gid=6
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86'
lnrpc:torproc Apr 16 19:11:29.000 [info] channel_tls_process_netinfo_cell: Got good NETINFO cell from [scrubbed]:9001; OR connection is now open, using protocol version 5. Its ID digest is 99339F3E68BCCC1391BF14C821D80766FE0C5956. Our address is apparently [scrubbed]. +0ms
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:29.000 [info] exit circ (length 3, last hop 3c2a28e51dde): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $2071EE75B51F4A28DD79C1F690CD70D8A38DB933(closed) $88576D6D2EB358F3C65BFBD9026C0BBEA26B57F6(closed)
lnrpc:torproc Apr 16 19:11:29.000 [info] btc_update_evtype: CIRC BEST_AP evtype 0->2 gid=6 +53ms
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:29.000 [info] entry_guard_inc_circ_attempt_count: Got success count 0.000000/1.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +120ms
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:29.000 [info] exit circ (length 3, last hop 3c2a28e51dde): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $2071EE75B51F4A28DD79C1F690CD70D8A38DB933(open) $88576D6D2EB358F3C65BFBD9026C0BBEA26B57F6(closed)
lnrpc:torproc Apr 16 19:11:29.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:30.000 [info] exit circ (length 3, last hop 3c2a28e51dde): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $2071EE75B51F4A28DD79C1F690CD70D8A38DB933(open) $88576D6D2EB358F3C65BFBD9026C0BBEA26B57F6(open) +295ms
lnrpc:torproc Apr 16 19:11:30.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:30.000 [info] btc_update_state: CIRC BEST_AP state 0->4 gid=6
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:30.000 [info] pathbias_count_build_success: Got success count 1.000000/1.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:30.000 [info] btc_update_evtype: CIRC BEST_AP evtype 2->1 gid=6
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_build_no_more_hops: Tor has successfully opened a circuit. Looks like client functionality is working.
lnrpc:torproc Apr 16 19:11:30.000 [notice] Bootstrapped 100% (done): Done +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_predict_and_launch_new: Have 1 clean circs (0 internal), need another exit circ. +317ms
lnrpc:torproc Apr 16 19:11:30.000 [info] choose_good_exit_server_general: Found 1298 servers that might support 0/0 pending connections. +4ms
lnrpc:torproc Apr 16 19:11:30.000 [info] choose_good_exit_server_general: Chose exit server '$DD808ECE4F2E24F377CBE11E335ECDA196FE3B78~reactortornode at 185.207.139.2'
lnrpc:torproc Apr 16 19:11:30.000 [info] extend_info_from_node: Including Ed25519 ID for $DD808ECE4F2E24F377CBE11E335ECDA196FE3B78~reactortornode at 185.207.139.2 +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:30.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] extend_info_from_node: Including Ed25519 ID for $CB83C3661BCD1A92983AD7891D490163D01A5342~ididnteditheconfig at 77.3.196.245 +3ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86' +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:30.000 [info] exit circ (length 3, last hop reactortornode): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $CB83C3661BCD1A92983AD7891D490163D01A5342(closed) $DD808ECE4F2E24F377CBE11E335ECDA196FE3B78(closed) +54ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] entry_guard_inc_circ_attempt_count: Got success count 1.000000/2.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +97ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:30.000 [info] exit circ (length 3, last hop reactortornode): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $CB83C3661BCD1A92983AD7891D490163D01A5342(open) $DD808ECE4F2E24F377CBE11E335ECDA196FE3B78(closed) +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:30.000 [info] exit circ (length 3, last hop reactortornode): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $CB83C3661BCD1A92983AD7891D490163D01A5342(open) $DD808ECE4F2E24F377CBE11E335ECDA196FE3B78(open)
lnrpc:torproc Apr 16 19:11:30.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:30.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:30.000 [info] pathbias_count_build_success: Got success count 2.000000/2.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +168ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_predict_and_launch_new: Have 2 clean circs (0 uptime-internal, 0 internal), need another hidden service circ. +678ms
lnrpc:torproc Apr 16 19:11:31.000 [info] extend_info_from_node: Including Ed25519 ID for $82ED9AEC94184EC6DD299A5CDB3378B04BB17489~tarf1 at 176.9.156.202 and [2a01:4f8:160:42d3::2] +4ms
lnrpc:torproc Apr 16 19:11:31.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:31.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +0ms
lnrpc:torproc Apr 16 19:11:31.000 [info] extend_info_from_node: Including Ed25519 ID for $951307BA74E44A9C9C208B2F134CDA2409944075~angeltest5test at 51.38.147.96 +2ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86' +0ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:31.000 [info] internal (high-uptime) circ (length 3, last hop tarf1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $951307BA74E44A9C9C208B2F134CDA2409944075(closed) $82ED9AEC94184EC6DD299A5CDB3378B04BB17489(closed) +58ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +1ms
lnrpc:torproc Apr 16 19:11:31.000 [info] entry_guard_inc_circ_attempt_count: Got success count 2.000000/3.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +102ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:31.000 [info] internal (high-uptime) circ (length 3, last hop tarf1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $951307BA74E44A9C9C208B2F134CDA2409944075(open) $82ED9AEC94184EC6DD299A5CDB3378B04BB17489(closed) +1ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:31.000 [info] internal (high-uptime) circ (length 3, last hop tarf1): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $951307BA74E44A9C9C208B2F134CDA2409944075(open) $82ED9AEC94184EC6DD299A5CDB3378B04BB17489(open)
lnrpc:torproc Apr 16 19:11:31.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:31.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:31.000 [info] pathbias_count_build_success: Got success count 3.000000/3.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +151ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_predict_and_launch_new: Have 3 clean circs (1 uptime-internal, 1 internal), need another hidden service circ. +687ms
lnrpc:torproc Apr 16 19:11:32.000 [info] extend_info_from_node: Including Ed25519 ID for $E947C029087FA1C3499BEF5D4372947C51223D8F~dgplug at 195.154.105.170 +3ms
lnrpc:torproc Apr 16 19:11:32.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:32.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +0ms
lnrpc:torproc Apr 16 19:11:32.000 [info] extend_info_from_node: Including Ed25519 ID for $69A128D5F952677497DA0CFC38C5CE55AED0EA35~blablablabla at 148.251.201.51 +2ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86' +0ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:32.000 [info] internal (high-uptime) circ (length 3, last hop dgplug): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $69A128D5F952677497DA0CFC38C5CE55AED0EA35(closed) $E947C029087FA1C3499BEF5D4372947C51223D8F(closed) +61ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:32.000 [info] entry_guard_inc_circ_attempt_count: Got success count 3.000000/4.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +95ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:32.000 [info] internal (high-uptime) circ (length 3, last hop dgplug): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $69A128D5F952677497DA0CFC38C5CE55AED0EA35(open) $E947C029087FA1C3499BEF5D4372947C51223D8F(closed) +0ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:32.000 [info] internal (high-uptime) circ (length 3, last hop dgplug): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $69A128D5F952677497DA0CFC38C5CE55AED0EA35(open) $E947C029087FA1C3499BEF5D4372947C51223D8F(open)
lnrpc:torproc Apr 16 19:11:32.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:32.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:32.000 [info] pathbias_count_build_success: Got success count 4.000000/4.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +132ms
lnrpc:grpc Attempting to determine wallet state +9s
lnrpc:service:WalletUnlocker Connecting to WalletUnlocker gRPC service +0ms
lnrpc:service:WalletUnlocker Establishing gRPC connection to WalletUnlocker with proto file /Users/tom/workspace/node-lnd-grpc/proto/0.9.0-beta/lnrpc/rpc.proto +3ms
I0416 19:11:33.306122000 4503690688 ssl_credentials.cc:130] grpc_ssl_credentials_create(pem_root_certs=-----BEGIN CERTIFICATE-----
MIICYTCCAgagAwIBAgIRAJMTFnc73j4iP6VAU/+nSOowCgYIKoZIzj0EAwIwPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMB4XDTE5MTAyMzEwMDIyNloXDTIwMTIxNzEwMDIyNlowPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEESndkptIDcgV
AdH7ulBVDPZNsKWgD12WJhII2VmbUN9IU1ZFFcv43kg/DyzCH0/158tDGqHp+Npy
f9JEQ++y4aOB5DCB4TAOBgNVHQ8BAf8EBAMCAqQwDwYDVR0TAQH/BAUwAwEB/zCB
vQYDVR0RBIG1MIGyghJ6YXAtdGVzdG5ldDQtbG5kLTCCCWxvY2FsaG9zdIIVdGVz
dG5ldDQtbG5kLnphcGhxLmlvgj56YXBuMzRxZmVlZHcybDV5MjZwM2hubmt1c3Fu
Ymh4Y3h3NjRscTVjb2ptdnE0NXl3NGJjM3NxZC5vbmlvboIEdW5peIIKdW5peHBh
Y2tldIcEfwAAAYcQAAAAAAAAAAAAAAAAAAAAAYcECjQEPocEIklopocECjf8YDAK
BggqhkjOPQQDAgNJADBGAiEAiBiCFmgYrgQyF/OKoZb/I47xnaZYTkdUNeajomMo
FKoCIQC6X3YEAMV2r1rbNs0faOUYS3hCTmFK75coXBJHHWFsFw==
-----END CERTIFICATE-----
, pem_key_cert_pair=0x0, verify_options=0x7ffeefbf6250, reserved=0x0)
I0416 19:11:33.306399000 4503690688 secure_channel_create.cc:201] grpc_secure_channel_create(creds=0x102e19520, target=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, args=0x102e057e0, reserved=0x0)
I0416 19:11:33.306425000 4503690688 init.cc:164] grpc_init(void)
I0416 19:11:33.306442000 4503690688 client_idle_filter.cc:294] (client idle filter) created with max_leisure_time = 1800000 ms
I0416 19:11:33.306451000 4503690688 client_channel.cc:1367] chand=0x10483ec60: creating client_channel for channel stack 0x10483ea80
I0416 19:11:33.306752000 4503690688 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x10483ea00, try_to_connect=1)
I0416 19:11:33.306762000 4503690688 connectivity_state.cc:79] CONWATCH: 0x10483ed30 client_channel: get IDLE
I0416 19:11:33.306775000 4503690688 resolving_lb_policy.cc:196] resolving_lb=0x102e19930: starting name resolution
I0416 19:11:33.306778000 4503690688 client_channel.cc:1273] chand=0x10483ec60: update: state=CONNECTING picker=0x102e11000
I0416 19:11:33.306782000 4503690688 connectivity_state.cc:147] SET: 0x10483ed30 client_channel: IDLE --> CONNECTING [helper]
D0416 19:11:33.306786000 4503690688 dns_resolver.cc:242] Start resolving.
I0416 19:11:33.306799000 4503690688 client_channel.cc:1551] chand=0x10483ec60: created resolving_lb_policy=0x102e19930
I0416 19:11:33.306812000 4503690688 channel_connectivity.cc:232] grpc_channel_watch_connectivity_state(channel=0x10483ea00, last_observed_state=0, deadline=gpr_timespec { tv_sec: 1587057108, tv_nsec: 306000000, clock_type: 1 }, cq=0x102c1f260, tag=0x102e0b800)
I0416 19:11:33.306818000 4503690688 connectivity_state.cc:100] CONWATCH: 0x10483ed30 client_channel: from IDLE [cur=CONNECTING] notify=0x102e016e0
I0416 19:11:33.306824000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102e0b800, error="No Error", done=0x10716348c, done_arg=0x102e14d00, storage=0x102e14e00)
I0416 19:11:33.306838000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.306843000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102e0b800 OK
I0416 19:11:33.306851000 4503690688 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x10483ea00, try_to_connect=1)
I0416 19:11:33.306854000 4503690688 connectivity_state.cc:79] CONWATCH: 0x10483ed30 client_channel: get CONNECTING
I0416 19:11:33.306859000 4503690688 channel_connectivity.cc:232] grpc_channel_watch_connectivity_state(channel=0x10483ea00, last_observed_state=1, deadline=gpr_timespec { tv_sec: 1587057108, tv_nsec: 306000000, clock_type: 1 }, cq=0x102c1f260, tag=0x102e195a0)
I0416 19:11:33.306864000 4503690688 connectivity_state.cc:100] CONWATCH: 0x10483ed30 client_channel: from CONNECTING [cur=CONNECTING] notify=0x102e016e0
I0416 19:11:33.306870000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.306876000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:33.307298000 4503690688 resolving_lb_policy.cc:441] resolving_lb=0x102e19930: got resolver result
I0416 19:11:33.307307000 4503690688 resolving_lb_policy.cc:339] resolving_lb=0x102e19930: Creating new child policy pick_first
I0416 19:11:33.307311000 4503690688 pick_first.cc:146] Pick First 0x102a0f190 created.
I0416 19:11:33.307316000 4503690688 resolving_lb_policy.cc:393] resolving_lb=0x102e19930: created new LB policy "pick_first" (0x102a0f190)
I0416 19:11:33.307319000 4503690688 resolving_lb_policy.cc:356] resolving_lb=0x102e19930: Updating child policy 0x102a0f190
I0416 19:11:33.307346000 4503690688 pick_first.cc:265] Pick First 0x102a0f190 received update with 1 addresses
I0416 19:11:33.307353000 4503690688 subchannel_list.h:370] [pick_first 0x102a0f190] Creating subchannel list 0x102a0ae60 for 1 subchannels
I0416 19:11:33.308263000 4503690688 client_channel.cc:831] chand=0x10483ec60: creating subchannel wrapper 0x102a0a6a0 for subchannel 0x102a22580
I0416 19:11:33.308274000 4503690688 subchannel_list.h:420] [pick_first 0x102a0f190] subchannel list 0x102a0ae60 index 0: Created subchannel 0x102a0a6a0 for address uri ipv4:127.0.0.1:9065
I0416 19:11:33.308279000 4503690688 subchannel_list.h:316] [pick_first 0x102a0f190] subchannel list 0x102a0ae60 index 0 of 1 (subchannel 0x102a0a6a0): starting watch (from IDLE)
I0416 19:11:33.308284000 4503690688 client_channel.cc:992] chand=0x10483ec60: connectivity change for subchannel wrapper 0x102a0a6a0 subchannel 0x102a22580 (connected_subchannel=0x0 state=CONNECTING); hopping into combiner
I0416 19:11:33.308294000 4503690688 tcp_client_custom.cc:151] CLIENT_CONNECT: 0x102a0c130 ipv4:127.0.0.1:9065: asynchronously connecting
I0416 19:11:33.308374000 4503690688 client_channel.cc:1040] chand=0x10483ec60: processing connectivity change in combiner for subchannel wrapper 0x102a0a6a0 subchannel 0x102a22580 (connected_subchannel=0x0 state=CONNECTING): watcher=0x102a0ecf0
I0416 19:11:33.308380000 4503690688 subchannel_list.h:249] [pick_first 0x102a0f190] subchannel list 0x102a0ae60 index 0 of 1 (subchannel 0x102a0a6a0): connectivity changed: state=CONNECTING, shutting_down=0, pending_watcher=0x102a0ecf0
I0416 19:11:33.308383000 4503690688 client_channel.cc:1273] chand=0x10483ec60: update: state=CONNECTING picker=0x102a0e640
I0416 19:11:33.308387000 4503690688 connectivity_state.cc:147] SET: 0x10483ed30 client_channel: CONNECTING --> CONNECTING [helper]
I0416 19:11:33.308393000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.308397000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:33.308475000 4503690688 tcp_custom.cc:353] Creating TCP endpoint 0x102a0c130
I0416 19:11:33.308487000 4503690688 tcp_client_custom.cc:69] CLIENT_CONNECT: ipv4:127.0.0.1:9065: on_alarm: error="Cancelled"
I0416 19:11:33.308495000 4503690688 handshaker.cc:100] handshake_manager 0x102b35950: adding handshaker http_connect [0x103927800] at index 0
I0416 19:11:33.308546000 4503690688 ssl_transport_security.cc:217] HANDSHAKE START - before SSL initialization - PINIT
I0416 19:11:33.308559000 4503690688 ssl_transport_security.cc:217] LOOP - before SSL initialization - PINIT
I0416 19:11:33.308594000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write client hello - TWCH
I0416 19:11:33.308602000 4503690688 handshaker.cc:100] handshake_manager 0x102b35950: adding handshaker security [0x102b34310] at index 1
I0416 19:11:33.308614000 4503690688 handshaker.cc:131] handshake_manager 0x102b35950: error="No Error" shutdown=0 index=0, args={endpoint=0x102b2dd90, args=0x102b37430 {size=10: grpc.primary_user_agent=grpc-node/1.24.2, grpc.client_channel_factory=0x102e11120, grpc.channel_credentials=0x102e19520, grpc.server_uri=dns:///zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http_connect_server=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.subchannel_pool=0x102c128b0, grpc.default_authority=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http2_scheme=https, grpc.security_connector=0x102a0e400, grpc.subchannel_address=ipv4:127.0.0.1:9065}, read_buffer=0x102b28020 (length=0), exit_early=0}
I0416 19:11:33.311523000 4503690688 handshaker.cc:178] handshake_manager 0x102b35950: calling handshaker http_connect [0x103927800] at index 0
I0416 19:11:33.311531000 4503690688 http_connect_handshaker.cc:298] Connecting to server zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009 via HTTP proxy ipv4:127.0.0.1:9065
I0416 19:11:33.311545000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 43 4f 4e 4e 45 43 54 20 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 20 48 54 54 50 2f 31 2e 30 0d 0a 48 6f 73 74 3a 20 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 0d 0a 55 73 65 72 2d 41 67 65 6e 74 3a 20 67 72 70 63 2d 68 74 74 70 63 6c 69 2f 30 2e 30 0d 0a 0d 0a 'CONNECT zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009 HTTP/1.0..Host: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009..User-Agent: grpc-httpcli/0.0....'
I0416 19:11:33.311569000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:33.311575000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> -8192
I0416 19:11:33.311579000 4503690688 resource_quota.cc:321] RQ: check allocation for user 0x102b42610 shutdown=0 free_pool=-8192
I0416 19:11:33.311582000 4503690688 resource_quota.cc:347] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: grant alloc 8192 bytes; rq_free_pool -> 9223372036854767615
I0416 19:11:33.311585000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:33.311589000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:33.311593000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.311597000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_handle_listener_read: New SOCKS connection opened from 127.0.0.1.
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_handle_onion: No descriptor found in our cache for [scrubbed]. Fetching.
lnrpc:torproc Apr 16 19:11:33.000 [info] rep_hist_note_used_internal: New port prediction added. Will continue predictive circ building for 2778 more seconds. +491ms
I0416 19:11:33.312220000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.312245000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] rep_hist_note_used_internal: New port prediction added. Will continue predictive circ building for 2778 more seconds.
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_make_link: Making internal anonymized tunnel to [scrubbed]:443 ...
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_make_link: ... application connection created and linked.
lnrpc:torproc Apr 16 19:11:33.000 [info] directory_launch_v3_desc_fetch: Descriptor fetch request for service [scrubbed] with blinded key [scrubbed] to directory [scrubbed] +2ms
I0416 19:11:33.314740000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.314749000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for rendezvous desc' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $1BB98B6F6EBCB616D0BD9485EA4B6FA7A7501D74~ggggg2 at 46.4.174.52 and [2a01:4f8:222:26c1:46:4:174:52]
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_launch_by_extend_info: Cannibalizing circ 3323876196 (id: 9) for purpose 13 (Hidden service client: Fetching HS descriptor)
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
I0416 19:11:33.314855000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.314862000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer. +0ms
I0416 19:11:33.314985000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.314991000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_predict_and_launch_new: Have 3 clean circs (1 uptime-internal, 1 internal), need another hidden service circ. +216ms
I0416 19:11:33.530327000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.530359000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $1944F3A473CB77B12BDB4E3D15963A24DF58E4E7~Thrones at 146.185.189.197
lnrpc:torproc Apr 16 19:11:33.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +4ms
I0416 19:11:33.534146000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.534161000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $F6CD4DBF5850AC4386DD9A424918AD3C6BA2716F~ifigenia at 5.9.98.43 +1ms
I0416 19:11:33.536079000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.536093000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86' +1ms
I0416 19:11:33.536203000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.536213000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:33.000 [info] internal (high-uptime) circ (length 4, last hop ggggg2): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $69A128D5F952677497DA0CFC38C5CE55AED0EA35(open) $E947C029087FA1C3499BEF5D4372947C51223D8F(open) $1BB98B6F6EBCB616D0BD9485EA4B6FA7A7501D74(open)
lnrpc:torproc Apr 16 19:11:33.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:33.000 [info] internal (high-uptime) circ (length 4): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $69A128D5F952677497DA0CFC38C5CE55AED0EA35(open) $E947C029087FA1C3499BEF5D4372947C51223D8F(open) $1BB98B6F6EBCB616D0BD9485EA4B6FA7A7501D74(open) +1ms
I0416 19:11:33.537808000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.537831000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] link_apconn_to_circ: Looks like completed circuit to hidden service does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_handshake_send_begin: Sending relay cell 1 on circ 3323876196 to begin stream 55552.
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket -1, n_circ_id 3323876196
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_handshake_send_begin: Sending up to 93 + 0 bytes of queued-up data +0ms
I0416 19:11:33.538059000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.538085000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:33.000 [info] internal (high-uptime) circ (length 3, last hop Thrones): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F6CD4DBF5850AC4386DD9A424918AD3C6BA2716F(closed) $1944F3A473CB77B12BDB4E3D15963A24DF58E4E7(closed)
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +53ms
I0416 19:11:33.591050000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.591062000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] entry_guard_inc_circ_attempt_count: Got success count 4.000000/5.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +176ms
I0416 19:11:33.766900000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.766931000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:33.000 [info] internal (high-uptime) circ (length 3, last hop Thrones): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F6CD4DBF5850AC4386DD9A424918AD3C6BA2716F(open) $1944F3A473CB77B12BDB4E3D15963A24DF58E4E7(closed)
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +1ms
I0416 19:11:33.767193000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.767208000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3323876196 streamid 55552 after 0 seconds.
lnrpc:torproc Apr 16 19:11:33.000 [info] internal (high-uptime) circ (length 4): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $69A128D5F952677497DA0CFC38C5CE55AED0EA35(open) $E947C029087FA1C3499BEF5D4372947C51223D8F(open) $1BB98B6F6EBCB616D0BD9485EA4B6FA7A7501D74(open) +27ms
I0416 19:11:33.794293000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.794308000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] handle_relay_cell_command: -1: end cell (closed normally) for stream 55552. Removing stream.
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_free_minimal: Freeing linked Socks connection [open] with 0 bytes on inbuf, 0 on outbuf. +56ms
I0416 19:11:33.850387000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.850409000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] handle_response_fetch_hsdesc_v3: Received v3 hsdesc (body size 14111, status 200 ("OK")) +0ms
I0416 19:11:33.850566000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.850582000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] handle_response_fetch_hsdesc_v3: Stored hidden service descriptor successfully.
lnrpc:torproc Apr 16 19:11:33.000 [info] hs_client_desc_has_arrived: Descriptor has arrived. Launching circuits. +2ms
I0416 19:11:33.852558000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.852579000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_free_minimal: Freeing linked Directory connection [client finished] with 0 bytes on inbuf, 0 on outbuf.
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_get_open_circ_or_launch: Getting rendezvous circuit to v3 service!
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_launch_by_extend_info: Cannibalizing circ 3554265354 (id: 8) for purpose 9 (Hidden service client: Establishing rendezvous point)
lnrpc:torproc Apr 16 19:11:33.000 [info] rep_hist_note_used_internal: New port prediction added. Will continue predictive circ building for 2778 more seconds.
lnrpc:torproc Apr 16 19:11:33.000 [info] client_rendezvous_circ_has_opened: Rendezvous circuit has opened to [scrubbed].
lnrpc:torproc Apr 16 19:11:33.000 [info] hs_circ_send_establish_rendezvous: Send an ESTABLISH_RENDEZVOUS cell on circuit 3554265354 +0ms
I0416 19:11:33.854553000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.854574000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_get_open_circ_or_launch: Chose $38DC78302D5CB107B6D5CCC02EE4D8773AA910DE~ at 95.216.99.156 as intro point for 'service'. +2ms
I0416 19:11:33.854736000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.854746000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] onion_pick_cpath_exit: Using requested exit node '$38DC78302D5CB107B6D5CCC02EE4D8773AA910DE~ at 95.216.99.156'
lnrpc:torproc Apr 16 19:11:33.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +1ms
I0416 19:11:33.855750000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.864346000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $F3879850F9C6797AE14B09EA3E3847CB29D9232A~squirrel123 at 92.60.37.40
lnrpc:torproc Apr 16 19:11:33.000 [info] extend_info_from_node: Including Ed25519 ID for $7A3E534C033E3836BD5AF223B642853C502AB33A~Unnamed at 5.39.69.166
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86'
lnrpc:torproc Apr 16 19:11:33.000 [info] rep_hist_note_used_internal: New port prediction added. Will continue predictive circ building for 2778 more seconds.
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_handshake_attach_circuit: Intro 3730424127 (id: 11) and rend circuit 3554265354 (id: 8) circuits are not both ready. Stalling conn. (0 sec old) +9ms
I0416 19:11:33.864582000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.864592000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:33.000 [info] internal (high-uptime) circ (length 3, last hop Thrones): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F6CD4DBF5850AC4386DD9A424918AD3C6BA2716F(open) $1944F3A473CB77B12BDB4E3D15963A24DF58E4E7(open)
lnrpc:torproc Apr 16 19:11:33.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:33.000 [info] pathbias_count_build_success: Got success count 5.000000/5.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +39ms
I0416 19:11:33.903366000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.903381000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] connection_ap_handshake_attach_circuit: Intro 3730424127 (id: 11) and rend circuit 3554265354 (id: 8) circuits are not both ready. Stalling conn. (0 sec old) +0ms
I0416 19:11:33.903485000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.903495000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:33.000 [info] internal circ (length 4, last hop ): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F3879850F9C6797AE14B09EA3E3847CB29D9232A(closed) $7A3E534C033E3836BD5AF223B642853C502AB33A(closed) $38DC78302D5CB107B6D5CCC02EE4D8773AA910DE(closed) +40ms
I0416 19:11:33.944142000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.944159000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:33.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +1ms
I0416 19:11:33.944270000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:33.944281000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] hs_client_receive_rendezvous_acked: Received an RENDEZVOUS_ESTABLISHED. This circuit is now ready for rendezvous.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_setup_machine_on_circ: Registering machine client_rp_circ to origin circ 8 (10)
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_node_supports_padding: Checking padding: supported
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_negotiate_padding: Negotiating padding on circuit 8 (10), command 2
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_spec_transition: Circuit 8 circpad machine 0 transitioning from 0 to 1 +63ms
I0416 19:11:34.007679000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.007711000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_choose_state_length: State length sampled to 1 for circuit 8
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_schedule_padding: Padding in 318 usec on circuit 8
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_schedule_padding: Padding circuit 8 in 0 sec, 318 usec
lnrpc:torproc Apr 16 19:11:34.000 [info] connection_ap_handshake_attach_circuit: ready rend circ 3554265354 (id: 8) already here. Nointro-ack yet on intro 3730424127 (id: 11). (stream 1 sec old)
lnrpc:torproc Apr 16 19:11:34.000 [info] connection_ap_handshake_attach_circuit: Intro 3730424127 (id: 11) and rend circuit 3554265354 (id: 8) circuits are not both ready. Stalling conn. (1 sec old) +0ms
I0416 19:11:34.007987000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.008009000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_send_padding_cell_for_callback: Callback: Sending padding to origin circuit 8 (10) [length: 0]
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_spec_transition: Circuit 8 circpad machine 0 transitioning from 1 to 65535
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_spec_transitioned_to_end: Padding machine in end state on circuit 8 (10) +2ms
I0416 19:11:34.009351000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.009368000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:34.000 [info] internal circ (length 4, last hop ): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F3879850F9C6797AE14B09EA3E3847CB29D9232A(open) $7A3E534C033E3836BD5AF223B642853C502AB33A(closed) $38DC78302D5CB107B6D5CCC02EE4D8773AA910DE(closed) +40ms
I0416 19:11:34.049923000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.049957000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +1ms
I0416 19:11:34.050197000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.050230000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 8. +58ms
I0416 19:11:34.108543000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.108558000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:34.000 [info] internal circ (length 4, last hop ): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F3879850F9C6797AE14B09EA3E3847CB29D9232A(open) $7A3E534C033E3836BD5AF223B642853C502AB33A(open) $38DC78302D5CB107B6D5CCC02EE4D8773AA910DE(closed) +100ms
I0416 19:11:34.208679000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.208693000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
I0416 19:11:34.208779000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.208789000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:34.000 [info] internal circ (length 4, last hop ): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F3879850F9C6797AE14B09EA3E3847CB29D9232A(open) $7A3E534C033E3836BD5AF223B642853C502AB33A(open) $38DC78302D5CB107B6D5CCC02EE4D8773AA910DE(open)
lnrpc:torproc Apr 16 19:11:34.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:34.000 [info] client_intro_circ_has_opened: Introduction circuit 3730424127 has opened. Attaching streams. +189ms
I0416 19:11:34.397786000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.397805000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] connection_ap_handshake_attach_circuit: ready rend circ 3554265354 (id: 8) already here. Nointro-ack yet on intro 3730424127 (id: 11). (stream 1 sec old)
lnrpc:torproc Apr 16 19:11:34.000 [info] connection_ap_handshake_attach_circuit: Found open intro circ 3730424127 (id: 11). Rend circuit 3554265354 (id: 8); Sending introduction. (stream 1 sec old)
lnrpc:torproc Apr 16 19:11:34.000 [info] send_introduce1: Sending INTRODUCE1 cell to service [scrubbed] on circuit 3730424127
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_setup_machine_on_circ: Registering machine client_ip_circ to origin circ 11 (7)
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_node_supports_padding: Checking padding: supported
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_negotiate_padding: Negotiating padding on circuit 11 (7), command 2
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_spec_transition: Circuit 11 circpad machine 0 transitioning from 0 to 1
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_schedule_padding: Padding in 4294967295 usec on circuit 11
lnrpc:torproc Apr 16 19:11:34.000 [info] pathbias_count_use_attempt: Used circuit 8 is already in path state use succeeded. Circuit is a Hidden service client: Pending rendezvous point currently open. +0ms
I0416 19:11:34.398121000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.398141000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11. +129ms
I0416 19:11:34.527007000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.527038000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] connection_ap_handshake_attach_circuit: Intro circ 3730424127 (id: 11) present and awaiting ACK. Rend circuit 3554265354 (id: 8). Stalling. (stream 1 sec old)
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_predict_and_launch_new: Have 3 clean circs (1 uptime-internal, 1 internal), need another hidden service circ. +5ms
I0416 19:11:34.531344000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.531375000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] extend_info_from_node: Including Ed25519 ID for $DC9564AE8BC7BF5F722E3677C897ED1B578C8D81~N1nj4 at 176.9.98.228
lnrpc:torproc Apr 16 19:11:34.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:34.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +4ms
I0416 19:11:34.535122000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.535136000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] extend_info_from_node: Including Ed25519 ID for $F9E32D4058F7F35E9BC4F1D8C3B2DAA0C4466660~KagamineLenTwilight at 51.158.148.230 and [2001:bc8:2dd2:2000::1] +2ms
I0416 19:11:34.537109000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.537122000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86' +0ms
I0416 19:11:34.537229000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.537241000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11. +13ms
I0416 19:11:34.550847000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.550864000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_handle_padding_negotiated: Received STOP command on PADDING_NEGOTIATED for circuit 11
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_circuit_machineinfo_free_idx: Freeing padding info idx 0 on circuit 11 (7) +18ms
I0416 19:11:34.569083000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.569097000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] handle_introduce_ack_success: Received INTRODUCE_ACK ack! Informing rendezvous
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_setup_machine_on_circ: Registering machine client_ip_circ to origin circ 11 (8)
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_node_supports_padding: Checking padding: supported +42ms
I0416 19:11:34.611068000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.611087000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_negotiate_padding: Negotiating padding on circuit 11 (8), command 2
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_spec_transition: Circuit 11 circpad machine 0 transitioning from 0 to 1
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_machine_schedule_padding: Padding in 4294967295 usec on circuit 11
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_marked_circuit_for_padding: Circuit 11 is not marked for close because of a pending padding machine in index 0.
lnrpc:torproc Apr 16 19:11:34.000 [info] pathbias_should_count: Circuit 11 is not being counted by pathbias because it was ignored in the past. Purpose is Circuit kept open for padding, path state is new
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:34.000 [info] internal (high-uptime) circ (length 3, last hop N1nj4): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F9E32D4058F7F35E9BC4F1D8C3B2DAA0C4466660(closed) $DC9564AE8BC7BF5F722E3677C897ED1B578C8D81(closed)
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +1ms
I0416 19:11:34.611234000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.611242000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11. +129ms
I0416 19:11:34.741050000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.741081000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11. +43ms
I0416 19:11:34.783191000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.783211000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] entry_guard_inc_circ_attempt_count: Got success count 5.000000/6.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +42ms
I0416 19:11:34.825979000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.826010000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:34.000 [info] internal (high-uptime) circ (length 3, last hop N1nj4): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F9E32D4058F7F35E9BC4F1D8C3B2DAA0C4466660(open) $DC9564AE8BC7BF5F722E3677C897ED1B578C8D81(closed)
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +1ms
I0416 19:11:34.826290000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.826318000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_deliver_recognized_relay_cell_events: Got padding cell on origin circuit 11.
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_handle_padding_negotiated: Received STOP command on PADDING_NEGOTIATED for circuit 11
lnrpc:torproc Apr 16 19:11:34.000 [info] circpad_circuit_machineinfo_free_idx: Freeing padding info idx 0 on circuit 11 (15) +43ms
I0416 19:11:34.869561000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.869592000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:34.000 [info] internal (high-uptime) circ (length 3, last hop N1nj4): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $F9E32D4058F7F35E9BC4F1D8C3B2DAA0C4466660(open) $DC9564AE8BC7BF5F722E3677C897ED1B578C8D81(open)
lnrpc:torproc Apr 16 19:11:34.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:34.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:34.000 [info] pathbias_count_build_success: Got success count 6.000000/6.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +103ms
I0416 19:11:34.972622000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.972652000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:34.000 [info] connection_ap_handshake_attach_circuit: pending-join circ 3554265354 (id: 8) already here, with intro ack. Stalling. (stream 1 sec old) +0ms
I0416 19:11:34.972869000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:34.972891000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] hs_client_receive_rendezvous2: Got RENDEZVOUS2 cell from hidden service on circuit 3554265354. +53ms
I0416 19:11:35.025641000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.025662000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] connection_ap_handshake_attach_circuit: rend joined circ 3554265354 (id: 8) already here. Attaching. (stream 2 sec old)
lnrpc:torproc Apr 16 19:11:35.000 [info] pathbias_count_use_attempt: Used circuit 8 is already in path state use succeeded. Circuit is a Hidden service client: Active rendezvous point currently open. +0ms
I0416 19:11:35.025819000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.025832000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] link_apconn_to_circ: Looks like completed circuit to hidden service does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:35.000 [info] connection_ap_handshake_send_begin: Sending relay cell 0 on circ 3554265354 to begin stream 30565.
lnrpc:torproc Apr 16 19:11:35.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket 12, n_circ_id 3554265354 +0ms
I0416 19:11:35.025976000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.025988000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3554265354 streamid 30565 after 0 seconds.
lnrpc:torproc Apr 16 19:11:35.000 [info] internal (high-uptime) circ (length 3): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $951307BA74E44A9C9C208B2F134CDA2409944075(open) $82ED9AEC94184EC6DD299A5CDB3378B04BB17489(open) +369ms
I0416 19:11:35.394705000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.394737000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:35.394780000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:35.394796000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x1039279c8 0x10716d91c:0x103927800
I0416 19:11:35.394805000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:35.394818000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 48 54 54 50 2f 31 2e 30 20 32 30 30 20 4f 4b 0d 0a 0d 0a 'HTTP/1.0 200 OK....'
I0416 19:11:35.394862000 4503690688 handshaker.cc:131] handshake_manager 0x102b35950: error="No Error" shutdown=0 index=1, args={endpoint=0x102b2dd90, args=0x102b37430 {size=10: grpc.primary_user_agent=grpc-node/1.24.2, grpc.client_channel_factory=0x102e11120, grpc.channel_credentials=0x102e19520, grpc.server_uri=dns:///zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http_connect_server=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.subchannel_pool=0x102c128b0, grpc.default_authority=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http2_scheme=https, grpc.security_connector=0x102a0e400, grpc.subchannel_address=ipv4:127.0.0.1:9065}, read_buffer=0x102b28020 (length=0), exit_early=0}
I0416 19:11:35.394936000 4503690688 handshaker.cc:178] handshake_manager 0x102b35950: calling handshaker security [0x102b34310] at index 1
I0416 19:11:35.395002000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 16 03 01 00 e6 01 00 00 e2 03 03 0c 24 38 41 e8 ca 2c 4a 89 4d 8a b6 84 bf 21 9d 76 4c 4e 56 31 80 e5 87 d4 f6 7f 9a f2 81 00 30 00 00 0c c0 2b c0 2c cc a9 c0 30 c0 2f 00 ff 01 00 00 ad 00 00 00 43 00 41 00 00 3e 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 00 0b 00 04 03 00 01 02 00 0a 00 04 00 02 00 17 00 23 00 00 33 74 00 00 00 10 00 0e 00 0c 08 67 72 70 63 2d 65 78 70 02 68 32 00 16 00 00 00 17 00 00 00 0d 00 30 00 2e 04 03 05 03 06 03 08 07 08 08 08 09 08 0a 08 0b 08 04 08 05 08 06 04 01 05 01 06 01 03 03 02 03 03 01 02 01 03 02 02 02 04 02 05 02 06 02 '............$8A..,J.M....!.vLNV1..........0....+.,...0./.........C.A..>zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion.................#..3t.........grpc-exp.h2...........0................................................'
I0416 19:11:35.395090000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:35.395108000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:35.395140000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:35.395151000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:35.395164000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.395175000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_predict_and_launch_new: Have 4 clean circs (2 uptime-internal, 2 internal), need another hidden service circ. +143ms
I0416 19:11:35.537538000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.537570000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] extend_info_from_node: Including Ed25519 ID for $DB8283A4E152010A9CAFDA63CC0F56ACA1556769~topinambour2 at 92.89.144.177
lnrpc:torproc Apr 16 19:11:35.000 [info] select_primary_guard_for_circuit: Selected primary guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) for circuit.
lnrpc:torproc Apr 16 19:11:35.000 [info] extend_info_from_node: Including Ed25519 ID for $99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86 +4ms
I0416 19:11:35.541331000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.541344000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] extend_info_from_node: Including Ed25519 ID for $1CD48F4ED0F1821FFBF1940802A13EEFD4C27502~Piratenpartei00 at 176.9.40.131 and [2a01:4f8:150:518e::2] +2ms
I0416 19:11:35.543559000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.543572000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_send_first_onion_skin: First hop: finished sending CREATE cell to '$99339F3E68BCCC1391BF14C821D80766FE0C5956~Unnamed at 54.36.166.86' +0ms
I0416 19:11:35.543677000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.543689000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:35.000 [info] internal (high-uptime) circ (length 3, last hop topinambour2): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $1CD48F4ED0F1821FFBF1940802A13EEFD4C27502(closed) $DB8283A4E152010A9CAFDA63CC0F56ACA1556769(closed) +51ms
I0416 19:11:35.594196000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.594210000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
I0416 19:11:35.594305000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.594314000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] entry_guard_inc_circ_attempt_count: Got success count 6.000000/7.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +160ms
I0416 19:11:35.754641000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.754672000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:35.000 [info] internal (high-uptime) circ (length 3, last hop topinambour2): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $1CD48F4ED0F1821FFBF1940802A13EEFD4C27502(open) $DB8283A4E152010A9CAFDA63CC0F56ACA1556769(closed)
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_send_intermediate_onion_skin: Sending extend relay cell. +0ms
I0416 19:11:35.754936000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.754961000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:35.754988000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x102b344f8 0x10715dbb2:0x102b34310
I0416 19:11:35.754999000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:35.755043000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 16 03 03 00 3e 02 00 00 3a 03 03 38 a7 d6 6c 11 71 f8 f5 4e 92 1c 35 41 3e 53 23 0b b7 ee 18 1e 90 28 e7 44 4f 57 4e 47 52 44 01 00 c0 2b 00 00 12 00 23 00 00 ff 01 00 01 00 00 10 00 05 00 03 02 68 32 16 03 03 02 6f 0b 00 02 6b 00 02 68 00 02 65 30 82 02 61 30 82 02 06 a0 03 02 01 02 02 11 00 93 13 16 77 3b de 3e 22 3f a5 40 53 ff a7 48 ea 30 0a 06 08 2a 86 48 ce 3d 04 03 02 30 3e 31 1f 30 1d 06 03 55 04 0a 13 16 6c 6e 64 20 61 75 74 6f 67 65 6e 65 72 61 74 65 64 20 63 65 72 74 31 1b 30 19 06 03 55 04 03 13 12 7a 61 70 2d 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2d 30 30 1e 17 0d 31 39 31 30 32 33 31 30 30 32 32 36 5a 17 0d 32 30 31 32 31 37 31 30 30 32 32 36 5a 30 3e 31 1f 30 1d 06 03 55 04 0a 13 16 6c 6e 64 20 61 75 74 6f 67 65 6e 65 72 61 74 65 64 20 63 65 72 74 31 1b 30 19 06 03 55 04 03 13 12 7a 61 70 2d 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2d 30 30 59 30 13 06 07 2a 86 48 ce 3d 02 01 06 08 2a 86 48 ce 3d 03 01 07 03 42 00 04 11 29 dd 92 9b 48 0d c8 15 01 d1 fb ba 50 55 0c f6 4d b0 a5 a0 0f 5d 96 26 12 08 d9 59 9b 50 df 48 53 56 45 15 cb f8 de 48 3f 0f 2c c2 1f 4f f5 e7 cb 43 1a a1 e9 f8 da 72 7f d2 44 43 ef b2 e1 a3 81 e4 30 81 e1 30 0e 06 03 55 1d 0f 01 01 ff 04 04 03 02 02 a4 30 0f 06 03 55 1d 13 01 01 ff 04 05 30 03 01 01 ff 30 81 bd 06 03 55 1d 11 04 81 b5 30 81 b2 82 12 7a 61 70 2d 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2d 30 82 09 6c 6f 63 61 6c 68 6f 73 74 82 15 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2e 7a 61 70 68 71 2e 69 6f 82 3e 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 82 04 75 6e 69 78 82 0a 75 6e 69 78 70 61 63 6b 65 74 87 04 7f 00 00 01 87 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 87 04 0a 34 04 3e 87 04 22 49 68 a6 87 04 0a 37 fc 60 30 0a 06 08 2a 86 48 ce 3d 04 03 02 03 49 00 30 46 02 21 00 88 18 82 16 68 18 ae 04 32 17 f3 8a a1 96 ff 23 8e f1 9d a6 58 4e 47 54 35 e6 a3 a2 63 28 14 aa 02 21 00 ba 5f 76 04 00 c5 76 af 5a db 36 cd 1f 68 e5 18 4b 78 42 4e 61 4a ef 97 28 5c 12 47 1d 61 6c 17 16 03 03 00 93 0c 00 00 8f 03 00 17 41 04 72 a2 94 06 87 3d fa 23 82 6e fb 1f fb 5e 1a 32 d5 42 77 cf 6d 21 42 d0 15 03 81 2f 55 d5 3b fb 10 c2 29 3b fc 4d 61 f7 3c 78 c1 9c 50 fb da 33 77 fc cf 35 3b 99 7c a3 d8 d6 c9 64 ac 82 3a ee 04 03 00 46 30 44 02 20 2b 81 b7 66 59 b8 33 e3 ba 13 24 d0 3b 9a a8 19 8e d5 e5 fa 5b 62 c1 30 02 12 c0 b8 64 67 3f c7 02 20 06 5b e5 5d d2 9a d3 c0 1b 57 a1 83 28 ce 69 b5 c1 65 ae 5c 83 08 4b f2 72 2e 93 57 97 48 c4 89 16 03 03 00 04 0e 00 00 00 '....>...:..8..l.q..N..5A>S#......(.DOWNGRD...+....#..............h2....o...k..h..e0..a0..............w;.>"?.@S..H.0...*.H.=...0>1.0...U....lnd autogenerated cert1.0...U....zap-testnet4-lnd-00...191023100226Z..201217100226Z0>1.0...U....lnd autogenerated cert1.0...U....zap-testnet4-lnd-00Y0...*.H.=....*.H.=....B...)...H.......PU..M....].&...Y.P.HSVE....H?.,..O...C.....r..DC......0..0...U...........0...U.......0....0....U.....0....zap-testnet4-lnd-0..localhost..testnet4-lnd.zaphq.io.>zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion..unix..unixpacket...........................4.>.."Ih....7.`0...*.H.=....I.0F.!.....h...2......#....XNGT5...c(...!.._v...v.Z.6..h..KxBNaJ..(\.G.al.............A.r....=.#.n...^.2.Bw.m!B..../U.;...);.Ma.<x..P..3w..5;.|....d..:....F0D. +..fY.3...$.;.......[b.0....dg?.. .[.].....W..(.i..e.\..K.r..W.H...........'
I0416 19:11:35.755494000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:35.755543000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write client hello - TWCH
I0416 19:11:35.755602000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server hello - TRSH
I0416 19:11:35.756236000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server certific - TRSC
I0416 19:11:35.756598000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server key exch - TRSKE
I0416 19:11:35.756615000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server done - TRSD
I0416 19:11:35.756844000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write client key exc - TWCKE
I0416 19:11:35.756910000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write change cipher - TWCCS
I0416 19:11:35.756960000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write finished - TWFIN
I0416 19:11:35.756980000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 16 03 03 00 46 10 00 00 42 41 04 54 bc 9b 4e 35 07 02 2e 78 7c 57 64 69 7d 65 0f 64 1e 34 76 31 98 a8 34 70 c0 de 53 1a 05 dd ab 25 7a 6a cb c6 a8 63 d1 17 e8 e3 14 d9 44 82 bc a9 53 2a 6b 01 4b 1d c1 08 a1 31 73 52 11 5f 85 14 03 03 00 01 01 16 03 03 00 28 d2 cd 56 76 16 f2 ee 5b a8 6c 1f 04 78 9d 16 5e cb 82 37 d6 23 b1 4d ba 00 06 34 76 2c 16 ea 0e 7f 42 28 b3 33 41 b3 6b '....F...BA.T..N5...x|Wdi}e.d.4v1..4p..S....%zj...c......D...S*k.K....1sR._...........(..Vv...[.l..x..^..7.#.M...4v,....B(.3A.k'
I0416 19:11:35.763341000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:35.763359000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:35.763366000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:35.763370000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:35.763377000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.763384000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_finish_handshake: Finished building circuit hop:
lnrpc:torproc Apr 16 19:11:35.000 [info] internal (high-uptime) circ (length 3, last hop topinambour2): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $1CD48F4ED0F1821FFBF1940802A13EEFD4C27502(open) $DB8283A4E152010A9CAFDA63CC0F56ACA1556769(open) +124ms
I0416 19:11:35.878507000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.878528000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:35.000 [info] entry_guards_note_guard_success: Recorded success for primary confirmed guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956)
lnrpc:torproc Apr 16 19:11:35.000 [info] circuit_build_no_more_hops: circuit built!
lnrpc:torproc Apr 16 19:11:35.000 [info] pathbias_count_build_success: Got success count 7.000000/7.000000 for guard Unnamed ($99339F3E68BCCC1391BF14C821D80766FE0C5956) +0ms
I0416 19:11:35.878765000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:35.878781000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.202902000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x102b344f8 0x10715dbb2:0x102b34310
I0416 19:11:36.202929000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:36.202947000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 16 03 03 00 82 04 00 00 7e 00 00 00 00 00 78 78 8b c9 19 ac 09 64 a2 6c 44 6e 83 37 62 8a db 5d b6 ca ec ae 20 0e c1 54 34 cc db 50 22 e3 ff 7f 21 f5 92 1c 69 2e 76 47 78 97 b9 43 4f 1f 4d 87 b5 b5 1b 6f 42 46 cc 12 f1 3c 14 24 76 98 ee cf 5f 76 7e fa 59 2e 6f 6a f9 87 4b 0d 6c 7d 92 5b 36 6f 3c 35 c7 d7 80 ac 21 23 5f 8a 30 ea 22 fb 15 cf 6c ef 7c 8c 53 08 e0 5e 1d d0 ff e3 7d e7 a7 e3 11 5b 7e 86 a3 14 03 03 00 01 01 16 03 03 00 28 00 00 00 00 00 00 00 00 31 af c7 35 5b 32 d1 e8 dd 4b 9f 0f a4 f4 01 4f f6 a6 7f 16 b3 e4 c8 08 66 9d 99 d3 48 97 f2 59 '........~.....xx.....d.lDn.7b..].... ..T4..P"...!...i.vGx..CO.M....oBF...<.$v..._v~.Y.oj..K.l}.[6o<5....!#_.0."...l.|.S..^....}....[~............(........1..5[2...K.....O........f...H..Y'
I0416 19:11:36.203064000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:36.203091000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write finished - TWFIN
I0416 19:11:36.203111000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server session - TRST
I0416 19:11:36.203136000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read change cipher s - TRCCS
I0416 19:11:36.203179000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read finished - TRFIN
I0416 19:11:36.203196000 4503690688 ssl_transport_security.cc:217] HANDSHAKE DONE - SSL negotiation finished succe - SSLOK
I0416 19:11:36.203339000 4503690688 security_context.cc:267] grpc_auth_context_add_cstring_property(ctx=0x102c0b6e0, name=transport_security_type, value=ssl)
I0416 19:11:36.203353000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_common_name, value=zap-testnet4-lnd-0, value_length=18)
I0416 19:11:36.203362000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_pem_cert, value=-----BEGIN CERTIFICATE-----
MIICYTCCAgagAwIBAgIRAJMTFnc73j4iP6VAU/+nSOowCgYIKoZIzj0EAwIwPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMB4XDTE5MTAyMzEwMDIyNloXDTIwMTIxNzEwMDIyNlowPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEESndkptIDcgV
AdH7ulBVDPZNsKWgD12WJhII2VmbUN9IU1ZFFcv43kg/DyzCH0/158tDGqHp+Npy
f9JEQ++y4aOB5DCB4TAOBgNVHQ8BAf8EBAMCAqQwDwYDVR0TAQH/BAUwAwEB/zCB
vQYDVR0RBIG1MIGyghJ6YXAtdGVzdG5ldDQtbG5kLTCCCWxvY2FsaG9zdIIVdGVz
dG5ldDQtbG5kLnphcGhxLmlvgj56YXBuMzRxZmVlZHcybDV5MjZwM2hubmt1c3Fu
Ymh4Y3h3NjRscTVjb2ptdnE0NXl3NGJjM3NxZC5vbmlvboIEdW5peIIKdW5peHBh
Y2tldIcEfwAAAYcQAAAAAAAAAAAAAAAAAAAAAYcECjQEPocEIklopocECjf8YDAK
BggqhkjOPQQDAgNJADBGAiEAiBiCFmgYrgQyF/OKoZb/I47xnaZYTkdUNeajomMo
FKoCIQC6X3YEAMV2r1rbNs0faOUYS3hCTmFK75coXBJHHWFsFw==
-----END CERTIFICATE-----
, value_length=887)
I0416 19:11:36.203452000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=zap-testnet4-lnd-0, value_length=18)
I0416 19:11:36.203460000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=localhost, value_length=9)
I0416 19:11:36.203466000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=testnet4-lnd.zaphq.io, value_length=21)
I0416 19:11:36.203473000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion, value_length=62)
I0416 19:11:36.207149000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=unix, value_length=4)
I0416 19:11:36.207161000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=unixpacket, value_length=10)
I0416 19:11:36.207168000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=127.0.0.1, value_length=9)
I0416 19:11:36.207174000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=::1, value_length=3)
I0416 19:11:36.207179000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=10.52.4.62, value_length=10)
I0416 19:11:36.207254000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=34.73.104.166, value_length=13)
I0416 19:11:36.207268000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=x509_subject_alternative_name, value=10.55.252.96, value_length=12)
I0416 19:11:36.207275000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0b6e0, name=ssl_session_reused, value=false, value_length=5)
I0416 19:11:36.207280000 4503690688 security_context.cc:207] grpc_auth_context_find_properties_by_name(ctx=0x102c0b6e0, name=x509_subject_alternative_name)
I0416 19:11:36.207284000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbf6ab0)
I0416 19:11:36.207289000 4503690688 security_context.cc:154] grpc_auth_context_set_peer_identity_property_name(ctx=0x102c0b6e0, name=x509_subject_alternative_name)
I0416 19:11:36.207356000 4503690688 handshaker.cc:131] handshake_manager 0x102b35950: error="No Error" shutdown=0 index=2, args={endpoint=0x1058ce400, args=0x102d09520 {size=11: grpc.primary_user_agent=grpc-node/1.24.2, grpc.client_channel_factory=0x102e11120, grpc.channel_credentials=0x102e19520, grpc.server_uri=dns:///zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http_connect_server=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.subchannel_pool=0x102c128b0, grpc.default_authority=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http2_scheme=https, grpc.security_connector=0x102a0e400, grpc.subchannel_address=ipv4:127.0.0.1:9065, grpc.auth_context=0x102c0b6e0}, read_buffer=0x102b28020 (length=0), exit_early=0}
I0416 19:11:36.207369000 4503690688 handshaker.cc:164] handshake_manager 0x102b35950: handshaking complete -- scheduling on_handshake_done with error="No Error"
I0416 19:11:36.207412000 4503690688 bdp_estimator.h:53] bdp[ipv4:127.0.0.1:9065]:sched acc=0 est=65536
I0416 19:11:36.210057000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [TRANSPORT_FLOW_CONTROL]
I0416 19:11:36.210068000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING+MORE [INITIAL_WRITE]
I0416 19:11:36.210110000 4503690688 subchannel.cc:1086] New connected subchannel at 0x102d0d170 for subchannel 0x102a22580
I0416 19:11:36.210121000 4503690688 chttp2_transport.cc:1900] perform_transport_op[t=0x105812800]: ON_CONNECTIVITY_STATE_CHANGE:p=0x102d19c38:from=READY BIND_POLLSET_SET
I0416 19:11:36.210128000 4503690688 client_channel.cc:992] chand=0x10483ec60: connectivity change for subchannel wrapper 0x102a0a6a0 subchannel 0x102a22580 (connected_subchannel=0x102d0d170 state=READY); hopping into combiner
I0416 19:11:36.210137000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:36.210142000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:36.210147000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:36.210151000 4503690688 connectivity_state.cc:100] CONWATCH: 0x105812aa8 client_transport: from READY [cur=READY] notify=0x102d19c38
D0416 19:11:36.210171000 4503690688 flow_control.cc:113] 0x105813c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 65535 -> 4194304, srw: , slw: , saw:
I0416 19:11:36.210177000 4503690688 writing.cc:116] CLIENT: Ping sent [ipv4:127.0.0.1:9065]: 2/2
I0416 19:11:36.210182000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING+MORE -> WRITING [begin write in current thread]
I0416 19:11:36.210188000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 50 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0d 0a 0d 0a 'PRI * HTTP/2.0....SM....'
I0416 19:11:36.210209000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 24 04 00 00 00 00 00 00 02 00 00 00 00 00 03 00 00 00 00 00 04 00 40 00 00 00 05 00 40 00 00 00 06 00 00 20 00 fe 03 00 00 00 01 '..$.....................@.....@...... .......'
I0416 19:11:36.210214000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 04 08 00 00 00 00 00 00 3f 00 01 00 00 08 06 00 00 00 00 00 00 '..........?............'
I0416 19:11:36.210218000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 00 00 00 00 00 '.......'
I0416 19:11:36.210235000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 7b d2 cd 56 76 16 f2 ee 5c 64 7e f4 57 78 f4 99 a9 9a 65 55 38 ec ab bd 78 ed c1 9f cb d8 2a 2b 34 08 74 35 3b 2e 64 ea ee af e8 06 c1 da 64 d6 52 dc 2b f9 7d dd aa de 63 51 3f ff f8 35 8b 2e cb 5f 24 e4 4b cd b1 d5 ee a1 5f bb e5 cd 83 28 68 64 38 31 88 40 81 7c 60 d3 5a 9f a2 88 cd 16 10 3b 33 76 59 b5 c6 08 42 c7 16 3d 20 7a 2b c0 4d f1 b2 66 29 15 40 3a 30 68 70 58 '....{..Vv...\d~.Wx....eU8...x.....*+4.t5;.d.......d.R.+.}...cQ?..5..._$.K....._....(hd81.@.|`.Z......;3vY...B..= z+.M..f).@:0hpX'
I0416 19:11:36.210268000 4503690688 chttp2_transport.cc:2660] ipv4:127.0.0.1:9065: Start BDP ping err="No Error"
I0416 19:11:36.210274000 4503690688 bdp_estimator.h:66] bdp[ipv4:127.0.0.1:9065]:start acc=0 est=65536
I0416 19:11:36.210279000 4503690688 client_channel.cc:1040] chand=0x10483ec60: processing connectivity change in combiner for subchannel wrapper 0x102a0a6a0 subchannel 0x102a22580 (connected_subchannel=0x102d0d170 state=READY): watcher=0x102a0ecf0
I0416 19:11:36.210286000 4503690688 subchannel_list.h:249] [pick_first 0x102a0f190] subchannel list 0x102a0ae60 index 0 of 1 (subchannel 0x102a0a6a0): connectivity changed: state=READY, shutting_down=0, pending_watcher=0x102a0ecf0
I0416 19:11:36.210290000 4503690688 pick_first.cc:447] Pick First 0x102a0f190 selected subchannel 0x102a0a6a0
I0416 19:11:36.210295000 4503690688 client_channel.cc:1273] chand=0x10483ec60: update: state=READY picker=0x102d19b30
I0416 19:11:36.210299000 4503690688 connectivity_state.cc:147] SET: 0x10483ed30 client_channel: CONNECTING --> READY [helper]
I0416 19:11:36.210302000 4503690688 connectivity_state.cc:160] NOTIFY: 0x10483ed30 client_channel: 0x102e016e0
I0416 19:11:36.210307000 4503690688 client_channel.cc:1477] chand=0x10483ec60: updating subchannel wrapper 0x102a0a6a0 data plane connected_subchannel to 0x102d0d170
I0416 19:11:36.210315000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102e195a0, error="No Error", done=0x10716348c, done_arg=0x102e14d00, storage=0x102e14e00)
I0416 19:11:36.210339000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:36.210350000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:36.210359000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.210367000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102e195a0 OK
I0416 19:11:36.210389000 4503690688 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x10483ea00, try_to_connect=1)
I0416 19:11:36.210394000 4503690688 connectivity_state.cc:79] CONWATCH: 0x10483ed30 client_channel: get READY
lnrpc:service:WalletUnlocker Connected to WalletUnlocker gRPC service +3s
lnrpc:service:WalletUnlocker Calling WalletUnlocker.unlockWallet with payload: { payload: {}, options: {} } +5ms
I0416 19:11:36.216465000 4503690688 client_idle_filter.cc:206] (client idle filter) call counter has increased to 1
I0416 19:11:36.216490000 4503690688 channel.cc:322] grpc_channel_get_target(channel=0x10483ea00)
I0416 19:11:36.216968000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b43de8)
I0416 19:11:36.216991000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x103927860, ops=0x102b37a10, nops=1, tag=0x102b4e750, reserved=0x0)
I0416 19:11:36.216999000 4503690688 call.cc:1566] ops[0]: SEND_INITIAL_METADATA(nil)
I0416 19:11:36.217010000 4503690688 call.cc:626] OP[client_idle:0x1039281f0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'}
I0416 19:11:36.217018000 4503690688 channel_stack.cc:226] OP[client-channel:0x103928208]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'}
I0416 19:11:36.217023000 4503690688 client_channel.cc:2249] chand=0x10483ec60 calld=0x103928230: adding pending batch at index 0
I0416 19:11:36.217027000 4503690688 client_channel.cc:2075] chand=0x10483ec60 calld=0x103928230: grabbing data plane mutex to perform pick
I0416 19:11:36.217034000 4503690688 client_channel.cc:3712] chand=0x10483ec60 calld=0x103928230: applying service config to call
I0416 19:11:36.217039000 4503690688 client_channel.cc:3847] chand=0x10483ec60 calld=0x103928230: LB pick returned COMPLETE (subchannel=0x102a0a6a0, error="No Error")
I0416 19:11:36.217047000 4503690688 client_channel.cc:3609] chand=0x10483ec60 calld=0x103928230: create subchannel_call=0x103924820: error="No Error"
I0416 19:11:36.217064000 4503690688 client_channel.cc:2412] chand=0x10483ec60 calld=0x103928230: starting 1 pending batches on subchannel_call=0x103924820
I0416 19:11:36.217075000 4503690688 subchannel.cc:182] OP[authority:0x1039248d0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'}
I0416 19:11:36.217087000 4503690688 channel_stack.cc:226] OP[client-auth:0x1039248e8]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'}
I0416 19:11:36.217105000 4503690688 security_context.cc:172] grpc_auth_context_property_iterator(ctx=0x102c0b6e0)
I0416 19:11:36.217109000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217112000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217115000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217118000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217121000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217123000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217126000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217142000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217145000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217148000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217151000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217154000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217157000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217159000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217162000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217181000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217184000 4503690688 security_context.cc:172] grpc_auth_context_property_iterator(ctx=0x102c0b6e0)
I0416 19:11:36.217187000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217191000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217193000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217196000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217199000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217202000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217218000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217221000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217224000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217227000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217230000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217233000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217236000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217239000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217242000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217270000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdb20)
I0416 19:11:36.217282000 4503690688 channel_stack.cc:226] OP[message_size:0x103924900]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'}
I0416 19:11:36.217292000 4503690688 channel_stack.cc:226] OP[http-client:0x103924918]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'}
I0416 19:11:36.217327000 4503690688 channel_stack.cc:226] OP[message_compress:0x103924930]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)'}
I0416 19:11:36.217376000 4503690688 channel_stack.cc:226] OP[connected:0x103924948]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0416 19:11:36.217447000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x1039254a8]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0416 19:11:36.217482000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x103925268
I0416 19:11:36.217531000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :scheme: https
I0416 19:11:36.217536000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :method: POST
I0416 19:11:36.217540000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :authority: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009
I0416 19:11:36.217544000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :path: /lnrpc.WalletUnlocker/UnlockWallet
I0416 19:11:36.217547000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: te: trailers
I0416 19:11:36.217551000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: content-type: application/grpc
I0416 19:11:36.217555000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: user-agent: grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)
I0416 19:11:36.217560000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0416 19:11:36.217564000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0416 19:11:36.217569000 4503690688 stream_lists.cc:125] 0x105812800[0][cli]: add to waiting_for_concurrency
I0416 19:11:36.217572000 4503690688 stream_lists.cc:71] 0x105812800[0][cli]: pop from waiting_for_concurrency
I0416 19:11:36.217576000 4503690688 chttp2_transport.cc:1221] HTTP:CLI: Transport 0x105812800 allocating new grpc_chttp2_stream 0x1039254a8 to id 1
I0416 19:11:36.217581000 4503690688 stream_lists.cc:125] 0x105812800[1][cli]: add to writable
I0416 19:11:36.217585000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [START_NEW_STREAM]
I0416 19:11:36.217601000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x105812800 0x103925268 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0416 19:11:36.217606000 4503690688 stream_lists.cc:71] 0x105812800[1][cli]: pop from writable
I0416 19:11:36.217610000 4503690688 writing.cc:430] W:0x105812800 CLIENT[1] im-(sent,send)=(0,1) announce=0
I0416 19:11:36.217616000 4503690688 hpack_encoder.cc:486] Encode: ':authority: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', elem_interned=1 [3], k_interned=1, v_interned=1
I0416 19:11:36.217624000 4503690688 hpack_encoder.cc:486] Encode: ':path: /lnrpc.WalletUnlocker/UnlockWallet', elem_interned=0 [2], k_interned=1, v_interned=0
I0416 19:11:36.217630000 4503690688 hpack_encoder.cc:486] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:36.217635000 4503690688 hpack_encoder.cc:486] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:36.217642000 4503690688 hpack_encoder.cc:486] Encode: 'user-agent: grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', elem_interned=1 [3], k_interned=1, v_interned=1
I0416 19:11:36.217648000 4503690688 hpack_encoder.cc:486] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:36.217652000 4503690688 hpack_encoder.cc:486] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:36.217658000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x105812800 0x103925268 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING
D0416 19:11:36.217665000 4503690688 flow_control.cc:113] 0x105813c68[1][cli] | s updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304, saw: 4194304
D0416 19:11:36.217683000 4503690688 flow_control.cc:113] 0x105813c68[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 4194304, srw: , slw: , saw:
I0416 19:11:36.217689000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING [begin write in current thread]
I0416 19:11:36.217695000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 01 34 01 04 00 00 00 01 87 83 40 0a '..4........@.'
I0416 19:11:36.217699000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 3a 61 75 74 68 6f 72 69 74 79 ':authority'
I0416 19:11:36.217702000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 44 'D'
I0416 19:11:36.217718000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009'
I0416 19:11:36.217723000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 40 05 '@.'
I0416 19:11:36.217726000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 3a 70 61 74 68 ':path'
I0416 19:11:36.217730000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 22 '"'
I0416 19:11:36.217734000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 2f 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 2f 55 6e 6c 6f 63 6b 57 61 6c 6c 65 74 '/lnrpc.WalletUnlocker/UnlockWallet'
I0416 19:11:36.217738000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 40 02 '@.'
I0416 19:11:36.217754000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 74 65 'te'
I0416 19:11:36.217757000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 08 '.'
I0416 19:11:36.217761000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 74 72 61 69 6c 65 72 73 'trailers'
I0416 19:11:36.217764000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 40 0c '@.'
I0416 19:11:36.217768000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type'
I0416 19:11:36.217771000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 10 '.'
I0416 19:11:36.217775000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
I0416 19:11:36.217779000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 40 0a '@.'
I0416 19:11:36.217783000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 75 73 65 72 2d 61 67 65 6e 74 'user-agent'
I0416 19:11:36.217787000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 33 '3'
I0416 19:11:36.217792000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)'
I0416 19:11:36.217795000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 40 14 '@.'
I0416 19:11:36.217799000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding'
I0416 19:11:36.217803000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 15 '.'
I0416 19:11:36.217807000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip'
I0416 19:11:36.217828000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 40 0f '@.'
I0416 19:11:36.217832000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding'
I0416 19:11:36.217836000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 0d '.'
I0416 19:11:36.217839000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'
I0416 19:11:36.217861000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 17 03 03 01 55 d2 cd 56 76 16 f2 ee 5d 08 34 89 57 ea 44 8d 46 96 00 b1 53 95 b0 44 b5 35 38 8d 3f 9b 52 8c 47 8e f6 b7 80 ff 63 4c 39 19 62 6f 34 f9 89 2a c5 2f d8 0d 87 35 4a a4 d7 f3 de 16 10 31 79 76 28 34 a8 7f b0 a0 d2 47 5a 2c 0b ea 36 a7 45 5d eb 8b d2 6d cb 88 07 05 42 ef ed 91 20 b7 09 ea 10 9e 42 a0 e0 20 7e d9 7b 2b ca 79 d6 37 42 be e0 62 1e ae 34 3e 2a f9 6c 58 69 4b 07 cc 32 98 96 30 59 46 1a b6 29 c5 d1 6a b7 98 d7 19 b8 49 c5 4d 1f b0 69 67 2c f8 87 17 61 aa e6 c2 d2 ac d6 1e 73 d4 cf 01 dd e2 ca 57 30 20 35 36 7d 32 8b 44 a6 e1 ae 3e be 93 32 d3 ce 97 86 6f ee ec 15 35 ee 62 1a ba ed dd 1e 48 cf 21 3f 2b a1 a1 db 92 29 58 39 43 33 b6 2d a1 ba 5f d2 e5 3f 28 23 df 21 5a 4f 2e 08 a9 73 4e 22 4e 1c f3 0f 2f 20 3b da 71 2b 62 db ea 37 ce 2c 56 e7 e6 27 d6 c0 51 95 c6 4d 05 a2 dd f3 36 3c 38 80 f7 e7 95 a2 7e e9 6a fb 05 78 2d 91 47 0e dc 69 5e 51 62 00 90 35 fa a1 ee df 0e 27 b2 09 4e 26 3e 5f e8 60 e4 ae 75 3c b3 a4 6d 1e df 8e 99 98 56 e8 73 28 0a ed b3 9e 7a e5 77 06 01 8b 2e 91 92 83 c4 7d a7 f7 2e b1 e9 '....U..Vv...].4.W.D.F...S..D.58.?.R.G.....cL9.bo4..*./...5J......1yv(4.....GZ,..6.E]...m....B... .....B.. ~.{+.y.7B..b..4>*.lXiK..2..0YF..)..j.....I.M..ig,...a.......s......W0 56}2.D...>..2....o...5.b.....H.!?+....)X9C3.-.._..?(#.!ZO...sN"N.../ ;.q+b..7.,V..'..Q..M....6<8.....~.j..x-.G..i^Qb..5.....'..N&>_.`..u<..m.....V.s(....z.w........}.....'
I0416 19:11:36.218804000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x103927860, ops=0x102b37a10, nops=1, tag=0x102b38030, reserved=0x0)
I0416 19:11:36.218818000 4503690688 call.cc:1566] ops[0]: SEND_MESSAGE ptr=0x102b277e0
I0416 19:11:36.218826000 4503690688 call.cc:626] OP[client_idle:0x1039281f0]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218831000 4503690688 channel_stack.cc:226] OP[client-channel:0x103928208]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218836000 4503690688 client_channel.cc:2249] chand=0x10483ec60 calld=0x103928230: adding pending batch at index 1
I0416 19:11:36.218840000 4503690688 client_channel.cc:2063] chand=0x10483ec60 calld=0x103928230: starting batch on subchannel_call=0x103924820
I0416 19:11:36.218844000 4503690688 client_channel.cc:2412] chand=0x10483ec60 calld=0x103928230: starting 1 pending batches on subchannel_call=0x103924820
I0416 19:11:36.218849000 4503690688 subchannel.cc:182] OP[authority:0x1039248d0]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218870000 4503690688 channel_stack.cc:226] OP[client-auth:0x1039248e8]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218875000 4503690688 channel_stack.cc:226] OP[message_size:0x103924900]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218879000 4503690688 channel_stack.cc:226] OP[http-client:0x103924918]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218883000 4503690688 channel_stack.cc:226] OP[message_compress:0x103924930]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218887000 4503690688 channel_stack.cc:226] OP[connected:0x103924948]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218892000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x1039254a8]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:36.218896000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=0; on_complete = 0x1039252a8
I0416 19:11:36.218929000 4503690688 stream_lists.cc:125] 0x105812800[1][cli]: add to writable
I0416 19:11:36.218934000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0416 19:11:36.218939000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x105812800 0x1039252a8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0416 19:11:36.219024000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b394d8)
I0416 19:11:36.219035000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102b37a18)
I0416 19:11:36.219041000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x103927860, ops=0x102b323b0, nops=4, tag=0x102b2f830, reserved=0x0)
I0416 19:11:36.219046000 4503690688 call.cc:1566] ops[0]: SEND_CLOSE_FROM_CLIENT
I0416 19:11:36.219051000 4503690688 call.cc:1566] ops[1]: RECV_INITIAL_METADATA ptr=0x102b394d8
I0416 19:11:36.219055000 4503690688 call.cc:1566] ops[2]: RECV_MESSAGE ptr=0x102b4a578
I0416 19:11:36.219059000 4503690688 call.cc:1566] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102b37a18 status=0x102b37a30 details=0x102b37a38
I0416 19:11:36.219068000 4503690688 call.cc:626] OP[client_idle:0x1039281f0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219084000 4503690688 channel_stack.cc:226] OP[client-channel:0x103928208]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219089000 4503690688 client_channel.cc:2249] chand=0x10483ec60 calld=0x103928230: adding pending batch at index 2
I0416 19:11:36.219092000 4503690688 client_channel.cc:2063] chand=0x10483ec60 calld=0x103928230: starting batch on subchannel_call=0x103924820
I0416 19:11:36.219097000 4503690688 client_channel.cc:2412] chand=0x10483ec60 calld=0x103928230: starting 1 pending batches on subchannel_call=0x103924820
I0416 19:11:36.219103000 4503690688 subchannel.cc:182] OP[authority:0x1039248d0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219108000 4503690688 channel_stack.cc:226] OP[client-auth:0x1039248e8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219141000 4503690688 channel_stack.cc:226] OP[message_size:0x103924900]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219147000 4503690688 channel_stack.cc:226] OP[http-client:0x103924918]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219152000 4503690688 channel_stack.cc:226] OP[message_compress:0x103924930]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219158000 4503690688 channel_stack.cc:226] OP[connected:0x103924948]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219164000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x1039254a8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:36.219170000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x1039252e8
D0416 19:11:36.219193000 4503690688 flow_control.cc:113] 0x105813c68[1][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0416 19:11:36.219201000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x105812800 0x1039252e8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0416 19:11:36.219243000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.219251000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.219277000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:36.219282000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING+MORE -> WRITING [continue writing]
I0416 19:11:36.219292000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102b4e750, error="No Error", done=0x10712f02f, done_arg=0x103928710, storage=0x103928760)
I0416 19:11:36.219297000 4503690688 stream_lists.cc:71] 0x105812800[1][cli]: pop from writable
I0416 19:11:36.219301000 4503690688 writing.cc:430] W:0x105812800 CLIENT[1] im-(sent,send)=(1,0) announce=5
D0416 19:11:36.219309000 4503690688 flow_control.cc:113] 0x105813c68[1][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0416 19:11:36.219318000 4503690688 flow_control.cc:113] 0x105813c68[1][cli] | data sent | trw: 65535 -> 65530, tlw: 4194309, taw: 4194304, srw: 65535 -> 65530, slw: 4194309, saw: 4194309
I0416 19:11:36.219326000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x105812800 0x1039252e8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING
I0416 19:11:36.219338000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x105812800 0x1039252a8 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING
I0416 19:11:36.219342000 4503690688 stream_lists.cc:125] 0x105812800[1][cli]: add to writing
D0416 19:11:36.219348000 4503690688 flow_control.cc:113] 0x105813c68[0][cli] | t updt sent | trw: 65530, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0416 19:11:36.219354000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING [begin write in background]
I0416 19:11:36.219358000 4503690688 executor.cc:290] EXECUTOR (default-executor) schedule 0x1058128f0 inline
I0416 19:11:36.219363000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 04 08 00 00 00 00 01 00 00 00 05 00 00 05 00 01 00 00 00 01 00 '.......................'
I0416 19:11:36.219377000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 00 00 00 00 04 08 00 00 00 00 00 00 00 00 05 '.................'
I0416 19:11:36.219390000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 40 d2 cd 56 76 16 f2 ee 5e 55 89 8e eb 0d 59 48 20 6e 48 08 43 f4 77 bb 3d 49 90 2f 15 f9 b7 56 63 06 cc 45 6b 8d b3 89 a5 6f 21 82 fb 0e bf eb 2f 2b e1 eb ab f8 18 62 fb 49 3e e3 7d f5 df e1 65 '....@..Vv...^U....YH nH.C.w.=I./...Vc..Ek....o!...../+.....b.I>.}...e'
I0416 19:11:36.219407000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.219414000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102b4e750 OK
I0416 19:11:36.219452000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b43de8)
I0416 19:11:36.219459000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.219464000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.219487000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:36.219493000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:36.219497000 4503690688 stream_lists.cc:71] 0x105812800[1][cli]: pop from writing
I0416 19:11:36.219504000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102b38030, error="No Error", done=0x10712f02f, done_arg=0x102b259e0, storage=0x102b25a30)
I0416 19:11:36.219509000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.219514000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102b38030 OK
I0416 19:11:36.219541000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.219548000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.219568000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.219573000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.345070000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x1058ce470 0x10715d0c9:0x1058ce400
I0416 19:11:36.345111000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:36.345131000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 21 00 00 00 00 00 00 00 01 cd 54 a8 fc 0d ee c0 04 28 09 21 c6 58 f3 f8 04 88 0e 8d 65 85 2a d8 f5 8b '....!.........T......(.!.X......e.*...'
I0416 19:11:36.345175000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:36.345189000 4503690688 secure_endpoint.cc:163] READ 0x1058ce400: 00 00 00 04 00 00 00 00 00 '.........'
I0416 19:11:36.345220000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:36.345232000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:36.345241000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:36.345261000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.345274000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.558786000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x1058ce470 0x10715d0c9:0x1058ce400
I0416 19:11:36.558817000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:36.558829000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 32 00 00 00 00 00 00 00 02 5b b1 94 4c db 03 05 81 77 a9 26 ac b8 e2 ce fa b8 f4 0e a2 92 ce f9 4f f4 be 80 ab 58 a1 9d 2d bb 30 31 70 3c a8 ab 17 cf 57 '....2........[..L....w.&............O....X..-.01p<....W'
I0416 19:11:36.558853000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:36.558862000 4503690688 secure_endpoint.cc:163] READ 0x1058ce400: 00 00 00 04 01 00 00 00 00 00 00 08 06 01 00 00 00 00 00 00 00 00 00 00 00 00 '..........................'
I0416 19:11:36.558886000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:36.558964000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:36.558980000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:36.558987000 4503690688 chttp2_transport.cc:2676] ipv4:127.0.0.1:9065: Complete BDP ping err="No Error"
I0416 19:11:36.559000000 4503690688 bdp_estimator.cc:50] bdp[ipv4:127.0.0.1:9065]:complete acc=35 est=65536 dt=0.348707 bw=0.000803Mbs bw_est=0.000000Mbs
I0416 19:11:36.559017000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.559028000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.660010000 4503690688 bdp_estimator.h:53] bdp[ipv4:127.0.0.1:9065]:sched acc=0 est=65536
I0416 19:11:36.660065000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.660083000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.660147000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.660181000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.665911000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x1058ce470 0x10715d0c9:0x1058ce400
I0416 19:11:36.665938000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:36.665953000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 81 00 00 00 00 00 00 00 03 7a 38 e7 49 50 92 85 a3 71 71 0a cc fd ee 7f ff fb 5a 46 45 fb d7 2c e3 12 f4 e8 3c ae 7f f4 33 6f 4a 3e fd 44 99 39 af 54 6e 63 1c 8a 4c 59 5f 63 f5 51 5b e9 a3 a8 9e ef d9 c3 8e 2b f8 c6 e3 3d b0 a2 a8 17 32 39 b3 ee ea d2 b6 7b d0 e0 9e 7a ae a0 e1 51 7d 8f 3b ec 69 e5 ae 9f 35 ff 24 06 98 93 2f 1c 8f 3d ff 6c 62 1e 80 78 fc 0f 60 ff ce eb ca aa 06 64 1e 1b '.............z8.IP...qq.......ZFE..,....<...3oJ>.D.9.Tnc..LY_c.Q[........+...=....29.....{...z...Q}.;.i...5.$.../..=.lb..x..`......d..'
I0416 19:11:36.665976000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:36.666077000 4503690688 secure_endpoint.cc:163] READ 0x1058ce400: 00 00 04 08 00 00 00 00 00 00 00 00 05 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 42 01 05 00 00 00 01 88 5f 8b 1d 75 d0 62 0d 26 3d 4c 4d 65 64 40 88 9a ca c8 b2 12 34 da 8f 02 31 32 40 89 9a ca c8 b5 25 42 07 31 7f 9b b6 ae b5 1f c5 4a 20 b6 77 31 0a a5 15 59 59 17 e4 3a 28 2a 78 55 41 c9 d4 b6 7f '................................B......._..u.b.&=LMed@......4...12@.....%B.1.......J .w1...YY..:(*xUA....'
D0416 19:11:36.666098000 4503690688 flow_control.cc:113] 0x105813c68[0][cli] | t updt recv | trw: 65530 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0416 19:11:36.666108000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [PING_RESPONSE]
I0416 19:11:36.666114000 4503690688 parsing.cc:675] parsing Trailers-Only
I0416 19:11:36.666191000 4503690688 parsing.cc:541] HTTP:1:TRL:CLI: :status: 32 30 30 '200'
I0416 19:11:36.666214000 4503690688 parsing.cc:541] HTTP:1:TRL:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
I0416 19:11:36.666224000 4503690688 parsing.cc:541] HTTP:1:TRL:CLI: grpc-status: 31 32 '12'
I0416 19:11:36.666236000 4503690688 parsing.cc:541] HTTP:1:TRL:CLI: grpc-message: 75 6e 6b 6e 6f 77 6e 20 73 65 72 76 69 63 65 20 6c 6e 72 70 63 2e 57 61 6c 6c 65 74 55 6e 6c 6f 63 6b 65 72 'unknown service lnrpc.WalletUnlocker'
I0416 19:11:36.666247000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:36.666255000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:36.666261000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
D0416 19:11:36.666271000 4503690688 call.cc:733] set_final_status CLI
D0416 19:11:36.666287000 4503690688 call.cc:734] {"created":"@1587057096.666269000","description":"Error received from peer ipv4:127.0.0.1:9065","file":"../deps/grpc/src/core/lib/surface/call.cc","file_line":1055,"grpc_message":"unknown service lnrpc.WalletUnlocker","grpc_status":12}
I0416 19:11:36.666295000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102b2f830, error="No Error", done=0x10712f02f, done_arg=0x102b34820, storage=0x102b34870)
D0416 19:11:36.666306000 4503690688 flow_control.cc:113] 0x105813c68[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0416 19:11:36.667400000 4503690688 writing.cc:116] CLIENT: Ping sent [ipv4:127.0.0.1:9065]: 2/2
I0416 19:11:36.667415000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING [begin write in current thread]
I0416 19:11:36.667424000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 00 04 01 00 '.......................'
I0416 19:11:36.667430000 4503690688 secure_endpoint.cc:299] WRITE 0x1058ce400: 00 00 00 00 00 08 06 00 00 00 00 00 00 00 00 00 00 00 00 01 '....................'
I0416 19:11:36.667450000 4503690688 tcp_custom.cc:235] WRITE 0x102a0c130 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 43 d2 cd 56 76 16 f2 ee 5f 94 d8 83 1b fe 8d 22 8e 63 aa 3b 5a 1d 7e ec 23 55 05 d1 f7 03 fb 70 4d ad 08 23 f7 a3 d1 f8 4b bf f1 ef a9 f6 77 cc 2c 8d d3 2e d1 49 40 47 9a f2 1b 23 cc b9 f7 cb ca 86 38 e7 '....C..Vv..._......".c.;Z.~.#U.....pM..#....K.....w.,....I@G...#......8.'
I0416 19:11:36.667477000 4503690688 chttp2_transport.cc:2660] ipv4:127.0.0.1:9065: Start BDP ping err="No Error"
I0416 19:11:36.667484000 4503690688 bdp_estimator.h:66] bdp[ipv4:127.0.0.1:9065]:start acc=105 est=65536
I0416 19:11:36.667492000 4503690688 tcp_custom.cc:218] write complete on 0x102a0c130: error="No Error"
I0416 19:11:36.667498000 4503690688 chttp2_transport.cc:837] W:0x105812800 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:36.667507000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.667529000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102b2f830 OK
lnrpc:grpc Determined wallet state as: WALLET_STATE_ACTIVE +3s
lnrpc:service:Lightning Connecting to Lightning gRPC service +0ms
lnrpc:service:Lightning Establishing gRPC connection to Lightning with proto file /Users/tom/workspace/node-lnd-grpc/proto/0.9.0-beta/lnrpc/rpc.proto +1ms
I0416 19:11:36.669290000 4503690688 call.cc:573] grpc_call_unref(c=0x103927860)
I0416 19:11:36.669306000 4503690688 client_idle_filter.cc:245] (client idle filter) call counter has decreased to 0
I0416 19:11:36.669311000 4503690688 client_idle_filter.cc:361] (client idle filter) timer has started
I0416 19:11:36.669325000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b37a18)
I0416 19:11:36.669330000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102b394d8)
I0416 19:11:36.669340000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.669346000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.684687000 4503690688 credentials.cc:43] grpc_channel_credentials_release(creds=0x102e19520)
I0416 19:11:36.742117000 4503690688 ssl_credentials.cc:130] grpc_ssl_credentials_create(pem_root_certs=-----BEGIN CERTIFICATE-----
MIICYTCCAgagAwIBAgIRAJMTFnc73j4iP6VAU/+nSOowCgYIKoZIzj0EAwIwPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMB4XDTE5MTAyMzEwMDIyNloXDTIwMTIxNzEwMDIyNlowPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEESndkptIDcgV
AdH7ulBVDPZNsKWgD12WJhII2VmbUN9IU1ZFFcv43kg/DyzCH0/158tDGqHp+Npy
f9JEQ++y4aOB5DCB4TAOBgNVHQ8BAf8EBAMCAqQwDwYDVR0TAQH/BAUwAwEB/zCB
vQYDVR0RBIG1MIGyghJ6YXAtdGVzdG5ldDQtbG5kLTCCCWxvY2FsaG9zdIIVdGVz
dG5ldDQtbG5kLnphcGhxLmlvgj56YXBuMzRxZmVlZHcybDV5MjZwM2hubmt1c3Fu
Ymh4Y3h3NjRscTVjb2ptdnE0NXl3NGJjM3NxZC5vbmlvboIEdW5peIIKdW5peHBh
Y2tldIcEfwAAAYcQAAAAAAAAAAAAAAAAAAAAAYcECjQEPocEIklopocECjf8YDAK
BggqhkjOPQQDAgNJADBGAiEAiBiCFmgYrgQyF/OKoZb/I47xnaZYTkdUNeajomMo
FKoCIQC6X3YEAMV2r1rbNs0faOUYS3hCTmFK75coXBJHHWFsFw==
-----END CERTIFICATE-----
, pem_key_cert_pair=0x0, verify_options=0x7ffeefbf6250, reserved=0x0)
I0416 19:11:36.742849000 4503690688 plugin_credentials.cc:250] grpc_metadata_credentials_create_from_plugin(reserved=0x0)
I0416 19:11:36.742895000 4503690688 composite_credentials.cc:206] grpc_composite_channel_credentials_create(channel_creds=0x102d18880, call_creds=0x102f17e50, reserved=0x0)
I0416 19:11:36.743031000 4503690688 secure_channel_create.cc:201] grpc_secure_channel_create(creds=0x102f19e30, target=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, args=0x102f14c90, reserved=0x0)
I0416 19:11:36.743052000 4503690688 init.cc:164] grpc_init(void)
I0416 19:11:36.743068000 4503690688 client_idle_filter.cc:294] (client idle filter) created with max_leisure_time = 1800000 ms
I0416 19:11:36.743073000 4503690688 client_channel.cc:1367] chand=0x105005260: creating client_channel for channel stack 0x105005080
I0416 19:11:36.743168000 4503690688 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x105005000, try_to_connect=1)
I0416 19:11:36.743176000 4503690688 connectivity_state.cc:79] CONWATCH: 0x105005330 client_channel: get IDLE
I0416 19:11:36.743185000 4503690688 resolving_lb_policy.cc:196] resolving_lb=0x102f0d300: starting name resolution
I0416 19:11:36.743189000 4503690688 client_channel.cc:1273] chand=0x105005260: update: state=CONNECTING picker=0x102f173d0
I0416 19:11:36.743193000 4503690688 connectivity_state.cc:147] SET: 0x105005330 client_channel: IDLE --> CONNECTING [helper]
D0416 19:11:36.743197000 4503690688 dns_resolver.cc:242] Start resolving.
I0416 19:11:36.743204000 4503690688 client_channel.cc:1551] chand=0x105005260: created resolving_lb_policy=0x102f0d300
I0416 19:11:36.743214000 4503690688 channel_connectivity.cc:232] grpc_channel_watch_connectivity_state(channel=0x105005000, last_observed_state=0, deadline=gpr_timespec { tv_sec: 1587057111, tv_nsec: 743000000, clock_type: 1 }, cq=0x102c1f260, tag=0x102f17ad0)
I0416 19:11:36.743221000 4503690688 connectivity_state.cc:100] CONWATCH: 0x105005330 client_channel: from IDLE [cur=CONNECTING] notify=0x102f0bbe0
I0416 19:11:36.743226000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102f17ad0, error="No Error", done=0x10716348c, done_arg=0x102f01fe0, storage=0x102f020e0)
I0416 19:11:36.743243000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.743249000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102f17ad0 OK
I0416 19:11:36.743255000 4503690688 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x105005000, try_to_connect=1)
I0416 19:11:36.743258000 4503690688 connectivity_state.cc:79] CONWATCH: 0x105005330 client_channel: get CONNECTING
I0416 19:11:36.743265000 4503690688 channel_connectivity.cc:232] grpc_channel_watch_connectivity_state(channel=0x105005000, last_observed_state=1, deadline=gpr_timespec { tv_sec: 1587057111, tv_nsec: 743000000, clock_type: 1 }, cq=0x102c1f260, tag=0x102f0cec0)
I0416 19:11:36.743270000 4503690688 connectivity_state.cc:100] CONWATCH: 0x105005330 client_channel: from CONNECTING [cur=CONNECTING] notify=0x102f0bbe0
I0416 19:11:36.743294000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.743303000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.743315000 4503690688 resolving_lb_policy.cc:441] resolving_lb=0x102f0d300: got resolver result
I0416 19:11:36.743320000 4503690688 resolving_lb_policy.cc:339] resolving_lb=0x102f0d300: Creating new child policy pick_first
I0416 19:11:36.743325000 4503690688 pick_first.cc:146] Pick First 0x102b495b0 created.
I0416 19:11:36.743329000 4503690688 resolving_lb_policy.cc:393] resolving_lb=0x102f0d300: created new LB policy "pick_first" (0x102b495b0)
I0416 19:11:36.743332000 4503690688 resolving_lb_policy.cc:356] resolving_lb=0x102f0d300: Updating child policy 0x102b495b0
I0416 19:11:36.743335000 4503690688 pick_first.cc:265] Pick First 0x102b495b0 received update with 1 addresses
I0416 19:11:36.743342000 4503690688 subchannel_list.h:370] [pick_first 0x102b495b0] Creating subchannel list 0x102b35470 for 1 subchannels
I0416 19:11:36.743611000 4503690688 client_channel.cc:831] chand=0x105005260: creating subchannel wrapper 0x102b2dbe0 for subchannel 0x102b4aeb0
I0416 19:11:36.743624000 4503690688 subchannel_list.h:420] [pick_first 0x102b495b0] subchannel list 0x102b35470 index 0: Created subchannel 0x102b2dbe0 for address uri ipv4:127.0.0.1:9065
I0416 19:11:36.743630000 4503690688 subchannel_list.h:316] [pick_first 0x102b495b0] subchannel list 0x102b35470 index 0 of 1 (subchannel 0x102b2dbe0): starting watch (from IDLE)
I0416 19:11:36.743635000 4503690688 client_channel.cc:992] chand=0x105005260: connectivity change for subchannel wrapper 0x102b2dbe0 subchannel 0x102b4aeb0 (connected_subchannel=0x0 state=CONNECTING); hopping into combiner
I0416 19:11:36.743645000 4503690688 tcp_client_custom.cc:151] CLIENT_CONNECT: 0x102b30f10 ipv4:127.0.0.1:9065: asynchronously connecting
I0416 19:11:36.743725000 4503690688 client_channel.cc:1040] chand=0x105005260: processing connectivity change in combiner for subchannel wrapper 0x102b2dbe0 subchannel 0x102b4aeb0 (connected_subchannel=0x0 state=CONNECTING): watcher=0x102b46750
I0416 19:11:36.743734000 4503690688 subchannel_list.h:249] [pick_first 0x102b495b0] subchannel list 0x102b35470 index 0 of 1 (subchannel 0x102b2dbe0): connectivity changed: state=CONNECTING, shutting_down=0, pending_watcher=0x102b46750
I0416 19:11:36.743737000 4503690688 client_channel.cc:1273] chand=0x105005260: update: state=CONNECTING picker=0x102b41a70
I0416 19:11:36.743741000 4503690688 connectivity_state.cc:147] SET: 0x105005330 client_channel: CONNECTING --> CONNECTING [helper]
I0416 19:11:36.743748000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.743753000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:36.743794000 4503690688 tcp_custom.cc:353] Creating TCP endpoint 0x102b30f10
I0416 19:11:36.743800000 4503690688 tcp_client_custom.cc:69] CLIENT_CONNECT: ipv4:127.0.0.1:9065: on_alarm: error="Cancelled"
I0416 19:11:36.743806000 4503690688 handshaker.cc:100] handshake_manager 0x102b4b780: adding handshaker http_connect [0x103927800] at index 0
I0416 19:11:36.743820000 4503690688 ssl_transport_security.cc:217] HANDSHAKE START - before SSL initialization - PINIT
I0416 19:11:36.743830000 4503690688 ssl_transport_security.cc:217] LOOP - before SSL initialization - PINIT
I0416 19:11:36.743853000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write client hello - TWCH
I0416 19:11:36.743861000 4503690688 handshaker.cc:100] handshake_manager 0x102b4b780: adding handshaker security [0x102b4d510] at index 1
I0416 19:11:36.743875000 4503690688 handshaker.cc:131] handshake_manager 0x102b4b780: error="No Error" shutdown=0 index=0, args={endpoint=0x102b4b500, args=0x102b30f40 {size=10: grpc.primary_user_agent=grpc-node/1.24.2, grpc.client_channel_factory=0x102e11120, grpc.channel_credentials=0x102f19e30, grpc.server_uri=dns:///zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http_connect_server=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.subchannel_pool=0x102c128b0, grpc.default_authority=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http2_scheme=https, grpc.security_connector=0x102b34ba0, grpc.subchannel_address=ipv4:127.0.0.1:9065}, read_buffer=0x102b4dbd0 (length=0), exit_early=0}
I0416 19:11:36.743881000 4503690688 handshaker.cc:178] handshake_manager 0x102b4b780: calling handshaker http_connect [0x103927800] at index 0
I0416 19:11:36.743885000 4503690688 http_connect_handshaker.cc:298] Connecting to server zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009 via HTTP proxy ipv4:127.0.0.1:9065
I0416 19:11:36.743909000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 43 4f 4e 4e 45 43 54 20 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 20 48 54 54 50 2f 31 2e 30 0d 0a 48 6f 73 74 3a 20 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 0d 0a 55 73 65 72 2d 41 67 65 6e 74 3a 20 67 72 70 63 2d 68 74 74 70 63 6c 69 2f 30 2e 30 0d 0a 0d 0a 'CONNECT zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009 HTTP/1.0..Host: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009..User-Agent: grpc-httpcli/0.0....'
I0416 19:11:36.743924000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:36.743934000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> -8192
I0416 19:11:36.743939000 4503690688 resource_quota.cc:321] RQ: check allocation for user 0x102b4b5c0 shutdown=0 free_pool=-8192
I0416 19:11:36.743942000 4503690688 resource_quota.cc:347] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: grant alloc 8192 bytes; rq_free_pool -> 9223372036854767615
I0416 19:11:36.743946000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:36.743949000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:36.743953000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.743968000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_handle_listener_read: New SOCKS connection opened from 127.0.0.1. +866ms
I0416 19:11:36.744105000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.744113000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_ap_handle_onion: Found usable descriptor in cache for [scrubbed]. Not fetching..
lnrpc:torproc Apr 16 19:11:36.000 [info] rep_hist_note_used_internal: New port prediction added. Will continue predictive circ building for 2778 more seconds.
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_ap_handle_onion: Descriptor is here. Great.
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_edge_process_inbuf: data from edge while in 'waiting for circuit' state. Leaving it on buffer.
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_ap_handshake_attach_circuit: rend joined circ 3554265354 (id: 8) already here. Attaching. (stream 0 sec old)
lnrpc:torproc Apr 16 19:11:36.000 [info] pathbias_count_use_attempt: Used circuit 8 is already in path state use succeeded. Circuit is a Hidden service client: Active rendezvous point currently open.
lnrpc:torproc Apr 16 19:11:36.000 [info] link_apconn_to_circ: Looks like completed circuit to hidden service does allow optimistic data for connection to [scrubbed]
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_ap_handshake_send_begin: Sending relay cell 0 on circ 3554265354 to begin stream 30566.
lnrpc:torproc Apr 16 19:11:36.000 [info] connection_ap_handshake_send_begin: Address/port sent, ap socket 13, n_circ_id 3554265354 +0ms
I0416 19:11:36.744243000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:36.744250000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.029970000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x1058ce470 0x10715d0c9:0x1058ce400
I0416 19:11:37.030012000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:37.030032000 4503690688 tcp_custom.cc:136] READ 0x102b2dd90 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 29 00 00 00 00 00 00 00 04 82 c8 ea db 9b f4 c7 17 84 1c 54 97 af 07 b4 fb 3f d9 7f 64 21 be a7 75 e0 5e d1 3f b2 51 d6 b8 0b '....)..................T.....?..d!..u.^.?.Q...'
I0416 19:11:37.030067000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:37.030086000 4503690688 secure_endpoint.cc:163] READ 0x1058ce400: 00 00 08 06 01 00 00 00 00 00 00 00 00 00 00 00 01 '.................'
I0416 19:11:37.030103000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:37.030115000 4503690688 tcp_custom.cc:174] TCP:0x102a0c130 read_allocation_done: "No Error"
I0416 19:11:37.030124000 4503690688 tcp_custom.cc:191] Initiating read on 0x102a0c130: error="No Error"
I0416 19:11:37.030132000 4503690688 chttp2_transport.cc:2676] ipv4:127.0.0.1:9065: Complete BDP ping err="No Error"
I0416 19:11:37.030149000 4503690688 bdp_estimator.cc:50] bdp[ipv4:127.0.0.1:9065]:complete acc=17 est=65536 dt=0.362644 bw=0.000375Mbs bw_est=0.000000Mbs
I0416 19:11:37.030181000 4503690688 bdp_estimator.cc:78] bdp[ipv4:127.0.0.1:9065]:update_inter_time to 200ms
I0416 19:11:37.030266000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.030294000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
lnrpc:torproc Apr 16 19:11:37.000 [info] connection_edge_process_relay_cell_not_open: 'connected' received for circid 3554265354 streamid 30566 after 1 seconds.
lnrpc:torproc Apr 16 19:11:37.000 [info] internal (high-uptime) circ (length 3): $99339F3E68BCCC1391BF14C821D80766FE0C5956(open) $951307BA74E44A9C9C208B2F134CDA2409944075(open) $82ED9AEC94184EC6DD299A5CDB3378B04BB17489(open) +383ms
I0416 19:11:37.127779000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.127794000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.127809000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:37.127815000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x1039279c8 0x10716d91c:0x103927800
I0416 19:11:37.127819000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:37.127825000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 48 54 54 50 2f 31 2e 30 20 32 30 30 20 4f 4b 0d 0a 0d 0a 'HTTP/1.0 200 OK....'
I0416 19:11:37.127841000 4503690688 handshaker.cc:131] handshake_manager 0x102b4b780: error="No Error" shutdown=0 index=1, args={endpoint=0x102b4b500, args=0x102b30f40 {size=10: grpc.primary_user_agent=grpc-node/1.24.2, grpc.client_channel_factory=0x102e11120, grpc.channel_credentials=0x102f19e30, grpc.server_uri=dns:///zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http_connect_server=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.subchannel_pool=0x102c128b0, grpc.default_authority=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http2_scheme=https, grpc.security_connector=0x102b34ba0, grpc.subchannel_address=ipv4:127.0.0.1:9065}, read_buffer=0x102b4dbd0 (length=0), exit_early=0}
I0416 19:11:37.127858000 4503690688 handshaker.cc:178] handshake_manager 0x102b4b780: calling handshaker security [0x102b4d510] at index 1
I0416 19:11:37.127870000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 16 03 01 00 e6 01 00 00 e2 03 03 26 cd 94 a1 5d 8a f1 22 90 e0 66 3e be 55 2e d4 38 86 28 7d ca f7 89 8b cc 87 7b db 68 e8 54 fc 00 00 0c c0 2b c0 2c cc a9 c0 30 c0 2f 00 ff 01 00 00 ad 00 00 00 43 00 41 00 00 3e 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 00 0b 00 04 03 00 01 02 00 0a 00 04 00 02 00 17 00 23 00 00 33 74 00 00 00 10 00 0e 00 0c 08 67 72 70 63 2d 65 78 70 02 68 32 00 16 00 00 00 17 00 00 00 0d 00 30 00 2e 04 03 05 03 06 03 08 07 08 08 08 09 08 0a 08 0b 08 04 08 05 08 06 04 01 05 01 06 01 03 03 02 03 03 01 02 01 03 02 02 02 04 02 05 02 06 02 '...........&...].."..f>.U..8.(}......{.h.T.....+.,...0./.........C.A..>zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion.................#..3t.........grpc-exp.h2...........0................................................'
I0416 19:11:37.127907000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:37.127913000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:37.127919000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:37.127923000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:37.127928000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.127932000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.234296000 4503690688 bdp_estimator.h:53] bdp[ipv4:127.0.0.1:9065]:sched acc=0 est=65536
I0416 19:11:37.234327000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.234337000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.234362000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.234368000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.473133000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x102b4d6f8 0x10715dbb2:0x102b4d510
I0416 19:11:37.473162000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:37.473193000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 16 03 03 00 3e 02 00 00 3a 03 03 81 d6 c6 c6 b1 b9 c4 d8 46 ed 6a 6a b5 67 18 c9 09 75 49 d2 3a 1c e3 7f 44 4f 57 4e 47 52 44 01 00 c0 2b 00 00 12 00 23 00 00 ff 01 00 01 00 00 10 00 05 00 03 02 68 32 16 03 03 02 6f 0b 00 02 6b 00 02 68 00 02 65 30 82 02 61 30 82 02 06 a0 03 02 01 02 02 11 00 93 13 16 77 3b de 3e 22 3f a5 40 53 ff a7 48 ea 30 0a 06 08 2a 86 48 ce 3d 04 03 02 30 3e 31 1f 30 1d 06 03 55 04 0a 13 16 6c 6e 64 20 61 75 74 6f 67 65 6e 65 72 61 74 65 64 20 63 65 72 74 31 1b 30 19 06 03 55 04 03 13 12 7a 61 70 2d 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2d 30 30 1e 17 0d 31 39 31 30 32 33 31 30 30 32 32 36 5a 17 0d 32 30 31 32 31 37 31 30 30 32 32 36 5a 30 3e 31 1f 30 1d 06 03 55 04 0a 13 16 6c 6e 64 20 61 75 74 6f 67 65 6e 65 72 61 74 65 64 20 63 65 72 74 31 1b 30 19 06 03 55 04 03 13 12 7a 61 70 2d 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2d 30 30 59 30 13 06 07 2a 86 48 ce 3d 02 01 06 08 2a 86 48 ce 3d 03 01 07 03 42 00 04 11 29 dd 92 9b 48 0d c8 15 01 d1 fb ba 50 55 0c f6 4d b0 a5 a0 0f 5d 96 26 12 08 d9 59 9b 50 df 48 53 56 45 15 cb f8 de 48 3f 0f 2c c2 1f 4f f5 e7 cb 43 1a a1 e9 f8 da 72 7f d2 44 43 ef b2 e1 a3 81 e4 30 81 e1 30 0e 06 03 55 1d 0f 01 01 ff 04 04 03 02 02 a4 30 0f 06 03 55 1d 13 01 01 ff 04 05 30 03 01 01 ff 30 81 bd 06 03 55 1d 11 04 81 b5 30 81 b2 82 12 7a 61 70 2d 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2d 30 82 09 6c 6f 63 61 6c 68 6f 73 74 82 15 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2e 7a 61 70 68 71 2e 69 6f 82 3e 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 82 04 75 6e 69 78 82 0a 75 6e 69 78 70 61 63 6b 65 74 87 04 7f 00 00 01 87 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 87 04 0a 34 04 3e 87 04 22 49 68 a6 87 04 0a 37 fc 60 30 0a 06 08 2a 86 48 ce 3d 04 03 02 03 49 00 30 46 02 21 00 88 18 82 16 68 18 ae 04 32 17 f3 8a a1 96 ff 23 8e f1 9d a6 58 4e 47 54 35 e6 a3 a2 63 28 14 aa 02 21 00 ba 5f 76 04 00 c5 76 af 5a db 36 cd 1f 68 e5 18 4b 78 42 4e 61 4a ef 97 28 5c 12 47 1d 61 6c 17 16 03 03 00 95 0c 00 00 91 03 00 17 41 04 e6 61 cc f0 84 e5 46 fb 6c a4 9c b6 67 81 19 8e bc 88 65 98 c4 eb 89 f5 19 96 b8 46 73 50 18 19 e5 67 3a 96 c9 71 19 5f da 90 87 f8 11 8d 59 66 40 c3 13 6f c5 e3 20 e0 eb 4b a1 e8 2c ea 61 44 04 03 00 48 30 46 02 21 00 dd 2a 9c 11 af bf 94 4a c3 eb 84 18 6f b5 ba f8 32 dc 2b 5a 42 54 42 a8 91 9c 86 eb 69 be 4b 4c 02 21 00 c4 8d 3d f4 e1 cf 6c 24 8f 41 69 b8 6c 9e 65 c2 a1 c7 29 ae 97 d6 46 a3 5e c6 fa e1 c7 66 27 e2 16 03 03 00 04 0e 00 00 00 '....>...:..........F.jj.g...uI.:...DOWNGRD...+....#..............h2....o...k..h..e0..a0..............w;.>"?.@S..H.0...*.H.=...0>1.0...U....lnd autogenerated cert1.0...U....zap-testnet4-lnd-00...191023100226Z..201217100226Z0>1.0...U....lnd autogenerated cert1.0...U....zap-testnet4-lnd-00Y0...*.H.=....*.H.=....B...)...H.......PU..M....].&...Y.P.HSVE....H?.,..O...C.....r..DC......0..0...U...........0...U.......0....0....U.....0....zap-testnet4-lnd-0..localhost..testnet4-lnd.zaphq.io.>zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion..unix..unixpacket...........................4.>.."Ih....7.`0...*.H.=....I.0F.!.....h...2......#....XNGT5...c(...!.._v...v.Z.6..h..KxBNaJ..(\.G.al.............A..a....F.l...g.....e........FsP...g:..q._......Yf@..o.. ..K..,.aD...H0F.!..*.....J....o...2.+ZBTB.....i.KL.!...=...l$.Ai.l.e...)...F.^....f'..........'
I0416 19:11:37.473459000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:37.473484000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write client hello - TWCH
I0416 19:11:37.473507000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server hello - TRSH
I0416 19:11:37.473739000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server certific - TRSC
I0416 19:11:37.473996000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server key exch - TRSKE
I0416 19:11:37.474015000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server done - TRSD
I0416 19:11:37.474241000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write client key exc - TWCKE
I0416 19:11:37.474299000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write change cipher - TWCCS
I0416 19:11:37.474344000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write finished - TWFIN
I0416 19:11:37.474364000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 16 03 03 00 46 10 00 00 42 41 04 45 a6 da e4 d9 b9 c0 36 b0 36 1c 25 c6 24 62 cd 40 a6 66 cb d8 fe 8b 0d db 8e 53 e9 bf df e6 06 49 6c 09 63 00 40 42 05 1c de 23 7d 74 ef 78 b5 7f dd f4 43 b5 66 ca 83 bc da 22 41 ce cb 21 10 14 03 03 00 01 01 16 03 03 00 28 d8 c6 98 66 82 29 5f 93 bc d8 94 5e 0c 97 de 56 6b 3c c1 af e2 81 ee 7a f7 b5 07 9f 06 56 f7 12 3a 29 84 d5 2c 1b b4 e0 '....F...BA.E......6.6.%.$b.@.f.......S.....Il.c.@B...#}t.x....C.f...."A..!...........(...f.)_....^...Vk<.....z.....V..:)..,...'
I0416 19:11:37.474405000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:37.474417000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:37.474424000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:37.474429000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:37.474439000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.474449000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.872794000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x102b4d6f8 0x10715dbb2:0x102b4d510
I0416 19:11:37.872836000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:37.872863000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 16 03 03 00 82 04 00 00 7e 00 00 00 00 00 78 78 8b c9 19 ac 09 64 a2 6c 44 6e 83 37 62 8a db aa d0 fd 82 08 ac bf 9b 3b 76 84 70 42 47 29 25 a7 b1 c5 88 9a 12 c1 5c a4 ca b0 76 48 c2 1e 7a 3a 92 06 00 0b 45 ec 8e 86 3f 8e 9b ca 5a f7 a2 b8 0d 45 fb 99 e7 64 12 2a d8 92 7b 7f d4 1b be 8d 03 77 a6 c6 b0 dc c8 7a 0b ce fd 04 42 86 da 40 3b 19 0d 30 6a ed 90 0e 96 18 be 1c 92 a3 e6 ef c9 2f 14 a8 db df 88 14 03 03 00 01 01 16 03 03 00 28 00 00 00 00 00 00 00 00 50 18 1d a0 87 54 d4 bd 51 1b 71 e4 1f e1 f1 24 28 31 ab 7e e8 d8 88 7d 20 ff ab c5 4f 34 70 9e '........~.....xx.....d.lDn.7b..........;v.pBG)%.......\...vH..z:....E...?...Z....E...d.*..{......w.....z....B..@;..0j............/...............(........P....T..Q.q....$(1.~...} ...O4p.'
I0416 19:11:37.873046000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:37.873083000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS write finished - TWFIN
I0416 19:11:37.873110000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read server session - TRST
I0416 19:11:37.873132000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read change cipher s - TRCCS
I0416 19:11:37.873197000 4503690688 ssl_transport_security.cc:217] LOOP - SSLv3/TLS read finished - TRFIN
I0416 19:11:37.873224000 4503690688 ssl_transport_security.cc:217] HANDSHAKE DONE - SSL negotiation finished succe - SSLOK
I0416 19:11:37.873331000 4503690688 security_context.cc:267] grpc_auth_context_add_cstring_property(ctx=0x102c0e790, name=transport_security_type, value=ssl)
I0416 19:11:37.873349000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_common_name, value=zap-testnet4-lnd-0, value_length=18)
I0416 19:11:37.873361000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_pem_cert, value=-----BEGIN CERTIFICATE-----
MIICYTCCAgagAwIBAgIRAJMTFnc73j4iP6VAU/+nSOowCgYIKoZIzj0EAwIwPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMB4XDTE5MTAyMzEwMDIyNloXDTIwMTIxNzEwMDIyNlowPjEf
MB0GA1UEChMWbG5kIGF1dG9nZW5lcmF0ZWQgY2VydDEbMBkGA1UEAxMSemFwLXRl
c3RuZXQ0LWxuZC0wMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEESndkptIDcgV
AdH7ulBVDPZNsKWgD12WJhII2VmbUN9IU1ZFFcv43kg/DyzCH0/158tDGqHp+Npy
f9JEQ++y4aOB5DCB4TAOBgNVHQ8BAf8EBAMCAqQwDwYDVR0TAQH/BAUwAwEB/zCB
vQYDVR0RBIG1MIGyghJ6YXAtdGVzdG5ldDQtbG5kLTCCCWxvY2FsaG9zdIIVdGVz
dG5ldDQtbG5kLnphcGhxLmlvgj56YXBuMzRxZmVlZHcybDV5MjZwM2hubmt1c3Fu
Ymh4Y3h3NjRscTVjb2ptdnE0NXl3NGJjM3NxZC5vbmlvboIEdW5peIIKdW5peHBh
Y2tldIcEfwAAAYcQAAAAAAAAAAAAAAAAAAAAAYcECjQEPocEIklopocECjf8YDAK
BggqhkjOPQQDAgNJADBGAiEAiBiCFmgYrgQyF/OKoZb/I47xnaZYTkdUNeajomMo
FKoCIQC6X3YEAMV2r1rbNs0faOUYS3hCTmFK75coXBJHHWFsFw==
-----END CERTIFICATE-----
, value_length=887)
I0416 19:11:37.873410000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=zap-testnet4-lnd-0, value_length=18)
I0416 19:11:37.873422000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=localhost, value_length=9)
I0416 19:11:37.873432000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=testnet4-lnd.zaphq.io, value_length=21)
I0416 19:11:37.873442000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion, value_length=62)
I0416 19:11:37.873547000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=unix, value_length=4)
I0416 19:11:37.873572000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=unixpacket, value_length=10)
I0416 19:11:37.873586000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=127.0.0.1, value_length=9)
I0416 19:11:37.873600000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=::1, value_length=3)
I0416 19:11:37.873613000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=10.52.4.62, value_length=10)
I0416 19:11:37.873622000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=34.73.104.166, value_length=13)
I0416 19:11:37.873631000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=x509_subject_alternative_name, value=10.55.252.96, value_length=12)
I0416 19:11:37.873641000 4503690688 security_context.cc:249] grpc_auth_context_add_property(ctx=0x102c0e790, name=ssl_session_reused, value=false, value_length=5)
I0416 19:11:37.873651000 4503690688 security_context.cc:207] grpc_auth_context_find_properties_by_name(ctx=0x102c0e790, name=x509_subject_alternative_name)
I0416 19:11:37.873722000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbf6ab0)
I0416 19:11:37.873747000 4503690688 security_context.cc:154] grpc_auth_context_set_peer_identity_property_name(ctx=0x102c0e790, name=x509_subject_alternative_name)
I0416 19:11:37.873811000 4503690688 handshaker.cc:131] handshake_manager 0x102b4b780: error="No Error" shutdown=0 index=2, args={endpoint=0x10406de00, args=0x102c0bef0 {size=11: grpc.primary_user_agent=grpc-node/1.24.2, grpc.client_channel_factory=0x102e11120, grpc.channel_credentials=0x102f19e30, grpc.server_uri=dns:///zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http_connect_server=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.subchannel_pool=0x102c128b0, grpc.default_authority=zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009, grpc.http2_scheme=https, grpc.security_connector=0x102b34ba0, grpc.subchannel_address=ipv4:127.0.0.1:9065, grpc.auth_context=0x102c0e790}, read_buffer=0x102b4dbd0 (length=0), exit_early=0}
I0416 19:11:37.873828000 4503690688 handshaker.cc:164] handshake_manager 0x102b4b780: handshaking complete -- scheduling on_handshake_done with error="No Error"
I0416 19:11:37.873857000 4503690688 bdp_estimator.h:53] bdp[ipv4:127.0.0.1:9065]:sched acc=0 est=65536
I0416 19:11:37.873929000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [TRANSPORT_FLOW_CONTROL]
I0416 19:11:37.873938000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING+MORE [INITIAL_WRITE]
I0416 19:11:37.873979000 4503690688 subchannel.cc:1086] New connected subchannel at 0x102c2a620 for subchannel 0x102b4aeb0
I0416 19:11:37.873991000 4503690688 chttp2_transport.cc:1900] perform_transport_op[t=0x1041c7c00]: ON_CONNECTIVITY_STATE_CHANGE:p=0x102c12cf8:from=READY BIND_POLLSET_SET
I0416 19:11:37.874000000 4503690688 client_channel.cc:992] chand=0x105005260: connectivity change for subchannel wrapper 0x102b2dbe0 subchannel 0x102b4aeb0 (connected_subchannel=0x102c2a620 state=READY); hopping into combiner
I0416 19:11:37.874013000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:37.874020000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:37.874027000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:37.874033000 4503690688 connectivity_state.cc:100] CONWATCH: 0x1041c7ea8 client_transport: from READY [cur=READY] notify=0x102c12cf8
D0416 19:11:37.874046000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt sent | trw: 65535, tlw: 4194304, taw: 65535 -> 4194304, srw: , slw: , saw:
I0416 19:11:37.874055000 4503690688 writing.cc:116] CLIENT: Ping sent [ipv4:127.0.0.1:9065]: 2/2
I0416 19:11:37.874062000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING+MORE -> WRITING [begin write in current thread]
I0416 19:11:37.874072000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 50 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a 0d 0a 53 4d 0d 0a 0d 0a 'PRI * HTTP/2.0....SM....'
I0416 19:11:37.874080000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 24 04 00 00 00 00 00 00 02 00 00 00 00 00 03 00 00 00 00 00 04 00 40 00 00 00 05 00 40 00 00 00 06 00 00 20 00 fe 03 00 00 00 01 '..$.....................@.....@...... .......'
I0416 19:11:37.874087000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 04 08 00 00 00 00 00 00 3f 00 01 00 00 08 06 00 00 00 00 00 00 '..........?............'
I0416 19:11:37.874093000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 00 00 00 00 00 '.......'
I0416 19:11:37.874113000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 7b d8 c6 98 66 82 29 5f 94 8f 65 55 47 d2 50 2f 99 c3 5d 1a 45 72 22 a7 04 54 bc 26 80 de 77 70 ee d0 5e f9 76 54 c7 f0 d3 92 a4 12 e6 1a 9d bc b6 ca 57 50 52 e3 1c d1 3e 5b 38 3e c8 89 9e b1 29 ad 6e 6b e8 8b 6e 14 37 6c b7 78 ea ad 3b 53 bd 54 1e cc a9 2e 4a 47 b1 f8 b2 a4 0b a8 8c 5c b0 0f 1f 84 6e 93 19 cc 0f 31 2f d1 6a 4c 10 4c 2d c1 9d b1 b7 6e b9 e3 81 7e 54 63 '....{...f.)_..eUG.P/..].Er"..T.&..wp..^.vT............WPR...>[8>....).nk..n.7l.x..;S.T....JG.......\....n....1/.jL.L-....n...~Tc'
I0416 19:11:37.874166000 4503690688 chttp2_transport.cc:2660] ipv4:127.0.0.1:9065: Start BDP ping err="No Error"
I0416 19:11:37.874182000 4503690688 bdp_estimator.h:66] bdp[ipv4:127.0.0.1:9065]:start acc=0 est=65536
I0416 19:11:37.874192000 4503690688 client_channel.cc:1040] chand=0x105005260: processing connectivity change in combiner for subchannel wrapper 0x102b2dbe0 subchannel 0x102b4aeb0 (connected_subchannel=0x102c2a620 state=READY): watcher=0x102b46750
I0416 19:11:37.874203000 4503690688 subchannel_list.h:249] [pick_first 0x102b495b0] subchannel list 0x102b35470 index 0 of 1 (subchannel 0x102b2dbe0): connectivity changed: state=READY, shutting_down=0, pending_watcher=0x102b46750
I0416 19:11:37.874210000 4503690688 pick_first.cc:447] Pick First 0x102b495b0 selected subchannel 0x102b2dbe0
I0416 19:11:37.874217000 4503690688 client_channel.cc:1273] chand=0x105005260: update: state=READY picker=0x102f0a7c0
I0416 19:11:37.874224000 4503690688 connectivity_state.cc:147] SET: 0x105005330 client_channel: CONNECTING --> READY [helper]
I0416 19:11:37.874230000 4503690688 connectivity_state.cc:160] NOTIFY: 0x105005330 client_channel: 0x102f0bbe0
I0416 19:11:37.874239000 4503690688 client_channel.cc:1477] chand=0x105005260: updating subchannel wrapper 0x102b2dbe0 data plane connected_subchannel to 0x102c2a620
I0416 19:11:37.874251000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102f0cec0, error="No Error", done=0x10716348c, done_arg=0x102f01fe0, storage=0x102f020e0)
I0416 19:11:37.874264000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:37.874272000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:37.874283000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.874293000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102f0cec0 OK
I0416 19:11:37.874321000 4503690688 channel_connectivity.cc:43] grpc_channel_check_connectivity_state(channel=0x105005000, try_to_connect=1)
I0416 19:11:37.874332000 4503690688 connectivity_state.cc:79] CONWATCH: 0x105005330 client_channel: get READY
lnrpc:service:Lightning Calling Lightning.getInfo async with: { payload: {}, options: { deadline: 1587057112874 } } +1s
I0416 19:11:37.875111000 4503690688 client_idle_filter.cc:206] (client idle filter) call counter has increased to 1
I0416 19:11:37.875137000 4503690688 channel.cc:322] grpc_channel_get_target(channel=0x105005000)
I0416 19:11:37.875202000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f15c38)
I0416 19:11:37.875224000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x1051bc660, ops=0x102f0c2c0, nops=1, tag=0x102f0a400, reserved=0x0)
I0416 19:11:37.875234000 4503690688 call.cc:1566] ops[0]: SEND_INITIAL_METADATA(nil)
I0416 19:11:37.875249000 4503690688 call.cc:626] OP[client_idle:0x1051bcff0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo' deadline=28954}
I0416 19:11:37.875261000 4503690688 channel_stack.cc:226] OP[client-channel:0x1051bd008]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo' deadline=28954}
I0416 19:11:37.875269000 4503690688 client_channel.cc:2249] chand=0x105005260 calld=0x1051bd030: adding pending batch at index 0
I0416 19:11:37.875275000 4503690688 client_channel.cc:2075] chand=0x105005260 calld=0x1051bd030: grabbing data plane mutex to perform pick
I0416 19:11:37.875281000 4503690688 client_channel.cc:3712] chand=0x105005260 calld=0x1051bd030: applying service config to call
I0416 19:11:37.875288000 4503690688 client_channel.cc:3847] chand=0x105005260 calld=0x1051bd030: LB pick returned COMPLETE (subchannel=0x102b2dbe0, error="No Error")
I0416 19:11:37.875298000 4503690688 client_channel.cc:3609] chand=0x105005260 calld=0x1051bd030: create subchannel_call=0x105091e20: error="No Error"
I0416 19:11:37.875305000 4503690688 client_channel.cc:2412] chand=0x105005260 calld=0x1051bd030: starting 1 pending batches on subchannel_call=0x105091e20
I0416 19:11:37.875316000 4503690688 subchannel.cc:182] OP[authority:0x105091ed0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo' deadline=28954}
I0416 19:11:37.875392000 4503690688 channel_stack.cc:226] OP[client-auth:0x105091ee8]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo' deadline=28954}
I0416 19:11:37.875410000 4503690688 security_context.cc:172] grpc_auth_context_property_iterator(ctx=0x102c0e790)
I0416 19:11:37.875416000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875421000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875426000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875494000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875509000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875515000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875520000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875525000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875529000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875534000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875538000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875542000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875593000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875607000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875613000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875618000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875623000 4503690688 security_context.cc:172] grpc_auth_context_property_iterator(ctx=0x102c0e790)
I0416 19:11:37.875630000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875635000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875640000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875644000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875649000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875653000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875658000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875662000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875667000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875671000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875711000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875725000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875731000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875735000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875740000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875745000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc30)
I0416 19:11:37.875757000 4503690688 plugin_credentials.cc:166] plugin_credentials[0x102f17e50]: request 0x102f08250: invoking plugin
I0416 19:11:37.875787000 4503690688 plugin_credentials.cc:178] plugin_credentials[0x102f17e50]: request 0x102f08250: plugin will return asynchronously
I0416 19:11:37.877207000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x1051bc660, ops=0x102f0c2c0, nops=1, tag=0x102f0a0a0, reserved=0x0)
I0416 19:11:37.877224000 4503690688 call.cc:1566] ops[0]: SEND_MESSAGE ptr=0x102f1cb10
I0416 19:11:37.877261000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f0a0d8)
I0416 19:11:37.877270000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102f191b8)
I0416 19:11:37.877277000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x1051bc660, ops=0x102f01180, nops=4, tag=0x102f0c2e0, reserved=0x0)
I0416 19:11:37.877282000 4503690688 call.cc:1566] ops[0]: SEND_CLOSE_FROM_CLIENT
I0416 19:11:37.877287000 4503690688 call.cc:1566] ops[1]: RECV_INITIAL_METADATA ptr=0x102f0a0d8
I0416 19:11:37.877292000 4503690688 call.cc:1566] ops[2]: RECV_MESSAGE ptr=0x102f07948
I0416 19:11:37.877298000 4503690688 call.cc:1566] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102f191b8 status=0x102f191d0 details=0x102f191d8
I0416 19:11:37.877337000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.877346000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.877491000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x7ffeefbf5f68)
I0416 19:11:37.877519000 4503690688 plugin_credentials.cc:123] plugin_credentials[0x102f17e50]: request 0x102f08250: plugin returned asynchronously
I0416 19:11:37.877547000 4503690688 channel_stack.cc:226] OP[message_size:0x105091f00]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783' deadline=28954}
I0416 19:11:37.877674000 4503690688 channel_stack.cc:226] OP[http-client:0x105091f18]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783' deadline=28954}
I0416 19:11:37.877822000 4503690688 channel_stack.cc:226] OP[message_compress:0x105091f30]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)' deadline=28954}
I0416 19:11:37.877931000 4503690688 channel_stack.cc:226] OP[connected:0x105091f48]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip' deadline=28954}
I0416 19:11:37.878049000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x105092aa8]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip' deadline=28954}
I0416 19:11:37.878126000 4503690688 call.cc:626] OP[client_idle:0x1051bcff0]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878160000 4503690688 channel_stack.cc:226] OP[client-channel:0x1051bd008]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878166000 4503690688 client_channel.cc:2249] chand=0x105005260 calld=0x1051bd030: adding pending batch at index 1
I0416 19:11:37.878171000 4503690688 client_channel.cc:2063] chand=0x105005260 calld=0x1051bd030: starting batch on subchannel_call=0x105091e20
I0416 19:11:37.878176000 4503690688 client_channel.cc:2412] chand=0x105005260 calld=0x1051bd030: starting 1 pending batches on subchannel_call=0x105091e20
I0416 19:11:37.878181000 4503690688 subchannel.cc:182] OP[authority:0x105091ed0]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878188000 4503690688 channel_stack.cc:226] OP[client-auth:0x105091ee8]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878195000 4503690688 channel_stack.cc:226] OP[message_size:0x105091f00]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878200000 4503690688 channel_stack.cc:226] OP[http-client:0x105091f18]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878205000 4503690688 channel_stack.cc:226] OP[message_compress:0x105091f30]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878210000 4503690688 channel_stack.cc:226] OP[connected:0x105091f48]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878215000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x105092aa8]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:37.878223000 4503690688 call.cc:626] OP[client_idle:0x1051bcff0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878230000 4503690688 channel_stack.cc:226] OP[client-channel:0x1051bd008]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878249000 4503690688 client_channel.cc:2249] chand=0x105005260 calld=0x1051bd030: adding pending batch at index 2
I0416 19:11:37.878253000 4503690688 client_channel.cc:2063] chand=0x105005260 calld=0x1051bd030: starting batch on subchannel_call=0x105091e20
I0416 19:11:37.878258000 4503690688 client_channel.cc:2412] chand=0x105005260 calld=0x1051bd030: starting 1 pending batches on subchannel_call=0x105091e20
I0416 19:11:37.878265000 4503690688 subchannel.cc:182] OP[authority:0x105091ed0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878271000 4503690688 channel_stack.cc:226] OP[client-auth:0x105091ee8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878278000 4503690688 channel_stack.cc:226] OP[message_size:0x105091f00]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878296000 4503690688 channel_stack.cc:226] OP[http-client:0x105091f18]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878303000 4503690688 channel_stack.cc:226] OP[message_compress:0x105091f30]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878309000 4503690688 channel_stack.cc:226] OP[connected:0x105091f48]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878316000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x105092aa8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:37.878351000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip' deadline=28954}; on_complete = 0x105092868
I0416 19:11:37.878434000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :scheme: https
I0416 19:11:37.878472000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :method: POST
I0416 19:11:37.878477000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :authority: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009
I0416 19:11:37.878482000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :path: /lnrpc.Lightning/GetInfo
I0416 19:11:37.878487000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: macaroon: 0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783
I0416 19:11:37.878492000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: te: trailers
I0416 19:11:37.878496000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: content-type: application/grpc
I0416 19:11:37.878517000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: user-agent: grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)
I0416 19:11:37.878525000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0416 19:11:37.878530000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0416 19:11:37.878536000 4503690688 stream_lists.cc:125] 0x1041c7c00[0][cli]: add to waiting_for_concurrency
I0416 19:11:37.878540000 4503690688 stream_lists.cc:71] 0x1041c7c00[0][cli]: pop from waiting_for_concurrency
I0416 19:11:37.878545000 4503690688 chttp2_transport.cc:1221] HTTP:CLI: Transport 0x1041c7c00 allocating new grpc_chttp2_stream 0x105092aa8 to id 1
I0416 19:11:37.878552000 4503690688 stream_lists.cc:125] 0x1041c7c00[1][cli]: add to writable
I0416 19:11:37.878558000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [START_NEW_STREAM]
I0416 19:11:37.878564000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x105092868 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0416 19:11:37.878571000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=0; on_complete = 0x1050928a8
I0416 19:11:37.878579000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0416 19:11:37.878584000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x1050928a8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0416 19:11:37.878592000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x1050928e8
D0416 19:11:37.878612000 4503690688 flow_control.cc:113] 0x1041c9068[1][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4194304, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0416 19:11:37.878620000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x1050928e8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0416 19:11:37.878624000 4503690688 stream_lists.cc:71] 0x1041c7c00[1][cli]: pop from writable
I0416 19:11:37.878629000 4503690688 writing.cc:430] W:0x1041c7c00 CLIENT[1] im-(sent,send)=(0,1) announce=5
I0416 19:11:37.878635000 4503690688 hpack_encoder.cc:486] Encode: ':authority: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', elem_interned=1 [3], k_interned=1, v_interned=1
I0416 19:11:37.878653000 4503690688 hpack_encoder.cc:486] Encode: ':path: /lnrpc.Lightning/GetInfo', elem_interned=0 [2], k_interned=1, v_interned=0
I0416 19:11:37.878660000 4503690688 hpack_encoder.cc:486] Encode: 'macaroon: 0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', elem_interned=0 [2], k_interned=1, v_interned=0
I0416 19:11:37.878667000 4503690688 hpack_encoder.cc:486] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:37.878673000 4503690688 hpack_encoder.cc:486] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:37.878679000 4503690688 hpack_encoder.cc:486] Encode: 'user-agent: grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', elem_interned=1 [3], k_interned=1, v_interned=1
I0416 19:11:37.878700000 4503690688 hpack_encoder.cc:486] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:37.878706000 4503690688 hpack_encoder.cc:486] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:37.878713000 4503690688 hpack_encoder.cc:486] Encode: 'grpc-timeout: 15S', elem_interned=0 [2], k_interned=1, v_interned=0
I0416 19:11:37.878719000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x105092868 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING+MORE
D0416 19:11:37.878727000 4503690688 flow_control.cc:113] 0x1041c9068[1][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4194304, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0416 19:11:37.878753000 4503690688 flow_control.cc:113] 0x1041c9068[1][cli] | data sent | trw: 65535 -> 65530, tlw: 4194309, taw: 4194304, srw: 65535 -> 65530, slw: 4194309, saw: 4194309
I0416 19:11:37.878760000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x1050928e8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING+MORE
I0416 19:11:37.878765000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x1050928a8 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING+MORE
I0416 19:11:37.878770000 4503690688 stream_lists.cc:125] 0x1041c7c00[1][cli]: add to writing
D0416 19:11:37.878776000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt sent | trw: 65530, tlw: 4194309, taw: 4194304 -> 4194309, srw: , slw: , saw:
I0416 19:11:37.878794000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING+MORE -> WRITING [begin write in current thread]
I0416 19:11:37.878801000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 02 b7 01 04 00 00 00 01 87 83 40 0a '...........@.'
I0416 19:11:37.878806000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 3a 61 75 74 68 6f 72 69 74 79 ':authority'
I0416 19:11:37.878810000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 44 'D'
I0416 19:11:37.878816000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009'
I0416 19:11:37.878836000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 05 '@.'
I0416 19:11:37.878840000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 3a 70 61 74 68 ':path'
I0416 19:11:37.878845000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 18 '.'
I0416 19:11:37.878850000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo'
I0416 19:11:37.878854000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 08 '@.'
I0416 19:11:37.878858000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 6d 61 63 61 72 6f 6f 6e 'macaroon'
I0416 19:11:37.878862000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 7f ef 01 '...'
I0416 19:11:37.878884000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783'
I0416 19:11:37.878926000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 02 '@.'
I0416 19:11:37.878930000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 74 65 'te'
I0416 19:11:37.878934000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 08 '.'
I0416 19:11:37.878938000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 74 72 61 69 6c 65 72 73 'trailers'
I0416 19:11:37.878942000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 0c '@.'
I0416 19:11:37.878962000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type'
I0416 19:11:37.878967000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 10 '.'
I0416 19:11:37.878971000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
I0416 19:11:37.878975000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 0a '@.'
I0416 19:11:37.878980000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 75 73 65 72 2d 61 67 65 6e 74 'user-agent'
I0416 19:11:37.878984000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 33 '3'
I0416 19:11:37.878989000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)'
I0416 19:11:37.879009000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 14 '@.'
I0416 19:11:37.879014000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding'
I0416 19:11:37.879018000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 15 '.'
I0416 19:11:37.879023000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip'
I0416 19:11:37.879027000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 0f '@.'
I0416 19:11:37.879031000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding'
I0416 19:11:37.879035000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 0d '.'
I0416 19:11:37.879040000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'
I0416 19:11:37.879054000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 40 0c '@.'
I0416 19:11:37.879058000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 67 72 70 63 2d 74 69 6d 65 6f 75 74 'grpc-timeout'
I0416 19:11:37.879064000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 03 31 35 53 00 00 04 08 00 00 00 00 01 00 00 00 05 00 00 05 00 01 00 '.15S...................'
I0416 19:11:37.879069000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 01 00 00 00 00 00 00 00 04 08 00 00 00 00 00 00 00 00 05 '.....................'
I0416 19:11:37.879099000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 17 03 03 03 00 d8 c6 98 66 82 29 5f 95 aa e1 2c d3 ef 23 43 6a 06 bc 3d b1 20 a1 f4 b5 ba 3c 8f 3e 39 67 3a 4a 65 e6 92 18 28 3f df 66 1f f6 11 db 2b 4c 17 8a 42 29 42 db bd 18 7e 6a 43 86 98 ae 8b af 63 10 51 5e 53 aa 32 95 be 76 b9 24 d5 4b 46 51 a3 7e f0 a6 b0 c1 b1 12 6c d7 0f 76 50 93 df 27 8c 38 db ea 24 09 5f 37 56 09 89 0a a7 02 11 9a b7 a6 7c 32 87 62 90 3f 73 dd 4e 8f de 3b fa 0c 6a 00 3a 59 9c 56 cc aa fb 66 d5 5d f9 ac 86 a8 c4 45 90 21 e7 51 19 a9 d1 2a 40 d5 75 be 67 db b0 50 5c 27 be 1c db a0 fd 03 51 47 79 c1 fc 42 ea 6f 71 c7 aa 3e b0 4e 57 39 2e 07 ca 3f a7 9d 9c 9c 15 0c fb c5 b2 8c 47 dd d5 9a e0 a7 71 84 27 09 0d 5e 84 e0 6a e3 22 d8 f9 55 3f e2 70 3a 7a 1b 1f dc 0b d5 ef a9 1d 43 a9 51 65 fd b5 da 06 b9 1f 49 6a b9 c5 0f 2f fe 41 ac 10 5c 0a 3b 0a 5e 6f d2 e4 61 42 58 e8 0a 58 b3 95 6f cc fa db 05 87 75 63 52 35 f9 b6 32 30 95 ef f2 71 7e fc 8b d1 3e 4c 86 b3 fd 6a 18 0d d8 93 e2 66 fa 50 de ff a8 ca 1f a5 e6 49 20 a7 5c ec a6 fc 00 72 fe 2e 52 3f d4 c1 29 a0 71 b4 5e bf c7 81 7d df 40 fa 46 98 a4 d1 c5 8e 1f 83 b4 eb 16 80 4f fe 99 04 2c 66 d8 bd 68 06 da 09 3b 32 28 7a 3c e5 fa 59 f0 01 1a 8f 24 12 5a e7 16 de 03 c3 53 ea 2f 14 00 fe d2 c0 da 85 08 68 4c c3 c0 22 df 1e d7 29 ca 4f 22 c4 df c6 dd 66 21 52 86 8f 83 a9 02 d5 d2 5c 2f 2c ed 1a f3 fd d8 ca 4b 57 dd b2 ca 83 f1 9c b9 a1 3f 17 c6 2e 6b 4c 16 4a 88 d7 47 1e 3c 56 bd 8b a9 d8 94 63 48 f3 e1 4f 2a ef 39 0e 15 ee bf da 03 63 5b 77 e7 d3 7f 8f e5 10 f1 61 74 ac ae 35 65 82 b5 61 5f 33 6c 9a 10 b8 4b c9 57 e5 05 71 a8 ca da 30 93 bf c5 c3 3f 44 55 28 da e4 2c 6d cc 68 9d 2b c8 bb 29 97 2f 49 ea 8b d9 7f bd de 9e c4 dc b7 8b 0d da b7 fa 3f 5a 28 2c b3 aa 8e c9 62 35 70 46 4a 0f 9d f9 7b 14 42 e2 c9 cf 69 e6 d1 1e 83 76 5f 43 be 25 30 48 1f 45 a9 ca 89 69 f9 89 b8 6c ae 92 40 31 ad f5 d8 48 0d a8 89 29 b9 41 94 35 bf 91 44 46 29 19 d9 0f b5 8c cf d3 a8 5a f3 6c d5 b0 92 c2 ad e5 1b 21 05 da 90 94 db fa e0 64 81 a7 0e ab 78 e2 99 fc a3 ff 4c 91 f2 92 4b a3 e3 35 ed 15 98 d0 a9 ed 9e 35 ba 59 90 9d 94 e2 4d 65 c0 80 49 5c a4 96 48 bc e7 fe eb 97 07 43 60 e8 65 9a de d7 09 ee 05 a8 4a aa a6 87 42 d9 b2 92 26 9c a4 ef be 47 9a b5 b5 7f e5 c2 40 a1 42 7f 43 b0 60 2d fc 0a f3 7c d5 35 4c 5c 11 17 8f ba 9f cc 86 ce 6c 53 37 a2 b0 db bb 48 af 2e 35 1d 14 8e 5e ea cd 15 af 1a 91 ca 64 dc 13 13 08 b8 6b ef 59 b2 '........f.)_...,..#Cj..=. ....<.>9g:Je...(?.f....+L..B)B...~jC.....c.Q^S.2..v.$.KFQ.~......l..vP..'.8..$._7V.........|2.b.?s.N..;..j.:Y.V...f.].....E.!.Q...*@.u.g..P\'......QGy..B.oq..>.NW9...?..........G.....q.'..^..j."..U?.p:z........C.Qe......Ij.../.A..\.;.^o..aBX..X..o.....ucR5..20...q~...>L...j.....f.P.......I .\....r..R?..).q.^...}.@.F...........O...,f..h...;2(z<..Y....$.Z.....S./........hL.."...).O"....f!R.......\/,......KW........?...kL.J..G.<V.....cH..O*.9......c[w.......at..5e..a_3l...K.W..q...0....?DU(..,m.h.+..)./I...............?Z(,....b5pFJ...{.B...i....v_C.%0H.E...i...l..@1...H...).A.5..DF)........Z.l.......!.......d....x.....L...K..5.......5.Y....Me..I\..H......C`.e.......J...B...&....G......@.B.C.`-...|.5L\........lS7....H..5...^.......d.....k.Y.'
I0416 19:11:37.879234000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x7ffeefbf5f68)
I0416 19:11:37.879247000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:37.879254000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:37.879259000 4503690688 stream_lists.cc:71] 0x1041c7c00[1][cli]: pop from writing
I0416 19:11:37.879266000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102f0a400, error="No Error", done=0x10712f02f, done_arg=0x1051bd510, storage=0x1051bd560)
I0416 19:11:37.879273000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102f0a0a0, error="No Error", done=0x10712f02f, done_arg=0x102f02000, storage=0x102f02050)
I0416 19:11:37.879279000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.879286000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102f0a400 OK
I0416 19:11:37.879304000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f15c38)
I0416 19:11:37.879310000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.879316000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102f0a0a0 OK
I0416 19:11:37.879327000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.879333000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:37.879358000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:37.879364000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.042275000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:38.042319000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:38.042337000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 21 00 00 00 00 00 00 00 01 46 97 3d 1f ef 98 04 f6 c8 e3 f6 af 0e 9f 33 52 6d 5a 3f ad 25 ea 81 b0 69 '....!........F.=...........3RmZ?.%...i'
I0416 19:11:38.042368000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:38.042383000 4503690688 secure_endpoint.cc:163] READ 0x10406de00: 00 00 00 04 00 00 00 00 00 '.........'
I0416 19:11:38.042399000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:38.042410000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:38.042525000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:38.042560000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.042577000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.280834000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:38.280878000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:38.280898000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 32 00 00 00 00 00 00 00 02 fe 28 17 38 31 cc cb 23 70 54 00 8d 55 89 0b 0f 3d 93 c4 cb 04 6e 8a 6e 05 94 7b 77 77 e1 ad 63 bb e7 96 2e e7 da 2c 40 2c e2 '....2.........(.81..#pT..U...=....n.n..{ww..c......,@,.'
I0416 19:11:38.280930000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:38.280945000 4503690688 secure_endpoint.cc:163] READ 0x10406de00: 00 00 00 04 01 00 00 00 00 00 00 08 06 01 00 00 00 00 00 00 00 00 00 00 00 00 '..........................'
I0416 19:11:38.280963000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:38.281084000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:38.281108000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:38.281119000 4503690688 chttp2_transport.cc:2676] ipv4:127.0.0.1:9065: Complete BDP ping err="No Error"
I0416 19:11:38.281137000 4503690688 bdp_estimator.cc:50] bdp[ipv4:127.0.0.1:9065]:complete acc=35 est=65536 dt=0.406930 bw=0.000688Mbs bw_est=0.000000Mbs
I0416 19:11:38.281162000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.281177000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.310712000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.310762000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.310803000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.310817000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.335026000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:38.335051000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:38.335061000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 36 00 00 00 00 00 00 00 03 87 64 16 72 0a 40 9f 02 e8 6d f9 81 3b 86 47 03 9c e3 63 ae 66 a9 5e 92 64 f4 13 55 11 27 8a 26 79 7a bd ff 3a 8d 8c eb da ac 51 08 4b a0 '....6.........d.r.@...m..;.G...c.f.^.d..U.'.&yz..:.....Q.K.'
I0416 19:11:38.335080000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:38.335087000 4503690688 secure_endpoint.cc:163] READ 0x10406de00: 00 00 04 08 00 00 00 00 00 00 00 00 05 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 '..............................'
D0416 19:11:38.335099000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt recv | trw: 65530 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0416 19:11:38.335186000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [PING_RESPONSE]
I0416 19:11:38.335200000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:38.335208000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:38.335213000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
D0416 19:11:38.335222000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0416 19:11:38.335297000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING [begin write in current thread]
I0416 19:11:38.335312000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 00 04 01 00 '.......................'
I0416 19:11:38.335318000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 00 '...'
I0416 19:11:38.335334000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 32 d8 c6 98 66 82 29 5f 96 96 f6 f6 4f 78 1f 39 d1 9e 97 9d ac 29 be 8d e8 e8 88 75 1f d3 8d 3b 92 e3 a7 aa 23 4f e4 7b b1 1c d1 0f 83 6e 68 0e 06 6a bc '....2...f.)_....Ox.9.....).....u...;....#O.{.....nh..j.'
I0416 19:11:38.335359000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:38.335367000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:38.335377000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.335384000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.382678000 4503690688 bdp_estimator.h:53] bdp[ipv4:127.0.0.1:9065]:sched acc=30 est=65536
I0416 19:11:38.382729000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.382747000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.382785000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.382798000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.559943000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:38.559989000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:38.560040000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 17 03 03 03 1a 00 00 00 00 00 00 00 04 ac 9a f9 6c f4 ea eb 20 4e 13 c1 e0 e2 c6 bb 3b de cf 64 72 cb 12 88 ef fe 2b 7a 85 3b 26 fb 68 74 52 d8 a1 33 95 55 81 46 40 05 66 94 73 af 37 55 c5 15 f1 b7 f4 6d 73 52 81 a6 d7 93 1f a9 9e 8e 3a f4 1d 64 e7 a7 5d b9 46 bf c0 f9 6d 9a f5 da 25 70 6a 89 da e6 41 28 3c e2 2b d3 31 02 af 92 c9 27 25 21 80 01 c6 ef 9a 0f c3 14 14 2e db de 6a 04 ab c8 7c 8a e1 b1 8f 22 e4 86 70 d7 8f b2 7b d2 51 9c d9 7f d4 00 f2 dd 01 63 19 dd a9 e8 49 e5 48 49 89 3e f5 63 96 e7 39 20 a1 8c f1 c8 f9 14 68 47 e5 95 54 44 3a 8d 73 49 c4 8e 74 b4 10 22 57 db 89 81 8d 1c 03 ab 90 21 59 2d 4f fb df 4a dd 94 fb 9e 79 2e eb 23 5d 1e c1 99 fa d8 cf 77 51 cf 15 d5 03 be 4f d3 9e 6d d1 8f a7 90 6e da 33 a7 22 c7 2d 1c 47 20 9e 14 6f 3f f3 00 a7 2f 93 86 87 db dd 5d 45 41 3d 0f 85 8d ff 64 49 c1 b8 7b eb 41 c5 83 48 f5 e0 af 48 07 61 1f 27 66 7e f0 f6 3a 82 bb d8 a1 81 be b2 50 43 63 49 b4 46 23 4c 3d ca 4b 0c 60 a2 75 16 7a 22 85 c2 ce 58 7a 78 c3 33 a0 50 51 df a8 8f 84 85 65 33 01 52 7b 6a 54 cf 48 3e 94 2b ee 4a b5 7c c1 5b 40 9b 80 8d 75 12 44 ed 44 85 6b c9 29 b0 f5 8c ea d2 e8 b6 31 a2 ce ba 37 22 b7 3e 9a e0 b6 64 a8 a4 b2 2c 8d d4 df d8 c0 36 f9 32 d4 33 65 91 31 1f 53 f9 2f 8e f0 55 d8 c6 aa 24 88 6b 05 f2 cc 9b 15 3d 68 86 48 e9 6d 69 6c e8 96 1f a1 aa 85 8a 4a 63 65 b6 57 78 bb e5 30 d6 c1 d5 a6 9f c2 3f d6 c4 b6 c8 e2 75 7a 83 40 3e 8c 11 d7 86 eb 7e 04 1b 9c bc d5 08 66 05 28 80 07 32 77 68 0a cf a2 05 32 e2 36 d4 1b c7 07 20 de de b5 94 93 40 57 93 18 5b 00 56 99 9f da 8d 5d 6f 09 4e 00 87 37 5c 72 5c 67 75 d3 22 a2 52 15 68 ec 4a 11 42 71 aa 78 ec 42 62 85 c7 2e b5 1d 93 89 cc 5a 8c 0a 1e 61 60 79 62 30 98 41 bb dc 68 72 dc a6 b1 7c f0 a3 2a dc 17 54 78 e0 98 17 fd 03 83 5b 55 d8 59 d9 61 d7 da 54 66 c8 91 a4 77 96 eb 70 f9 ad 8c 9c a1 ed b9 e1 a0 75 03 4e 2d 84 48 da 7f 3a ce 58 0b d5 ab 01 62 27 fb 3f 51 ff bc 7c 8b 5e 52 31 4a 08 22 82 eb bd 7b 30 22 7c 8c d4 a0 01 b0 79 aa 2a 93 3c 67 63 ab 90 aa b1 b6 6d 04 b0 71 bc b9 91 03 55 be 33 86 5b e2 3b cd f1 e9 e2 e3 20 ba fb a6 c9 f9 f2 22 23 63 3d fa c0 8f 96 ae b0 00 fc cf e1 cb 8f c1 88 38 c9 a4 15 4b 4e e1 9b af 8d 7f 9e 8c 1a a3 50 34 5a 64 ad cb cb b3 e4 b6 67 da 47 28 81 1a b3 5d 4b 62 32 20 7a 05 36 4a 91 5f 5f 24 50 ae 25 57 14 cb f1 2e bf 02 d7 88 57 a4 a6 94 08 c6 b9 d2 7a 0d c8 26 a3 06 56 1c 62 8a 11 e3 f6 da 5f 6d a7 2f e5 44 ed 50 dc 23 9f 29 81 5f 5f c7 2e 93 f6 03 '................l... N......;..dr.....+z.;&.htR..3.U.F@.f.s.7U.....msR........:..d..].F...m...%pj...A(<.+.1....'%!............j...|...."..p...{.Q........c....I.HI.>.c..9 ......hG..TD:.sI..t.."W........!Y-O..J....y..#]......wQ.....O..m....n.3.".-.G ..o?.../.....]EA=....dI..{.A..H...H.a.'f~..:.......PCcI.F#L=.K.`.u.z"...Xzx.3.PQ.....e3.R{jT.H>.+.J.|.[@...u.D.D.k.).......1...7".>...d...,.....6.2.3e.1.S./..U...$.k.....=h.H.mil.......Jce.Wx..0......?.....uz.@>.....~......f.(..2wh....2.6.... .....@W..[.V....]o.N..7\r\gu.".R.h.J.Bq.x.Bb........Z...a`yb0.A..hr...|..*..Tx......[U.Y.a..Tf...w..p.........u.N-.H..:.X....b'.?Q..|.^R1J."...{0"|.....y.*.<gc.....m..q....U.3.[.;..... ......"#c=..............8...KN.........P4Zd......g.G(...]Kb2 z.6J.__$P.%W........W.......z..&..V.b....._m./.D.P.#.).__.....'
I0416 19:11:38.560448000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:38.560495000 4503690688 secure_endpoint.cc:163] READ 0x10406de00: 00 00 0e 01 04 00 00 00 01 88 5f 8b 1d 75 d0 62 0d 26 3d 4c 4d 65 64 00 02 c1 00 00 00 00 00 01 00 00 00 02 bc 0a 42 30 32 39 65 38 37 64 65 62 37 64 39 39 65 34 36 36 30 34 33 37 61 33 66 62 35 65 62 37 36 66 62 38 65 62 61 65 31 37 37 38 31 35 32 66 37 32 63 33 61 61 63 31 62 63 64 30 66 35 65 39 39 38 36 62 63 12 15 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2e 7a 61 70 68 71 2e 69 6f 20 0c 28 0e 30 e8 f5 68 42 40 30 30 30 30 30 30 30 30 30 30 30 30 30 35 34 37 61 31 34 31 65 32 61 36 64 65 65 30 30 34 36 39 34 36 38 38 32 61 64 66 63 64 39 36 30 38 61 65 31 37 35 66 65 36 35 65 36 63 62 34 31 62 65 38 48 01 50 01 62 55 30 32 39 65 38 37 64 65 62 37 64 39 39 65 34 36 36 30 34 33 37 61 33 66 62 35 65 62 37 36 66 62 38 65 62 61 65 31 37 37 38 31 35 32 66 37 32 63 33 61 61 63 31 62 63 64 30 66 35 65 39 39 38 36 62 63 40 33 34 2e 37 33 2e 31 30 34 2e 31 36 36 3a 39 37 33 35 62 86 01 30 32 39 65 38 37 64 65 62 37 64 39 39 65 34 36 36 30 34 33 37 61 33 66 62 35 65 62 37 36 66 62 38 65 62 61 65 31 37 37 38 31 35 32 66 37 32 63 33 61 61 63 31 62 63 64 30 66 35 65 39 39 38 36 62 63 40 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 39 37 33 35 68 aa a2 e2 f4 05 72 49 30 2e 39 2e 31 2d 62 65 74 61 20 63 6f 6d 6d 69 74 3d 76 30 2e 39 2e 31 2d 62 65 74 61 2d 32 2d 67 32 34 62 35 61 32 30 31 37 61 34 30 65 35 37 38 32 31 66 65 31 36 31 62 62 33 35 34 32 33 31 37 37 65 34 66 38 65 65 38 78 02 82 01 12 0a 07 62 69 74 63 6f 69 6e 12 07 74 65 73 74 6e 65 74 8a 01 07 23 33 33 39 39 66 66 90 01 01 9a 01 1b 08 00 12 17 12 11 64 61 74 61 2d 6c 6f 73 73 2d 70 72 6f 74 65 63 74 18 01 20 01 9a 01 16 08 07 12 12 12 0e 67 6f 73 73 69 70 2d 71 75 65 72 69 65 73 20 01 9a 01 11 08 09 12 0d 12 09 74 6c 76 2d 6f 6e 69 6f 6e 20 01 9a 01 19 08 0d 12 15 12 11 73 74 61 74 69 63 2d 72 65 6d 6f 74 65 2d 6b 65 79 20 01 9a 01 1f 08 05 12 1b 12 17 75 70 66 72 6f 6e 74 2d 73 68 75 74 64 6f 77 6e 2d 73 63 72 69 70 74 20 01 9a 01 14 08 0f 12 10 12 0c 70 61 79 6d 65 6e 74 2d 61 64 64 72 20 01 9a 01 1b 08 11 12 17 12 13 6d 75 6c 74 69 2d 70 61 74 68 2d 70 61 79 6d 65 6e 74 73 20 01 00 00 18 01 05 00 00 00 01 40 88 9a ca c8 b2 12 34 da 8f 01 30 40 89 9a ca c8 b5 25 42 07 31 7f 00 '.........._..u.b.&=LMed...............B029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc..testnet4-lnd.zaphq.io .(.0..hB@0000000000000547a141e2a6dee0046946882adfcd9608ae175fe65e6cb41be8H.P.bU029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@34.73.104.166:9735b..029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:9735h.....rI0.9.1-beta commit=v0.9.1-beta-2-g24b5a2017a40e57821fe161bb35423177e4f8ee8x......bitcoin..testnet...#3399ff............data-loss-protect.. ..........gossip-queries ..........tlv-onion ..........static-remote-key ..........upfront-shutdown-script ..........payment-addr ..........multi-path-payments ..........@......4...0@.....%B.1..'
I0416 19:11:38.560690000 4503690688 parsing.cc:681] parsing initial_metadata
I0416 19:11:38.560706000 4503690688 parsing.cc:430] HTTP:1:HDR:CLI: :status: 32 30 30 '200'
I0416 19:11:38.560722000 4503690688 parsing.cc:430] HTTP:1:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0416 19:11:38.560739000 4503690688 flow_control.cc:113] 0x1041c9068[1][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4193604, srw: 65530, slw: 4194309 -> 4193604, saw: 4194309 -> 4193604
I0416 19:11:38.560749000 4503690688 parsing.cc:686] parsing trailing_metadata
I0416 19:11:38.560757000 4503690688 parsing.cc:541] HTTP:1:TRL:CLI: grpc-status: 30 '0'
I0416 19:11:38.560766000 4503690688 parsing.cc:541] HTTP:1:TRL:CLI: grpc-message:
I0416 19:11:38.560776000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:38.560785000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:38.560791000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
D0416 19:11:38.560805000 4503690688 call.cc:733] set_final_status CLI
D0416 19:11:38.560826000 4503690688 call.cc:734] {"created":"@1587057098.560803000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0416 19:11:38.560835000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102f0c2e0, error="No Error", done=0x10712f02f, done_arg=0x102f1a210, storage=0x102f1a260)
I0416 19:11:38.560851000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.560860000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102f0c2e0 OK
lnrpc:service:Lightning Connected to Lightning gRPC: {
lnrpc:service:Lightning uris: [
lnrpc:service:Lightning '029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@34.73.104.166:9735',
lnrpc:service:Lightning '029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:9735'
lnrpc:service:Lightning ],
lnrpc:service:Lightning chains: [ { chain: 'bitcoin', network: 'testnet' } ],
lnrpc:service:Lightning features: {
lnrpc:service:Lightning '0': { name: 'data-loss-protect', is_required: true, is_known: true },
lnrpc:service:Lightning '5': {
lnrpc:service:Lightning name: 'upfront-shutdown-script',
lnrpc:service:Lightning is_required: false,
lnrpc:service:Lightning is_known: true
lnrpc:service:Lightning },
lnrpc:service:Lightning '7': { name: 'gossip-queries', is_required: false, is_known: true },
lnrpc:service:Lightning '9': { name: 'tlv-onion', is_required: false, is_known: true },
lnrpc:service:Lightning '13': { name: 'static-remote-key', is_required: false, is_known: true },
lnrpc:service:Lightning '15': { name: 'payment-addr', is_required: false, is_known: true },
lnrpc:service:Lightning '17': { name: 'multi-path-payments', is_required: false, is_known: true }
lnrpc:service:Lightning },
lnrpc:service:Lightning identity_pubkey: '029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc',
lnrpc:service:Lightning alias: 'testnet4-lnd.zaphq.io',
lnrpc:service:Lightning num_pending_channels: 0,
lnrpc:service:Lightning num_active_channels: 12,
lnrpc:service:Lightning num_peers: 14,
lnrpc:service:Lightning block_height: 1719016,
lnrpc:service:Lightning block_hash: '0000000000000547a141e2a6dee0046946882adfcd9608ae175fe65e6cb41be8',
lnrpc:service:Lightning synced_to_chain: true,
lnrpc:service:Lightning testnet: true,
lnrpc:service:Lightning best_header_timestamp: 1587056938,
lnrpc:service:Lightning version: '0.9.1-beta commit=v0.9.1-beta-2-g24b5a2017a40e57821fe161bb35423177e4f8ee8',
lnrpc:service:Lightning num_inactive_channels: 2,
lnrpc:service:Lightning color: '#3399ff',
lnrpc:service:Lightning synced_to_graph: true
lnrpc:service:Lightning } +694ms
lnrpc:proto Testing version string: 0.9.1-beta commit=v0.9.1-beta-2-g24b5a2017a40e57821fe161bb35423177e4f8ee8 +0ms
lnrpc:proto Parsed version string into version: 0.9.1-beta, commitString: commit=v0.9.1-beta-2-g24b5a2017a40e57821fe161bb35423177e4f8ee8 +0ms
lnrpc:proto Searching for closest match for version 0.9.1-beta in range: [ '0.9.0-beta', '0.8.0-beta', '0.7.1-beta', '0.7.0-beta', '0.6.0-beta', '0.5.2-beta', '0.5.1-beta', '0.5.0-beta', '0.4.2-beta' ] +0ms
lnrpc:proto Determined closest rpc.proto match as: 0.9.0-beta +1ms
lnrpc:service:Lightning Connected to Lightning gRPC service +2ms
lnrpc:service:Lightning Calling Lightning.getInfo async with: { payload: {}, options: {} } +0ms
I0416 19:11:38.571143000 4503690688 client_idle_filter.cc:206] (client idle filter) call counter has increased to 2
I0416 19:11:38.571160000 4503690688 channel.cc:322] grpc_channel_get_target(channel=0x105005000)
I0416 19:11:38.598090000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102c29388)
I0416 19:11:38.598116000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x10407b060, ops=0x102c29ef0, nops=1, tag=0x102c12e00, reserved=0x0)
I0416 19:11:38.598124000 4503690688 call.cc:1566] ops[0]: SEND_INITIAL_METADATA(nil)
I0416 19:11:38.598135000 4503690688 call.cc:626] OP[client_idle:0x10407b9f0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo'}
I0416 19:11:38.598142000 4503690688 channel_stack.cc:226] OP[client-channel:0x10407ba08]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo'}
I0416 19:11:38.598146000 4503690688 client_channel.cc:2249] chand=0x105005260 calld=0x10407ba30: adding pending batch at index 0
I0416 19:11:38.598150000 4503690688 client_channel.cc:2075] chand=0x105005260 calld=0x10407ba30: grabbing data plane mutex to perform pick
I0416 19:11:38.598154000 4503690688 client_channel.cc:3712] chand=0x105005260 calld=0x10407ba30: applying service config to call
I0416 19:11:38.598159000 4503690688 client_channel.cc:3847] chand=0x105005260 calld=0x10407ba30: LB pick returned COMPLETE (subchannel=0x102b2dbe0, error="No Error")
I0416 19:11:38.598207000 4503690688 client_channel.cc:3609] chand=0x105005260 calld=0x10407ba30: create subchannel_call=0x10603aa20: error="No Error"
I0416 19:11:38.598215000 4503690688 client_channel.cc:2412] chand=0x105005260 calld=0x10407ba30: starting 1 pending batches on subchannel_call=0x10603aa20
I0416 19:11:38.598225000 4503690688 subchannel.cc:182] OP[authority:0x10603aad0]: SEND_INITIAL_METADATA{key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo'}
I0416 19:11:38.598236000 4503690688 channel_stack.cc:226] OP[client-auth:0x10603aae8]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo'}
I0416 19:11:38.601575000 4503690688 security_context.cc:172] grpc_auth_context_property_iterator(ctx=0x102c0e790)
I0416 19:11:38.601583000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601586000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601589000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601591000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601593000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601596000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601612000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601616000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601618000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601620000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601623000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601625000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601628000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601630000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601674000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601682000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601686000 4503690688 security_context.cc:172] grpc_auth_context_property_iterator(ctx=0x102c0e790)
I0416 19:11:38.601688000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601691000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601694000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601696000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601699000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601736000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601743000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601747000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601749000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601752000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601755000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601757000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601760000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.601762000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.602978000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.602986000 4503690688 security_context.cc:180] grpc_auth_property_iterator_next(it=0x7ffeefbfdc60)
I0416 19:11:38.602994000 4503690688 plugin_credentials.cc:166] plugin_credentials[0x102f17e50]: request 0x102a142f0: invoking plugin
I0416 19:11:38.603006000 4503690688 plugin_credentials.cc:178] plugin_credentials[0x102f17e50]: request 0x102a142f0: plugin will return asynchronously
I0416 19:11:38.603111000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x10407b060, ops=0x102a14210, nops=1, tag=0x102a22c00, reserved=0x0)
I0416 19:11:38.603120000 4503690688 call.cc:1566] ops[0]: SEND_MESSAGE ptr=0x102a22ac0
I0416 19:11:38.603155000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a0e308)
I0416 19:11:38.603161000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x102a22d48)
I0416 19:11:38.603167000 4503690688 call.cc:1967] grpc_call_start_batch(call=0x10407b060, ops=0x102a24190, nops=4, tag=0x102a22a20, reserved=0x0)
I0416 19:11:38.603171000 4503690688 call.cc:1566] ops[0]: SEND_CLOSE_FROM_CLIENT
I0416 19:11:38.603175000 4503690688 call.cc:1566] ops[1]: RECV_INITIAL_METADATA ptr=0x102a0e308
I0416 19:11:38.603178000 4503690688 call.cc:1566] ops[2]: RECV_MESSAGE ptr=0x102a03338
I0416 19:11:38.603182000 4503690688 call.cc:1566] ops[3]: RECV_STATUS_ON_CLIENT metadata=0x102a22d48 status=0x102a22d60 details=0x102a22d68
I0416 19:11:38.603238000 4503690688 call.cc:573] grpc_call_unref(c=0x1051bc660)
I0416 19:11:38.603248000 4503690688 client_idle_filter.cc:245] (client idle filter) call counter has decreased to 1
I0416 19:11:38.603261000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f191b8)
I0416 19:11:38.603265000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102f0a0d8)
I0416 19:11:38.603270000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.603275000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.603306000 4503690688 metadata_array.cc:29] grpc_metadata_array_init(array=0x7ffeefbf5f68)
I0416 19:11:38.603322000 4503690688 plugin_credentials.cc:123] plugin_credentials[0x102f17e50]: request 0x102a142f0: plugin returned asynchronously
I0416 19:11:38.603343000 4503690688 channel_stack.cc:226] OP[message_size:0x10603ab00]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783'}
I0416 19:11:38.603426000 4503690688 channel_stack.cc:226] OP[http-client:0x10603ab18]: SEND_INITIAL_METADATA{key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783'}
I0416 19:11:38.603511000 4503690688 channel_stack.cc:226] OP[message_compress:0x10603ab30]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)'}
I0416 19:11:38.603604000 4503690688 channel_stack.cc:226] OP[connected:0x10603ab48]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0416 19:11:38.603688000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x10603b6a8]: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}
I0416 19:11:38.603748000 4503690688 call.cc:626] OP[client_idle:0x10407b9f0]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603779000 4503690688 channel_stack.cc:226] OP[client-channel:0x10407ba08]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603787000 4503690688 client_channel.cc:2249] chand=0x105005260 calld=0x10407ba30: adding pending batch at index 1
I0416 19:11:38.603792000 4503690688 client_channel.cc:2063] chand=0x105005260 calld=0x10407ba30: starting batch on subchannel_call=0x10603aa20
I0416 19:11:38.603795000 4503690688 client_channel.cc:2412] chand=0x105005260 calld=0x10407ba30: starting 1 pending batches on subchannel_call=0x10603aa20
I0416 19:11:38.603800000 4503690688 subchannel.cc:182] OP[authority:0x10603aad0]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603805000 4503690688 channel_stack.cc:226] OP[client-auth:0x10603aae8]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603809000 4503690688 channel_stack.cc:226] OP[message_size:0x10603ab00]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603812000 4503690688 channel_stack.cc:226] OP[http-client:0x10603ab18]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603816000 4503690688 channel_stack.cc:226] OP[message_compress:0x10603ab30]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603819000 4503690688 channel_stack.cc:226] OP[connected:0x10603ab48]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603823000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x10603b6a8]: SEND_MESSAGE:flags=0x00000000:len=0
I0416 19:11:38.603830000 4503690688 call.cc:626] OP[client_idle:0x10407b9f0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603835000 4503690688 channel_stack.cc:226] OP[client-channel:0x10407ba08]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603838000 4503690688 client_channel.cc:2249] chand=0x105005260 calld=0x10407ba30: adding pending batch at index 2
I0416 19:11:38.603841000 4503690688 client_channel.cc:2063] chand=0x105005260 calld=0x10407ba30: starting batch on subchannel_call=0x10603aa20
I0416 19:11:38.603845000 4503690688 client_channel.cc:2412] chand=0x105005260 calld=0x10407ba30: starting 1 pending batches on subchannel_call=0x10603aa20
I0416 19:11:38.603849000 4503690688 subchannel.cc:182] OP[authority:0x10603aad0]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603864000 4503690688 channel_stack.cc:226] OP[client-auth:0x10603aae8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603869000 4503690688 channel_stack.cc:226] OP[message_size:0x10603ab00]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603873000 4503690688 channel_stack.cc:226] OP[http-client:0x10603ab18]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603878000 4503690688 channel_stack.cc:226] OP[message_compress:0x10603ab30]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603883000 4503690688 channel_stack.cc:226] OP[connected:0x10603ab48]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603902000 4503690688 chttp2_transport.cc:1733] perform_stream_op[s=0x10603b6a8]: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA
I0416 19:11:38.603931000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_INITIAL_METADATA{key=3a 73 63 68 65 6d 65 ':scheme' value=68 74 74 70 73 'https', key=3a 6d 65 74 68 6f 64 ':method' value=50 4f 53 54 'POST', key=3a 61 75 74 68 6f 72 69 74 79 ':authority' value=7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 31 30 30 30 39 'zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', key=3a 70 61 74 68 ':path' value=2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo', key=6d 61 63 61 72 6f 6f 6e 'macaroon' value=30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', key=74 65 'te' value=74 72 61 69 6c 65 72 73 'trailers', key=63 6f 6e 74 65 6e 74 2d 74 79 70 65 'content-type' value=61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc', key=75 73 65 72 2d 61 67 65 6e 74 'user-agent' value=67 72 70 63 2d 6e 6f 64 65 2f 31 2e 32 34 2e 32 20 67 72 70 63 2d 63 2f 38 2e 30 2e 30 20 28 6f 73 78 3b 20 63 68 74 74 70 32 3b 20 67 61 6e 67 65 73 29 'grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', key=67 72 70 63 2d 61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'grpc-accept-encoding' value=69 64 65 6e 74 69 74 79 2c 64 65 66 6c 61 74 65 2c 67 7a 69 70 'identity,deflate,gzip', key=61 63 63 65 70 74 2d 65 6e 63 6f 64 69 6e 67 'accept-encoding' value=69 64 65 6e 74 69 74 79 2c 67 7a 69 70 'identity,gzip'}; on_complete = 0x10603b468
I0416 19:11:38.604012000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :scheme: https
I0416 19:11:38.604020000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :method: POST
I0416 19:11:38.604025000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :authority: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009
I0416 19:11:38.604028000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: :path: /lnrpc.Lightning/GetInfo
I0416 19:11:38.604032000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: macaroon: 0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783
I0416 19:11:38.604036000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: te: trailers
I0416 19:11:38.604054000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: content-type: application/grpc
I0416 19:11:38.604058000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: user-agent: grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)
I0416 19:11:38.604062000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: grpc-accept-encoding: identity,deflate,gzip
I0416 19:11:38.604065000 4503690688 chttp2_transport.cc:1411] HTTP:0:HDR:CLI: accept-encoding: identity,gzip
I0416 19:11:38.604069000 4503690688 stream_lists.cc:125] 0x1041c7c00[0][cli]: add to waiting_for_concurrency
I0416 19:11:38.604073000 4503690688 stream_lists.cc:71] 0x1041c7c00[0][cli]: pop from waiting_for_concurrency
I0416 19:11:38.604077000 4503690688 chttp2_transport.cc:1221] HTTP:CLI: Transport 0x1041c7c00 allocating new grpc_chttp2_stream 0x10603b6a8 to id 3
I0416 19:11:38.604080000 4503690688 stream_lists.cc:125] 0x1041c7c00[3][cli]: add to writable
I0416 19:11:38.604085000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [START_NEW_STREAM]
I0416 19:11:38.604090000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x10603b468 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING
I0416 19:11:38.604095000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_MESSAGE:flags=0x00000000:len=0; on_complete = 0x10603b4a8
I0416 19:11:38.604100000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING+MORE [SEND_MESSAGE]
I0416 19:11:38.604104000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x10603b4a8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0416 19:11:38.604111000 4503690688 chttp2_transport.cc:1435] perform_stream_op_locked: SEND_TRAILING_METADATA{} RECV_INITIAL_METADATA RECV_MESSAGE RECV_TRAILING_METADATA; on_complete = 0x10603b4e8
D0416 19:11:38.604118000 4503690688 flow_control.cc:113] 0x1041c9068[3][cli] | app st recv | trw: 65535, tlw: 4194304, taw: 4193604, srw: 65535, slw: 4194304 -> 4194309, saw: 4194304
I0416 19:11:38.604124000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x10603b4e8 refs=1 flags=0x0001 desc=op->on_complete err="No Error" write_state=WRITING+MORE
I0416 19:11:38.604127000 4503690688 stream_lists.cc:71] 0x1041c7c00[3][cli]: pop from writable
I0416 19:11:38.604175000 4503690688 writing.cc:430] W:0x1041c7c00 CLIENT[3] im-(sent,send)=(0,1) announce=5
I0416 19:11:38.604183000 4503690688 hpack_encoder.cc:486] Encode: ':authority: zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:10009', elem_interned=1 [3], k_interned=1, v_interned=1
I0416 19:11:38.604189000 4503690688 hpack_encoder.cc:486] Encode: ':path: /lnrpc.Lightning/GetInfo', elem_interned=0 [2], k_interned=1, v_interned=0
I0416 19:11:38.604194000 4503690688 hpack_encoder.cc:486] Encode: 'macaroon: 0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783', elem_interned=0 [2], k_interned=1, v_interned=0
I0416 19:11:38.604215000 4503690688 hpack_encoder.cc:486] Encode: 'te: trailers', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:38.604220000 4503690688 hpack_encoder.cc:486] Encode: 'content-type: application/grpc', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:38.604224000 4503690688 hpack_encoder.cc:486] Encode: 'user-agent: grpc-node/1.24.2 grpc-c/8.0.0 (osx; chttp2; ganges)', elem_interned=1 [3], k_interned=1, v_interned=1
I0416 19:11:38.604228000 4503690688 hpack_encoder.cc:486] Encode: 'grpc-accept-encoding: identity,deflate,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:38.604232000 4503690688 hpack_encoder.cc:486] Encode: 'accept-encoding: identity,gzip', elem_interned=1 [1], k_interned=1, v_interned=1
I0416 19:11:38.604236000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x10603b468 refs=0 flags=0x0001 desc=send_initial_metadata_finished err="No Error" write_state=WRITING+MORE
D0416 19:11:38.604268000 4503690688 flow_control.cc:113] 0x1041c9068[3][cli] | s updt sent | trw: 65535, tlw: 4194304 -> 4194309, taw: 4193604, srw: 65535, slw: 4194309, saw: 4194304 -> 4194309
D0416 19:11:38.604280000 4503690688 flow_control.cc:113] 0x1041c9068[3][cli] | data sent | trw: 65535 -> 65530, tlw: 4194309, taw: 4193604, srw: 65535 -> 65530, slw: 4194309, saw: 4194309
I0416 19:11:38.604287000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x10603b4e8 refs=0 flags=0x0001 desc=send_trailing_metadata_finished err="No Error" write_state=WRITING+MORE
I0416 19:11:38.604291000 4503690688 chttp2_transport.cc:1284] complete_closure_step: t=0x1041c7c00 0x10603b4a8 refs=0 flags=0x0001 desc=on_write_finished_cb err="No Error" write_state=WRITING+MORE
I0416 19:11:38.604303000 4503690688 stream_lists.cc:125] 0x1041c7c00[3][cli]: add to writing
D0416 19:11:38.604309000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt sent | trw: 65530, tlw: 4194309, taw: 4193604 -> 4194309, srw: , slw: , saw:
I0416 19:11:38.604314000 4503690688 writing.cc:116] CLIENT: Ping sent [ipv4:127.0.0.1:9065]: 2/2
I0416 19:11:38.604318000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING+MORE -> WRITING [begin write in current thread]
I0416 19:11:38.604324000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 01 96 01 04 00 00 00 03 87 83 c6 0f 36 18 '.............6.'
I0416 19:11:38.604329000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 2f 6c 6e 72 70 63 2e 4c 69 67 68 74 6e 69 6e 67 2f 47 65 74 49 6e 66 6f '/lnrpc.Lightning/GetInfo'
I0416 19:11:38.604339000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 0f 35 7f ef 01 '.5...'
I0416 19:11:38.604348000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 30 32 30 31 30 33 36 63 36 65 36 34 30 32 38 61 30 31 30 33 30 61 31 30 31 38 34 64 65 64 36 65 32 32 61 37 37 62 30 34 64 63 31 35 39 64 38 66 39 32 63 39 63 31 32 66 31 32 30 31 33 30 31 61 30 66 30 61 30 37 36 31 36 34 36 34 37 32 36 35 37 33 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 63 30 61 30 34 36 39 36 65 36 36 36 66 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 39 36 65 37 36 36 66 36 39 36 33 36 35 37 33 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 64 36 35 37 33 37 33 36 31 36 37 36 35 31 32 30 34 37 32 36 35 36 31 36 34 31 61 31 30 30 61 30 38 36 66 36 36 36 36 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 66 30 61 30 37 36 66 36 65 36 33 36 38 36 31 36 39 36 65 31 32 30 34 37 32 36 35 36 31 36 34 31 61 30 64 30 61 30 35 37 30 36 35 36 35 37 32 37 33 31 32 30 34 37 32 36 35 36 31 36 34 30 30 30 30 30 36 32 30 62 35 32 65 37 30 38 32 36 63 62 36 33 37 31 61 65 66 65 66 39 65 37 38 37 30 64 62 62 36 34 32 31 30 64 34 31 32 65 35 36 30 65 31 31 37 32 61 30 63 34 62 35 39 30 30 65 32 62 39 31 37 38 33 '0201036c6e64028a01030a10184ded6e22a77b04dc159d8f92c9c12f1201301a0f0a07616464726573731204726561641a0c0a04696e666f1204726561641a100a08696e766f696365731204726561641a0f0a076d6573736167651204726561641a100a086f6666636861696e1204726561641a0f0a076f6e636861696e1204726561641a0d0a05706565727312047265616400000620b52e70826cb6371aefef9e7870dbb64210d412e560e1172a0c4b5900e2b91783'
I0416 19:11:38.604384000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: c3 c2 c1 c0 bf 00 00 04 08 00 00 00 00 03 00 00 00 05 00 00 05 00 01 '.......................'
I0416 19:11:38.604388000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 00 03 00 00 00 00 00 00 00 04 08 00 00 00 00 00 00 00 02 c1 00 '.......................'
I0416 19:11:38.604413000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 08 06 00 00 00 00 00 00 00 00 00 00 00 00 01 '................'
I0416 19:11:38.604435000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 17 03 03 01 f0 d8 c6 98 66 82 29 5f 97 eb c9 11 61 b0 4d d2 e3 87 27 b6 ae ac 8a 90 91 13 eb e5 60 52 7f 18 27 f9 8b 3d 0c 80 c5 4c 7f 2c da 77 12 68 56 7d 83 bd 1e 74 bc 12 b9 d7 1e 72 42 03 10 9d 7a 5c b0 c3 bf cf 61 6f f1 97 ce b4 3f c8 ec 88 aa 1a 70 a1 b0 f3 f9 5f 49 a6 ae e4 fe 48 c1 11 09 ed e9 ed 86 e0 a7 7a 6b 5a cc 69 eb 36 a6 7a e7 d1 ca 4c 95 77 3c 52 74 1c 56 76 30 fc 5c ef 8c 8f e0 c9 05 84 21 6d 54 18 09 8d 09 7e 9c b7 ce 8b 3f 26 6f c0 aa 4a 10 46 10 ab a0 56 41 75 51 54 50 cb 31 7b de ee 9e 8a 63 ae 3d c3 57 b5 45 f5 8e 1b 53 02 5a 50 94 d6 92 9b ed f8 6b 7f 8b 48 da 6f 8e 9e fc 06 f6 f7 ff f4 d4 09 77 b6 ff 17 20 14 59 b7 b3 cc c7 db bc e3 2d a2 c5 85 b4 56 75 5b 32 74 14 87 fc c5 67 5e aa e5 4e 4f e6 24 ca 15 89 e3 18 4f 0b 86 ed 96 38 62 81 5d 88 4d 85 e7 fd 66 34 8e 9d e8 95 a9 bf 84 f8 2b 45 37 ec 8d 6d 01 ef 60 c0 20 fe 2c da d2 73 40 71 0c 56 c9 93 5c 58 42 c5 9b ad 5d f1 a3 1c f6 3b e5 8a 20 f5 1f 8a fb 4f 03 76 ec 69 45 30 79 1c dd 51 a9 e5 90 a6 45 6c 71 f8 58 b7 ca f7 17 ed 16 b8 73 84 3f 44 56 a7 26 6b d7 5b c6 40 cf 79 8b 47 75 ec a4 d9 2a 3f 74 30 75 74 cb ac 8a b5 17 f8 03 8e f4 69 f2 e3 be 70 67 75 e9 f7 a8 79 91 28 5a 88 23 a5 49 da cc 1a ba 09 c8 43 a0 0b 9f 87 27 d0 37 df f3 3d d1 db f9 0d bc a2 ce b4 0a 5f af 98 8e 29 40 f6 a3 dc 18 60 c6 a2 47 ab 4d ed 69 ed d3 ad 51 1f 95 8c 43 69 a6 dc 5f 95 4d 3a c5 c1 dc bc 8a c4 50 1c 08 21 b3 7e da ef 61 bd c8 c8 67 1d 63 a5 e6 b1 1f 49 c5 97 dc df 6e d8 00 f9 f8 d1 f6 c8 f1 80 bf 21 b4 dc ce ab 6c 0d '........f.)_....a.M...'.........`R..'..=...L.,.w.hV}...t.....rB...z\....ao....?.....p...._I....H.........zkZ.i.6.z...L.w<Rt.Vv0.\.......!mT....~....?&o..J.F...VAuQTP.1{....c.=.W.E...S.ZP......k..H.o..........w... .Y.......-....Vu[2t....g^..NO.$.....O....8b.].M...f4........+E7..m..`. .,..s@q.V..\XB...]....;.. ....O.v.iE0y..Q....Elq.X.......s.?DV.&k.[.@.y.Gu...*?t0ut.........i...pgu...y.(Z.#.I......C....'.7..=........._...)@....`..G.M.i...Q...Ci.._.M:......P..!.~..a...g.c....I....n..........!....l.'
I0416 19:11:38.604525000 4503690688 chttp2_transport.cc:2660] ipv4:127.0.0.1:9065: Start BDP ping err="No Error"
I0416 19:11:38.604530000 4503690688 bdp_estimator.h:66] bdp[ipv4:127.0.0.1:9065]:start acc=770 est=65536
I0416 19:11:38.604535000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x7ffeefbf5f68)
I0416 19:11:38.604550000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:38.604555000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:38.604559000 4503690688 stream_lists.cc:71] 0x1041c7c00[3][cli]: pop from writing
I0416 19:11:38.604565000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102c12e00, error="No Error", done=0x10712f02f, done_arg=0x10407bf10, storage=0x10407bf60)
I0416 19:11:38.604570000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102a22c00, error="No Error", done=0x10712f02f, done_arg=0x102a22c50, storage=0x102a22ca0)
I0416 19:11:38.604576000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.604581000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102c12e00 OK
I0416 19:11:38.604604000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102c29388)
I0416 19:11:38.604610000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.604614000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102a22c00 OK
I0416 19:11:38.604624000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.604629000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.604662000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.604673000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:38.997375000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:38.997395000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:38.997405000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 47 00 00 00 00 00 00 00 05 b6 e8 77 df e8 65 74 0a 29 8a 56 14 bb 39 86 57 58 70 e0 3a 6d 9b 00 af 96 f6 74 90 a8 35 fb 74 52 f0 82 01 d5 40 d1 35 a0 56 03 96 4a 35 f8 bf 5b 4c 4e 69 01 fa ea 11 da c9 b3 74 90 e9 e8 '....G..........w..et.).V..9.WXp.:m.....t..5.tR....@.5.V..J5..[LNi.......t...'
I0416 19:11:38.997422000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:38.997430000 4503690688 secure_endpoint.cc:163] READ 0x10406de00: 00 00 04 08 00 00 00 00 00 00 00 00 05 00 00 08 06 00 00 00 00 00 02 04 10 10 09 0e 07 07 00 00 08 06 01 00 00 00 00 00 00 00 00 00 00 00 01 '...............................................'
D0416 19:11:38.997516000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt recv | trw: 65530 -> 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0416 19:11:38.997529000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state IDLE -> WRITING [PING_RESPONSE]
I0416 19:11:38.997538000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:38.997545000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:38.997549000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
I0416 19:11:38.997553000 4503690688 chttp2_transport.cc:2676] ipv4:127.0.0.1:9065: Complete BDP ping err="No Error"
I0416 19:11:38.997561000 4503690688 bdp_estimator.cc:50] bdp[ipv4:127.0.0.1:9065]:complete acc=47 est=65536 dt=0.393014 bw=0.000957Mbs bw_est=0.000000Mbs
I0416 19:11:38.997565000 4503690688 bdp_estimator.cc:78] bdp[ipv4:127.0.0.1:9065]:update_inter_time to 213ms
D0416 19:11:38.997575000 4503690688 flow_control.cc:113] 0x1041c9068[0][cli] | t updt sent | trw: 65535, tlw: 4194309, taw: 4194309, srw: , slw: , saw:
I0416 19:11:38.997589000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> WRITING [begin write in current thread]
I0416 19:11:38.997596000 4503690688 secure_endpoint.cc:299] WRITE 0x10406de00: 00 00 08 06 01 00 00 00 00 02 04 10 10 09 0e 07 07 '.................'
I0416 19:11:38.997608000 4503690688 tcp_custom.cc:235] WRITE 0x102b30f10 (peer=ipv4:127.0.0.1:9065): 17 03 03 00 29 d8 c6 98 66 82 29 5f 98 b7 3c a7 dc 29 ea 78 09 4b 48 f5 2f 89 c9 bd 81 74 0e 08 95 6b 3d 35 3a 39 1f 8b e8 84 18 6e 18 56 '....)...f.)_..<..).x.KH./....t...k=5:9.....n.V'
I0416 19:11:38.997629000 4503690688 tcp_custom.cc:218] write complete on 0x102b30f10: error="No Error"
I0416 19:11:38.997635000 4503690688 chttp2_transport.cc:837] W:0x1041c7c00 CLIENT [ipv4:127.0.0.1:9065] state WRITING -> IDLE [finish writing]
I0416 19:11:38.997643000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:38.997649000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
I0416 19:11:39.204024000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:39.204051000 4503690688 tcp_custom.cc:131] read: error="No Error"
I0416 19:11:39.204083000 4503690688 tcp_custom.cc:136] READ 0x102b4b500 (peer=ipv4:127.0.0.1:9065): 17 03 03 02 f8 00 00 00 00 00 00 00 06 25 aa fd 5b 47 b0 15 cc 88 cf 37 07 b2 e6 b7 9a 6d 07 aa 12 96 24 48 e0 83 ba ec 2b 61 0f 8c e2 dc 28 3a ab 97 0f 71 9c 82 73 f2 0a a8 8c aa 42 2f 3c b6 ce 5e f4 d8 d3 53 c1 75 db 51 bd e7 24 d0 11 f4 88 0c fd 2f 92 cc c0 10 9d 79 15 17 23 42 91 91 5c 2e ad 02 6b 6a d5 1d 50 f0 b8 13 bf b3 72 c4 0a 13 50 d4 f6 26 f1 56 c7 fd 4f 66 3c cb bc e2 fb f8 bb 74 69 73 34 59 51 70 87 ef c4 c6 d5 ea 67 4d 64 c1 70 bc b5 0d 02 f3 0f d7 dd 65 1a 68 e0 28 12 fc 7c 4f 5f ff a3 b7 24 72 aa 98 c7 d9 9c 1e d1 5e 0a fc a1 fe d1 a9 68 5a 04 58 37 0b 7d cc f9 41 20 f6 2f 88 ae 79 e0 68 7c 7c 12 f0 e9 fa 4b ae 2f ad 62 eb 5c 6f 14 f7 d8 f4 91 3a 82 58 c1 d3 53 40 46 05 f9 07 d2 9f 31 7a f6 37 7f 73 8f c0 8a 54 01 da 2c 58 47 83 92 ee 61 31 b7 09 b5 35 77 ad be 69 92 bc d4 1b 4f ee f1 80 a8 a7 d0 52 08 c0 a3 16 29 74 57 a1 20 64 63 0d 5d 86 88 c3 1f 8e 5f c5 da 15 37 76 e7 a9 c0 95 09 27 67 b0 d6 51 c1 99 66 43 de c2 c3 16 cf 8b 17 2d c5 7b 37 86 d1 e2 d4 e6 14 e3 c1 77 01 0d 32 ff c1 88 4f fc d5 77 4a 15 03 5d cc 3c 8f 80 71 49 36 f4 29 51 d8 dd ff e9 62 c9 8e 8f 08 d5 87 89 af 09 f8 71 4b 8c b1 86 2c 23 5d 74 5e 11 b0 77 76 68 ff b6 ca ba 4b b3 6a b9 27 a8 d7 da 25 fe ce fe 11 87 78 e3 ec 21 cf 2f 8d 9a 32 17 84 78 d6 a3 0f de 67 50 3f d4 f7 70 25 18 1a 61 98 d3 d8 d9 74 6f 22 3d 2d f7 ed f4 0a 4b 89 33 d0 51 f6 cb 56 2c 32 df c4 44 28 6e c8 a2 27 4c ba 0d e9 0b 9c 65 39 e9 2c f7 0c 7a b3 5f 4c 28 38 c4 c6 43 7a 57 69 3b b4 c4 95 38 bc d5 b1 e8 eb 0b 2e 8b 7c fd 8d be 1e 2f 25 24 fc 73 f7 70 ab b2 f5 c5 17 77 5f 58 d7 7c fd 86 a0 a6 28 4b 28 ff 07 34 03 a9 1f d6 3f 87 aa 4f 02 a9 4d a6 99 4f 2d 14 5d 1a e0 65 2b 99 d2 42 65 03 7f da 72 7a 7e 43 4e 64 4e 68 42 b0 82 43 65 30 53 5f f5 52 01 7c f7 6d 38 4a 40 bd 39 8f c1 89 4d 6f 0f 50 61 b9 4c 60 ab 44 c2 42 94 3a 19 b5 38 5b 79 ba de 86 7b bf 45 e6 cc 79 af 23 0c 6b e7 e8 de 7d 2d 9a d1 a8 bf 31 b8 05 18 0a ca 29 b6 49 15 30 72 ab 8e d1 42 58 cc 5f 9a f7 3b cc 92 35 b7 36 ef 9e 65 8f 2a a4 df 89 f8 8c 89 a4 61 4a d4 f5 fc 7d da 9e 2c f8 fe 6f c2 71 50 04 d1 e5 d2 7b 06 57 40 9b b0 b2 d0 0c 0a 3d c2 4d 67 50 55 e3 f4 e6 c3 ee 24 0d 6f 0b 72 a7 99 fe 4e f7 4c 8e 07 59 95 a8 cb 21 e0 ba 07 8d 7d c5 cb b4 90 80 b1 aa 90 9f 47 31 48 f5 39 38 f5 e1 cb 1b 6c 20 d8 99 30 4e 53 88 5a 03 d5 a6 90 '.............%..[G.....7.....m....$H....+a....(:...q..s.....B/<..^...S.u.Q..$....../.....y..#B..\...kj..P.....r...P..&.V..Of<......tis4YQp......gMd.p........e.h.(..|O_...$r.......^......hZ.X7.}..A ./..y.h||....K./.b.\o.....:.X..S@F.....1z.7.s...T..,XG...a1...5w..i....O......R....)tW. dc.]....._...7v.....'g..Q..fC.......-.{7........w..2...O..wJ..].<..qI6.)Q....b..........qK...,#]t^..wvh....K.j.'...%.....x..!./..2..x....gP?..p%..a....to"=-....K.3.Q..V,2..D(n..'L.....e9.,..z._L(8..CzWi;...8........|..../%$.s.p.....w_X.|....(K(..4....?..O..M..O-.]..e+..Be...rz~CNdNhB..Ce0S_.R.|.m8J@.9...Mo.Pa.L`.D.B.:..8[y...{.E..y.#.k...}-....1.....).I.0r...BX._..;..5.6..e.*.......aJ...}..,..o.qP....{.W@......=.MgPU.....$.o.r...N.L..Y...!....}.........G1H.98....l ..0NS.Z....'
I0416 19:11:39.204381000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:39.204409000 4503690688 secure_endpoint.cc:163] READ 0x10406de00: 00 00 02 01 04 00 00 00 03 88 c0 00 02 c1 00 00 00 00 00 03 00 00 00 02 bc 0a 42 30 32 39 65 38 37 64 65 62 37 64 39 39 65 34 36 36 30 34 33 37 61 33 66 62 35 65 62 37 36 66 62 38 65 62 61 65 31 37 37 38 31 35 32 66 37 32 63 33 61 61 63 31 62 63 64 30 66 35 65 39 39 38 36 62 63 12 15 74 65 73 74 6e 65 74 34 2d 6c 6e 64 2e 7a 61 70 68 71 2e 69 6f 20 0c 28 0e 30 e8 f5 68 42 40 30 30 30 30 30 30 30 30 30 30 30 30 30 35 34 37 61 31 34 31 65 32 61 36 64 65 65 30 30 34 36 39 34 36 38 38 32 61 64 66 63 64 39 36 30 38 61 65 31 37 35 66 65 36 35 65 36 63 62 34 31 62 65 38 48 01 50 01 62 55 30 32 39 65 38 37 64 65 62 37 64 39 39 65 34 36 36 30 34 33 37 61 33 66 62 35 65 62 37 36 66 62 38 65 62 61 65 31 37 37 38 31 35 32 66 37 32 63 33 61 61 63 31 62 63 64 30 66 35 65 39 39 38 36 62 63 40 33 34 2e 37 33 2e 31 30 34 2e 31 36 36 3a 39 37 33 35 62 86 01 30 32 39 65 38 37 64 65 62 37 64 39 39 65 34 36 36 30 34 33 37 61 33 66 62 35 65 62 37 36 66 62 38 65 62 61 65 31 37 37 38 31 35 32 66 37 32 63 33 61 61 63 31 62 63 64 30 66 35 65 39 39 38 36 62 63 40 7a 61 70 6e 33 34 71 66 65 65 64 77 32 6c 35 79 32 36 70 33 68 6e 6e 6b 75 73 71 6e 62 68 78 63 78 77 36 34 6c 71 35 63 6f 6a 6d 76 71 34 35 79 77 34 62 63 33 73 71 64 2e 6f 6e 69 6f 6e 3a 39 37 33 35 68 aa a2 e2 f4 05 72 49 30 2e 39 2e 31 2d 62 65 74 61 20 63 6f 6d 6d 69 74 3d 76 30 2e 39 2e 31 2d 62 65 74 61 2d 32 2d 67 32 34 62 35 61 32 30 31 37 61 34 30 65 35 37 38 32 31 66 65 31 36 31 62 62 33 35 34 32 33 31 37 37 65 34 66 38 65 65 38 78 02 82 01 12 0a 07 62 69 74 63 6f 69 6e 12 07 74 65 73 74 6e 65 74 8a 01 07 23 33 33 39 39 66 66 90 01 01 9a 01 1f 08 05 12 1b 12 17 75 70 66 72 6f 6e 74 2d 73 68 75 74 64 6f 77 6e 2d 73 63 72 69 70 74 20 01 9a 01 14 08 0f 12 10 12 0c 70 61 79 6d 65 6e 74 2d 61 64 64 72 20 01 9a 01 1b 08 11 12 17 12 13 6d 75 6c 74 69 2d 70 61 74 68 2d 70 61 79 6d 65 6e 74 73 20 01 9a 01 1b 08 00 12 17 12 11 64 61 74 61 2d 6c 6f 73 73 2d 70 72 6f 74 65 63 74 18 01 20 01 9a 01 16 08 07 12 12 12 0e 67 6f 73 73 69 70 2d 71 75 65 72 69 65 73 20 01 9a 01 11 08 09 12 0d 12 09 74 6c 76 2d 6f 6e 69 6f 6e 20 01 9a 01 19 08 0d 12 15 12 11 73 74 61 74 69 63 2d 72 65 6d 6f 74 65 2d 6b 65 79 20 01 00 00 02 01 05 00 00 00 03 bf be '..........................B029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc..testnet4-lnd.zaphq.io .(.0..hB@0000000000000547a141e2a6dee0046946882adfcd9608ae175fe65e6cb41be8H.P.bU029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@34.73.104.166:9735b..029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:9735h.....rI0.9.1-beta commit=v0.9.1-beta-2-g24b5a2017a40e57821fe161bb35423177e4f8ee8x......bitcoin..testnet...#3399ff............upfront-shutdown-script ..........payment-addr ..........multi-path-payments ..........data-loss-protect.. ..........gossip-queries ..........tlv-onion ..........static-remote-key ............'
I0416 19:11:39.207945000 4503690688 parsing.cc:681] parsing initial_metadata
I0416 19:11:39.207962000 4503690688 parsing.cc:430] HTTP:3:HDR:CLI: :status: 32 30 30 '200'
I0416 19:11:39.207971000 4503690688 parsing.cc:430] HTTP:3:HDR:CLI: content-type: 61 70 70 6c 69 63 61 74 69 6f 6e 2f 67 72 70 63 'application/grpc'
D0416 19:11:39.207984000 4503690688 flow_control.cc:113] 0x1041c9068[3][cli] | data recv | trw: 65535, tlw: 4194309 -> 4194304, taw: 4194309 -> 4193604, srw: 65530, slw: 4194309 -> 4193604, saw: 4194309 -> 4193604
I0416 19:11:39.207992000 4503690688 parsing.cc:686] parsing trailing_metadata
I0416 19:11:39.207997000 4503690688 parsing.cc:541] HTTP:3:TRL:CLI: grpc-status: 30 '0'
I0416 19:11:39.208003000 4503690688 parsing.cc:541] HTTP:3:TRL:CLI: grpc-message:
I0416 19:11:39.208010000 4503690688 resource_quota.cc:889] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: alloc 8192; free_pool -> 0
I0416 19:11:39.208018000 4503690688 tcp_custom.cc:174] TCP:0x102b30f10 read_allocation_done: "No Error"
I0416 19:11:39.208023000 4503690688 tcp_custom.cc:191] Initiating read on 0x102b30f10: error="No Error"
D0416 19:11:39.208033000 4503690688 call.cc:733] set_final_status CLI
D0416 19:11:39.208047000 4503690688 call.cc:734] {"created":"@1587057099.208032000","description":"no error","file":"../deps/grpc/src/core/lib/iomgr/error.cc","file_line":396,"grpc_message":"","grpc_status":0}
I0416 19:11:39.208055000 4503690688 completion_queue.cc:682] cq_end_op_for_next(cq=0x102c1f260, tag=0x102a22a20, error="No Error", done=0x10712f02f, done_arg=0x102a244b0, storage=0x102a24500)
I0416 19:11:39.210814000 4503690688 bdp_estimator.h:53] bdp[ipv4:127.0.0.1:9065]:sched acc=736 est=65536
I0416 19:11:39.210828000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:39.210836000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: OP_COMPLETE: tag:0x102a22a20 OK
{
uris: [
'029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@34.73.104.166:9735',
'029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc@zapn34qfeedw2l5y26p3hnnkusqnbhxcxw64lq5cojmvq45yw4bc3sqd.onion:9735'
],
chains: [ { chain: 'bitcoin', network: 'testnet' } ],
features: {
'0': { name: 'data-loss-protect', is_required: true, is_known: true },
'5': {
name: 'upfront-shutdown-script',
is_required: false,
is_known: true
},
'7': { name: 'gossip-queries', is_required: false, is_known: true },
'9': { name: 'tlv-onion', is_required: false, is_known: true },
'13': { name: 'static-remote-key', is_required: false, is_known: true },
'15': { name: 'payment-addr', is_required: false, is_known: true },
(node:6603) UnhandledPromiseRejectionWarning: ReferenceError: call is not defined
at /Users/tom/workspace/node-lnd-grpc/test/servives.Lightning.test.js:63:3
(node:6603) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
'17': { name: 'multi-path-payments', is_required: false, is_known: true }
(node:6603) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
},
I0416 19:11:39.216847000 4503690688 call.cc:573] grpc_call_unref(c=0x10407b060)
I0416 19:11:39.216865000 4503690688 client_idle_filter.cc:245] (client idle filter) call counter has decreased to 0
identity_pubkey: '029e87deb7d99e4660437a3fb5eb76fb8ebae1778152f72c3aac1bcd0f5e9986bc',
I0416 19:11:39.216871000 4503690688 client_idle_filter.cc:361] (client idle filter) timer has started
I0416 19:11:39.216889000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a22d48)
I0416 19:11:39.216895000 4503690688 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x102a0e308)
I0416 19:11:39.216903000 4503690688 completion_queue.cc:960] grpc_completion_queue_next(cq=0x102c1f260, deadline=gpr_timespec { tv_sec: -9223372036854775808, tv_nsec: 0, clock_type: 0 }, reserved=0x0)
I0416 19:11:39.216910000 4503690688 completion_queue.cc:1060] RETURN_EVENT[0x102c1f260]: QUEUE_TIMEOUT
alias: 'testnet4-lnd.zaphq.io',
num_pending_channels: 0,
num_active_channels: 12,
num_peers: 14,
block_height: 1719016,
block_hash: '0000000000000547a141e2a6dee0046946882adfcd9608ae175fe65e6cb41be8',
synced_to_chain: true,
testnet: true,
best_header_timestamp: 1587056938,
version: '0.9.1-beta commit=v0.9.1-beta-2-g24b5a2017a40e57821fe161bb35423177e4f8ee8',
num_inactive_channels: 2,
color: '#3399ff',
synced_to_graph: true
}
lnrpc:grpc Disconnecting from lnd gRPC service +3s
lnrpc:grpc Disconnecting from all gRPC services +0ms
lnrpc:service:WalletUnlocker Disconnecting from WalletUnlocker gRPC service +3s
I0416 19:11:39.217832000 4503690688 channel.cc:500] grpc_channel_destroy(channel=0x10483ea00)
I0416 19:11:39.217844000 4503690688 client_idle_filter.cc:206] (client idle filter) call counter has increased to 1
I0416 19:11:39.217850000 4503690688 client_idle_filter.cc:307] (client idle filter) timer alarms
I0416 19:11:39.217854000 4503690688 client_idle_filter.cc:310] (client idle filter) timer canceled
I0416 19:11:39.217867000 4503690688 client_channel.cc:1794] chand=0x10483ec60: disconnect_with_error: {"created":"@1587057099.217842000","description":"Channel Destroyed","file":"../deps/grpc/src/core/lib/surface/channel.cc","file_line":502}
I0416 19:11:39.217876000 4503690688 resolving_lb_policy.cc:81] resolving_lb=0x102e19930: resolver shutdown complete
I0416 19:11:39.217881000 4503690688 resolving_lb_policy.cc:214] resolving_lb=0x102e19930: shutting down lb_policy=0x102a0f190
I0416 19:11:39.217885000 4503690688 pick_first.cc:160] Pick First 0x102a0f190 Shutting down
I0416 19:11:39.217890000 4503690688 subchannel_list.h:442] [pick_first 0x102a0f190] Shutting down subchannel_list 0x102a0ae60
I0416 19:11:39.217895000 4503690688 subchannel_list.h:337] [pick_first 0x102a0f190] subchannel list 0x102a0ae60 index 0 of 1 (subchannel 0x102a0a6a0): canceling connectivity watch (shutdown)
I0416 19:11:39.217902000 4503690688 subchannel_list.h:293] [pick_first 0x102a0f190] subchannel list 0x102a0ae60 index 0 of 1 (subchannel 0x102a0a6a0): unreffing subchannel
I0416 19:11:39.217906000 4503690688 subchannel_list.h:434] [pick_first 0x102a0f190] Destroying subchannel_list 0x102a0ae60
✔ should be equal
I0416 19:11:39.217931000 4503690688 pick_first.cc:152] Destroying Pick First 0x102a0f190
I0416 19:11:39.217943000 4503690688 connectivity_state.cc:147] SET: 0x10483ed30 client_channel: READY --> SHUTDOWN [shutdown from API]
I0416 19:11:39.217949000 4503690688 client_channel.cc:850] chand=0x10483ec60: destroying subchannel wrapper 0x102a0a6a0 for subchannel 0x102a22580
I0416 19:11:39.217974000 4503690688 client_channel.cc:1427] chand=0x10483ec60: destroying channel
I0416 19:11:39.217986000 4503690688 init.cc:211] grpc_shutdown(void)
I0416 19:11:39.217992000 4503690688 chttp2_transport.cc:2866] transport 0x105812800 set connectivity_state=4
I0416 19:11:39.217997000 4503690688 connectivity_state.cc:147] SET: 0x105812aa8 client_transport: READY --> SHUTDOWN [close_transport]
I0416 19:11:39.218001000 4503690688 connectivity_state.cc:160] NOTIFY: 0x105812aa8 client_transport: 0x102d19c38
Lightning.invoices:teardown
I0416 19:11:39.218014000 4503690688 tcp_custom.cc:287] TCP 0x102a0c130 shutdown why={"created":"@1587057099.217991000","description":"Transport destroyed","file":"../deps/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc","file_line":567,"grpc_status":14,"occurred_during_write":0}
I0416 19:11:39.218046000 4503690688 chttp2_transport.cc:2660] ipv4:127.0.0.1:9065: Start BDP ping err={"created":"@1587057099.217991000","description":"Transport destroyed","file":"../deps/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc","file_line":567,"occurred_during_write":0}
I0416 19:11:39.218437000 4503690688 chttp2_transport.cc:2676] ipv4:127.0.0.1:9065: Complete BDP ping err={"created":"@1587057099.217991000","description":"Transport destroyed","file":"../deps/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc","file_line":567,"occurred_during_write":0}
I0416 19:11:39.218447000 4503690688 resource_quota.cc:547] RU shutdown 0x102b42610
lnrpc:service:Lightning Disconnecting from Lightning gRPC service +648ms
I0416 19:11:39.218561000 4503690688 channel.cc:500] grpc_channel_destroy(channel=0x105005000)
I0416 19:11:39.218568000 4503690688 client_idle_filter.cc:206] (client idle filter) call counter has increased to 1
I0416 19:11:39.218573000 4503690688 client_idle_filter.cc:307] (client idle filter) timer alarms
I0416 19:11:39.218576000 4503690688 client_idle_filter.cc:310] (client idle filter) timer canceled
I0416 19:11:39.218588000 4503690688 client_channel.cc:1794] chand=0x105005260: disconnect_with_error: {"created":"@1587057099.218568000","description":"Channel Destroyed","file":"../deps/grpc/src/core/lib/surface/channel.cc","file_line":502}
I0416 19:11:39.218595000 4503690688 resolving_lb_policy.cc:81] resolving_lb=0x102f0d300: resolver shutdown complete
I0416 19:11:39.218600000 4503690688 resolving_lb_policy.cc:214] resolving_lb=0x102f0d300: shutting down lb_policy=0x102b495b0
I0416 19:11:39.218604000 4503690688 pick_first.cc:160] Pick First 0x102b495b0 Shutting down
I0416 19:11:39.218608000 4503690688 subchannel_list.h:442] [pick_first 0x102b495b0] Shutting down subchannel_list 0x102b35470
I0416 19:11:39.218613000 4503690688 subchannel_list.h:337] [pick_first 0x102b495b0] subchannel list 0x102b35470 index 0 of 1 (subchannel 0x102b2dbe0): canceling connectivity watch (shutdown)
I0416 19:11:39.218620000 4503690688 subchannel_list.h:293] [pick_first 0x102b495b0] subchannel list 0x102b35470 index 0 of 1 (subchannel 0x102b2dbe0): unreffing subchannel
I0416 19:11:39.218623000 4503690688 subchannel_list.h:434] [pick_first 0x102b495b0] Destroying subchannel_list 0x102b35470
I0416 19:11:39.218627000 4503690688 pick_first.cc:152] Destroying Pick First 0x102b495b0
I0416 19:11:39.218636000 4503690688 connectivity_state.cc:147] SET: 0x105005330 client_channel: READY --> SHUTDOWN [shutdown from API]
I0416 19:11:39.218641000 4503690688 client_channel.cc:850] chand=0x105005260: destroying subchannel wrapper 0x102b2dbe0 for subchannel 0x102b4aeb0
I0416 19:11:39.218661000 4503690688 client_channel.cc:1427] chand=0x105005260: destroying channel
I0416 19:11:39.218673000 4503690688 init.cc:211] grpc_shutdown(void)
I0416 19:11:39.218679000 4503690688 chttp2_transport.cc:2866] transport 0x1041c7c00 set connectivity_state=4
I0416 19:11:39.218684000 4503690688 connectivity_state.cc:147] SET: 0x1041c7ea8 client_transport: READY --> SHUTDOWN [close_transport]
I0416 19:11:39.218687000 4503690688 connectivity_state.cc:160] NOTIFY: 0x1041c7ea8 client_transport: 0x102c12cf8
I0416 19:11:39.218700000 4503690688 tcp_custom.cc:287] TCP 0x102b30f10 shutdown why={"created":"@1587057099.218678000","description":"Transport destroyed","file":"../deps/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc","file_line":567,"grpc_status":14,"occurred_during_write":0}
I0416 19:11:39.218722000 4503690688 chttp2_transport.cc:2660] ipv4:127.0.0.1:9065: Start BDP ping err={"created":"@1587057099.218678000","description":"Transport destroyed","file":"../deps/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc","file_line":567,"occurred_during_write":0}
I0416 19:11:39.218727000 4503690688 chttp2_transport.cc:2676] ipv4:127.0.0.1:9065: Complete BDP ping err={"created":"@1587057099.218678000","description":"Transport destroyed","file":"../deps/grpc/src/core/ext/transport/chttp2/transport/chttp2_transport.cc","file_line":567,"occurred_during_write":0}
I0416 19:11:39.218731000 4503690688 resource_quota.cc:547] RU shutdown 0x102b4b5c0
lnrpc:service:WalletUnlocker Disconnected from WalletUnlocker gRPC service +1ms
lnrpc:service:Lightning Disconnected from Lightning gRPC service +0ms
lnrpc:grpc Disconnected from all gRPC services +1ms
lnrpc:grpc Disconnected from lnd gRPC service +1ms
lnrpc:tor Stopping tor with pid: 6606 +15s
I0416 19:11:39.221459000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102b4ab70 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:39.221472000 4503690688 tcp_custom.cc:127] TCP:0x102b30f10 call_cb 0x10406de70 0x10715d0c9:0x10406de00
I0416 19:11:39.221484000 4503690688 tcp_custom.cc:131] read: error={"created":"@1587057099.221456000","description":"EOF","file":"../deps/grpc/src/core/lib/iomgr/tcp_uv.cc","file_line":106}
I0416 19:11:39.222174000 4503690688 resource_quota.cc:948] RQ anonymous_pool_102a15740 ipv4:127.0.0.1:9065: free 8192; free_pool -> 8192
I0416 19:11:39.222186000 4503690688 tcp_custom.cc:127] TCP:0x102a0c130 call_cb 0x1058ce470 0x10715d0c9:0x1058ce400
I0416 19:11:39.222197000 4503690688 tcp_custom.cc:131] read: error={"created":"@1587057099.222171000","description":"EOF","file":"../deps/grpc/src/core/lib/iomgr/tcp_uv.cc","file_line":106}
I0416 19:11:39.224660000 4503690688 credentials.cc:43] grpc_channel_credentials_release(creds=0x102d18880)
I0416 19:11:39.224673000 4503690688 credentials.cc:133] grpc_call_credentials_release(creds=0x102f17e50)
I0416 19:11:39.224678000 4503690688 credentials.cc:43] grpc_channel_credentials_release(creds=0x102f19e30)
total: 1
passing: 1
duration: 16.4s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment