[INFO] fetching crate ninja-build-syntax 0.0.2...
[INFO] testing ninja-build-syntax-0.0.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate ninja-build-syntax 0.0.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate ninja-build-syntax 0.0.2
[INFO] finished tweaking crates.io crate ninja-build-syntax 0.0.2
[INFO] tweaked toml for crates.io crate ninja-build-syntax 0.0.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ninja-build-syntax 0.0.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-2025-10-28" "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 86 packages to latest compatible versions
[INFO] [stderr]       Adding bstr v0.2.17 (available: v1.12.1)
[INFO] [stderr]       Adding criterion v0.2.11 (available: v0.7.0)
[INFO] [stderr]       Adding crossbeam v0.3.2 (available: v0.8.4)
[INFO] [stderr]       Adding nom v5.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d786936e0c7cab44fe77814875b003fb67d504bd82d88480cff3da40332be6e
[INFO] running `Command { std: "docker" "start" "-a" "8d786936e0c7cab44fe77814875b003fb67d504bd82d88480cff3da40332be6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d786936e0c7cab44fe77814875b003fb67d504bd82d88480cff3da40332be6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d786936e0c7cab44fe77814875b003fb67d504bd82d88480cff3da40332be6e", kill_on_drop: false }`
[INFO] [stdout] 8d786936e0c7cab44fe77814875b003fb67d504bd82d88480cff3da40332be6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61d0d4a5acf6d08e4f43810e28ce7c770109aadf3e8021aef8e17ba1b0757c38
[INFO] running `Command { std: "docker" "start" "-a" "61d0d4a5acf6d08e4f43810e28ce7c770109aadf3e8021aef8e17ba1b0757c38", kill_on_drop: false }`
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling ninja-build-syntax v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn maybe_whitespace(input: &[u8]) -> IResult<()> {
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn maybe_whitespace(input: &[u8]) -> IResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn identifier(input: &[u8]) -> IResult<Identifier> {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |         |       |
[INFO] [stdout]    |                      |         |       the same lifetime is hidden here
[INFO] [stdout]    |                      |         the same lifetime is hidden 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] 65 | fn identifier(input: &[u8]) -> IResult<'_, Identifier<'_>> {
[INFO] [stdout]    |                                        +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:71:29
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn simple_identifier(input: &[u8]) -> IResult<Identifier> {
[INFO] [stdout]    |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |         |       |
[INFO] [stdout]    |                             |         |       the same lifetime is hidden here
[INFO] [stdout]    |                             |         the same lifetime is hidden 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] 71 | fn simple_identifier(input: &[u8]) -> IResult<'_, Identifier<'_>> {
[INFO] [stdout]    |                                               +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 | fn value(input: &[u8]) -> IResult<Value> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |       |
[INFO] [stdout]     |                 |         |       the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden 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] 128 | fn value(input: &[u8]) -> IResult<'_, Value<'_>> {
[INFO] [stdout]     |                                   +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn path(input: &[u8]) -> IResult<Value> {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                |         |       |
[INFO] [stdout]     |                |         |       the same lifetime is hidden here
[INFO] [stdout]     |                |         the same lifetime is hidden 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 | fn path(input: &[u8]) -> IResult<'_, Value<'_>> {
[INFO] [stdout]     |                                  +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn paths0(input: &[u8]) -> IResult<Vec<Value>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |           |
[INFO] [stdout]     |                  |         |           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden 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] 221 | fn paths0(input: &[u8]) -> IResult<'_, Vec<Value<'_>>> {
[INFO] [stdout]     |                                    +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:225:18
[INFO] [stdout]     |
[INFO] [stdout] 225 | fn paths1(input: &[u8]) -> IResult<Vec<Value>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |           |
[INFO] [stdout]     |                  |         |           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden 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] 225 | fn paths1(input: &[u8]) -> IResult<'_, Vec<Value<'_>>> {
[INFO] [stdout]     |                                    +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:261:21
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn parse(input: &[u8]) -> IResult<Binding> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 261 |     fn parse(input: &[u8]) -> IResult<'_, Binding<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:334:20
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn bindings(input: &[u8]) -> IResult<Vec<Binding>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |           |
[INFO] [stdout]     |                    |         |           the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden 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] 334 | fn bindings(input: &[u8]) -> IResult<'_, Vec<Binding<'_>>> {
[INFO] [stdout]     |                                      +++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |     fn parse(input: &[u8]) -> IResult<Rule> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 437 |     fn parse(input: &[u8]) -> IResult<'_, Rule<'_>> {
[INFO] [stdout]     |                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:515:21
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn parse(input: &[u8]) -> IResult<Build> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 515 |     fn parse(input: &[u8]) -> IResult<'_, Build<'_>> {
[INFO] [stdout]     |                                       +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:633:21
[INFO] [stdout]     |
[INFO] [stdout] 633 |     fn parse(input: &[u8]) -> IResult<Default> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 633 |     fn parse(input: &[u8]) -> IResult<'_, Default<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:683:21
[INFO] [stdout]     |
[INFO] [stdout] 683 |     fn parse(input: &[u8]) -> IResult<Include> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 683 |     fn parse(input: &[u8]) -> IResult<'_, Include<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:748:18
[INFO] [stdout]     |
[INFO] [stdout] 748 | fn indent(input: &[u8]) -> IResult<usize> {
[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] 748 | fn indent(input: &[u8]) -> IResult<'_, usize> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:753:21
[INFO] [stdout]     |
[INFO] [stdout] 753 |     fn parse(input: &[u8]) -> IResult<Pool> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 753 |     fn parse(input: &[u8]) -> IResult<'_, Pool<'_>> {
[INFO] [stdout]     |                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:802:21
[INFO] [stdout]     |
[INFO] [stdout] 802 |     fn parse(input: &[u8]) -> IResult<Comment> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 802 |     fn parse(input: &[u8]) -> IResult<'_, Comment<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:845:32
[INFO] [stdout]     |
[INFO] [stdout] 845 |     pub(crate) fn parse(input: &[u8]) -> IResult<Statement> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |         |       |
[INFO] [stdout]     |                                |         |       the same lifetime is hidden here
[INFO] [stdout]     |                                |         the same lifetime is hidden 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] 845 |     pub(crate) fn parse(input: &[u8]) -> IResult<'_, Statement<'_>> {
[INFO] [stdout]     |                                                  +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/statements.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn parse(data: &[u8]) -> impl Iterator<Item = Result<Statement, Error>> {
[INFO] [stdout]   |                    ^^^^^ the lifetime is elided here     ^^^^^^^^^ the same lifetime is hidden 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] 9 | pub fn parse(data: &[u8]) -> impl Iterator<Item = Result<Statement<'_>, Error>> {
[INFO] [stdout]   |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
[INFO] running `Command { std: "docker" "inspect" "61d0d4a5acf6d08e4f43810e28ce7c770109aadf3e8021aef8e17ba1b0757c38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61d0d4a5acf6d08e4f43810e28ce7c770109aadf3e8021aef8e17ba1b0757c38", kill_on_drop: false }`
[INFO] [stdout] 61d0d4a5acf6d08e4f43810e28ce7c770109aadf3e8021aef8e17ba1b0757c38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c09b236c62461320a729b1a5962315c5bc66efbb40d867ac7809fe6fcc2fdf81
[INFO] running `Command { std: "docker" "start" "-a" "c09b236c62461320a729b1a5962315c5bc66efbb40d867ac7809fe6fcc2fdf81", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling crossbeam v0.3.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn maybe_whitespace(input: &[u8]) -> IResult<()> {
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn maybe_whitespace(input: &[u8]) -> IResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn identifier(input: &[u8]) -> IResult<Identifier> {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |         |       |
[INFO] [stdout]    |                      |         |       the same lifetime is hidden here
[INFO] [stdout]    |                      |         the same lifetime is hidden 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] 65 | fn identifier(input: &[u8]) -> IResult<'_, Identifier<'_>> {
[INFO] [stdout]    |                                        +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:71:29
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn simple_identifier(input: &[u8]) -> IResult<Identifier> {
[INFO] [stdout]    |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |         |       |
[INFO] [stdout]    |                             |         |       the same lifetime is hidden here
[INFO] [stdout]    |                             |         the same lifetime is hidden 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] 71 | fn simple_identifier(input: &[u8]) -> IResult<'_, Identifier<'_>> {
[INFO] [stdout]    |                                               +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 | fn value(input: &[u8]) -> IResult<Value> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |       |
[INFO] [stdout]     |                 |         |       the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden 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] 128 | fn value(input: &[u8]) -> IResult<'_, Value<'_>> {
[INFO] [stdout]     |                                   +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn path(input: &[u8]) -> IResult<Value> {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                |         |       |
[INFO] [stdout]     |                |         |       the same lifetime is hidden here
[INFO] [stdout]     |                |         the same lifetime is hidden 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 | fn path(input: &[u8]) -> IResult<'_, Value<'_>> {
[INFO] [stdout]     |                                  +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn paths0(input: &[u8]) -> IResult<Vec<Value>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |           |
[INFO] [stdout]     |                  |         |           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden 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] 221 | fn paths0(input: &[u8]) -> IResult<'_, Vec<Value<'_>>> {
[INFO] [stdout]     |                                    +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:225:18
[INFO] [stdout]     |
[INFO] [stdout] 225 | fn paths1(input: &[u8]) -> IResult<Vec<Value>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |           |
[INFO] [stdout]     |                  |         |           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden 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] 225 | fn paths1(input: &[u8]) -> IResult<'_, Vec<Value<'_>>> {
[INFO] [stdout]     |                                    +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:261:21
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn parse(input: &[u8]) -> IResult<Binding> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 261 |     fn parse(input: &[u8]) -> IResult<'_, Binding<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:334:20
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn bindings(input: &[u8]) -> IResult<Vec<Binding>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |           |
[INFO] [stdout]     |                    |         |           the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden 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] 334 | fn bindings(input: &[u8]) -> IResult<'_, Vec<Binding<'_>>> {
[INFO] [stdout]     |                                      +++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |     fn parse(input: &[u8]) -> IResult<Rule> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 437 |     fn parse(input: &[u8]) -> IResult<'_, Rule<'_>> {
[INFO] [stdout]     |                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:515:21
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn parse(input: &[u8]) -> IResult<Build> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 515 |     fn parse(input: &[u8]) -> IResult<'_, Build<'_>> {
[INFO] [stdout]     |                                       +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:633:21
[INFO] [stdout]     |
[INFO] [stdout] 633 |     fn parse(input: &[u8]) -> IResult<Default> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 633 |     fn parse(input: &[u8]) -> IResult<'_, Default<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:683:21
[INFO] [stdout]     |
[INFO] [stdout] 683 |     fn parse(input: &[u8]) -> IResult<Include> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 683 |     fn parse(input: &[u8]) -> IResult<'_, Include<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:748:18
[INFO] [stdout]     |
[INFO] [stdout] 748 | fn indent(input: &[u8]) -> IResult<usize> {
[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] 748 | fn indent(input: &[u8]) -> IResult<'_, usize> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:753:21
[INFO] [stdout]     |
[INFO] [stdout] 753 |     fn parse(input: &[u8]) -> IResult<Pool> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 753 |     fn parse(input: &[u8]) -> IResult<'_, Pool<'_>> {
[INFO] [stdout]     |                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:802:21
[INFO] [stdout]     |
[INFO] [stdout] 802 |     fn parse(input: &[u8]) -> IResult<Comment> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 802 |     fn parse(input: &[u8]) -> IResult<'_, Comment<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:845:32
[INFO] [stdout]     |
[INFO] [stdout] 845 |     pub(crate) fn parse(input: &[u8]) -> IResult<Statement> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |         |       |
[INFO] [stdout]     |                                |         |       the same lifetime is hidden here
[INFO] [stdout]     |                                |         the same lifetime is hidden 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] 845 |     pub(crate) fn parse(input: &[u8]) -> IResult<'_, Statement<'_>> {
[INFO] [stdout]     |                                                  +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/statements.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn parse(data: &[u8]) -> impl Iterator<Item = Result<Statement, Error>> {
[INFO] [stdout]   |                    ^^^^^ the lifetime is elided here     ^^^^^^^^^ the same lifetime is hidden 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] 9 | pub fn parse(data: &[u8]) -> impl Iterator<Item = Result<Statement<'_>, Error>> {
[INFO] [stdout]   |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling rand_xoshiro v0.1.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling criterion-plot v0.3.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.2.11
[INFO] [stderr]    Compiling ninja-build-syntax v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `test_data`
[INFO] [stdout]  --> tests/test_assets.rs:5:44
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let reader = xz2::read::XzDecoder::new(test_data::ASSETS_TAR);
[INFO] [stdout]   |                                            ^^^^^^^^^ use of unresolved module or unlinked crate `test_data`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_data`, use `cargo add test_data` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/test_assets.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |             let mut file = file.unwrap();
[INFO] [stdout]    |                            ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ninja-build-syntax` (test "test_assets") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn maybe_whitespace(input: &[u8]) -> IResult<()> {
[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: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn maybe_whitespace(input: &[u8]) -> IResult<'_, ()> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:65:22
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn identifier(input: &[u8]) -> IResult<Identifier> {
[INFO] [stdout]    |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                      |         |       |
[INFO] [stdout]    |                      |         |       the same lifetime is hidden here
[INFO] [stdout]    |                      |         the same lifetime is hidden 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] 65 | fn identifier(input: &[u8]) -> IResult<'_, Identifier<'_>> {
[INFO] [stdout]    |                                        +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:71:29
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn simple_identifier(input: &[u8]) -> IResult<Identifier> {
[INFO] [stdout]    |                             ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |         |       |
[INFO] [stdout]    |                             |         |       the same lifetime is hidden here
[INFO] [stdout]    |                             |         the same lifetime is hidden 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] 71 | fn simple_identifier(input: &[u8]) -> IResult<'_, Identifier<'_>> {
[INFO] [stdout]    |                                               +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 | fn value(input: &[u8]) -> IResult<Value> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |       |
[INFO] [stdout]     |                 |         |       the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden 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] 128 | fn value(input: &[u8]) -> IResult<'_, Value<'_>> {
[INFO] [stdout]     |                                   +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn path(input: &[u8]) -> IResult<Value> {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                |         |       |
[INFO] [stdout]     |                |         |       the same lifetime is hidden here
[INFO] [stdout]     |                |         the same lifetime is hidden 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 | fn path(input: &[u8]) -> IResult<'_, Value<'_>> {
[INFO] [stdout]     |                                  +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:221:18
[INFO] [stdout]     |
[INFO] [stdout] 221 | fn paths0(input: &[u8]) -> IResult<Vec<Value>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |           |
[INFO] [stdout]     |                  |         |           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden 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] 221 | fn paths0(input: &[u8]) -> IResult<'_, Vec<Value<'_>>> {
[INFO] [stdout]     |                                    +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:225:18
[INFO] [stdout]     |
[INFO] [stdout] 225 | fn paths1(input: &[u8]) -> IResult<Vec<Value>> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |           |
[INFO] [stdout]     |                  |         |           the same lifetime is hidden here
[INFO] [stdout]     |                  |         the same lifetime is hidden 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] 225 | fn paths1(input: &[u8]) -> IResult<'_, Vec<Value<'_>>> {
[INFO] [stdout]     |                                    +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:261:21
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn parse(input: &[u8]) -> IResult<Binding> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 261 |     fn parse(input: &[u8]) -> IResult<'_, Binding<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:334:20
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn bindings(input: &[u8]) -> IResult<Vec<Binding>> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |         |           |
[INFO] [stdout]     |                    |         |           the same lifetime is hidden here
[INFO] [stdout]     |                    |         the same lifetime is hidden 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] 334 | fn bindings(input: &[u8]) -> IResult<'_, Vec<Binding<'_>>> {
[INFO] [stdout]     |                                      +++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 |     fn parse(input: &[u8]) -> IResult<Rule> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 437 |     fn parse(input: &[u8]) -> IResult<'_, Rule<'_>> {
[INFO] [stdout]     |                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:515:21
[INFO] [stdout]     |
[INFO] [stdout] 515 |     fn parse(input: &[u8]) -> IResult<Build> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 515 |     fn parse(input: &[u8]) -> IResult<'_, Build<'_>> {
[INFO] [stdout]     |                                       +++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:633:21
[INFO] [stdout]     |
[INFO] [stdout] 633 |     fn parse(input: &[u8]) -> IResult<Default> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 633 |     fn parse(input: &[u8]) -> IResult<'_, Default<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:683:21
[INFO] [stdout]     |
[INFO] [stdout] 683 |     fn parse(input: &[u8]) -> IResult<Include> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 683 |     fn parse(input: &[u8]) -> IResult<'_, Include<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:748:18
[INFO] [stdout]     |
[INFO] [stdout] 748 | fn indent(input: &[u8]) -> IResult<usize> {
[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] 748 | fn indent(input: &[u8]) -> IResult<'_, usize> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:753:21
[INFO] [stdout]     |
[INFO] [stdout] 753 |     fn parse(input: &[u8]) -> IResult<Pool> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 753 |     fn parse(input: &[u8]) -> IResult<'_, Pool<'_>> {
[INFO] [stdout]     |                                       +++     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:802:21
[INFO] [stdout]     |
[INFO] [stdout] 802 |     fn parse(input: &[u8]) -> IResult<Comment> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |       |
[INFO] [stdout]     |                     |         |       the same lifetime is hidden here
[INFO] [stdout]     |                     |         the same lifetime is hidden 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] 802 |     fn parse(input: &[u8]) -> IResult<'_, Comment<'_>> {
[INFO] [stdout]     |                                       +++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parsers.rs:845:32
[INFO] [stdout]     |
[INFO] [stdout] 845 |     pub(crate) fn parse(input: &[u8]) -> IResult<Statement> {
[INFO] [stdout]     |                                ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |         |       |
[INFO] [stdout]     |                                |         |       the same lifetime is hidden here
[INFO] [stdout]     |                                |         the same lifetime is hidden 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] 845 |     pub(crate) fn parse(input: &[u8]) -> IResult<'_, Statement<'_>> {
[INFO] [stdout]     |                                                  +++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/statements.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn parse(data: &[u8]) -> impl Iterator<Item = Result<Statement, Error>> {
[INFO] [stdout]   |                    ^^^^^ the lifetime is elided here     ^^^^^^^^^ the same lifetime is hidden 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] 9 | pub fn parse(data: &[u8]) -> impl Iterator<Item = Result<Statement<'_>, Error>> {
[INFO] [stdout]   |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c09b236c62461320a729b1a5962315c5bc66efbb40d867ac7809fe6fcc2fdf81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c09b236c62461320a729b1a5962315c5bc66efbb40d867ac7809fe6fcc2fdf81", kill_on_drop: false }`
[INFO] [stdout] c09b236c62461320a729b1a5962315c5bc66efbb40d867ac7809fe6fcc2fdf81
