[INFO] fetching crate darkredis 0.8.0...
[INFO] testing darkredis-0.8.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate darkredis 0.8.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate darkredis 0.8.0
[INFO] finished tweaking crates.io crate darkredis 0.8.0
[INFO] tweaked toml for crates.io crate darkredis 0.8.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate darkredis 0.8.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate darkredis 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d4e12a5423090dcb2f00a9dcc62dc633e85355dec16b627693683a883ecdd9ce
[INFO] running `Command { std: "docker" "start" "-a" "d4e12a5423090dcb2f00a9dcc62dc633e85355dec16b627693683a883ecdd9ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4e12a5423090dcb2f00a9dcc62dc633e85355dec16b627693683a883ecdd9ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4e12a5423090dcb2f00a9dcc62dc633e85355dec16b627693683a883ecdd9ce", kill_on_drop: false }`
[INFO] [stdout] d4e12a5423090dcb2f00a9dcc62dc633e85355dec16b627693683a883ecdd9ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1acd8156589dc32ab863c13450339fed223b146ce2ae83d0066f297c5cce7cf3
[INFO] running `Command { std: "docker" "start" "-a" "1acd8156589dc32ab863c13450339fed223b146ce2ae83d0066f297c5cce7cf3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling futures-core v0.3.12
[INFO] [stderr]    Compiling futures-sink v0.3.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.4
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-io v0.3.12
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling tokio v1.2.0
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling quick-error v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.12
[INFO] [stderr]    Compiling futures-task v0.3.12
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio v0.7.7
[INFO] [stderr]    Compiling futures-macro v0.3.12
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]    Compiling futures-util v0.3.12
[INFO] [stderr]    Compiling futures-executor v0.3.12
[INFO] [stderr]    Compiling futures v0.3.12
[INFO] [stderr]    Compiling darkredis v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/connection.rs:977:54
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder
[INFO] [stdout]     |                          --                 --       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                  |
[INFO] [stdout]     |                          |                  the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder<'a>
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/connection.rs:1005:17
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     pub fn scan(&mut self) -> ScanBuilder {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     pub fn scan(&mut self) -> ScanBuilder<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.64s
[INFO] running `Command { std: "docker" "inspect" "1acd8156589dc32ab863c13450339fed223b146ce2ae83d0066f297c5cce7cf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1acd8156589dc32ab863c13450339fed223b146ce2ae83d0066f297c5cce7cf3", kill_on_drop: false }`
[INFO] [stdout] 1acd8156589dc32ab863c13450339fed223b146ce2ae83d0066f297c5cce7cf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ce66f85ccc5e979008bb748065fad67f9d9d403ec6f53125486a5fdb8f1d40c
[INFO] running `Command { std: "docker" "start" "-a" "2ce66f85ccc5e979008bb748065fad67f9d9d403ec6f53125486a5fdb8f1d40c", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling const_fn v0.4.5
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling plotters-backend v0.3.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling regex-automata v0.1.9
[INFO] [stderr]    Compiling half v1.7.1
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling plotters-svg v0.3.0
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling itertools v0.10.0
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/connection.rs:977:54
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder
[INFO] [stdout]     |                          --                 --       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                  |
[INFO] [stdout]     |                          |                  the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder<'a>
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/connection.rs:1005:17
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     pub fn scan(&mut self) -> ScanBuilder {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     pub fn scan(&mut self) -> ScanBuilder<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling criterion-plot v0.4.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling plotters v0.3.0
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling bstr v0.2.15
[INFO] [stderr]    Compiling serde_cbor v0.11.1
[INFO] [stderr]    Compiling csv v1.1.5
[INFO] [stderr]    Compiling tinytemplate v1.2.0
[INFO] [stderr]    Compiling criterion v0.3.4
[INFO] [stderr]    Compiling darkredis v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/connection.rs:977:54
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder
[INFO] [stdout]     |                          --                 --       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                  |
[INFO] [stdout]     |                          |                  the lifetime is named here
[INFO] [stdout]     |                          the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder<'a>
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/connection.rs:1005:17
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     pub fn scan(&mut self) -> ScanBuilder {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     pub fn scan(&mut self) -> ScanBuilder<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "2ce66f85ccc5e979008bb748065fad67f9d9d403ec6f53125486a5fdb8f1d40c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ce66f85ccc5e979008bb748065fad67f9d9d403ec6f53125486a5fdb8f1d40c", kill_on_drop: false }`
[INFO] [stdout] 2ce66f85ccc5e979008bb748065fad67f9d9d403ec6f53125486a5fdb8f1d40c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ef8143c2c674479629315b4c6f3914394ece2c3c140cf68c8cf2aa3c21511530
[INFO] running `Command { std: "docker" "start" "-a" "ef8143c2c674479629315b4c6f3914394ece2c3c140cf68c8cf2aa3c21511530", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/connection.rs:977:54
[INFO] [stderr]     |
[INFO] [stderr] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder
[INFO] [stderr]     |                          --                 --       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                  |
[INFO] [stderr]     |                          |                  the lifetime is named here
[INFO] [stderr]     |                          the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 977 |     pub fn sscan<'a, K>(&'a mut self, key: &'a K) -> ScanBuilder<'a>
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/connection.rs:1005:17
[INFO] [stderr]      |
[INFO] [stderr] 1005 |     pub fn scan(&mut self) -> ScanBuilder {
[INFO] [stderr]      |                 ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                 |
[INFO] [stderr]      |                 the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1005 |     pub fn scan(&mut self) -> ScanBuilder<'_> {
[INFO] [stderr]      |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `darkredis` (lib) generated 2 warnings (run `cargo fix --lib -p darkredis` to apply 2 suggestions)
[INFO] [stderr] warning: `darkredis` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/darkredis-96bf2bea28be66d3)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test command::test::multiple_args ... ok
[INFO] [stdout] test command::test::serialize_multiple ... ok
[INFO] [stdout] test command::test::serialize_singular ... ok
[INFO] [stdout] test connection::test::append ... FAILED
[INFO] [stdout] test connection::test::blpop ... FAILED
[INFO] [stdout] test connection::test::exists ... FAILED
[INFO] [stdout] test connection::test::get_set ... FAILED
[INFO] [stdout] test connection::test::sscan ... FAILED
[INFO] [stdout] test connection::test::incr_decr ... FAILED
[INFO] [stdout] test connection::test::hash_sets ... FAILED
[INFO] [stdout] test connection::test::key_type ... FAILED
[INFO] [stdout] test connection::test::mget_mset ... FAILED
[INFO] [stdout] test connection::test::list_convenience ... FAILED
[INFO] [stdout] test connectionpool::test::pooling ... FAILED
[INFO] [stdout] test connection::test::parse_ok ... FAILED
[INFO] [stdout] test connection::test::scan ... FAILED
[INFO] [stdout] test connection::test::pipelined_commands ... FAILED
[INFO] [stdout] test connection::test::parse_nil ... FAILED
[INFO] [stdout] test connection::test::set_commands ... FAILED
[INFO] [stdout] test connection::test::sets ... FAILED
[INFO] [stdout] test connection::test::hscan ... FAILED
[INFO] [stdout] test connectionpool::test::timeout ... FAILED
[INFO] [stdout] test connection::test::pubsub_pattern ... FAILED
[INFO] [stdout] test connection::test::pubsub ... FAILED
[INFO] [stdout] test connectionpool::test::spawning ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::append stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::append' (27) panicked at src/connection/test.rs:227:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97274add4 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97274add4 - darkredis[50751aee2c71311a]::connection::test::append::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c481d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277387d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9620 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732455 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e4fe - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276d1ec - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276d1ec - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276d1ec - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772d3a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8125 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972765452 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762ed3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762483 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275f86a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cada4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::append::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275cbe4 - darkredis[50751aee2c71311a]::connection::test::append
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:224:39
[INFO] [stdout]   38:     0x56c972738047 - darkredis[50751aee2c71311a]::connection::test::append::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:226:18
[INFO] [stdout]   39:     0x56c97272cfe6 - <darkredis[50751aee2c71311a]::connection::test::append::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::blpop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::blpop' (28) panicked at src/connection/test.rs:348:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c972746172 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c972746172 - darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c475d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277354d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9290 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732155 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e40e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276bc8c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276bc8c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276bc8c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772cda - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7e85 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972764972 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762e73 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762243 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275efca - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727ca8f4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275c671 - darkredis[50751aee2c71311a]::connection::test::blpop
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:345:39
[INFO] [stdout]   38:     0x56c972737fb7 - darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:347:17
[INFO] [stdout]   39:     0x56c97272cf26 - <darkredis[50751aee2c71311a]::connection::test::blpop::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::exists stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::exists' (29) panicked at src/connection/test.rs:269:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97274c154 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97274c154 - darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c485d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277398d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9750 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732555 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e54e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276d90c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276d90c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276d90c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772d5a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8205 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c9727657f2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762ef3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762543 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275fb4a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727caf34 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275cdb4 - darkredis[50751aee2c71311a]::connection::test::exists
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:266:39
[INFO] [stdout]   38:     0x56c972738077 - darkredis[50751aee2c71311a]::connection::test::exists::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:268:18
[INFO] [stdout]   39:     0x56c97272d026 - <darkredis[50751aee2c71311a]::connection::test::exists::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::get_set stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::get_set' (30) panicked at src/connection/test.rs:165:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97274eaef - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97274eaef - darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c48dd - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972773bad - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a99b0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732755 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e5ee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276e74c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276e74c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276e74c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772d9a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b83c5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972765f32 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762f33 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c9727626c3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97276010a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cb254 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275d154 - darkredis[50751aee2c71311a]::connection::test::get_set
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:162:39
[INFO] [stdout]   38:     0x56c9727380d7 - darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:164:19
[INFO] [stdout]   39:     0x56c97272d0a6 - <darkredis[50751aee2c71311a]::connection::test::get_set::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::sscan stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::sscan' (45) panicked at src/connection/test.rs:376:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c9727497b8 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c9727497b8 - darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c47dd - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277376d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a94f0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732355 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e4ae - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276cacc - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276cacc - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276cacc - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772d1a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8045 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c9727650b2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762eb3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c9727623c3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275f58a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cac14 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275ca11 - darkredis[50751aee2c71311a]::connection::test::sscan
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:373:39
[INFO] [stdout]   38:     0x56c972738017 - darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:375:17
[INFO] [stdout]   39:     0x56c97272cfa6 - <darkredis[50751aee2c71311a]::connection::test::sscan::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::incr_decr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::incr_decr' (33) panicked at src/connection/test.rs:207:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c972757647 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c972757647 - darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c49dd - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972773fed - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9e70 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732b55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e72e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c9727703cc - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c9727703cc - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c9727703cc - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772e1a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8745 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972766db2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762fb3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c9727629c3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c972760c8a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cb894 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275d894 - darkredis[50751aee2c71311a]::connection::test::incr_decr
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:204:39
[INFO] [stdout]   38:     0x56c972738197 - darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:206:21
[INFO] [stdout]   39:     0x56c97272d1a6 - <darkredis[50751aee2c71311a]::connection::test::incr_decr::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::hash_sets stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::hash_sets' (31) panicked at src/connection/test.rs:283:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c972753782 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c972753782 - darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c499d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972773edd - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9d40 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732a55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e6de - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276fcac - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276fcac - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276fcac - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772dfa - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8665 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972766a12 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762f93 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762903 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c9727609aa - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cb704 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275d6c1 - darkredis[50751aee2c71311a]::connection::test::hash_sets
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:280:39
[INFO] [stdout]   38:     0x56c972738167 - darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:282:21
[INFO] [stdout]   39:     0x56c97272d166 - <darkredis[50751aee2c71311a]::connection::test::hash_sets::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::key_type stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::key_type' (34) panicked at src/connection/test.rs:480:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97274fbc5 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97274fbc5 - darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c491d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972773cbd - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9ae0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732855 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e63e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276ee6c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276ee6c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276ee6c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772dba - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b84a5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c9727662d2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762f53 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762783 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c9727603ea - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cb3e4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275d324 - darkredis[50751aee2c71311a]::connection::test::key_type
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:477:39
[INFO] [stdout]   38:     0x56c972738107 - darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:479:20
[INFO] [stdout]   39:     0x56c97272d0e6 - <darkredis[50751aee2c71311a]::connection::test::key_type::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::mget_mset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::mget_mset' (36) panicked at src/connection/test.rs:244:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97275967e - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97275967e - darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c4a1d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c9727740fd - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9fa0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732c55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e77e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c972770aec - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c972770aec - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c972770aec - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772e3a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8825 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972767152 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762fd3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762a83 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c972760f6a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cba24 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275da61 - darkredis[50751aee2c71311a]::connection::test::mget_mset
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:241:39
[INFO] [stdout]   38:     0x56c9727381c7 - darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:243:21
[INFO] [stdout]   39:     0x56c97272d1e6 - <darkredis[50751aee2c71311a]::connection::test::mget_mset::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::list_convenience stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::list_convenience' (35) panicked at src/connection/test.rs:178:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97273fa2a - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97273fa2a - darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c465d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277310d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a8dd0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972731d55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e2ce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276a00c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276a00c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276a00c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772c5a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7b05 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972763af2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762df3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972761f43 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275e44a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727ca2b4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275bf34 - darkredis[50751aee2c71311a]::connection::test::list_convenience
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:175:39
[INFO] [stdout]   38:     0x56c972737ef7 - darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:177:28
[INFO] [stdout]   39:     0x56c97272ce26 - <darkredis[50751aee2c71311a]::connection::test::list_convenience::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connectionpool::test::pooling stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connectionpool::test::pooling' (46) panicked at src/connectionpool.rs:119:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c9727b320c - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connectionpool::ConnectionPool, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c9727b320c - darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:119:14
[INFO] [stdout]   22:     0x56c9727c4a9d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277431d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727aa200 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732e55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e81e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97277192c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97277192c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97277192c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772e7a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b89e5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972767892 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972763013 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762c03 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97276152a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cbd44 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c9727b5544 - darkredis[50751aee2c71311a]::connectionpool::test::pooling
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:113:43
[INFO] [stdout]   38:     0x56c9727b2e67 - darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:115:23
[INFO] [stdout]   39:     0x56c97272d266 - <darkredis[50751aee2c71311a]::connectionpool::test::pooling::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::parse_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::parse_ok' (38) panicked at src/connection/test.rs:22:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c972752869 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c972752869 - darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c495d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972773dcd - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9c10 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732955 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e68e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276f58c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276f58c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276f58c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772dda - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8585 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972766672 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762f73 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762843 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c9727606ca - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cb574 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275d4f4 - darkredis[50751aee2c71311a]::connection::test::parse_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:19:39
[INFO] [stdout]   38:     0x56c972738137 - darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:21:20
[INFO] [stdout]   39:     0x56c97272d126 - <darkredis[50751aee2c71311a]::connection::test::parse_ok::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::scan stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::scan' (42) panicked at src/connection/test.rs:415:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c9727439c4 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c9727439c4 - darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c46dd - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277332d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9030 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972731f55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e36e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276ae4c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276ae4c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276ae4c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772c9a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7cc5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972764232 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762e33 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c9727620c3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275ea0a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727ca5d4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275c2d1 - darkredis[50751aee2c71311a]::connection::test::scan
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:412:39
[INFO] [stdout]   38:     0x56c972737f57 - darkredis[50751aee2c71311a]::connection::test::scan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:414:16
[INFO] [stdout]   39:     0x56c97272cea6 - <darkredis[50751aee2c71311a]::connection::test::scan::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::pipelined_commands stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::pipelined_commands' (39) panicked at src/connection/test.rs:36:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97274269f - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97274269f - darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c469d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277321d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a8f00 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972731e55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e31e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276a72c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276a72c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276a72c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772c7a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7be5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972763e92 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762e13 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762003 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275e72a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727ca444 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275c101 - darkredis[50751aee2c71311a]::connection::test::pipelined_commands
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:33:39
[INFO] [stdout]   38:     0x56c972737f27 - darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:35:30
[INFO] [stdout]   39:     0x56c97272ce66 - <darkredis[50751aee2c71311a]::connection::test::pipelined_commands::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::parse_nil stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::parse_nil' (37) panicked at src/connection/test.rs:8:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97275afa9 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97275afa9 - darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c4a5d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277420d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727aa0d0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732d55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e7ce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97277120c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97277120c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97277120c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772e5a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8905 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c9727674f2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762ff3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762b43 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97276124a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cbbb4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275dc34 - darkredis[50751aee2c71311a]::connection::test::parse_nil
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:5:39
[INFO] [stdout]   38:     0x56c9727381f7 - darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:7:21
[INFO] [stdout]   39:     0x56c97272d226 - <darkredis[50751aee2c71311a]::connection::test::parse_nil::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::set_commands stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::set_commands' (43) panicked at src/connection/test.rs:545:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97273875d - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97273875d - darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c45dd - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972772eed - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a8b70 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972731b55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e22e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c9727691cc - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c9727691cc - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c9727691cc - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772c1a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7945 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c9727633b2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762db3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972761dc3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275de8a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727c9f94 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275bb91 - darkredis[50751aee2c71311a]::connection::test::set_commands
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:542:39
[INFO] [stdout]   38:     0x56c972737e97 - darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:544:24
[INFO] [stdout]   39:     0x56c97272cda6 - <darkredis[50751aee2c71311a]::connection::test::set_commands::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::sets stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::sets' (44) panicked at src/connection/test.rs:332:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c972744b89 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c972744b89 - darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c471d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277343d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9160 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732055 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e3be - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276b56c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276b56c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276b56c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772cba - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7da5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c9727645d2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762e53 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762183 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275ecea - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727ca764 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275c4a4 - darkredis[50751aee2c71311a]::connection::test::sets
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:329:39
[INFO] [stdout]   38:     0x56c972737f87 - darkredis[50751aee2c71311a]::connection::test::sets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:331:16
[INFO] [stdout]   39:     0x56c97272cee6 - <darkredis[50751aee2c71311a]::connection::test::sets::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::hscan stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::hscan' (32) panicked at src/connection/test.rs:437:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c972748110 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c972748110 - darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c479d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277365d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a93c0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732255 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e45e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276c3ac - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276c3ac - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276c3ac - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772cfa - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7f65 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972764d12 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762e93 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762303 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275f2aa - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727caa84 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275c841 - darkredis[50751aee2c71311a]::connection::test::hscan
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:434:39
[INFO] [stdout]   38:     0x56c972737fe7 - darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:436:17
[INFO] [stdout]   39:     0x56c97272cf66 - <darkredis[50751aee2c71311a]::connection::test::hscan::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connectionpool::test::timeout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connectionpool::test::timeout' (48) panicked at src/connectionpool.rs:153:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c9727b3de3 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connectionpool::ConnectionPool, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c9727b3de3 - darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:153:14
[INFO] [stdout]   22:     0x56c9727c4add - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277442d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727aa330 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732f55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e86e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97277204c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97277204c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97277204c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772e9a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8ac5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972767c32 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972763033 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762cc3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97276181e - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cbedf - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c9727b571c - darkredis[50751aee2c71311a]::connectionpool::test::timeout
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:148:43
[INFO] [stdout]   38:     0x56c9727b2e97 - darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:150:23
[INFO] [stdout]   39:     0x56c97272d2a6 - <darkredis[50751aee2c71311a]::connectionpool::test::timeout::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::pubsub_pattern stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::pubsub_pattern' (41) panicked at src/connection/test.rs:129:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97273e490 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97273e490 - darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c461d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972772ffd - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a8ca0 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972731c55 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e27e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c9727698ec - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c9727698ec - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c9727698ec - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772c3a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b7a25 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972763752 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762dd3 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972761e83 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275e16a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727ca124 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275bd64 - darkredis[50751aee2c71311a]::connection::test::pubsub_pattern
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:126:39
[INFO] [stdout]   38:     0x56c972737ec7 - darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:128:26
[INFO] [stdout]   39:     0x56c97272cde6 - <darkredis[50751aee2c71311a]::connection::test::pubsub_pattern::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connection::test::pubsub stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connection::test::pubsub' (40) panicked at src/connection/test.rs:68:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c97274d3c8 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connection::Connection, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c97274d3c8 - darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:43:66
[INFO] [stdout]   22:     0x56c9727c489d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c972773a9d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727a9880 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972732655 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e59e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97276e02c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97276e02c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97276e02c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772d7a - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b82e5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972765b92 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972762f13 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762603 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c97275fe2a - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cb0c4 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c97275cf84 - darkredis[50751aee2c71311a]::connection::test::pubsub
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:65:39
[INFO] [stdout]   38:     0x56c9727380a7 - darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connection/test.rs:67:18
[INFO] [stdout]   39:     0x56c97272d066 - <darkredis[50751aee2c71311a]::connection::test::pubsub::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- connectionpool::test::spawning stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'connectionpool::test::spawning' (47) panicked at src/connectionpool.rs:138:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ConnectionFailed(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56c9728ca102 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56c9728ca102 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56c9728ca102 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56c9728e052a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56c9728e052a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x56c9728cf2a6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56c9728cf2a6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56c9728a7d5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56c9728a7d5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56c9728c1fc9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56c9727e592e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x56c9727e592e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56c9728c2182 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x56c9728c2182 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56c9728a7e18 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56c97289cf29 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56c9728a8e3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56c9728e0c6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56c9728e09e2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x56c9727b44e9 - <core[585f66e14d78f9ba]::result::Result<darkredis[50751aee2c71311a]::connectionpool::ConnectionPool, darkredis[50751aee2c71311a]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56c9727b44e9 - darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:138:14
[INFO] [stdout]   22:     0x56c9727c4b1d - <core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x56c97277453d - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x56c9727aa460 - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:121:9
[INFO] [stdout]   25:     0x56c972733055 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::try_with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x56c97272e8be - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[50fa3ead84158431]::coop::Budget>>>::with::<tokio[50fa3ead84158431]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x56c97277276c - tokio[50fa3ead84158431]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:114:13
[INFO] [stdout]   28:     0x56c97277276c - tokio[50fa3ead84158431]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/coop.rs:98:5
[INFO] [stdout]   29:     0x56c97277276c - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x56c972772eba - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x56c9727b8ba5 - <tokio[50fa3ead84158431]::macros::scoped_tls::ScopedKey<tokio[50fa3ead84158431]::runtime::basic_scheduler::Context>>::set::<tokio[50fa3ead84158431]::runtime::basic_scheduler::enter<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x56c972767fd2 - tokio[50fa3ead84158431]::runtime::basic_scheduler::enter::<<tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>::{closure#0}, (), tokio[50fa3ead84158431]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x56c972763053 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::Inner<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x56c972762d83 - <tokio[50fa3ead84158431]::runtime::basic_scheduler::InnerGuard<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x56c972761afa - <tokio[50fa3ead84158431]::runtime::basic_scheduler::BasicScheduler<tokio[50fa3ead84158431]::runtime::driver::Driver>>::block_on::<darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x56c9727cc064 - <tokio[50fa3ead84158431]::runtime::Runtime>::block_on::<darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.2.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x56c9727b58e4 - darkredis[50751aee2c71311a]::connectionpool::test::spawning
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:133:43
[INFO] [stdout]   38:     0x56c9727b2ec7 - darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/connectionpool.rs:135:24
[INFO] [stdout]   39:     0x56c97272d2e6 - <darkredis[50751aee2c71311a]::connectionpool::test::spawning::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56c9727d9cdb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x56c9727d9cdb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x56c9727e653a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x56c9727e653a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x56c9727e653a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x56c9727e653a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x56c9727e653a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x56c9727e0a04 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x56c9727e0a04 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   51:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   52:     0x56c9727e9032 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x56c9727e9032 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x56c9727e9032 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   57:     0x56c9727e9032 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x56c9728c99af - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   59:     0x56c9728c99af - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   60:     0x7dc5d8590aa4 - <unknown>
[INFO] [stdout]   61:     0x7dc5d861da64 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     connection::test::append
[INFO] [stdout]     connection::test::blpop
[INFO] [stdout]     connection::test::exists
[INFO] [stdout]     connection::test::get_set
[INFO] [stdout]     connection::test::hash_sets
[INFO] [stdout]     connection::test::hscan
[INFO] [stdout]     connection::test::incr_decr
[INFO] [stdout]     connection::test::key_type
[INFO] [stdout]     connection::test::list_convenience
[INFO] [stdout]     connection::test::mget_mset
[INFO] [stdout]     connection::test::parse_nil
[INFO] [stdout]     connection::test::parse_ok
[INFO] [stdout]     connection::test::pipelined_commands
[INFO] [stdout]     connection::test::pubsub
[INFO] [stdout]     connection::test::pubsub_pattern
[INFO] [stdout]     connection::test::scan
[INFO] [stdout]     connection::test::set_commands
[INFO] [stdout]     connection::test::sets
[INFO] [stdout]     connection::test::sscan
[INFO] [stdout]     connectionpool::test::pooling
[INFO] [stdout]     connectionpool::test::spawning
[INFO] [stdout]     connectionpool::test::timeout
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 22 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "ef8143c2c674479629315b4c6f3914394ece2c3c140cf68c8cf2aa3c21511530", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef8143c2c674479629315b4c6f3914394ece2c3c140cf68c8cf2aa3c21511530", kill_on_drop: false }`
[INFO] [stdout] ef8143c2c674479629315b4c6f3914394ece2c3c140cf68c8cf2aa3c21511530
