[INFO] fetching crate redis-zero-protocol-parser 0.3.4...
[INFO] testing redis-zero-protocol-parser-0.3.4 against 1.95.0 for beta-1.96-2
[INFO] extracting crate redis-zero-protocol-parser 0.3.4 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate redis-zero-protocol-parser 0.3.4 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] cbcdf911b94902fcbde072dc17e9b3b4bfce55140d20b0781ae9a40729dfc1e0
[INFO] running `Command { std: "docker" "start" "-a" "cbcdf911b94902fcbde072dc17e9b3b4bfce55140d20b0781ae9a40729dfc1e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbcdf911b94902fcbde072dc17e9b3b4bfce55140d20b0781ae9a40729dfc1e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbcdf911b94902fcbde072dc17e9b3b4bfce55140d20b0781ae9a40729dfc1e0", kill_on_drop: false }`
[INFO] [stdout] cbcdf911b94902fcbde072dc17e9b3b4bfce55140d20b0781ae9a40729dfc1e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c80f30cad84d883fe51403f9fa4c49653633af05a2e320f3c2e2619f0ac61cd
[INFO] running `Command { std: "docker" "start" "-a" "0c80f30cad84d883fe51403f9fa4c49653633af05a2e320f3c2e2619f0ac61cd", 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.18s
[INFO] running `Command { std: "docker" "inspect" "0c80f30cad84d883fe51403f9fa4c49653633af05a2e320f3c2e2619f0ac61cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c80f30cad84d883fe51403f9fa4c49653633af05a2e320f3c2e2619f0ac61cd", kill_on_drop: false }`
[INFO] [stdout] 0c80f30cad84d883fe51403f9fa4c49653633af05a2e320f3c2e2619f0ac61cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b176e1c015bc03353c652fe31dae87775690a3fdb78358795c7e9c2be733371
[INFO] running `Command { std: "docker" "start" "-a" "2b176e1c015bc03353c652fe31dae87775690a3fdb78358795c7e9c2be733371", 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] [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: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] [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.68s
[INFO] running `Command { std: "docker" "inspect" "2b176e1c015bc03353c652fe31dae87775690a3fdb78358795c7e9c2be733371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b176e1c015bc03353c652fe31dae87775690a3fdb78358795c7e9c2be733371", kill_on_drop: false }`
[INFO] [stdout] 2b176e1c015bc03353c652fe31dae87775690a3fdb78358795c7e9c2be733371
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 57c44c94ad67b40983e729e70a1ee234c821f9ab0dcff1fe4aa880ef50e20650
[INFO] running `Command { std: "docker" "start" "-a" "57c44c94ad67b40983e729e70a1ee234c821f9ab0dcff1fe4aa880ef50e20650", 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.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redis_zero_protocol_parser-8aa7319897ea26f9)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test test::test_complete_array_parser ... ok
[INFO] [stdout] test test::test_complete_nested_array_parser ... ok
[INFO] [stdout] test test::test_complete_blob_parsing ... ok
[INFO] [stdout] test test::test_complete_blob_parsing_and_extra_buffer ... 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_parse_boolean_unexpected ... ok
[INFO] [stdout] test test::test_parse_false ... ok
[INFO] [stdout] test test::test_parse_error ... ok
[INFO] [stdout] test test::test_parse_float ... ok
[INFO] [stdout] test test::test_parse_inline_protocol ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_3 ... ok
[INFO] [stdout] test test::test_parse_inline_protocol_2 ... 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_inline_protocol_5 ... ok
[INFO] [stdout] test test::test_parse_integer ... ok
[INFO] [stdout] test test::test_parse_partial ... ok
[INFO] [stdout] test test::test_parse_str ... ok
[INFO] [stdout] test test::test_parse_partial_2 ... ok
[INFO] [stdout] test test::test_parse_zero ... ok
[INFO] [stdout] test test::test_parse_true ... ok
[INFO] [stderr]    Doc-tests redis_zero_protocol_parser
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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" "57c44c94ad67b40983e729e70a1ee234c821f9ab0dcff1fe4aa880ef50e20650", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57c44c94ad67b40983e729e70a1ee234c821f9ab0dcff1fe4aa880ef50e20650", kill_on_drop: false }`
[INFO] [stdout] 57c44c94ad67b40983e729e70a1ee234c821f9ab0dcff1fe4aa880ef50e20650
