[INFO] cloning repository https://github.com/leonelvsc/codecrafters-redis-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leonelvsc/codecrafters-redis-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleonelvsc%2Fcodecrafters-redis-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleonelvsc%2Fcodecrafters-redis-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] baf08b3ff1d016204eb16095290b49c281666394
[INFO] testing leonelvsc/codecrafters-redis-rust against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleonelvsc%2Fcodecrafters-redis-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/leonelvsc/codecrafters-redis-rust
[INFO] finished tweaking git repo https://github.com/leonelvsc/codecrafters-redis-rust
[INFO] tweaked toml for git repo https://github.com/leonelvsc/codecrafters-redis-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leonelvsc/codecrafters-redis-rust 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 git repo https://github.com/leonelvsc/codecrafters-redis-rust 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d176e73260734eaf2050ee6692a3e464a220f622e26e89abeb31d9c7b66e5227
[INFO] running `Command { std: "docker" "start" "-a" "d176e73260734eaf2050ee6692a3e464a220f622e26e89abeb31d9c7b66e5227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d176e73260734eaf2050ee6692a3e464a220f622e26e89abeb31d9c7b66e5227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d176e73260734eaf2050ee6692a3e464a220f622e26e89abeb31d9c7b66e5227", kill_on_drop: false }`
[INFO] [stdout] d176e73260734eaf2050ee6692a3e464a220f622e26e89abeb31d9c7b66e5227
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b2bed5e8d7396dd27bab2835df7ed382a471a9f49159c01e3a45ec015a4e9fda
[INFO] running `Command { std: "docker" "start" "-a" "b2bed5e8d7396dd27bab2835df7ed382a471a9f49159c01e3a45ec015a4e9fda", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.166
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling redis-starter-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `ErrorMsg` is never constructed
[INFO] [stdout]   --> src/network/manager/mod.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub enum RedisValueRef {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 37 |     ErrorMsg(Vec<u8>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RedisValueRef` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_bytes` is never used
[INFO] [stdout]   --> src/network/manager/mod.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl RedisValueRef {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 57 |     fn get_bytes(self) -> Bytes {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/network/manager/mod.rs:116:13
[INFO] [stdout]     |
[INFO] [stdout] 116 |     IOError(std::io::Error),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 116 -     IOError(std::io::Error),
[INFO] [stdout] 116 +     IOError(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/network/manager/mod.rs:118:23
[INFO] [stdout]     |
[INFO] [stdout] 118 |     BadBulkStringSize(i64),
[INFO] [stdout]     |     ----------------- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 118 -     BadBulkStringSize(i64),
[INFO] [stdout] 118 +     BadBulkStringSize(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/network/manager/mod.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout] 119 |     BadArraySize(i64),
[INFO] [stdout]     |     ------------ ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 119 -     BadArraySize(i64),
[INFO] [stdout] 119 +     BadArraySize(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UnexpectedEnd` is never constructed
[INFO] [stdout]    --> src/network/manager/mod.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub enum RESPError {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] 114 |     UnexpectedEnd,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s
[INFO] running `Command { std: "docker" "inspect" "b2bed5e8d7396dd27bab2835df7ed382a471a9f49159c01e3a45ec015a4e9fda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2bed5e8d7396dd27bab2835df7ed382a471a9f49159c01e3a45ec015a4e9fda", kill_on_drop: false }`
[INFO] [stdout] b2bed5e8d7396dd27bab2835df7ed382a471a9f49159c01e3a45ec015a4e9fda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a5b4e248942d4f713c179b3dad992e92b4a45a441c8e4d2303ab6dc3e278fa96
[INFO] running `Command { std: "docker" "start" "-a" "a5b4e248942d4f713c179b3dad992e92b4a45a441c8e4d2303ab6dc3e278fa96", kill_on_drop: false }`
[INFO] [stderr]    Compiling redis-starter-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `ErrorMsg` is never constructed
[INFO] [stdout]   --> src/network/manager/mod.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub enum RedisValueRef {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 37 |     ErrorMsg(Vec<u8>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RedisValueRef` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_bytes` is never used
[INFO] [stdout]   --> src/network/manager/mod.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl RedisValueRef {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 57 |     fn get_bytes(self) -> Bytes {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/network/manager/mod.rs:116:13
[INFO] [stdout]     |
[INFO] [stdout] 116 |     IOError(std::io::Error),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 116 -     IOError(std::io::Error),
[INFO] [stdout] 116 +     IOError(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/network/manager/mod.rs:118:23
[INFO] [stdout]     |
[INFO] [stdout] 118 |     BadBulkStringSize(i64),
[INFO] [stdout]     |     ----------------- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 118 -     BadBulkStringSize(i64),
[INFO] [stdout] 118 +     BadBulkStringSize(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/network/manager/mod.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout] 119 |     BadArraySize(i64),
[INFO] [stdout]     |     ------------ ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 119 -     BadArraySize(i64),
[INFO] [stdout] 119 +     BadArraySize(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UnexpectedEnd` is never constructed
[INFO] [stdout]    --> src/network/manager/mod.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub enum RESPError {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] 114 |     UnexpectedEnd,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "a5b4e248942d4f713c179b3dad992e92b4a45a441c8e4d2303ab6dc3e278fa96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5b4e248942d4f713c179b3dad992e92b4a45a441c8e4d2303ab6dc3e278fa96", kill_on_drop: false }`
[INFO] [stdout] a5b4e248942d4f713c179b3dad992e92b4a45a441c8e4d2303ab6dc3e278fa96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] e96d53ef3dd0ef1edd660a4c5e93e37a199977dea4e2fff77d30cc4eac88e1db
[INFO] running `Command { std: "docker" "start" "-a" "e96d53ef3dd0ef1edd660a4c5e93e37a199977dea4e2fff77d30cc4eac88e1db", kill_on_drop: false }`
[INFO] [stderr] warning: variant `ErrorMsg` is never constructed
[INFO] [stderr]   --> src/network/manager/mod.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub enum RedisValueRef {
[INFO] [stderr]    |          ------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 37 |     ErrorMsg(Vec<u8>),
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `RedisValueRef` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_bytes` is never used
[INFO] [stderr]   --> src/network/manager/mod.rs:57:8
[INFO] [stderr]    |
[INFO] [stderr] 40 | impl RedisValueRef {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 57 |     fn get_bytes(self) -> Bytes {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/network/manager/mod.rs:116:13
[INFO] [stderr]     |
[INFO] [stderr] 116 |     IOError(std::io::Error),
[INFO] [stderr]     |     ------- ^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 116 -     IOError(std::io::Error),
[INFO] [stderr] 116 +     IOError(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/network/manager/mod.rs:118:23
[INFO] [stderr]     |
[INFO] [stderr] 118 |     BadBulkStringSize(i64),
[INFO] [stderr]     |     ----------------- ^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 118 -     BadBulkStringSize(i64),
[INFO] [stderr] 118 +     BadBulkStringSize(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/network/manager/mod.rs:119:18
[INFO] [stderr]     |
[INFO] [stderr] 119 |     BadArraySize(i64),
[INFO] [stderr]     |     ------------ ^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 119 -     BadArraySize(i64),
[INFO] [stderr] 119 +     BadArraySize(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: variant `UnexpectedEnd` is never constructed
[INFO] [stderr]    --> src/network/manager/mod.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 113 | pub enum RESPError {
[INFO] [stderr]     |          --------- variant in this enum
[INFO] [stderr] 114 |     UnexpectedEnd,
[INFO] [stderr]     |     ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RESPError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `redis-starter-rust` (bin "redis-starter-rust" test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/redis_starter_rust-b25afb321c080eec)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e96d53ef3dd0ef1edd660a4c5e93e37a199977dea4e2fff77d30cc4eac88e1db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e96d53ef3dd0ef1edd660a4c5e93e37a199977dea4e2fff77d30cc4eac88e1db", kill_on_drop: false }`
[INFO] [stdout] e96d53ef3dd0ef1edd660a4c5e93e37a199977dea4e2fff77d30cc4eac88e1db
