[INFO] fetching crate blanket-script 0.0.2... [INFO] testing blanket-script-0.0.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate blanket-script 0.0.2 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate blanket-script 0.0.2 [INFO] finished tweaking crates.io crate blanket-script 0.0.2 [INFO] tweaked toml for crates.io crate blanket-script 0.0.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate blanket-script 0.0.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate blanket-script 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8a4f1b03e521f78247aa729464eec4caf1ea4569b8a264c20b6824138b30a3c [INFO] running `Command { std: "docker" "start" "-a" "f8a4f1b03e521f78247aa729464eec4caf1ea4569b8a264c20b6824138b30a3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8a4f1b03e521f78247aa729464eec4caf1ea4569b8a264c20b6824138b30a3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8a4f1b03e521f78247aa729464eec4caf1ea4569b8a264c20b6824138b30a3c", kill_on_drop: false }` [INFO] [stdout] f8a4f1b03e521f78247aa729464eec4caf1ea4569b8a264c20b6824138b30a3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] abcd64db919524b66e31d5cc3fb7776c32991da0e9443b54200e87492ea7205d [INFO] running `Command { std: "docker" "start" "-a" "abcd64db919524b66e31d5cc3fb7776c32991da0e9443b54200e87492ea7205d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling blanket-script v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn parse(input: &str) -> ParseResult> { [INFO] [stdout] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn parse(input: &str) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | fn non_zero_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 261 | fn non_zero_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | fn digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 265 | fn digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:269:21 [INFO] [stdout] | [INFO] [stdout] 269 | fn hex_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 269 | fn hex_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:280:27 [INFO] [stdout] | [INFO] [stdout] 280 | fn delimited_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 280 | fn delimited_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:290:24 [INFO] [stdout] | [INFO] [stdout] 290 | fn whole_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 290 | fn whole_number(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:312:26 [INFO] [stdout] | [INFO] [stdout] 312 | fn decimal_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 312 | fn decimal_number(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:329:31 [INFO] [stdout] | [INFO] [stdout] 329 | fn scientific_notation(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 329 | fn scientific_notation(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | fn parse_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 350 | fn parse_number(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:357:24 [INFO] [stdout] | [INFO] [stdout] 357 | fn parse_bigint(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 357 | fn parse_bigint(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:371:30 [INFO] [stdout] | [INFO] [stdout] 371 | fn parse_escaped_char(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 371 | fn parse_escaped_char(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:407:36 [INFO] [stdout] | [INFO] [stdout] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:427:30 [INFO] [stdout] | [INFO] [stdout] 427 | fn parse_regular_char(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 427 | fn parse_regular_char(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:431:31 [INFO] [stdout] | [INFO] [stdout] 431 | fn parse_interpolation(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 431 | fn parse_interpolation(input: &str) -> ParseResult<'_, StringPart> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:439:24 [INFO] [stdout] | [INFO] [stdout] 439 | fn parse_string(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 439 | fn parse_string(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:477:39 [INFO] [stdout] | [INFO] [stdout] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:488:44 [INFO] [stdout] | [INFO] [stdout] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult<'_, BinaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:517:43 [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult<'_, UnaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:575:39 [INFO] [stdout] | [INFO] [stdout] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/statement.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_let_statement(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_let_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/statement.rs:34:38 [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s [INFO] running `Command { std: "docker" "inspect" "abcd64db919524b66e31d5cc3fb7776c32991da0e9443b54200e87492ea7205d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abcd64db919524b66e31d5cc3fb7776c32991da0e9443b54200e87492ea7205d", kill_on_drop: false }` [INFO] [stdout] abcd64db919524b66e31d5cc3fb7776c32991da0e9443b54200e87492ea7205d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c4c8a84df58df2db9372ac618815fe820f312017154b0df34416f3971b41c3f8 [INFO] running `Command { std: "docker" "start" "-a" "c4c8a84df58df2db9372ac618815fe820f312017154b0df34416f3971b41c3f8", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn parse(input: &str) -> ParseResult> { [INFO] [stdout] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn parse(input: &str) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | fn non_zero_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 261 | fn non_zero_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | fn digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 265 | fn digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:269:21 [INFO] [stdout] | [INFO] [stdout] 269 | fn hex_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 269 | fn hex_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling blanket-script v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:280:27 [INFO] [stdout] | [INFO] [stdout] 280 | fn delimited_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 280 | fn delimited_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:290:24 [INFO] [stdout] | [INFO] [stdout] 290 | fn whole_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 290 | fn whole_number(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:312:26 [INFO] [stdout] | [INFO] [stdout] 312 | fn decimal_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 312 | fn decimal_number(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:329:31 [INFO] [stdout] | [INFO] [stdout] 329 | fn scientific_notation(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 329 | fn scientific_notation(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | fn parse_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 350 | fn parse_number(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:357:24 [INFO] [stdout] | [INFO] [stdout] 357 | fn parse_bigint(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 357 | fn parse_bigint(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:371:30 [INFO] [stdout] | [INFO] [stdout] 371 | fn parse_escaped_char(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 371 | fn parse_escaped_char(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:407:36 [INFO] [stdout] | [INFO] [stdout] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:427:30 [INFO] [stdout] | [INFO] [stdout] 427 | fn parse_regular_char(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 427 | fn parse_regular_char(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:431:31 [INFO] [stdout] | [INFO] [stdout] 431 | fn parse_interpolation(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 431 | fn parse_interpolation(input: &str) -> ParseResult<'_, StringPart> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:439:24 [INFO] [stdout] | [INFO] [stdout] 439 | fn parse_string(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 439 | fn parse_string(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:477:39 [INFO] [stdout] | [INFO] [stdout] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:488:44 [INFO] [stdout] | [INFO] [stdout] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult<'_, BinaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:517:43 [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult<'_, UnaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:575:39 [INFO] [stdout] | [INFO] [stdout] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/statement.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_let_statement(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_let_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/statement.rs:34:38 [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/mod.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn parse(input: &str) -> ParseResult> { [INFO] [stdout] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn parse(input: &str) -> ParseResult<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | fn non_zero_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 261 | fn non_zero_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | fn digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 265 | fn digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:269:21 [INFO] [stdout] | [INFO] [stdout] 269 | fn hex_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 269 | fn hex_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:280:27 [INFO] [stdout] | [INFO] [stdout] 280 | fn delimited_digit(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 280 | fn delimited_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:290:24 [INFO] [stdout] | [INFO] [stdout] 290 | fn whole_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 290 | fn whole_number(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:312:26 [INFO] [stdout] | [INFO] [stdout] 312 | fn decimal_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 312 | fn decimal_number(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:329:31 [INFO] [stdout] | [INFO] [stdout] 329 | fn scientific_notation(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 329 | fn scientific_notation(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | fn parse_number(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 350 | fn parse_number(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:357:24 [INFO] [stdout] | [INFO] [stdout] 357 | fn parse_bigint(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 357 | fn parse_bigint(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:371:30 [INFO] [stdout] | [INFO] [stdout] 371 | fn parse_escaped_char(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 371 | fn parse_escaped_char(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:407:36 [INFO] [stdout] | [INFO] [stdout] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:427:30 [INFO] [stdout] | [INFO] [stdout] 427 | fn parse_regular_char(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 427 | fn parse_regular_char(input: &str) -> ParseResult<'_, char> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:431:31 [INFO] [stdout] | [INFO] [stdout] 431 | fn parse_interpolation(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 431 | fn parse_interpolation(input: &str) -> ParseResult<'_, StringPart> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:439:24 [INFO] [stdout] | [INFO] [stdout] 439 | fn parse_string(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 439 | fn parse_string(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:477:39 [INFO] [stdout] | [INFO] [stdout] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult<'_, String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:488:44 [INFO] [stdout] | [INFO] [stdout] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult<'_, BinaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:517:43 [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult<'_, UnaryOperator> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/expression.rs:575:39 [INFO] [stdout] | [INFO] [stdout] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult<'_, Expression> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/statement.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_let_statement(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_let_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/statement.rs:34:38 [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.74s [INFO] running `Command { std: "docker" "inspect" "c4c8a84df58df2db9372ac618815fe820f312017154b0df34416f3971b41c3f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4c8a84df58df2db9372ac618815fe820f312017154b0df34416f3971b41c3f8", kill_on_drop: false }` [INFO] [stdout] c4c8a84df58df2db9372ac618815fe820f312017154b0df34416f3971b41c3f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 82468c69c2faf5559f9b5c1b02a15a99f48e81e77bc43637c4e3241351ffa059 [INFO] running `Command { std: "docker" "start" "-a" "82468c69c2faf5559f9b5c1b02a15a99f48e81e77bc43637c4e3241351ffa059", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/mod.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn parse(input: &str) -> ParseResult> { [INFO] [stderr] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 67 | pub fn parse(input: &str) -> ParseResult<'_, Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:261:26 [INFO] [stderr] | [INFO] [stderr] 261 | fn non_zero_digit(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 261 | fn non_zero_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:265:17 [INFO] [stderr] | [INFO] [stderr] 265 | fn digit(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 265 | fn digit(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:269:21 [INFO] [stderr] | [INFO] [stderr] 269 | fn hex_digit(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 269 | fn hex_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:280:27 [INFO] [stderr] | [INFO] [stderr] 280 | fn delimited_digit(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 55 tests [INFO] [stderr] 280 | fn delimited_digit(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:290:24 [INFO] [stderr] | [INFO] [stderr] 290 | fn whole_number(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 290 | fn whole_number(input: &str) -> ParseResult<'_, String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:312:26 [INFO] [stderr] | [INFO] [stderr] 312 | fn decimal_number(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 312 | fn decimal_number(input: &str) -> ParseResult<'_, String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:329:31 [INFO] [stderr] | [INFO] [stderr] 329 | fn scientific_notation(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 329 | fn scientific_notation(input: &str) -> ParseResult<'_, String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:350:24 [INFO] [stderr] | [INFO] [stderr] 350 | fn parse_number(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 350 | fn parse_number(input: &str) -> ParseResult<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:357:24 [INFO] [stderr] | [INFO] [stderr] 357 | fn parse_bigint(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 357 | fn parse_bigint(input: &str) -> ParseResult<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:371:30 [INFO] [stderr] | [INFO] [stderr] 371 | fn parse_escaped_char(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 371 | fn parse_escaped_char(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:407:36 [INFO] [stderr] | [INFO] [stderr] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 407 | fn parse_escaped_code_point(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:427:30 [INFO] [stderr] | [INFO] [stderr] 427 | fn parse_regular_char(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 427 | fn parse_regular_char(input: &str) -> ParseResult<'_, char> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:431:31 [INFO] [stderr] | [INFO] [stderr] 431 | fn parse_interpolation(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 431 | fn parse_interpolation(input: &str) -> ParseResult<'_, StringPart> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:439:24 [INFO] [stderr] | [INFO] [stderr] 439 | fn parse_string(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 439 | fn parse_string(input: &str) -> ParseResult<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:477:39 [INFO] [stderr] | [INFO] [stderr] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 477 | pub(crate) fn parse_identifier(input: &str) -> ParseResult<'_, String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:488:44 [INFO] [stderr] | [INFO] [stderr] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 488 | pub(crate) fn parse_binary_operator(input: &str) -> ParseResult<'_, BinaryOperator> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:517:43 [INFO] [stderr] | [INFO] [stderr] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 517 | pub(crate) fn parse_unary_operator(input: &str) -> ParseResult<'_, UnaryOperator> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:524:33 [INFO] [stderr] | [INFO] [stderr] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 524 | pub(crate) fn parse_term(input: &str) -> ParseResult<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/expression.rs:575:39 [INFO] [stderr] | [INFO] [stderr] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 575 | pub(crate) fn parse_expression(input: &str) -> ParseResult<'_, Expression> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/statement.rs:22:31 [INFO] [stderr] | [INFO] [stderr] 22 | fn parse_let_statement(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 22 | fn parse_let_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/statement.rs:34:38 [INFO] [stderr] | [INFO] [stderr] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult { [INFO] [stderr] | ^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 34 | pub(crate) fn parse_statement(input: &str) -> ParseResult<'_, Statement> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `blanket-script` (lib) generated 22 warnings (run `cargo fix --lib -p blanket-script` to apply 22 suggestions) [INFO] [stderr] warning: `blanket-script` (lib test) generated 22 warnings (22 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/blanket_script-507616eeb38b090d) [INFO] [stdout] test parser::expression::tests::bigint_billion_with_underline ... ok [INFO] [stdout] test parser::expression::tests::bigint_consecutive_underscores ... ok [INFO] [stdout] test parser::expression::tests::bigint_empty ... ok [INFO] [stdout] test parser::expression::tests::bigint_billion ... ok [INFO] [stdout] test parser::expression::tests::bigint_scientific_notation ... ok [INFO] [stdout] test parser::expression::tests::bigint_scientific_notation_decimal ... ok [INFO] [stdout] test parser::expression::tests::bigint_scientific_notation_positive ... ok [INFO] [stdout] test parser::expression::tests::bigint_scientific_notation_negative ... ok [INFO] [stdout] test parser::expression::tests::bigint_scientific_notation_uppercase ... ok [INFO] [stdout] test parser::expression::tests::bigint_simple ... ok [INFO] [stdout] test parser::expression::tests::bigint_underscore_at_end ... ok [INFO] [stdout] test parser::expression::tests::bigint_underscore_number_n ... ok [INFO] [stdout] test parser::expression::tests::identifier_all_uppercase ... ok [INFO] [stdout] test parser::expression::tests::identifier_simple ... ok [INFO] [stdout] test parser::expression::tests::identifier_mixed_case ... ok [INFO] [stdout] test parser::expression::tests::identifier_single_character ... ok [INFO] [stdout] test parser::expression::tests::identifier_underscore_number ... ok [INFO] [stdout] test parser::expression::tests::identifier_with_multiple_underscores ... ok [INFO] [stdout] test parser::expression::tests::identifier_with_numbers ... ok [INFO] [stdout] test parser::expression::tests::identifier_with_underscore ... ok [INFO] [stdout] test parser::expression::tests::identifier_with_underscore_and_numbers ... ok [INFO] [stdout] test parser::expression::tests::number_billion ... ok [INFO] [stdout] test parser::expression::tests::number_billion_with_underline ... ok [INFO] [stdout] test parser::expression::tests::number_consecutive_underscores ... ok [INFO] [stdout] test parser::expression::tests::number_decimal_underscore_at_end ... ok [INFO] [stdout] test parser::expression::tests::number_exponent_underscore_at_end ... ok [INFO] [stdout] test parser::expression::tests::number_empty ... ok [INFO] [stdout] test parser::expression::tests::identifier_with_leading_underscore_and_numbers ... ok [INFO] [stdout] test parser::expression::tests::number_pi ... ok [INFO] [stdout] test parser::expression::tests::number_pi_underscore ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation_decimal_positive ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation_negative ... ok [INFO] [stdout] test parser::expression::tests::number_underscore_at_end ... ok [INFO] [stdout] test parser::expression::tests::string_escaped_chars ... ok [INFO] [stdout] test parser::expression::tests::string_interpolation ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation_positive ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation_decimal_negative ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation_uppercase ... ok [INFO] [stdout] test parser::expression::tests::number_underscore_at_start ... ok [INFO] [stdout] test parser::expression::tests::number_simple ... ok [INFO] [stdout] test parser::expression::tests::string_empty ... ok [INFO] [stdout] test parser::expression::tests::number_scientific_notation_decimal ... ok [INFO] [stdout] test parser::expression::tests::string_interpolation_with_text ... ok [INFO] [stdout] test parser::expression::tests::string_invalid_hex_digit ... ok [INFO] [stdout] test parser::expression::tests::string_invalid_unicode_code_point ... ok [INFO] [stdout] test parser::expression::tests::string_invalid_unicode_code_point_hex ... ok [INFO] [stdout] test parser::expression::tests::string_missing_unicode_code_point_closing_brace ... ok [INFO] [stdout] test parser::expression::tests::string_missing_unicode_code_point_opening_brace ... ok [INFO] [stdout] test parser::expression::tests::string_newline ... ok [INFO] [stdout] test parser::expression::tests::string_simple ... ok [INFO] [stdout] test parser::expression::tests::string_unicode_code_emoji ... ok [INFO] [stdout] test parser::expression::tests::string_unicode_code ... ok [INFO] [stdout] test parser::statement::tests::test_parse_let_statement ... ok [INFO] [stdout] test parser::expression::tests::test_binary_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "82468c69c2faf5559f9b5c1b02a15a99f48e81e77bc43637c4e3241351ffa059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82468c69c2faf5559f9b5c1b02a15a99f48e81e77bc43637c4e3241351ffa059", kill_on_drop: false }` [INFO] [stdout] 82468c69c2faf5559f9b5c1b02a15a99f48e81e77bc43637c4e3241351ffa059