[INFO] fetching crate tinyresp 0.2.1...
[INFO] testing tinyresp-0.2.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tinyresp 0.2.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate tinyresp 0.2.1
[INFO] finished tweaking crates.io crate tinyresp 0.2.1
[INFO] tweaked toml for crates.io crate tinyresp 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tinyresp 0.2.1 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] fa82637ad605cbf0ba1bc08d1b34a801c96006b544085da70c7d7e2a0a7e318d
[INFO] running `Command { std: "docker" "start" "-a" "fa82637ad605cbf0ba1bc08d1b34a801c96006b544085da70c7d7e2a0a7e318d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa82637ad605cbf0ba1bc08d1b34a801c96006b544085da70c7d7e2a0a7e318d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa82637ad605cbf0ba1bc08d1b34a801c96006b544085da70c7d7e2a0a7e318d", kill_on_drop: false }`
[INFO] [stdout] fa82637ad605cbf0ba1bc08d1b34a801c96006b544085da70c7d7e2a0a7e318d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] cb1ad42175f314d376c70a08a0cbca7a5854ebc682cec964d70e0cf1024f2a3d
[INFO] running `Command { std: "docker" "start" "-a" "cb1ad42175f314d376c70a08a0cbca7a5854ebc682cec964d70e0cf1024f2a3d", kill_on_drop: false }`
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tinyresp v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse(input: &str) -> Result<Value, String> {
[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] 57 | pub fn parse(input: &str) -> Result<Value<'_>, String> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value> {
[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] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:99:27
[INFO] [stdout]    |
[INFO] [stdout] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value>> {
[INFO] [stdout]    |                           ^^^^                                ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                                   |
[INFO] [stdout]    |                           the lifetime is elided here         the same 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] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:113:31
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value> {
[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] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:119:30
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value> {
[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] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn parse_integer(input: &str) -> IResult<&str, Value> {
[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] 125 | fn parse_integer(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value> {
[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] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value> {
[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] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:149:23
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse_array(input: &str) -> IResult<&str, Value> {
[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] 149 | fn parse_array(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:22
[INFO] [stdout]     |
[INFO] [stdout] 155 | fn parse_null(input: &str) -> IResult<&str, Value> {
[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] 155 | fn parse_null(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:22
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn parse_bool(input: &str) -> IResult<&str, Value> {
[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] 160 | fn parse_bool(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:171:24
[INFO] [stdout]     |
[INFO] [stdout] 171 | fn parse_double(input: &str) -> IResult<&str, Value> {
[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] 171 | fn parse_double(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:192:27
[INFO] [stdout]     |
[INFO] [stdout] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value> {
[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] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value> {
[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] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 | fn parse_map(input: &str) -> IResult<&str, Value> {
[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] 209 | fn parse_map(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn parse_set(input: &str) -> IResult<&str, Value> {
[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] 229 | fn parse_set(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:235:24
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value> {
[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] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
[INFO] running `Command { std: "docker" "inspect" "cb1ad42175f314d376c70a08a0cbca7a5854ebc682cec964d70e0cf1024f2a3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb1ad42175f314d376c70a08a0cbca7a5854ebc682cec964d70e0cf1024f2a3d", kill_on_drop: false }`
[INFO] [stdout] cb1ad42175f314d376c70a08a0cbca7a5854ebc682cec964d70e0cf1024f2a3d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 24c8b82b9e15d0a1640dedf8b7ce9c578323e82fe65ae68ab66e9cf3726e8727
[INFO] running `Command { std: "docker" "start" "-a" "24c8b82b9e15d0a1640dedf8b7ce9c578323e82fe65ae68ab66e9cf3726e8727", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse(input: &str) -> Result<Value, String> {
[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] 57 | pub fn parse(input: &str) -> Result<Value<'_>, String> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value> {
[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] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:99:27
[INFO] [stdout]    |
[INFO] [stdout] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value>> {
[INFO] [stdout]    |                           ^^^^                                ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                                   |
[INFO] [stdout]    |                           the lifetime is elided here         the same 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] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:113:31
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value> {
[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] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:119:30
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value> {
[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] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn parse_integer(input: &str) -> IResult<&str, Value> {
[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] 125 | fn parse_integer(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value> {
[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] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value> {
[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] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:149:23
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse_array(input: &str) -> IResult<&str, Value> {
[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] 149 | fn parse_array(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:22
[INFO] [stdout]     |
[INFO] [stdout] 155 | fn parse_null(input: &str) -> IResult<&str, Value> {
[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] 155 | fn parse_null(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:22
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn parse_bool(input: &str) -> IResult<&str, Value> {
[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] 160 | fn parse_bool(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:171:24
[INFO] [stdout]     |
[INFO] [stdout] 171 | fn parse_double(input: &str) -> IResult<&str, Value> {
[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] 171 | fn parse_double(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:192:27
[INFO] [stdout]     |
[INFO] [stdout] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value> {
[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] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value> {
[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] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 | fn parse_map(input: &str) -> IResult<&str, Value> {
[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] 209 | fn parse_map(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn parse_set(input: &str) -> IResult<&str, Value> {
[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] 229 | fn parse_set(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinyresp v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:235:24
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value> {
[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] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse(input: &str) -> Result<Value, String> {
[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] 57 | pub fn parse(input: &str) -> Result<Value<'_>, String> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:80:27
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value> {
[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] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:99:27
[INFO] [stdout]    |
[INFO] [stdout] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value>> {
[INFO] [stdout]    |                           ^^^^                                ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                                   |
[INFO] [stdout]    |                           the lifetime is elided here         the same 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] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:113:31
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value> {
[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] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:119:30
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value> {
[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] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn parse_integer(input: &str) -> IResult<&str, Value> {
[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] 125 | fn parse_integer(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value> {
[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] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value> {
[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] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:149:23
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn parse_array(input: &str) -> IResult<&str, Value> {
[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] 149 | fn parse_array(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:155:22
[INFO] [stdout]     |
[INFO] [stdout] 155 | fn parse_null(input: &str) -> IResult<&str, Value> {
[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] 155 | fn parse_null(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:22
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn parse_bool(input: &str) -> IResult<&str, Value> {
[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] 160 | fn parse_bool(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:171:24
[INFO] [stdout]     |
[INFO] [stdout] 171 | fn parse_double(input: &str) -> IResult<&str, Value> {
[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] 171 | fn parse_double(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:192:27
[INFO] [stdout]     |
[INFO] [stdout] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value> {
[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] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value> {
[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] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 | fn parse_map(input: &str) -> IResult<&str, Value> {
[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] 209 | fn parse_map(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn parse_set(input: &str) -> IResult<&str, Value> {
[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] 229 | fn parse_set(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:235:24
[INFO] [stdout]     |
[INFO] [stdout] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value> {
[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] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.56s
[INFO] running `Command { std: "docker" "inspect" "24c8b82b9e15d0a1640dedf8b7ce9c578323e82fe65ae68ab66e9cf3726e8727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24c8b82b9e15d0a1640dedf8b7ce9c578323e82fe65ae68ab66e9cf3726e8727", kill_on_drop: false }`
[INFO] [stdout] 24c8b82b9e15d0a1640dedf8b7ce9c578323e82fe65ae68ab66e9cf3726e8727
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f391b71d017627a747065fe1cff86f3147b596a328c3fd913b86d646666b09f7
[INFO] running `Command { std: "docker" "start" "-a" "f391b71d017627a747065fe1cff86f3147b596a328c3fd913b86d646666b09f7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:48:29
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub fn parse_message(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn parse(input: &str) -> Result<Value, String> {
[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] 57 | pub fn parse(input: &str) -> Result<Value<'_>, String> {
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:80:27
[INFO] [stderr]    |
[INFO] [stderr] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value> {
[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] 80 | pub fn parse_value(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:99:27
[INFO] [stderr]    |
[INFO] [stderr] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value>> {
[INFO] [stderr]    |                           ^^^^                                ^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                                   |
[INFO] [stderr]    |                           the lifetime is elided here         the same 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] 99 | fn values_sequence(input: &str, multiplier: usize) -> IResult<&str, Vec<Value<'_>>> {
[INFO] [stderr]    |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:113:31
[INFO] [stderr]     |
[INFO] [stderr] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value> {
[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] 113 | fn parse_simple_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:119:30
[INFO] [stderr]     |
[INFO] [stderr] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value> {
[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] 119 | fn parse_simple_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:125:25
[INFO] [stderr]     |
[INFO] [stderr] 125 | fn parse_integer(input: &str) -> IResult<&str, Value> {
[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] 125 | fn parse_integer(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:137:29
[INFO] [stderr]     |
[INFO] [stderr] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value> {
[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] 137 | fn parse_bulk_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:143:28
[INFO] [stderr]     |
[INFO] [stderr] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value> {
[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] 143 | fn parse_bulk_error(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:149:23
[INFO] [stderr]     |
[INFO] [stderr] 149 | fn parse_array(input: &str) -> IResult<&str, Value> {
[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] 149 | fn parse_array(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:155:22
[INFO] [stderr]     |
[INFO] [stderr] 155 | fn parse_null(input: &str) -> IResult<&str, Value> {
[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] 155 | fn parse_null(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:160:22
[INFO] [stderr]     |
[INFO] [stderr] 160 | fn parse_bool(input: &str) -> IResult<&str, Value> {
[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] 160 | fn parse_bool(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:171:24
[INFO] [stderr]     |
[INFO] [stderr] 171 | fn parse_double(input: &str) -> IResult<&str, Value> {
[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] 171 | fn parse_double(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:192:27
[INFO] [stderr]     |
[INFO] [stderr] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value> {
[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] 192 | fn parse_bignumber(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:201:33
[INFO] [stderr]     |
[INFO] [stderr] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value> {
[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] 201 | fn parse_verbatim_string(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:209:21
[INFO] [stderr]     |
[INFO] [stderr] 209 | fn parse_map(input: &str) -> IResult<&str, Value> {
[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] 209 | fn parse_map(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:229:21
[INFO] [stderr]     |
[INFO] [stderr] 229 | fn parse_set(input: &str) -> IResult<&str, Value> {
[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] 229 | fn parse_set(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:235:24
[INFO] [stderr]     |
[INFO] [stderr] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value> {
[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] 235 | fn parse_pushes(input: &str) -> IResult<&str, Value<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tinyresp` (lib) generated 18 warnings (run `cargo fix --lib -p tinyresp` to apply 18 suggestions)
[INFO] [stderr] warning: `tinyresp` (lib test) generated 18 warnings (18 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tinyresp-4127987acc2b0f93)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test tests::test_bool ... ok
[INFO] [stdout] test tests::test_double ... ok
[INFO] [stdout] test tests::test_map ... ok
[INFO] [stdout] test tests::test_parse_array ... ok
[INFO] [stdout] test tests::test_parse_bulk_error ... ok
[INFO] [stdout] test tests::test_parse_bulk_string ... ok
[INFO] [stdout] test tests::test_parse_simple_error ... ok
[INFO] [stdout] test tests::test_null ... ok
[INFO] [stdout] test tests::test_bignumber ... ok
[INFO] [stdout] test tests::test_pushes ... ok
[INFO] [stdout] test tests::test_set ... ok
[INFO] [stdout] test tests::test_parse ... ok
[INFO] [stdout] test tests::test_verbatim_string ... ok
[INFO] [stdout] test value::tests::test_is_bulk_error ... ok
[INFO] [stdout] test tests::test_parse_simple_string ... ok
[INFO] [stdout] test tests::test_parse_integer ... ok
[INFO] [stdout] test value::tests::test_as_array ... ok
[INFO] [stdout] test value::tests::test_as_bool ... ok
[INFO] [stdout] test value::tests::test_as_f64 ... ok
[INFO] [stdout] test value::tests::test_as_i64 ... ok
[INFO] [stdout] test value::tests::test_as_map ... ok
[INFO] [stdout] test value::tests::test_as_set ... ok
[INFO] [stdout] test value::tests::test_is_array ... ok
[INFO] [stdout] test value::tests::test_as_str ... ok
[INFO] [stdout] test value::tests::test_is_array_like ... ok
[INFO] [stdout] test value::tests::test_is_double ... ok
[INFO] [stdout] test value::tests::test_is_err ... ok
[INFO] [stdout] test value::tests::test_is_map ... ok
[INFO] [stdout] test value::tests::test_is_null ... ok
[INFO] [stdout] test value::tests::test_is_ok ... ok
[INFO] [stdout] test value::tests::test_is_integer ... ok
[INFO] [stdout] test value::tests::test_is_pushes ... ok
[INFO] [stdout] test value::tests::test_is_simple_string ... ok
[INFO] [stdout] test value::tests::test_is_simple_error ... ok
[INFO] [stdout] test value::tests::test_is_verbatim_string ... ok
[INFO] [stdout] test value::tests::test_try_to_hashmap ... ok
[INFO] [stdout] test value::tests::test_is_bignumber ... ok
[INFO] [stdout] test value::tests::test_is_bool ... ok
[INFO] [stdout] test value::tests::test_is_bulk_string ... ok
[INFO] [stdout] test value::tests::test_is_set ... ok
[INFO] [stdout] test value::tests::test_is_string_like ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tinyresp
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - parse_value (line 69) ... ok
[INFO] [stdout] test src/lib.rs - (line 13) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f391b71d017627a747065fe1cff86f3147b596a328c3fd913b86d646666b09f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f391b71d017627a747065fe1cff86f3147b596a328c3fd913b86d646666b09f7", kill_on_drop: false }`
[INFO] [stdout] f391b71d017627a747065fe1cff86f3147b596a328c3fd913b86d646666b09f7
