[INFO] cloning repository https://github.com/buckeyevn/rusty-redis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/buckeyevn/rusty-redis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbuckeyevn%2Frusty-redis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbuckeyevn%2Frusty-redis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c7e5aa9fdd2bb49f6f2d3c2bce764721dc1c2934
[INFO] checking buckeyevn/rusty-redis against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbuckeyevn%2Frusty-redis" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/buckeyevn/rusty-redis
[INFO] finished tweaking git repo https://github.com/buckeyevn/rusty-redis
[INFO] tweaked toml for git repo https://github.com/buckeyevn/rusty-redis written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/buckeyevn/rusty-redis 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 git repo https://github.com/buckeyevn/rusty-redis 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 pretty_env_logger v0.4.0
[INFO] [stderr]   Downloaded parking_lot_core v0.9.5
[INFO] [stderr]   Downloaded redis v0.22.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ed6141e0d678b897e344d6653b6514708b335ea403325370d799b8ed2bb0f622
[INFO] running `Command { std: "docker" "start" "-a" "ed6141e0d678b897e344d6653b6514708b335ea403325370d799b8ed2bb0f622", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed6141e0d678b897e344d6653b6514708b335ea403325370d799b8ed2bb0f622", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed6141e0d678b897e344d6653b6514708b335ea403325370d799b8ed2bb0f622", kill_on_drop: false }`
[INFO] [stdout] ed6141e0d678b897e344d6653b6514708b335ea403325370d799b8ed2bb0f622
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d19f65f5d5a879667b190db23aa7ed94ecb0c883a66b314e23e688dacba38e4f
[INFO] running `Command { std: "docker" "start" "-a" "d19f65f5d5a879667b190db23aa7ed94ecb0c883a66b314e23e688dacba38e4f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]     Checking once_cell v1.17.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling rustix v0.36.6
[INFO] [stderr]    Compiling tokio v1.23.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking futures-io v0.3.25
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking combine v4.6.6
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking is-terminal v0.4.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking redis v0.22.1
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]     Checking clap v4.0.32
[INFO] [stderr]     Checking futures-executor v0.3.25
[INFO] [stderr]     Checking futures v0.3.25
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> src/bin/server/main.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use log::{debug, error, trace, warn};
[INFO] [stdout]   |           ^^^^^                ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TcpStream`
[INFO] [stdout]  --> src/bin/server/main.rs:3:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | use tokio::net::{TcpListener, TcpStream};
[INFO] [stdout]   |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/bin/server/connection.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SinkExt`
[INFO] [stdout]  --> src/bin/server/connection.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::{SinkExt, StreamExt};
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> src/bin/server/connection.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log::{debug, error, trace, warn};
[INFO] [stdout]   |           ^^^^^                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn encode(&mut self, item: String, dst: &mut BytesMut) -> Result<(), Self::Error> {
[INFO] [stdout]    |                          ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dst`
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:63:40
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn encode(&mut self, item: String, dst: &mut BytesMut) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                        ^^^ help: if this is intentional, prefix it with an underscore: `_dst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> src/bin/server/main.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use log::{debug, error, trace, warn};
[INFO] [stdout]   |           ^^^^^                ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TcpStream`
[INFO] [stdout]  --> src/bin/server/main.rs:3:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | use tokio::net::{TcpListener, TcpStream};
[INFO] [stdout]   |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/bin/server/connection.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SinkExt`
[INFO] [stdout]  --> src/bin/server/connection.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::{SinkExt, StreamExt};
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> src/bin/server/connection.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log::{debug, error, trace, warn};
[INFO] [stdout]   |           ^^^^^                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Simple(String),
[INFO] [stdout]    |     ------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 15 -     Simple(String),
[INFO] [stdout] 15 +     Simple(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Error(String),
[INFO] [stdout]    |     ----- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 16 -     Error(String),
[INFO] [stdout] 16 +     Error(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Integer(u64),
[INFO] [stdout]    |     ------- ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 17 -     Integer(u64),
[INFO] [stdout] 17 +     Integer(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Bulk(Bytes),
[INFO] [stdout]    |     ---- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 18 -     Bulk(Bytes),
[INFO] [stdout] 18 +     Bulk(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Array(Vec<RespFrame>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 20 -     Array(Vec<RespFrame>),
[INFO] [stdout] 20 +     Array(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn encode(&mut self, item: String, dst: &mut BytesMut) -> Result<(), Self::Error> {
[INFO] [stdout]    |                          ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dst`
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:63:40
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn encode(&mut self, item: String, dst: &mut BytesMut) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                        ^^^ help: if this is intentional, prefix it with an underscore: `_dst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Simple(String),
[INFO] [stdout]    |     ------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 15 -     Simple(String),
[INFO] [stdout] 15 +     Simple(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Error(String),
[INFO] [stdout]    |     ----- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 16 -     Error(String),
[INFO] [stdout] 16 +     Error(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Integer(u64),
[INFO] [stdout]    |     ------- ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 17 -     Integer(u64),
[INFO] [stdout] 17 +     Integer(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Bulk(Bytes),
[INFO] [stdout]    |     ---- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 18 -     Bulk(Bytes),
[INFO] [stdout] 18 +     Bulk(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/server/resp_codec.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Array(Vec<RespFrame>),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RespFrame` 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] 20 -     Array(Vec<RespFrame>),
[INFO] [stdout] 20 +     Array(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "d19f65f5d5a879667b190db23aa7ed94ecb0c883a66b314e23e688dacba38e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d19f65f5d5a879667b190db23aa7ed94ecb0c883a66b314e23e688dacba38e4f", kill_on_drop: false }`
[INFO] [stdout] d19f65f5d5a879667b190db23aa7ed94ecb0c883a66b314e23e688dacba38e4f
