[INFO] fetching crate gomod-rs 0.1.1... [INFO] testing gomod-rs-0.1.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate gomod-rs 0.1.1 into /workspace/builds/worker-2-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gomod-rs 0.1.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2529d5962dfe783c58c0827542ab4d1e8bf43f50186fe7a921930fa1adb861d7 [INFO] running `Command { std: "docker" "start" "-a" "2529d5962dfe783c58c0827542ab4d1e8bf43f50186fe7a921930fa1adb861d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2529d5962dfe783c58c0827542ab4d1e8bf43f50186fe7a921930fa1adb861d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2529d5962dfe783c58c0827542ab4d1e8bf43f50186fe7a921930fa1adb861d7", kill_on_drop: false }` [INFO] [stdout] 2529d5962dfe783c58c0827542ab4d1e8bf43f50186fe7a921930fa1adb861d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32698c31015d3bf42c5708bcf4e4482cde122365feec711a19a8e38d8683dcc5 [INFO] running `Command { std: "docker" "start" "-a" "32698c31015d3bf42c5708bcf4e4482cde122365feec711a19a8e38d8683dcc5", 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 4.00s [INFO] running `Command { std: "docker" "inspect" "32698c31015d3bf42c5708bcf4e4482cde122365feec711a19a8e38d8683dcc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32698c31015d3bf42c5708bcf4e4482cde122365feec711a19a8e38d8683dcc5", kill_on_drop: false }` [INFO] [stdout] 32698c31015d3bf42c5708bcf4e4482cde122365feec711a19a8e38d8683dcc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 425c45f1a0ed272da610da3d75dd7718c95ff0697aea350c915ba95ecca53885 [INFO] running `Command { std: "docker" "start" "-a" "425c45f1a0ed272da610da3d75dd7718c95ff0697aea350c915ba95ecca53885", 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" "425c45f1a0ed272da610da3d75dd7718c95ff0697aea350c915ba95ecca53885", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "425c45f1a0ed272da610da3d75dd7718c95ff0697aea350c915ba95ecca53885", kill_on_drop: false }` [INFO] [stdout] 425c45f1a0ed272da610da3d75dd7718c95ff0697aea350c915ba95ecca53885 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 83cf75ca6a63b691cd467883936598731926214d75b3844fcd3f9f86bc76e934 [INFO] running `Command { std: "docker" "start" "-a" "83cf75ca6a63b691cd467883936598731926214d75b3844fcd3f9f86bc76e934", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:100:26 [INFO] [stdout] running 12 tests [INFO] [stderr] | [INFO] [stdout] test parser::require_directive::tests::test_require ... ok [INFO] [stderr] 100 | pub fn parse_gomod(text: &str) -> Result>> { [INFO] [stdout] test parser::tests::test_inline_comment ... ok [INFO] [stderr] | ^^^^ ----- the same lifetime is hidden here [INFO] [stdout] test parser::retract_directive::tests::test_retract ... ok [INFO] [stderr] | | [INFO] [stdout] test parser::module_directive::tests::test_module ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test parser::tests::test_identifier ... ok [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] test parser::replace_directive::tests::test_replace ... ok [INFO] [stdout] test parser::tests::test_gomod ... ok [INFO] [stdout] test parser::toolchain_directive::tests::test_toolchain ... ok [INFO] [stdout] test parser::go_directive::tests::test_go ... ok [INFO] [stdout] test parser::exclude_directive::tests::test_exclude ... ok [INFO] [stdout] test parser::replace_directive::tests::test_replace_spec ... ok [INFO] [stderr] Doc-tests gomod_rs [INFO] [stdout] test parser::godebug_directive::tests::test_godebug ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [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" "83cf75ca6a63b691cd467883936598731926214d75b3844fcd3f9f86bc76e934", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83cf75ca6a63b691cd467883936598731926214d75b3844fcd3f9f86bc76e934", kill_on_drop: false }` [INFO] [stdout] 83cf75ca6a63b691cd467883936598731926214d75b3844fcd3f9f86bc76e934