[INFO] fetching crate gomod-rs 0.1.1... [INFO] testing gomod-rs-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate gomod-rs 0.1.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate gomod-rs 0.1.1 [INFO] finished tweaking crates.io crate gomod-rs 0.1.1 [INFO] tweaked toml for crates.io crate gomod-rs 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gomod-rs 0.1.1 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 gomod-rs 0.1.1 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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d3edff21757e8295c63fb5ebcf464fce9c4ee527bf4835d940d5faf890099e81 [INFO] running `Command { std: "docker" "start" "-a" "d3edff21757e8295c63fb5ebcf464fce9c4ee527bf4835d940d5faf890099e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3edff21757e8295c63fb5ebcf464fce9c4ee527bf4835d940d5faf890099e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3edff21757e8295c63fb5ebcf464fce9c4ee527bf4835d940d5faf890099e81", kill_on_drop: false }` [INFO] [stdout] d3edff21757e8295c63fb5ebcf464fce9c4ee527bf4835d940d5faf890099e81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] c14a32ea9c9006235d7f6e8ddcf7d2709deeb48bb81ba7a565a2f384744a46c6 [INFO] running `Command { std: "docker" "start" "-a" "c14a32ea9c9006235d7f6e8ddcf7d2709deeb48bb81ba7a565a2f384744a46c6", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling nom_locate v4.2.0 [INFO] [stderr] Compiling gomod-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result>> { [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] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [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/exclude_directive.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_exclude_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [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/godebug_directive.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_godebug_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [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/require_directive.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_require_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_require_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s [INFO] running `Command { std: "docker" "inspect" "c14a32ea9c9006235d7f6e8ddcf7d2709deeb48bb81ba7a565a2f384744a46c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c14a32ea9c9006235d7f6e8ddcf7d2709deeb48bb81ba7a565a2f384744a46c6", kill_on_drop: false }` [INFO] [stdout] c14a32ea9c9006235d7f6e8ddcf7d2709deeb48bb81ba7a565a2f384744a46c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5505a8f287f641cab9b8e4fb8317cfbc1cf540bb529980ac952ec8146c543cda [INFO] running `Command { std: "docker" "start" "-a" "5505a8f287f641cab9b8e4fb8317cfbc1cf540bb529980ac952ec8146c543cda", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result>> { [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] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [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/exclude_directive.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_exclude_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gomod-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/parser/godebug_directive.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_godebug_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [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/require_directive.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_require_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_require_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result>> { [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] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [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/exclude_directive.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_exclude_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [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/godebug_directive.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_godebug_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [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/require_directive.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_require_spec(input: Span) -> IResult> { [INFO] [stdout] | ^^^^ ---- --------------------------- [INFO] [stdout] | | | | | | [INFO] [stdout] | | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_require_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "5505a8f287f641cab9b8e4fb8317cfbc1cf540bb529980ac952ec8146c543cda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5505a8f287f641cab9b8e4fb8317cfbc1cf540bb529980ac952ec8146c543cda", kill_on_drop: false }` [INFO] [stdout] 5505a8f287f641cab9b8e4fb8317cfbc1cf540bb529980ac952ec8146c543cda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6235d0d6c25d093450195e60207d80cd613c2026dd214ab43677e84bbcc55d40 [INFO] running `Command { std: "docker" "start" "-a" "6235d0d6c25d093450195e60207d80cd613c2026dd214ab43677e84bbcc55d40", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn parse_gomod(text: &str) -> Result>> { [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] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/exclude_directive.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | fn parse_exclude_spec(input: Span) -> IResult> { [INFO] [stderr] | ^^^^ ---- --------------------------- [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stderr] | ++++ ++++ +++ ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/godebug_directive.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | fn parse_godebug_spec(input: Span) -> IResult> { [INFO] [stderr] | ^^^^ ---- --------------------- [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [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] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [INFO] [stderr] | ++++ ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parser/require_directive.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | fn parse_require_spec(input: Span) -> IResult> { [INFO] [stderr] | ^^^^ ---- --------------------------- [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [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] 18 | fn parse_require_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stderr] | ++++ ++++ +++ ++++ [INFO] [stderr] [INFO] [stderr] warning: `gomod-rs` (lib) generated 4 warnings (run `cargo fix --lib -p gomod-rs` to apply 4 suggestions) [INFO] [stderr] warning: `gomod-rs` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/gomod_rs-9a4ffd694b63093a) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test parser::go_directive::tests::test_go ... ok [INFO] [stdout] test parser::replace_directive::tests::test_replace_spec ... ok [INFO] [stdout] test parser::replace_directive::tests::test_replace ... ok [INFO] [stdout] test parser::godebug_directive::tests::test_godebug ... ok [INFO] [stdout] test parser::exclude_directive::tests::test_exclude ... ok [INFO] [stdout] test parser::retract_directive::tests::test_retract ... ok [INFO] [stdout] test parser::require_directive::tests::test_require ... ok [INFO] [stdout] test parser::tests::test_gomod ... ok [INFO] [stdout] test parser::tests::test_identifier ... ok [INFO] [stdout] test parser::tests::test_inline_comment ... ok [INFO] [stdout] test parser::module_directive::tests::test_module ... ok [INFO] [stdout] test parser::toolchain_directive::tests::test_toolchain ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6235d0d6c25d093450195e60207d80cd613c2026dd214ab43677e84bbcc55d40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6235d0d6c25d093450195e60207d80cd613c2026dd214ab43677e84bbcc55d40", kill_on_drop: false }` [INFO] [stdout] 6235d0d6c25d093450195e60207d80cd613c2026dd214ab43677e84bbcc55d40