Try random server when loading blocks #119

Open
opened 1 year ago by onryo · 14 comments
onryo commented 1 year ago
Collaborator

Similar to #116, it will be useful for users with slow internet connection who restore old wallets.

Similar to https://git.hush.is/hush/SilentDragonLite/issues/116, it will be useful for users with slow internet connection who restore old wallets.
onryo added the
high priority
label 1 year ago
duke was assigned by onryo 1 year ago
duke commented 1 year ago
Owner

Executor::run() in src/connection.cpp needs to be updated to retry a new server, which should fix this problem

Executor::run() in src/connection.cpp needs to be updated to retry a new server, which should fix this problem
duke commented 1 year ago
Owner

When this code is changed, we need a good way to test it. I will describe one way below, maybe we can come up with something better.

When testing this code, begin rescanning an old wallet that needs to download lots of blocks. Look at STDOUT to see which server SDL is actually connected to, and bring that server down. If the new code works successfully, SDL should switch to the other functional server. This will need coordination across devs if the person testing doesn't control the backend server that SDL is connecting to.

The above way of testing means bringing down a production server, which is not ideal. Another way would be : spin up two testing SDL backends and comment out all production servers and tell SDL internals about the two testing servers. Then one of the testing servers can be brought down and see if the code switches correctly.

When this code is changed, we need a good way to test it. I will describe one way below, maybe we can come up with something better. When testing this code, begin rescanning an old wallet that needs to download lots of blocks. Look at STDOUT to see which server SDL is actually connected to, and bring that server down. If the new code works successfully, SDL should switch to the other functional server. This will need coordination across devs if the person testing doesn't control the backend server that SDL is connecting to. The above way of testing means bringing down a production server, which is not ideal. Another way would be : spin up two testing SDL backends and comment out all production servers and tell SDL internals about the two testing servers. Then one of the testing servers can be brought down and see if the code switches correctly.
Poster
Collaborator

Please refer to my comment here as well: #116, by restoring from seed phrase I feel like it tries to sync blocks from all servers at the same time, my STDOUT acts a little bit crazy and the fact that I was connected to all my servers at the same minute makes me believe something is wrong.

Please refer to my comment here as well: https://git.hush.is/hush/SilentDragonLite/issues/116#issuecomment-4150, by restoring from seed phrase I feel like it tries to sync blocks from all servers at the same time, my STDOUT acts a little bit crazy and the fact that I was connected to all my servers at the same minute makes me believe something is wrong.
duke commented 1 year ago
Owner

@onryo I pushed some potential fixes just now. I will also do some testing

@onryo I pushed some potential fixes just now. I will also do some testing
Poster
Collaborator

@onryo I pushed some potential fixes just now. I will also do some testing

I can only confirm that it fixed multiple connections and it feels like it was before, however if server becomes unavailable during loading blocks we, as before, see a rarely encountered error: Unexpected compression flag: 60.

> @onryo I pushed some potential fixes just now. I will also do some testing I can only confirm that it fixed multiple connections and it feels like it was before, however if server becomes unavailable during loading blocks we, as before, see a rarely encountered error: `Unexpected compression flag: 60`.
duke commented 1 year ago
Owner

@onryo if you can provide some STDOUT output from when you get "Unexpected compression flag" that might help debug. We should see it attempt to change servers

@onryo if you can provide some STDOUT output from when you get "Unexpected compression flag" that might help debug. We should see it attempt to change servers
Poster
Collaborator

