[INFO] fetching crate undis 0.1.0...
[INFO] testing undis-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate undis 0.1.0 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate undis 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2645a470f7c3b3c0a44b6613dd5d6be74df917cc46a84aa9520bb7e9f6cfd6fa
[INFO] running `Command { std: "docker" "start" "-a" "2645a470f7c3b3c0a44b6613dd5d6be74df917cc46a84aa9520bb7e9f6cfd6fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2645a470f7c3b3c0a44b6613dd5d6be74df917cc46a84aa9520bb7e9f6cfd6fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2645a470f7c3b3c0a44b6613dd5d6be74df917cc46a84aa9520bb7e9f6cfd6fa", kill_on_drop: false }`
[INFO] [stdout] 2645a470f7c3b3c0a44b6613dd5d6be74df917cc46a84aa9520bb7e9f6cfd6fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bacaadfe5f40488e3a098c3687a30cbaa714184f9982443dcb0fe4b9f6571c87
[INFO] running `Command { std: "docker" "start" "-a" "bacaadfe5f40488e3a098c3687a30cbaa714184f9982443dcb0fe4b9f6571c87", 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 libc v0.2.112
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[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 23.16s
[INFO] running `Command { std: "docker" "inspect" "bacaadfe5f40488e3a098c3687a30cbaa714184f9982443dcb0fe4b9f6571c87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bacaadfe5f40488e3a098c3687a30cbaa714184f9982443dcb0fe4b9f6571c87", kill_on_drop: false }`
[INFO] [stdout] bacaadfe5f40488e3a098c3687a30cbaa714184f9982443dcb0fe4b9f6571c87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1aeeb9b3dd7073d18a4720b5b9ecf0a9b298027a13b505242dfb4c5d6d2d076
[INFO] running `Command { std: "docker" "start" "-a" "c1aeeb9b3dd7073d18a4720b5b9ecf0a9b298027a13b505242dfb4c5d6d2d076", 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 11.89s
[INFO] running `Command { std: "docker" "inspect" "c1aeeb9b3dd7073d18a4720b5b9ecf0a9b298027a13b505242dfb4c5d6d2d076", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1aeeb9b3dd7073d18a4720b5b9ecf0a9b298027a13b505242dfb4c5d6d2d076", kill_on_drop: false }`
[INFO] [stdout] c1aeeb9b3dd7073d18a4720b5b9ecf0a9b298027a13b505242dfb4c5d6d2d076
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c7b218495f120df51ae9741013bbb2a239dc864251e13917f57b8ae01cfc7960
[INFO] running `Command { std: "docker" "start" "-a" "c7b218495f120df51ae9741013bbb2a239dc864251e13917f57b8ae01cfc7960", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/undis-f7d1cd380454a96e)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test client::tests::command_canceled ... ok
[INFO] [stdout] test client::tests::serde_struct ... ok
[INFO] [stderr]    Doc-tests undis
[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] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::ttl (line 175) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::expireat (line 142) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::del (line 50) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::exists (line 70) ... 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>::scan (line 198) ... FAILED
[INFO] [stdout] test src/command/base.rs - command::base::CommandHelper<T>::copy (line 15) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hincrby (line 124) ... 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>::hkeys (line 189) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hincrbyfloat (line 153) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hget (line 68) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield_count (line 307) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hgetall (line 96) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hrandfield (line 280) ... 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>::hlen (line 214) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hmget (line 239) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hstrlen (line 432) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hdel (line 13) ... 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>::hscan (line 334) ... 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>::hsetnx (line 399) ... FAILED
[INFO] [stdout] test src/command/hash.rs - command::hash::CommandHelper<T>::hset (line 373) ... 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>::get (line 78) ... 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>::getrange (line 99) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::decrby (line 59) ... 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>::incrby (line 145) ... FAILED
[INFO] [stdout] test src/command/strings.rs - command::strings::CommandHelper<T>::mset (line 213) ... 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>::setrange (line 261) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 38) - compile ... 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/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/base.rs - command::base::CommandHelper<T>::ttl (line 175) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:176:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:183:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:184:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | 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/base.rs - command::base::CommandHelper<T>::expireat (line 142) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:143:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:153:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:51:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:71:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:82:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:95:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:102:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:199:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:219:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:16:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | 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>::hincrby (line 124) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:125:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:139:21
[INFO] [stdout]    |
[INFO] [stdout] 17 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/base.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:124:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/base.rs:127:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | 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>::hkeys (line 189) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:190:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:201:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:154:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:170:21
[INFO] [stdout]    |
[INFO] [stdout] 19 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:69:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:308:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:320:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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>::hgetall (line 96) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:97:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:111:21
[INFO] [stdout]    |
[INFO] [stdout] 17 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:281:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:293:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:42:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:54:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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>::hlen (line 214) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:215:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:226:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:240:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:259:21
[INFO] [stdout]    |
[INFO] [stdout] 22 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:433:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:449:21
[INFO] [stdout]    |
[INFO] [stdout] 19 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:14:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:14:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:335:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:347:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:39:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:400:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:412:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:374:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:385:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/hash.rs:464:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/hash.rs:476:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:79:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:126:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:133:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:100:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:111:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:60:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:65:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:165:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:175:21
[INFO] [stdout]    |
[INFO] [stdout] 13 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:146:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:151:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:214:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:226:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:189:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:200:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:262:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:275:21
[INFO] [stdout]    |
[INFO] [stdout] 16 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/lib.rs:39:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/lib.rs:42:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:240:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:245:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]  --> src/command/strings.rs:290:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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]: failed to resolve: use of unresolved module or unlinked crate `helper`
[INFO] [stdout]   --> src/command/strings.rs:297:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | 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 4.64s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c7b218495f120df51ae9741013bbb2a239dc864251e13917f57b8ae01cfc7960", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7b218495f120df51ae9741013bbb2a239dc864251e13917f57b8ae01cfc7960", kill_on_drop: false }`
[INFO] [stdout] c7b218495f120df51ae9741013bbb2a239dc864251e13917f57b8ae01cfc7960
