[INFO] fetching crate esplora-api 0.1.0...
[INFO] testing esplora-api-0.1.0 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate esplora-api 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate esplora-api 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate esplora-api 0.1.0
[INFO] tweaked toml for crates.io crate esplora-api 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate esplora-api 0.1.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 144 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.10.10 (available: v0.13.4)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.52.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c
[INFO] running `Command { std: "docker" "start" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling tokio-tls v0.3.1
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling hyper-tls v0.4.3
[INFO] [stderr]    Compiling reqwest v0.10.10
[INFO] [stderr]    Compiling esplora-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.26s
[INFO] running `Command { std: "docker" "inspect" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling esplora-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.40s
[INFO] running `Command { std: "docker" "inspect" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/esplora_api-6c0b87bba41aef51)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/async_impl_tests.rs (/opt/rustwide/target/debug/deps/async_impl_tests-545e3d608d289141)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test async_client_custom_reqwest_builder ... ok
[INFO] [stdout] test async_get_block_raw_format ... FAILED
[INFO] [stdout] test async_get_address_prefix ... FAILED
[INFO] [stdout] test async_get_address ... FAILED
[INFO] [stdout] test async_get_block_txs_with_and_without_index ... FAILED
[INFO] [stdout] test async_client_custom_header ... ok
[INFO] [stdout] test async_get_block_status ... FAILED
[INFO] [stdout] test async_fee_estimate ... FAILED
[INFO] [stdout] test async_get_address_txs ... FAILED
[INFO] [stdout] test async_get_address_utxo ... FAILED
[INFO] [stdout] test async_get_address_txs_mempool ... FAILED
[INFO] [stdout] test async_get_block ... FAILED
[INFO] [stdout] test async_get_address_txs_chain ... FAILED
[INFO] [stdout] test async_get_block_height ... FAILED
[INFO] [stdout] test async_get_block_txid_at_index ... FAILED
[INFO] [stdout] test async_client ... ok
[INFO] [stdout] test async_get_block_txids ... FAILED
[INFO] [stdout] test async_get_script_hash_txs ... FAILED
[INFO] [stdout] test async_get_tx_hex ... FAILED
[INFO] [stdout] test async_get_blocks_tip_height ... FAILED
[INFO] [stdout] test async_get_tx_merkle_proof ... FAILED
[INFO] [stdout] test async_get_mempool_recent ... FAILED
[INFO] [stdout] test async_get_blocks_tip_hash ... FAILED
[INFO] [stdout] test async_get_blocks ... FAILED
[INFO] [stdout] test async_get_script_hash ... FAILED
[INFO] [stdout] test async_get_mempool_txids ... FAILED
[INFO] [stdout] test async_get_tx_outspends ... FAILED
[INFO] [stdout] test async_get_tx ... FAILED
[INFO] [stdout] test async_get_script_hash_txs_mempool ... FAILED
[INFO] [stdout] test async_get_script_hash_utxo ... FAILED
[INFO] [stdout] test async_get_tx_merkleblock_proof ... FAILED
[INFO] [stdout] test async_get_mempool ... FAILED
[INFO] [stdout] test async_get_script_hash_txs_chain ... FAILED
[INFO] [stdout] test async_get_tx_outspend ... FAILED
[INFO] [stdout] test async_post_tx ... FAILED
[INFO] [stdout] test async_get_tx_raw ... FAILED
[INFO] [stdout] test async_get_tx_status ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block_raw_format stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block_raw_format' (828) panicked at tests/async_impl_tests.rs:99:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: true
[INFO] [stdout]  right: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87ed2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc01d3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59a0c9b1424e - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59a0c971470e - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:99:5
[INFO] [stdout]   22:     0x59a0c96bd4ad - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x59a0c972a090 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x59a0c96998b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x59a0c969304e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x59a0c96b68d3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x59a0c96b68d3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x59a0c96b68d3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x59a0c96bb81c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x59a0c96eb939 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x59a0c96a9278 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x59a0c96a3452 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x59a0c96e1ab5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x59a0c96dc864 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x59a0c96fb50a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x59a0c96da949 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x59a0c9719597 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:93:1
[INFO] [stdout]   38:     0x59a0c970fbe7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:94:38
[INFO] [stdout]   39:     0x59a0c96d9bc6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_raw_format::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   61:     0x7c99d954aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_address_prefix stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_address_prefix' (821) panicked at tests/async_impl_tests.rs:308:5:
[INFO] [stdout] assertion failed: addresses.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971397a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:308:5
[INFO] [stdout]   21:     0x59a0c96bcf5d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729aa0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96993b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692ebe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b43b3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b43b3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b43b3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb68c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb399 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a8008 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3312 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e14c5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc314 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb14a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da779 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718ae7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:304:1
[INFO] [stdout]   37:     0x59a0c970fac7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:305:36
[INFO] [stdout]   38:     0x59a0c96d9a46 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_prefix::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_address stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_address' (820) panicked at tests/async_impl_tests.rs:216:5:
[INFO] [stdout] assertion failed: address.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97111f7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:216:5
[INFO] [stdout]   21:     0x59a0c96bc18d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728b30 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96986b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692aae - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96ae313 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96ae313 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96ae313 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb27c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea4f9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a5018 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a2fd2 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0555 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db544 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa78a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da2a9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717287 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:210:1
[INFO] [stdout]   37:     0x59a0c970f857 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:211:29
[INFO] [stdout]   38:     0x59a0c96d9706 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_address::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block_txs_with_and_without_index stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block_txs_with_and_without_index' (833) panicked at tests/async_impl_tests.rs:70:5:
[INFO] [stdout] assertion failed: first_txs_index.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971637b - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:70:5
[INFO] [stdout]   21:     0x59a0c96bde3d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972ab40 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c969a1b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969331e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96bab93 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96bab93 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96bab93 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bbaec - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ec359 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96ab3a8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3692 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e2565 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dd1f4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fbbca - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96dac79 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c971a9f7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:55:1
[INFO] [stdout]   37:     0x59a0c970fdc7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:56:54
[INFO] [stdout]   38:     0x59a0c96d9e46 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txs_with_and_without_index::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block_status stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block_status' (829) panicked at tests/async_impl_tests.rs:53:5:
[INFO] [stdout] assertion failed: response.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971317a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:53:5
[INFO] [stdout]   21:     0x59a0c96bcc2d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729710 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96990b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692dce - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b2d63 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b2d63 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b2d63 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb59c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb039 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a74f8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3252 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1135 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dbfe4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96faf0a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da659 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718547 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:47:1
[INFO] [stdout]   37:     0x59a0c970fa37 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:48:34
[INFO] [stdout]   38:     0x59a0c96d9986 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_status::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_fee_estimate stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_fee_estimate' (819) panicked at tests/async_impl_tests.rs:333:5:
[INFO] [stdout] assertion failed: fee.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971176d - async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:333:5
[INFO] [stdout]   21:     0x59a0c96bc3ad - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728d90 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96988b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692b4e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96af1f3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96af1f3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96af1f3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb31c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea739 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a5778 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3052 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e07b5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db764 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa90a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da369 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717647 - async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:329:1
[INFO] [stdout]   37:     0x59a0c970f8b7 - async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:330:30
[INFO] [stdout]   38:     0x59a0c96d9786 - <async_impl_tests[bc8e06b4e6f2b79d]::async_fee_estimate::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_address_txs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_address_txs' (822) panicked at tests/async_impl_tests.rs:232:5:
[INFO] [stdout] assertion failed: tx_list.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9711cea - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:232:5
[INFO] [stdout]   21:     0x59a0c96bc5cd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728ff0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9698ab5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692bee - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b00d3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b00d3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b00d3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb3bc - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea979 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a5ed8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a30d2 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0a15 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db984 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96faa8a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da429 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717a07 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:226:1
[INFO] [stdout]   37:     0x59a0c970f917 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:227:33
[INFO] [stdout]   38:     0x59a0c96d9806 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_address_utxo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_address_utxo' (825) panicked at tests/async_impl_tests.rs:294:5:
[INFO] [stdout] assertion failed: utxo.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97128ba - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:294:5
[INFO] [stdout]   21:     0x59a0c96bca0d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c97294b0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9698eb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692d2e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b1e83 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b1e83 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b1e83 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb4fc - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eadf9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a6d98 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a31d2 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0ed5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dbdc4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fad8a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da599 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718187 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:288:1
[INFO] [stdout]   37:     0x59a0c970f9d7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:289:34
[INFO] [stdout]   38:     0x59a0c96d9906 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_utxo::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_address_txs_mempool stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_address_txs_mempool' (824) panicked at tests/async_impl_tests.rs:276:5:
[INFO] [stdout] assertion failed: tx_list.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971547a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:276:5
[INFO] [stdout]   21:     0x59a0c96bd8ed - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972a550 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9699cb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969318e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b8673 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b8673 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b8673 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb95c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ebdb9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96aa138 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3552 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1f75 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dcca4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb80a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96daaa9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9719d17 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:270:1
[INFO] [stdout]   37:     0x59a0c970fca7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:271:41
[INFO] [stdout]   38:     0x59a0c96d9cc6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_mempool::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block' (826) panicked at tests/async_impl_tests.rs:45:5:
[INFO] [stdout] assertion failed: response.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9710697 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:45:5
[INFO] [stdout]   21:     0x59a0c96bbd4d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728670 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96982b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969296e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96ac573 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96ac573 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96ac573 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb13c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea079 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a4158 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a2ed2 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0095 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db104 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa48a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da149 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9716b07 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:39:1
[INFO] [stdout]   37:     0x59a0c970f797 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:40:27
[INFO] [stdout]   38:     0x59a0c96d9606 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_address_txs_chain stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_address_txs_chain' (823) panicked at tests/async_impl_tests.rs:254:27:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("blockstream.info")), port: None, path: "/testnet/api//address/n1vgV8XmoggmRXzW3hGD8ZNTAgvhcwT4Gk/txs/chain/d0075b62f8b3e464472b8edecf56083ca3e9e8424f5f332ed2f9045d7fcccddc", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87ed2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0092 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59a0c9714cc5 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::vec::Vec<esplora_api[3fa86f38858a6a1c]::data::blockstream::TransactionFormat>, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x59a0c9714cc5 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:254:27
[INFO] [stdout]   22:     0x59a0c96bd6cd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x59a0c972a2f0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x59a0c9699ab5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x59a0c96930ee - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x59a0c96b77b3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x59a0c96b77b3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x59a0c96b77b3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x59a0c96bb8be - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x59a0c96ebb77 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x59a0c96a99d8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x59a0c96a34d0 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x59a0c96e1d15 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x59a0c96dca84 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x59a0c96fb68c - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x59a0c96daa07 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x59a0c9719959 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:242:1
[INFO] [stdout]   38:     0x59a0c970fc47 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:243:39
[INFO] [stdout]   39:     0x59a0c96d9c46 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_address_txs_chain::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   61:     0x7c99d954aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block_height stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block_height' (827) panicked at tests/async_impl_tests.rs:104:60:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("blockstream.info")), port: None, path: "/testnet/api//block-height/424242", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87ed2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0092 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59a0c9712bc0 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x59a0c9712bc0 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:104:60
[INFO] [stdout]   22:     0x59a0c96bcb1d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x59a0c97295e0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x59a0c9698fb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x59a0c9692d7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x59a0c96b25f3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x59a0c96b25f3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x59a0c96b25f3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x59a0c96bb54c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x59a0c96eaf19 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x59a0c96a7148 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x59a0c96a3212 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x59a0c96e1005 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x59a0c96dbed4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x59a0c96fae4a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x59a0c96da5f9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x59a0c9718367 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:101:1
[INFO] [stdout]   38:     0x59a0c970fa07 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:102:34
[INFO] [stdout]   39:     0x59a0c96d9946 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_height::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   61:     0x7c99d954aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block_txid_at_index stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block_txid_at_index' (830) panicked at tests/async_impl_tests.rs:90:5:
[INFO] [stdout] assertion failed: txid.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9715730 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:90:5
[INFO] [stdout]   21:     0x59a0c96bd9fd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972a680 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9699db5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c96931de - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b8de3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b8de3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b8de3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb9ac - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ebed9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96aa4e8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3592 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e20ae - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dcdb4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb8ca - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96dab09 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9719ef7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:81:1
[INFO] [stdout]   37:     0x59a0c970fcd7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:82:41
[INFO] [stdout]   38:     0x59a0c96d9d06 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txid_at_index::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_block_txids stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_block_txids' (831) panicked at tests/async_impl_tests.rs:79:5:
[INFO] [stdout] assertion failed: txids_list.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9711f9a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:79:5
[INFO] [stdout]   21:     0x59a0c96bc6dd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729120 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9698bb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692c3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b0843 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b0843 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b0843 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb40c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eaa99 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a6288 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3112 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0b45 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dba94 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fab4a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da489 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717be7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:73:1
[INFO] [stdout]   37:     0x59a0c970f947 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:74:33
[INFO] [stdout]   38:     0x59a0c96d9846 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_block_txids::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_script_hash_txs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_script_hash_txs' (848) panicked at tests/async_impl_tests.rs:240:5:
[INFO] [stdout] assertion failed: tx_list.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971416a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:240:5
[INFO] [stdout]   21:     0x59a0c96bd28d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729e30 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96996b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692fae - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b59f3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b59f3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b59f3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb77c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb6f9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a8b18 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a33d2 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1855 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc644 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb38a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da889 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9719087 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:234:1
[INFO] [stdout]   37:     0x59a0c970fb57 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:235:37
[INFO] [stdout]   38:     0x59a0c96d9b06 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_hex stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_hex' (858) panicked at tests/async_impl_tests.rs:165:5:
[INFO] [stdout] assertion failed: tx_hex.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9710bfa - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:165:5
[INFO] [stdout]   21:     0x59a0c96bbf6d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c97288d0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96984b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692a0e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96ad443 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96ad443 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96ad443 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb1de - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea2b7 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a48b8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a2f50 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e02f5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db324 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa60c - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da1f7 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9716ec9 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:158:1
[INFO] [stdout]   37:     0x59a0c970f7f7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:160:28
[INFO] [stdout]   38:     0x59a0c96d9686 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_hex::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_blocks_tip_height stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_blocks_tip_height' (838) panicked at tests/async_impl_tests.rs:121:5:
[INFO] [stdout] assertion failed: height.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97151c3 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:121:5
[INFO] [stdout]   21:     0x59a0c96bd7dd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972a420 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9699bb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969313e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b7f13 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b7f13 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b7f13 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb90e - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ebc97 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a9d88 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3510 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1e45 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dcb94 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb74c - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96daa57 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9719b39 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:115:1
[INFO] [stdout]   37:     0x59a0c970fc77 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:117:39
[INFO] [stdout]   38:     0x59a0c96d9c86 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_height::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_merkle_proof stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_merkle_proof' (860) panicked at tests/async_impl_tests.rs:183:5:
[INFO] [stdout] assertion failed: merkle_proof.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971441a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:183:5
[INFO] [stdout]   21:     0x59a0c96bd39d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729f60 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96997b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692ffe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b6163 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b6163 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b6163 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb7cc - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb819 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a8ec8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3412 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1985 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc754 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb44a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da8e9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9719267 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:177:1
[INFO] [stdout]   37:     0x59a0c970fb87 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:178:37
[INFO] [stdout]   38:     0x59a0c96d9b46 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkle_proof::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_mempool_recent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_mempool_recent' (842) panicked at tests/async_impl_tests.rs:327:5:
[INFO] [stdout] assertion failed: mempool_txids.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9713c1e - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:327:5
[INFO] [stdout]   21:     0x59a0c96bd06d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729bd0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96994b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692f0e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b4b23 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b4b23 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b4b23 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb6dc - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb4b9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a83b8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3352 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e15f5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc424 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb20a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da7d9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718cc7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:323:1
[INFO] [stdout]   37:     0x59a0c970faf7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:324:36
[INFO] [stdout]   38:     0x59a0c96d9a86 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_recent::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_blocks_tip_hash stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_blocks_tip_hash' (836) panicked at tests/async_impl_tests.rs:129:5:
[INFO] [stdout] assertion failed: hash.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9713ebe - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:129:5
[INFO] [stdout]   21:     0x59a0c96bd17d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729d00 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96995b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692f5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b5293 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b5293 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b5293 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb72e - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb5d7 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a8768 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3390 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1725 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc534 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb2cc - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da837 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718ea9 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:123:1
[INFO] [stdout]   37:     0x59a0c970fb27 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:125:37
[INFO] [stdout]   38:     0x59a0c96d9ac6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks_tip_hash::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_blocks stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_blocks' (835) panicked at tests/async_impl_tests.rs:113:5:
[INFO] [stdout] assertion failed: blocks.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9710943 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:113:5
[INFO] [stdout]   21:     0x59a0c96bbe5d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c97287a0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96983b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c96929be - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96acce3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96acce3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96acce3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb18e - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea197 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a4508 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a2f10 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e01c5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db214 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa54c - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da1a7 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9716ce9 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:108:1
[INFO] [stdout]   37:     0x59a0c970f7c7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:110:28
[INFO] [stdout]   38:     0x59a0c96d9646 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_blocks::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_script_hash stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_script_hash' (846) panicked at tests/async_impl_tests.rs:224:5:
[INFO] [stdout] assertion failed: address.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97122e7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:224:5
[INFO] [stdout]   21:     0x59a0c96bc7ed - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729250 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9698cb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692c8e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b0fb3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b0fb3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b0fb3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb45c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eabb9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a6638 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3152 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0c75 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dbba4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fac0a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da4e9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717dc7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:218:1
[INFO] [stdout]   37:     0x59a0c970f977 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:219:33
[INFO] [stdout]   38:     0x59a0c96d9886 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_mempool_txids stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_mempool_txids' (844) panicked at tests/async_impl_tests.rs:321:5:
[INFO] [stdout] assertion failed: mempool_txids.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97136ce - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:321:5
[INFO] [stdout]   21:     0x59a0c96bce4d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729970 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96992b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692e6e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b3c43 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b3c43 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b3c43 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb63c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb279 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a7c58 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a32d2 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1395 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc204 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb08a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da719 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718907 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:317:1
[INFO] [stdout]   37:     0x59a0c970fa97 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:318:35
[INFO] [stdout]   38:     0x59a0c96d9a06 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool_txids::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_outspends stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_outspends' (867) panicked at tests/async_impl_tests.rs:202:5:
[INFO] [stdout] assertion failed: outpends.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971342a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:202:5
[INFO] [stdout]   21:     0x59a0c96bcd3d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729840 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96991b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692e1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b34d3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b34d3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b34d3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb5ec - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eb159 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a78a8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3292 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1265 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc0f4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fafca - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da6b9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9718727 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:196:1
[INFO] [stdout]   37:     0x59a0c970fa67 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:197:34
[INFO] [stdout]   38:     0x59a0c96d99c6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspends::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx' (856) panicked at tests/async_impl_tests.rs:138:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: true
[INFO] [stdout]  right: false
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87ed2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc01d3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59a0c9b1424e - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59a0c971009d - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:138:5
[INFO] [stdout]   22:     0x59a0c96bbb2d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   23:     0x59a0c9728410 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   24:     0x59a0c96980b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x59a0c96928ce - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x59a0c96ab6a3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   27:     0x59a0c96ab6a3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   28:     0x59a0c96ab6a3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   29:     0x59a0c96bb09c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   30:     0x59a0c96e9e39 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   31:     0x59a0c96a39f8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   32:     0x59a0c96a2e52 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   33:     0x59a0c96dfe35 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   34:     0x59a0c96daee4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   35:     0x59a0c96fa30a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   36:     0x59a0c96da099 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   37:     0x59a0c9716747 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:131:1
[INFO] [stdout]   38:     0x59a0c970f737 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:133:24
[INFO] [stdout]   39:     0x59a0c96d9586 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   42:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   43:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   48:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   49:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   50:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   52:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   57:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   59:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   60:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   61:     0x7c99d954aa64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_script_hash_txs_mempool stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_script_hash_txs_mempool' (852) panicked at tests/async_impl_tests.rs:286:5:
[INFO] [stdout] assertion failed: tx_list.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9715f4a - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:286:5
[INFO] [stdout]   21:     0x59a0c96bdd2d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972aa10 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c969a0b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c96932ce - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96ba423 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96ba423 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96ba423 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bba9c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ec239 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96aaff8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3652 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e2435 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dd0e4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fbb0a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96dac19 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c971a497 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:278:1
[INFO] [stdout]   37:     0x59a0c970fd67 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:279:45
[INFO] [stdout]   38:     0x59a0c96d9dc6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_mempool::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_script_hash_utxo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_script_hash_utxo' (854) panicked at tests/async_impl_tests.rs:302:5:
[INFO] [stdout] assertion failed: utxo.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97149ba - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:302:5
[INFO] [stdout]   21:     0x59a0c96bd5bd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972a1c0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96999b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969309e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b7043 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b7043 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b7043 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb86c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eba59 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a9628 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3492 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e1be5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dc974 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb5ca - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da9a9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9719777 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:296:1
[INFO] [stdout]   37:     0x59a0c970fc17 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:297:38
[INFO] [stdout]   38:     0x59a0c96d9c06 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_utxo::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_merkleblock_proof stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_merkleblock_proof' (861) panicked at tests/async_impl_tests.rs:175:5:
[INFO] [stdout] assertion failed: tx_hex.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97159ea - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:175:5
[INFO] [stdout]   21:     0x59a0c96bdb0d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972a7b0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9699eb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969322e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b9553 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b9553 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b9553 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb9fe - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ebff7 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96aa898 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a35d0 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e21d5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dcec4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fb98c - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96dab67 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c971a0d9 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:167:1
[INFO] [stdout]   37:     0x59a0c970fd07 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:168:42
[INFO] [stdout]   38:     0x59a0c96d9d46 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_merkleblock_proof::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_mempool stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_mempool' (841) panicked at tests/async_impl_tests.rs:315:5:
[INFO] [stdout] assertion failed: mempool.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c97114bb - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:315:5
[INFO] [stdout]   21:     0x59a0c96bc29d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728c60 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96987b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692afe - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stderr] error: test failed, to rerun pass `--test async_impl_tests`
[INFO] [stdout]   25:     0x59a0c96aea83 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96aea83 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96aea83 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb2cc - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea619 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a53c8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3012 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0685 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db654 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa84a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da309 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717467 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:311:1
[INFO] [stdout]   37:     0x59a0c970f887 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:312:29
[INFO] [stdout]   38:     0x59a0c96d9746 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_mempool::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_script_hash_txs_chain stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_script_hash_txs_chain' (851) panicked at tests/async_impl_tests.rs:268:5:
[INFO] [stdout] assertion failed: tx_list.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9715c9f - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:268:5
[INFO] [stdout]   21:     0x59a0c96bdc1d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c972a8e0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9699fb5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969327e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b9cb3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b9cb3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b9cb3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bba4c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ec119 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96aac48 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3612 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e2305 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dcfd4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fba4a - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96dabb9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c971a2b7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:259:1
[INFO] [stdout]   37:     0x59a0c970fd37 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:260:43
[INFO] [stdout]   38:     0x59a0c96d9d86 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_script_hash_txs_chain::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_outspend stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_outspend' (863) panicked at tests/async_impl_tests.rs:194:5:
[INFO] [stdout] assertion failed: outspend.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9712600 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:194:5
[INFO] [stdout]   21:     0x59a0c96bc8fd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9729380 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c9698db5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692cde - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96b1723 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96b1723 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96b1723 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb4ae - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96eacd7 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a69e8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3190 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0da5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96dbcb4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96faccc - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da547 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717fa9 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:185:1
[INFO] [stdout]   37:     0x59a0c970f9a7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:186:33
[INFO] [stdout]   38:     0x59a0c96d98c6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_outspend::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_post_tx stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_post_tx' (871) panicked at tests/async_impl_tests.rs:208:5:
[INFO] [stdout] assertion failed: resp.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c971034a - async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:208:5
[INFO] [stdout]   21:     0x59a0c96bbc3d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728540 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96981b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c969291e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96abe13 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96abe13 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96abe13 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb0ee - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96e9f57 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a3da8 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a2e90 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96dff65 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96daff4 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa3cc - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da0f7 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9716929 - async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:204:1
[INFO] [stdout]   37:     0x59a0c970f767 - async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:205:25
[INFO] [stdout]   38:     0x59a0c96d95c6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_post_tx::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_raw stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_raw' (868) panicked at tests/async_impl_tests.rs:156:5:
[INFO] [stdout] assertion failed: tx_raw.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9710eaa - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:156:5
[INFO] [stdout]   21:     0x59a0c96bc07d - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728a00 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96985b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692a5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96adba3 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96adba3 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96adba3 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb22c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea3d9 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a4c68 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a2f92 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e0425 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db434 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa6ca - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da249 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c97170a7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:149:1
[INFO] [stdout]   37:     0x59a0c970f827 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:151:28
[INFO] [stdout]   38:     0x59a0c96d96c6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_raw::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- async_get_tx_status stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'async_get_tx_status' (869) panicked at tests/async_impl_tests.rs:147:5:
[INFO] [stdout] assertion failed: tx_status.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a0c9ba98f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a0c9ba98f8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a0c9bbfb5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a0c9bbfb5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59a0c9bae7d2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59a0c9bae7d2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59a0c9b87e16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a0c9b87e16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a0c9ba1a19 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a0c9742fbc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59a0c9742fbc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59a0c9ba1c92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59a0c9ba1c92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a0c9b87f04 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59a0c9b7cff9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a0c9b88dad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a0c9bc034c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a0c9bc0312 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59a0c9711a37 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:147:5
[INFO] [stdout]   21:     0x59a0c96bc4bd - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   22:     0x59a0c9728ec0 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   23:     0x59a0c96989b5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::try_with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x59a0c9692b9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::Cell<tokio[a1bfd0e7e8df4019]::coop::Budget>>>::with::<tokio[a1bfd0e7e8df4019]::coop::with_budget<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x59a0c96af963 - tokio[a1bfd0e7e8df4019]::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   26:     0x59a0c96af963 - tokio[a1bfd0e7e8df4019]::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   27:     0x59a0c96af963 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   28:     0x59a0c96bb36c - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   29:     0x59a0c96ea859 - <tokio[a1bfd0e7e8df4019]::macros::scoped_tls::ScopedKey<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::Context>>::set::<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   30:     0x59a0c96a5b28 - tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::enter::<<tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}, (), tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   31:     0x59a0c96a3092 - <tokio[a1bfd0e7e8df4019]::runtime::basic_scheduler::BasicScheduler<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::time::driver::Driver<tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>, tokio[a1bfd0e7e8df4019]::park::either::Either<tokio[a1bfd0e7e8df4019]::io::driver::Driver, tokio[a1bfd0e7e8df4019]::park::thread::ParkThread>>>>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   32:     0x59a0c96e08e5 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   33:     0x59a0c96db874 - tokio[a1bfd0e7e8df4019]::runtime::context::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   34:     0x59a0c96fa9ca - <tokio[a1bfd0e7e8df4019]::runtime::handle::Handle>::enter::<<tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   35:     0x59a0c96da3c9 - <tokio[a1bfd0e7e8df4019]::runtime::Runtime>::block_on::<async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   36:     0x59a0c9717827 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:140:1
[INFO] [stdout]   37:     0x59a0c970f8e7 - async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/async_impl_tests.rs:142:31
[INFO] [stdout]   38:     0x59a0c96d97c6 - <async_impl_tests[bc8e06b4e6f2b79d]::async_get_tx_status::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x59a0c973609b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x59a0c973609b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   41:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   42:     0x59a0c9743915 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x59a0c9743915 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x59a0c9743915 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x59a0c9743915 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   47:     0x59a0c9743915 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   48:     0x59a0c973d224 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   49:     0x59a0c973d224 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   51:     0x59a0c9746992 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   52:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x59a0c9746992 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x59a0c9746992 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x59a0c9746992 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   56:     0x59a0c9746992 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59a0c9ba905f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   58:     0x59a0c9ba905f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   59:     0x7c99d94bdaa4 - <unknown>
[INFO] [stdout]   60:     0x7c99d954aa64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     async_fee_estimate
[INFO] [stdout]     async_get_address
[INFO] [stdout]     async_get_address_prefix
[INFO] [stdout]     async_get_address_txs
[INFO] [stdout]     async_get_address_txs_chain
[INFO] [stdout]     async_get_address_txs_mempool
[INFO] [stdout]     async_get_address_utxo
[INFO] [stdout]     async_get_block
[INFO] [stdout]     async_get_block_height
[INFO] [stdout]     async_get_block_raw_format
[INFO] [stdout]     async_get_block_status
[INFO] [stdout]     async_get_block_txid_at_index
[INFO] [stdout]     async_get_block_txids
[INFO] [stdout]     async_get_block_txs_with_and_without_index
[INFO] [stdout]     async_get_blocks
[INFO] [stdout]     async_get_blocks_tip_hash
[INFO] [stdout]     async_get_blocks_tip_height
[INFO] [stdout]     async_get_mempool
[INFO] [stdout]     async_get_mempool_recent
[INFO] [stdout]     async_get_mempool_txids
[INFO] [stdout]     async_get_script_hash
[INFO] [stdout]     async_get_script_hash_txs
[INFO] [stdout]     async_get_script_hash_txs_chain
[INFO] [stdout]     async_get_script_hash_txs_mempool
[INFO] [stdout]     async_get_script_hash_utxo
[INFO] [stdout]     async_get_tx
[INFO] [stdout]     async_get_tx_hex
[INFO] [stdout]     async_get_tx_merkle_proof
[INFO] [stdout]     async_get_tx_merkleblock_proof
[INFO] [stdout]     async_get_tx_outspend
[INFO] [stdout]     async_get_tx_outspends
[INFO] [stdout]     async_get_tx_raw
[INFO] [stdout]     async_get_tx_status
[INFO] [stdout]     async_post_tx
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 34 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.60s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c", kill_on_drop: false }`
[INFO] [stdout] 67e73e6c4075245801d5e7d53d77e7e49277b1cf3b102537e3164c33eb53e82c