Please have a look. @duke

Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }/home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs
:1441:29
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Retry count 1
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 547001,
  "total_blocks": 1304031
}
Please have a look. @duke ``` Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }/home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs :1441:29 thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Retry count 1 doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 547001, "total_blocks": 1304031 } ```
Poster
Collaborator
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/grpcconnector.rs:122:44
stack backtrace:
Error fetching blocks Status { code: Internal, message: "Unexpected compression flag: 60" }
   0: rust_begin_unwind
             at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
   1: core::panicking::panic_fmt
             at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
   2: core::result::unwrap_failed
             at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
   3: <F as threadpool::FnBox>::call_box
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
``` thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/grpcconnector.rs:122:44 stack backtrace: Error fetching blocks Status { code: Internal, message: "Unexpected compression flag: 60" } 0: rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 1: core::panicking::panic_fmt at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 2: core::result::unwrap_failed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 3: <F as threadpool::FnBox>::call_box note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. ```
Poster
Collaborator
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
stack backtrace:
   0:     0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5574cec725bc - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5574cec1cf49 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7f6ee71b1609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }thread '', <unnamed>/home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs' panicked at ':called `Result::unwrap()` on an `Err` value: SendError { .. }1441', :/home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs29:
1441:29
  23:     0x7f6ee6d88133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5574cec725bc - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5574cec1cf49 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7f6ee71b1609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7f6ee6d88133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5574cec725bc - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5574cec1cf49 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7f6ee71b1609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7f6ee6d88133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5574cec725bc - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5574cec1cf49 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7f6ee71b1609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7f6ee6d88133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5574cec725bc - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5574cec1cf49 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7f6ee71b1609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7f6ee6d88133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
``` thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 stack backtrace: 0: 0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5574cec725bc - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5574cec1cf49 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7f6ee71b1609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }thread '', <unnamed>/home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs' panicked at ':called `Result::unwrap()` on an `Err` value: SendError { .. }1441', :/home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs29: 1441:29 23: 0x7f6ee6d88133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5574cec725bc - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5574cec1cf49 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7f6ee71b1609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7f6ee6d88133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5574cec725bc - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5574cec1cf49 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7f6ee71b1609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7f6ee6d88133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5574cec725bc - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5574cec1cf49 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7f6ee71b1609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7f6ee6d88133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5574cec19bad - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5574cec19bad - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5574cec19bad - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5574cec19bad - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5574cec725bc - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5574cec0b1a1 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5574cec1cc95 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5574cec1cc95 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5574cec1cc95 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5574cec1c949 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5574cec1d332 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5574cec1d217 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5574cec1a064 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5574cec1cf49 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5574ce53e6c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5574ce53e7b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5574ce721b07 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5574cee8b681 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5574ceb3dc86 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5574cec275d3 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5574cec275d3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7f6ee71b1609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7f6ee6d88133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> ```
duke commented 1 year ago
Owner

@onryo OK, the above output means that the function ConnectionLoader::ShowProgress() in src/connection.cpp is causing the problem. It runs the "syncstatus" RPC which comes back with an error, and that is what prints Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }

@onryo OK, the above output means that the function ConnectionLoader::ShowProgress() in src/connection.cpp is causing the problem. It runs the "syncstatus" RPC which comes back with an error, and that is what prints `Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }`
duke referenced this issue from a commit 1 year ago
Poster
Collaborator
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 569001,
  "total_blocks": 1305051
}
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:thread '1441<unnamed>:' panicked at '29called `Result::unwrap()` on an `Err` value: SendError { .. }
', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 569001,
  "total_blocks": 1305051
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 569001,
  "total_blocks": 1305051
}
Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Retry count 1
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 569001,
  "total_blocks": 1305051
}

doRPC :  "syncstatus"4
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 549001,
  "total_blocks": 1305054
}
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/grpcconnector.rs:122:Error fetching blocks Status { code: Internal, message: "Unexpected compression flag: 60" }44

stack backtrace:
   0: rust_begin_unwind
             at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
   1: core::panicking::panic_fmt
             at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
   2: core::result::unwrap_failed
             at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
   3: <F as threadpool::FnBox>::call_box
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 550001,
  "total_blocks": 1305054
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 550001,
  "total_blocks": 1305054
}
Sync error Error fetching blocks Status { code: Internal, message: "Unexpected compression flag: 60" }
Retry count 1
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 550001,
  "total_blocks": 1305054
}

