[INFO] fetching crate undis 0.1.0...
[INFO] testing undis-0.1.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate undis 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate undis 0.1.0
[INFO] finished tweaking crates.io crate undis 0.1.0
[INFO] tweaked toml for crates.io crate undis 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate undis 0.1.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate undis 0.1.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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cache-padded v1.2.0
[INFO] [stderr]   Downloaded paste v1.0.6
[INFO] [stderr]   Downloaded concurrent-queue v1.2.2
[INFO] [stderr]   Downloaded event-listener v2.5.1
[INFO] [stderr]   Downloaded async-channel v1.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ca0e4b5ac9b8fccd84cdbb7b6c235e1efa827be412473154c1a5e1f7729efa2
[INFO] running `Command { std: "docker" "start" "-a" "2ca0e4b5ac9b8fccd84cdbb7b6c235e1efa827be412473154c1a5e1f7729efa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ca0e4b5ac9b8fccd84cdbb7b6c235e1efa827be412473154c1a5e1f7729efa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ca0e4b5ac9b8fccd84cdbb7b6c235e1efa827be412473154c1a5e1f7729efa2", kill_on_drop: false }`
[INFO] [stdout] 2ca0e4b5ac9b8fccd84cdbb7b6c235e1efa827be412473154c1a5e1f7729efa2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c845c2626cd2ddddb5a31394439dcdbbcc7a010a03a28803fc83676abb9fb13
[INFO] running `Command { std: "docker" "start" "-a" "1c845c2626cd2ddddb5a31394439dcdbbcc7a010a03a28803fc83676abb9fb13", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tokio v1.15.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling undis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
[INFO] running `Command { std: "docker" "inspect" "1c845c2626cd2ddddb5a31394439dcdbbcc7a010a03a28803fc83676abb9fb13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c845c2626cd2ddddb5a31394439dcdbbcc7a010a03a28803fc83676abb9fb13", kill_on_drop: false }`
[INFO] [stdout] 1c845c2626cd2ddddb5a31394439dcdbbcc7a010a03a28803fc83676abb9fb13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c16aa7a4023b12680a16d11cdaa4620200dc31181bfbfe984134ad16866506d1
[INFO] running `Command { std: "docker" "start" "-a" "c16aa7a4023b12680a16d11cdaa4620200dc31181bfbfe984134ad16866506d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.75
[INFO] [stderr]    Compiling tokio v1.15.0
[INFO] [stderr]    Compiling undis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.27s
[INFO] running `Command { std: "docker" "inspect" "c16aa7a4023b12680a16d11cdaa4620200dc31181bfbfe984134ad16866506d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c16aa7a4023b12680a16d11cdaa4620200dc31181bfbfe984134ad16866506d1", kill_on_drop: false }`
[INFO] [stdout] c16aa7a4023b12680a16d11cdaa4620200dc31181bfbfe984134ad16866506d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aecab9f3f63841e639a012deea708d05599f407940dc923459111382bcb3a12a
[INFO] running `Command { std: "docker" "start" "-a" "aecab9f3f63841e639a012deea708d05599f407940dc923459111382bcb3a12a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/undis-7e9286e3cc399407)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test client::tests::serde_struct ... ok
[INFO] [stdout] test client::tests::command_canceled ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests undis
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hgetall (line 96) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::scan (line 198) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hget (line 68) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::exists_one (line 94) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::copy (line 15) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::expireat (line 142) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hexists (line 41) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hdel (line 13) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::exists (line 70) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield (line 280) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::ttl (line 175) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hlen (line 214) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hincrbyfloat (line 153) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::expire (line 116) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hincrby (line 124) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hmget (line 239) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::del (line 50) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hstrlen (line 432) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::decr (line 38) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hkeys (line 189) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::append (line 13) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hset (line 373) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::get (line 78) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::incrbyfloat (line 164) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::getrange (line 99) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hsetnx (line 399) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hscan (line 334) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::decrby (line 59) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hvals (line 463) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::incrby (line 145) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::mset (line 213) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield_count (line 307) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::setrange (line 261) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::mget (line 188) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::incr (line 125) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::set (line 239) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::strlen (line 289) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 38) - compile ... FAILED
[INFO] [stdout] test src/serde_helper/struct_fields.rs - serde_helper::struct_fields::extract_struct_fields (line 5) ... ok
[INFO] [stdout] test src/resp3/token.rs - resp3::token::Reader (line 120) ... ok
[INFO] [stdout] test src/serde_helper/entry.rs - serde_helper::entry::Entry (line 7) ... ok
[INFO] [stdout] test src/lib.rs - (line 10) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hgetall (line 96) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:97:1
[INFO] [stdout]    |
[INFO] [stdout] 97 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::scan (line 198) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:219:21
[INFO] [stdout]     |
[INFO] [stdout] 219 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hget (line 68) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::exists_one (line 94) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 102 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::copy (line 15) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::expireat (line 142) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hexists (line 41) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 54 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hdel (line 13) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/hash.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::exists (line 70) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:82:21
[INFO] [stdout]    |
[INFO] [stdout] 82 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield (line 280) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:293:21
[INFO] [stdout]     |
[INFO] [stdout] 293 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::ttl (line 175) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 | assert!(helper::mostly_eq(res.unwrap(), Duration::from_secs(10)));
[INFO] [stdout]     |         ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hlen (line 214) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:226:21
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]     |
[INFO] [stdout] 226 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hincrbyfloat (line 153) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:154:1
[INFO] [stdout]     |
[INFO] [stdout] 154 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::expire (line 116) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 | assert!(helper::mostly_eq(res.unwrap(), Duration::from_secs(10)));
[INFO] [stdout]     |         ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/base.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hincrby (line 124) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hmget (line 239) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:259:21
[INFO] [stdout]     |
[INFO] [stdout] 259 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/base.rs - command::base::CommandHelper<T>::del (line 50) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/base.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hstrlen (line 432) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:433:1
[INFO] [stdout]     |
[INFO] [stdout] 433 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:449:21
[INFO] [stdout]     |
[INFO] [stdout] 449 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::decr (line 38) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hkeys (line 189) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::append (line 13) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hset (line 373) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:385:21
[INFO] [stdout]     |
[INFO] [stdout] 385 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::get (line 78) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::incrbyfloat (line 164) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:175:21
[INFO] [stdout]     |
[INFO] [stdout] 175 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::getrange (line 99) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:111:21
[INFO] [stdout]     |
[INFO] [stdout] 111 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hsetnx (line 399) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:400:1
[INFO] [stdout]     |
[INFO] [stdout] 400 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:412:21
[INFO] [stdout]     |
[INFO] [stdout] 412 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hscan (line 334) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:335:1
[INFO] [stdout]     |
[INFO] [stdout] 335 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:347:21
[INFO] [stdout]     |
[INFO] [stdout] 347 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::decrby (line 59) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/command/strings.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hvals (line 463) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:464:1
[INFO] [stdout]     |
[INFO] [stdout] 464 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:476:21
[INFO] [stdout]     |
[INFO] [stdout] 476 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::incrby (line 145) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:151:21
[INFO] [stdout]     |
[INFO] [stdout] 151 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::mset (line 213) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 214 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:226:21
[INFO] [stdout]     |
[INFO] [stdout] 226 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield_count (line 307) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/hash.rs:320:21
[INFO] [stdout]     |
[INFO] [stdout] 320 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::setrange (line 261) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:262:1
[INFO] [stdout]     |
[INFO] [stdout] 262 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:275:21
[INFO] [stdout]     |
[INFO] [stdout] 275 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::mget (line 188) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:189:1
[INFO] [stdout]     |
[INFO] [stdout] 189 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:200:21
[INFO] [stdout]     |
[INFO] [stdout] 200 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::incr (line 125) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:126:1
[INFO] [stdout]     |
[INFO] [stdout] 126 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:133:21
[INFO] [stdout]     |
[INFO] [stdout] 133 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::set (line 239) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:245:21
[INFO] [stdout]     |
[INFO] [stdout] 245 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command/strings.rs - command::strings::CommandHelper<T>::strlen (line 289) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | helper::with_client(|client| async move {
[INFO] [stdout]     | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]    --> src/command/strings.rs:297:21
[INFO] [stdout]     |
[INFO] [stdout] 297 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 38) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/lib.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | helper::with_client(|client| async move {
[INFO] [stdout]    | ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `helper` in this scope
[INFO] [stdout]   --> src/lib.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 | Ok(())})?; Ok::<(), helper::BoxError>(())
[INFO] [stdout]    |                     ^^^^^^ use of unresolved module or unlinked crate `helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `helper`, use `cargo add helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::copy (line 15)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::del (line 50)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::exists (line 70)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::exists_one (line 94)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::expire (line 116)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::expireat (line 142)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::scan (line 198)
[INFO] [stdout]     src/command/base.rs - command::base::CommandHelper<T>::ttl (line 175)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hdel (line 13)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hexists (line 41)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hget (line 68)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hgetall (line 96)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hincrby (line 124)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hincrbyfloat (line 153)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hkeys (line 189)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hlen (line 214)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hmget (line 239)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield (line 280)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield_count (line 307)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hscan (line 334)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hset (line 373)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hsetnx (line 399)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hstrlen (line 432)
[INFO] [stdout]     src/command/hash.rs - command::hash::CommandHelper<T>::hvals (line 463)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::append (line 13)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::decr (line 38)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::decrby (line 59)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::get (line 78)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::getrange (line 99)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::incr (line 125)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::incrby (line 145)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::incrbyfloat (line 164)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::mget (line 188)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::mset (line 213)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::set (line 239)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::setrange (line 261)
[INFO] [stdout]     src/command/strings.rs - command::strings::CommandHelper<T>::strlen (line 289)
[INFO] [stdout]     src/lib.rs - (line 38)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 38 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.36s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "aecab9f3f63841e639a012deea708d05599f407940dc923459111382bcb3a12a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aecab9f3f63841e639a012deea708d05599f407940dc923459111382bcb3a12a", kill_on_drop: false }`
[INFO] [stdout] aecab9f3f63841e639a012deea708d05599f407940dc923459111382bcb3a12a
