[INFO] fetching crate redis-zero-protocol-parser 0.3.4...
[INFO] testing redis-zero-protocol-parser-0.3.4 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate redis-zero-protocol-parser 0.3.4 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate redis-zero-protocol-parser 0.3.4
[INFO] finished tweaking crates.io crate redis-zero-protocol-parser 0.3.4
[INFO] tweaked toml for crates.io crate redis-zero-protocol-parser 0.3.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate redis-zero-protocol-parser 0.3.4 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ffb07893206aa14ca4c204160eea4fa63e4de56f33c87523d60036d1ec978b51
[INFO] running `Command { std: "docker" "start" "-a" "ffb07893206aa14ca4c204160eea4fa63e4de56f33c87523d60036d1ec978b51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ffb07893206aa14ca4c204160eea4fa63e4de56f33c87523d60036d1ec978b51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffb07893206aa14ca4c204160eea4fa63e4de56f33c87523d60036d1ec978b51", kill_on_drop: false }`
[INFO] [stdout] ffb07893206aa14ca4c204160eea4fa63e4de56f33c87523d60036d1ec978b51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2fbcdab69a2296ea022b470370b0663a064e8ad4fb25fdfa6b953dcdd2ad658a
[INFO] running `Command { std: "docker" "start" "-a" "2fbcdab69a2296ea022b470370b0663a064e8ad4fb25fdfa6b953dcdd2ad658a", kill_on_drop: false }`
[INFO] [stderr]    Compiling redis-zero-protocol-parser v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stdout]     |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                 |
[INFO] [stdout]     |                     |                 the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:210:23
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                 |
[INFO] [stdout]     |                     |                 the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:224:25
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:234:29
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                             ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                 |
[INFO] [stdout]     |                             |                 the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:244:23
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:249:22
[INFO] [stdout]     |
[INFO] [stdout] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                      ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                 |
[INFO] [stdout]     |                      |                 the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:272:23
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] running `Command { std: "docker" "inspect" "2fbcdab69a2296ea022b470370b0663a064e8ad4fb25fdfa6b953dcdd2ad658a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fbcdab69a2296ea022b470370b0663a064e8ad4fb25fdfa6b953dcdd2ad658a", kill_on_drop: false }`
[INFO] [stdout] 2fbcdab69a2296ea022b470370b0663a064e8ad4fb25fdfa6b953dcdd2ad658a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b91f35c6ac6e6c7442c67751ce888cc2ce0e73f80a8707a56e68db1750d3dda
[INFO] running `Command { std: "docker" "start" "-a" "5b91f35c6ac6e6c7442c67751ce888cc2ce0e73f80a8707a56e68db1750d3dda", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stdout]     |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                 |
[INFO] [stdout]     |                     |                 the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:210:23
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                 |
[INFO] [stdout]     |                     |                 the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:224:25
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:234:29
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                             ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                 |
[INFO] [stdout]     |                             |                 the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:244:23
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:249:22
[INFO] [stdout]     |
[INFO] [stdout] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                      ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                 |
[INFO] [stdout]     |                      |                 the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling redis-zero-protocol-parser v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:272:23
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stdout]    |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:166:30
[INFO] [stdout]     |
[INFO] [stdout] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stdout]     |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                 |
[INFO] [stdout]     |                     |                 the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:210:23
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                 |
[INFO] [stdout]     |                     |                 the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:224:25
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:234:29
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                             ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |                 |
[INFO] [stdout]     |                             |                 the same lifetime is elided here
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:244:23
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:249:22
[INFO] [stdout]     |
[INFO] [stdout] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                      ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                 |
[INFO] [stdout]     |                      |                 the same lifetime is elided here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:272:23
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "5b91f35c6ac6e6c7442c67751ce888cc2ce0e73f80a8707a56e68db1750d3dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b91f35c6ac6e6c7442c67751ce888cc2ce0e73f80a8707a56e68db1750d3dda", kill_on_drop: false }`
[INFO] [stdout] 5b91f35c6ac6e6c7442c67751ce888cc2ce0e73f80a8707a56e68db1750d3dda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 68cb1add22cf3e84bb68f44dbeb3d880282efbdcbdfa611f56eff5505daff08c
[INFO] running `Command { std: "docker" "start" "-a" "68cb1add22cf3e84bb68f44dbeb3d880282efbdcbdfa611f56eff5505daff08c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:77:30
[INFO] [stderr]    |
[INFO] [stderr] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stderr]    |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr]  6 | #![deny(warnings)]
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 77 | fn parse_inline_proto(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:166:30
[INFO] [stderr]     |
[INFO] [stderr] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse, Error> {
[INFO] [stderr]     |                              ^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 166 | fn parse_server_array(bytes: &[u8]) -> Result<ServerResponse<'_>, Error> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:195:21
[INFO] [stderr]     |
[INFO] [stderr] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                 |
[INFO] [stderr]     |                     |                 the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 195 | pub fn parse(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:210:23
[INFO] [stderr]     |
[INFO] [stderr] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[INFO] [stderr]     |                       |                 the same lifetime is elided here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 210 | fn parse_error(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:218:21
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                     ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                 |
[INFO] [stderr]     |                     |                 the same lifetime is elided here
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 218 | fn parse_str(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:224:25
[INFO] [stderr]     |
[INFO] [stderr] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                 |
[INFO] [stderr]     |                         |                 the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 224 | fn parse_boolean(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:234:29
[INFO] [stderr]     |
[INFO] [stderr] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                             ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |                 |
[INFO] [stderr]     |                             |                 the same lifetime is elided here
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 234 | fn parse_big_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                         ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                 |
[INFO] [stderr]     |                         |                 the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 239 | fn parse_integer(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:244:23
[INFO] [stderr]     |
[INFO] [stderr] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[INFO] [stderr]     |                       |                 the same lifetime is elided here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 244 | fn parse_float(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:249:22
[INFO] [stderr]     |
[INFO] [stderr] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                      ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                 |
[INFO] [stderr]     |                      |                 the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 249 | fn parse_blob(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:272:23
[INFO] [stderr]     |
[INFO] [stderr] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value), Error> {
[INFO] [stderr]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[INFO] [stderr]     |                       |                 the same lifetime is elided here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 272 | fn parse_array(bytes: &[u8]) -> Result<(&[u8], Value<'_>), Error> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `redis-zero-protocol-parser` (lib) generated 11 warnings (run `cargo fix --lib -p redis-zero-protocol-parser` to apply 11 suggestions)
[INFO] [stderr] warning: `redis-zero-protocol-parser` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redis_zero_protocol_parser-f4fe908f26c2ce4d)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test test::test_complete_array_parser ... ok
[INFO] [stdout] test test::test_complete_blob_parsing ... ok
[INFO] [stdout] test test::test_empty_string ... ok
[INFO] [stdout] test test::test_incomplete_blob_parsing ... ok
[INFO] [stdout] test test::test_parse_big_integer ... ok
[INFO] [stdout] test test::test_complete_blob_parsing_and_extra_buffer ... ok
[INFO] [stdout] test test::test_parse_boolean_unexpected ... ok
[INFO] [stdout] test test::test_complete_nested_array_parser ... ok
[INFO] [stdout] test test::test_parse_float ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_2 ... ok
[INFO] [stdout] test test::test_parse_false ... ok
[INFO] [stdout] test test::test_parse_inline_protocol ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_4 ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_6 ... ok
[INFO] [stdout] test test::test_parse_integer ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_3 ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_5 ... ok
[INFO] [stdout] test test::test_parse_error ... ok
[INFO] [stdout] test test::test_parse_partial ... ok
[INFO] [stdout] test test::test_parse_str ... ok
[INFO] [stdout] test test::test_parse_true ... ok
[INFO] [stdout] test test::test_parse_zero ... ok
[INFO] [stdout] test test::test_parse_partial_2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests redis_zero_protocol_parser
[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" "68cb1add22cf3e84bb68f44dbeb3d880282efbdcbdfa611f56eff5505daff08c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68cb1add22cf3e84bb68f44dbeb3d880282efbdcbdfa611f56eff5505daff08c", kill_on_drop: false }`
[INFO] [stdout] 68cb1add22cf3e84bb68f44dbeb3d880282efbdcbdfa611f56eff5505daff08c