doRPC :  "syncstatus"5
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 563001,
  "total_blocks": 1305055
}
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
stack backtrace:
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
   0:     0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5648bf15de7c - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5648bf108809 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7fbe88daa609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
  23:     0x7fbe88981133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5648bf15de7c - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5648bf108809 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7fbe88daa609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7fbe88981133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5648bf15de7c - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5648bf108809 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7fbe88daa609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7fbe88981133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5648bf15de7c - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5648bf108809 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7fbe88daa609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7fbe88981133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
stack backtrace:
   0:     0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
   1:     0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
   2:     0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5
   3:     0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22
   4:     0x5648bf15de7c - core::fmt::write::hba4337c43d992f49
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17
   5:     0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15
   6:     0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5
   7:     0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9
   8:     0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22
   9:     0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9
  10:     0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17
  11:     0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13
  12:     0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18
  13:     0x5648bf108809 - rust_begin_unwind
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5
  14:     0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14
  15:     0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5
  16:     0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4
  17:     0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7
  18:     0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e
  19:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  20:     0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9
  21:     0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f
                               at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17
  22:     0x7fbe88daa609 - start_thread
                               at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8
  23:     0x7fbe88981133 - clone
                               at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  24:                0x0 - <unknown>
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 563001,
  "total_blocks": 1305055
}
refresh
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 563001,
  "total_blocks": 1305055
}
Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Retry count 1
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 563001,
  "total_blocks": 1305055
}
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
``` doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 569001, "total_blocks": 1305051 } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:thread '1441<unnamed>:' panicked at '29called `Result::unwrap()` on an `Err` value: SendError { .. } ', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 569001, "total_blocks": 1305051 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 569001, "total_blocks": 1305051 } Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Retry count 1 Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 569001, "total_blocks": 1305051 } ``` --- ``` doRPC : "syncstatus"4 "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 549001, "total_blocks": 1305054 } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/grpcconnector.rs:122:Error fetching blocks Status { code: Internal, message: "Unexpected compression flag: 60" }44 stack backtrace: 0: rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 1: core::panicking::panic_fmt at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 2: core::result::unwrap_failed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 3: <F as threadpool::FnBox>::call_box note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 550001, "total_blocks": 1305054 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 550001, "total_blocks": 1305054 } Sync error Error fetching blocks Status { code: Internal, message: "Unexpected compression flag: 60" } Retry count 1 Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 550001, "total_blocks": 1305054 } ``` --- ``` doRPC : "syncstatus"5 "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 563001, "total_blocks": 1305055 } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 stack backtrace: Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 0: 0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5648bf15de7c - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5648bf108809 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7fbe88daa609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 23: 0x7fbe88981133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5648bf15de7c - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5648bf108809 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7fbe88daa609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7fbe88981133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5648bf15de7c - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5648bf108809 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7fbe88daa609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7fbe88981133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5648bf15de7c - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5648bf108809 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7fbe88daa609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7fbe88981133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> stack backtrace: 0: 0x5648bf10546d - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x5648bf10546d - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x5648bf10546d - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 3: 0x5648bf10546d - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h9c2a9d2774d81873 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 4: 0x5648bf15de7c - core::fmt::write::hba4337c43d992f49 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 5: 0x5648bf0f6a61 - std::io::Write::write_fmt::heb73de6e02cfabed at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 6: 0x5648bf108555 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 7: 0x5648bf108555 - std::sys_common::backtrace::print::h426700d6240cdcc2 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 8: 0x5648bf108555 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 9: 0x5648bf108209 - std::panicking::default_hook::h2e88d02087fae196 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 10: 0x5648bf108bf2 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:698:17 11: 0x5648bf108ad7 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:588:13 12: 0x5648bf105924 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 13: 0x5648bf108809 - rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 14: 0x5648bea296c3 - core::panicking::panic_fmt::h366d3a309ae17c94 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 15: 0x5648bea297b3 - core::result::unwrap_failed::hddd78f4658ac7d0f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/result.rs:1785:5 16: 0x5648bec0d3c7 - <F as threadpool::FnBox>::call_box::h6a1523b06c33e8f4 17: 0x5648bf376f41 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4806e3b8c3d3a8e7 18: 0x5648bf029546 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h337b78f6f97cc58e 19: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha99802c2c52ada61 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 20: 0x5648bf112e93 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::ha39aea1c57e28a15 at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 21: 0x5648bf112e93 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 22: 0x7fbe88daa609 - start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:477:8 23: 0x7fbe88981133 - clone at /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 24: 0x0 - <unknown> doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 563001, "total_blocks": 1305055 } refresh doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 563001, "total_blocks": 1305055 } Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Retry count 1 doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 563001, "total_blocks": 1305055 } Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" ```
onryo added the
feature
label 1 year ago
duke commented 1 year ago
Owner

