[INFO] fetching crate gomod-rs 0.1.1... [INFO] testing gomod-rs-0.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate gomod-rs 0.1.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gomod-rs 0.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcac3fa83472a03401d850575beb7400ca59ade61a73ea8bc5439f85f6dc0d90 [INFO] running `Command { std: "docker" "start" "-a" "bcac3fa83472a03401d850575beb7400ca59ade61a73ea8bc5439f85f6dc0d90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcac3fa83472a03401d850575beb7400ca59ade61a73ea8bc5439f85f6dc0d90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcac3fa83472a03401d850575beb7400ca59ade61a73ea8bc5439f85f6dc0d90", kill_on_drop: false }` [INFO] [stdout] bcac3fa83472a03401d850575beb7400ca59ade61a73ea8bc5439f85f6dc0d90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91be01c1ca6ebe3e24e7cca5b07eb88b4e77f58f8dc6be11dd58ea7042112a16 [INFO] running `Command { std: "docker" "start" "-a" "91be01c1ca6ebe3e24e7cca5b07eb88b4e77f58f8dc6be11dd58ea7042112a16", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling bytecount v0.6.8 [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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result>> { [INFO] [stdout] | ^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [INFO] [stdout] | ++++ ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 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.72s [INFO] running `Command { std: "docker" "inspect" "91be01c1ca6ebe3e24e7cca5b07eb88b4e77f58f8dc6be11dd58ea7042112a16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91be01c1ca6ebe3e24e7cca5b07eb88b4e77f58f8dc6be11dd58ea7042112a16", kill_on_drop: false }` [INFO] [stdout] 91be01c1ca6ebe3e24e7cca5b07eb88b4e77f58f8dc6be11dd58ea7042112a16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8fe5b83acb1fe6bfe319cc249846e39f7d6fa2e902af4a8fd19db872ede5c91 [INFO] running `Command { std: "docker" "start" "-a" "c8fe5b83acb1fe6bfe319cc249846e39f7d6fa2e902af4a8fd19db872ede5c91", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result>> { [INFO] [stdout] | ^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [INFO] [stdout] | ++++ ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gomod-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_require_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result>> { [INFO] [stdout] | ^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stdout] | ++++ ++++ +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [INFO] [stdout] | ++++ ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 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.52s [INFO] running `Command { std: "docker" "inspect" "c8fe5b83acb1fe6bfe319cc249846e39f7d6fa2e902af4a8fd19db872ede5c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8fe5b83acb1fe6bfe319cc249846e39f7d6fa2e902af4a8fd19db872ede5c91", kill_on_drop: false }` [INFO] [stdout] c8fe5b83acb1fe6bfe319cc249846e39f7d6fa2e902af4a8fd19db872ede5c91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1ad7545c2a0bf00bb3ca6a45546c1af24c1a56680d569845bdccaf449e92589d [INFO] running `Command { std: "docker" "start" "-a" "1ad7545c2a0bf00bb3ca6a45546c1af24c1a56680d569845bdccaf449e92589d", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn parse_gomod(text: &str) -> Result>> { [INFO] [stderr] | ^^^^ ----- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 100 | pub fn parse_gomod(text: &str) -> Result, Err>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | | | the same lifetime is elided here [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 18 | fn parse_exclude_spec(input: Span<'_>) -> IResult, Context<'_, (&str, Identifier<'_>)>> { [INFO] [stderr] | ++++ ++++ +++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stderr] | | | | the same lifetime is elided here [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 19 | fn parse_godebug_spec(input: Span<'_>) -> IResult, Context<'_, (&str, &str)>> { [INFO] [stderr] | ++++ ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | | | the same lifetime is elided here [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gomod_rs-e76ce9ea4bdee18c) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test parser::go_directive::tests::test_go ... ok [INFO] [stdout] test parser::godebug_directive::tests::test_godebug ... ok [INFO] [stdout] test parser::module_directive::tests::test_module ... ok [INFO] [stdout] test parser::replace_directive::tests::test_replace ... ok [INFO] [stdout] test parser::exclude_directive::tests::test_exclude ... ok [INFO] [stdout] test parser::replace_directive::tests::test_replace_spec ... ok [INFO] [stdout] test parser::require_directive::tests::test_require ... ok [INFO] [stdout] test parser::tests::test_inline_comment ... ok [INFO] [stdout] test parser::retract_directive::tests::test_retract ... ok [INFO] [stdout] test parser::tests::test_identifier ... ok [INFO] [stdout] test parser::tests::test_gomod ... 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] [stderr] Doc-tests gomod_rs [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1ad7545c2a0bf00bb3ca6a45546c1af24c1a56680d569845bdccaf449e92589d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ad7545c2a0bf00bb3ca6a45546c1af24c1a56680d569845bdccaf449e92589d", kill_on_drop: false }` [INFO] [stdout] 1ad7545c2a0bf00bb3ca6a45546c1af24c1a56680d569845bdccaf449e92589d