[INFO] fetching crate gomod-rs 0.1.1... [INFO] testing gomod-rs-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate gomod-rs 0.1.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gomod-rs 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom_locate v4.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4353dee09d8bf1d77fcd5536bdb941cdf69a05cb8d2c8198fdded92b6349f82 [INFO] running `Command { std: "docker" "start" "-a" "b4353dee09d8bf1d77fcd5536bdb941cdf69a05cb8d2c8198fdded92b6349f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4353dee09d8bf1d77fcd5536bdb941cdf69a05cb8d2c8198fdded92b6349f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4353dee09d8bf1d77fcd5536bdb941cdf69a05cb8d2c8198fdded92b6349f82", kill_on_drop: false }` [INFO] [stdout] b4353dee09d8bf1d77fcd5536bdb941cdf69a05cb8d2c8198fdded92b6349f82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] deac8d86c4ce6e9a60ab1d84fecd7c50f0cf22737681f6224e0c38c28a320748 [INFO] running `Command { std: "docker" "start" "-a" "deac8d86c4ce6e9a60ab1d84fecd7c50f0cf22737681f6224e0c38c28a320748", 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.95s [INFO] running `Command { std: "docker" "inspect" "deac8d86c4ce6e9a60ab1d84fecd7c50f0cf22737681f6224e0c38c28a320748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deac8d86c4ce6e9a60ab1d84fecd7c50f0cf22737681f6224e0c38c28a320748", kill_on_drop: false }` [INFO] [stdout] deac8d86c4ce6e9a60ab1d84fecd7c50f0cf22737681f6224e0c38c28a320748 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 636580b110fb0f26699febb90dad8e8f99ec592458715a7936a89fe5e0523650 [INFO] running `Command { std: "docker" "start" "-a" "636580b110fb0f26699febb90dad8e8f99ec592458715a7936a89fe5e0523650", kill_on_drop: false }` [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] [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.43s [INFO] running `Command { std: "docker" "inspect" "636580b110fb0f26699febb90dad8e8f99ec592458715a7936a89fe5e0523650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "636580b110fb0f26699febb90dad8e8f99ec592458715a7936a89fe5e0523650", kill_on_drop: false }` [INFO] [stdout] 636580b110fb0f26699febb90dad8e8f99ec592458715a7936a89fe5e0523650 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] be8ce959ce8d7633d6045e5d6b4a03614565f57487be83d48a00bd5978486381 [INFO] running `Command { std: "docker" "start" "-a" "be8ce959ce8d7633d6045e5d6b4a03614565f57487be83d48a00bd5978486381", 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.06s [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::exclude_directive::tests::test_exclude ... ok [INFO] [stdout] test parser::godebug_directive::tests::test_godebug ... ok [INFO] [stdout] test parser::go_directive::tests::test_go ... 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::replace_directive::tests::test_replace_spec ... ok [INFO] [stdout] test parser::tests::test_identifier ... ok [INFO] [stdout] test parser::tests::test_inline_comment ... ok [INFO] [stdout] test parser::tests::test_gomod ... ok [INFO] [stderr] Doc-tests gomod_rs [INFO] [stdout] test parser::toolchain_directive::tests::test_toolchain ... ok [INFO] [stdout] test parser::retract_directive::tests::test_retract ... ok [INFO] [stdout] test parser::require_directive::tests::test_require ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [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" "be8ce959ce8d7633d6045e5d6b4a03614565f57487be83d48a00bd5978486381", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be8ce959ce8d7633d6045e5d6b4a03614565f57487be83d48a00bd5978486381", kill_on_drop: false }` [INFO] [stdout] be8ce959ce8d7633d6045e5d6b4a03614565f57487be83d48a00bd5978486381