@onryo now that #120 is fixed we should be able to continue debugging this. If/when you paste any STDOUT here, I don't need rust backtraces, just the normal SDL STDOUT messages.

@onryo now that #120 is fixed we should be able to continue debugging this. If/when you paste any STDOUT here, I don't need rust backtraces, just the normal SDL STDOUT messages.
Poster
Collaborator

@onryo now that #120 is fixed we should be able to continue debugging this. If/when you paste any STDOUT here, I don't need rust backtraces, just the normal SDL STDOUT messages.

doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 541001,
  "total_blocks": 1307533
}
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 541001,
  "total_blocks": 1307533
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 541001,
  "total_blocks": 1307533
}
Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Retry count 1
doRPC :  "syncstatus"3
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 542001,
  "total_blocks": 1307533
}
...
doRPC :  "syncstatus"3
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
...
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" }
Retry count 2
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
...
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
Sync error Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
Retry count 3
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
...
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
Sync error Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
Retry count 4
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
...
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
Sync error Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
Retry count 5
Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
litelib_process_response :  Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60"
showTxError :  "Error getting latest block grpc-status: Internal, grpc-message: \"Unexpected compression flag: 60\""
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}
doRPC :  "syncstatus"
"run" :  cmd= "syncstatus"  args= ""  server= ""
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 546001,
  "total_blocks": 1307533
}

image

> @onryo now that #120 is fixed we should be able to continue debugging this. If/when you paste any STDOUT here, I don't need rust backtraces, just the normal SDL STDOUT messages. ``` doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 541001, "total_blocks": 1307533 } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 541001, "total_blocks": 1307533 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 541001, "total_blocks": 1307533 } Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Retry count 1 doRPC : "syncstatus"3 "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 542001, "total_blocks": 1307533 } ... doRPC : "syncstatus"3 "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', /home/user/.cargo/git/checkouts/silentdragonlite-cli-13034352649a6f08/0181b16/lib/src/lightclient.rs:1441:29 doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } ... doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } Sync error Error with get_address_txids runtime Status { code: Internal, message: "Unexpected compression flag: 60" } Retry count 2 Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } ... doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } Sync error Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" Retry count 3 doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } ... doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } Sync error Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" Retry count 4 Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } ... doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } Sync error Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" Retry count 5 Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" litelib_process_response : Error getting latest block grpc-status: Internal, grpc-message: "Unexpected compression flag: 60" showTxError : "Error getting latest block grpc-status: Internal, grpc-message: \"Unexpected compression flag: 60\"" doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } doRPC : "syncstatus" "run" : cmd= "syncstatus" args= "" server= "" litelib_process_response : { "syncing": "true", "synced_blocks": 546001, "total_blocks": 1307533 } ``` ![image](/attachments/23ed13c6-fa1a-4f4d-9264-7a454018d825)
onryo closed this issue 4 months ago
Poster
Collaborator

It was closed by mistake when making a release.

It was closed by mistake when making a release.
onryo reopened this issue 3 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.