[INFO] fetching crate gomod-rs 0.1.1...
[INFO] testing gomod-rs-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate gomod-rs 0.1.1 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gomod-rs 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f19812bdd83daedcd0cb9bf32afe1c539ee4b12854d22b791490b83388d95afb
[INFO] running `Command { std: "docker" "start" "-a" "f19812bdd83daedcd0cb9bf32afe1c539ee4b12854d22b791490b83388d95afb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f19812bdd83daedcd0cb9bf32afe1c539ee4b12854d22b791490b83388d95afb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f19812bdd83daedcd0cb9bf32afe1c539ee4b12854d22b791490b83388d95afb", kill_on_drop: false }`
[INFO] [stdout] f19812bdd83daedcd0cb9bf32afe1c539ee4b12854d22b791490b83388d95afb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fbeba1ce8a089aa61768d306bf7492b6d9ac851b842f9e1dcf785be8977abd6e
[INFO] running `Command { std: "docker" "start" "-a" "fbeba1ce8a089aa61768d306bf7492b6d9ac851b842f9e1dcf785be8977abd6e", 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<GoMod, Err<Error<(u32, usize)>>> {
[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<GoMod<'_>, Err<Error<(u32, usize)>>> {
[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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, 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<Span, Context<(&str, &str)>> {
[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<Span<'_>, 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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, Context<'_, (&str, Identifier<'_>)>> {
[INFO] [stdout]    |                                  ++++                 ++++          +++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
[INFO] running `Command { std: "docker" "inspect" "fbeba1ce8a089aa61768d306bf7492b6d9ac851b842f9e1dcf785be8977abd6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbeba1ce8a089aa61768d306bf7492b6d9ac851b842f9e1dcf785be8977abd6e", kill_on_drop: false }`
[INFO] [stdout] fbeba1ce8a089aa61768d306bf7492b6d9ac851b842f9e1dcf785be8977abd6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74e90e41605c0691107caff9bb702f6b462c8d6d9c9763a725dc120a005d3b26
[INFO] running `Command { std: "docker" "start" "-a" "74e90e41605c0691107caff9bb702f6b462c8d6d9c9763a725dc120a005d3b26", 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<GoMod, Err<Error<(u32, usize)>>> {
[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<GoMod<'_>, Err<Error<(u32, usize)>>> {
[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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, 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<Span, Context<(&str, &str)>> {
[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<Span<'_>, 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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, Context<'_, (&str, Identifier<'_>)>> {
[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/lib.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn parse_gomod(text: &str) -> Result<GoMod, Err<Error<(u32, usize)>>> {
[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<GoMod<'_>, Err<Error<(u32, usize)>>> {
[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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, 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<Span, Context<(&str, &str)>> {
[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<Span<'_>, 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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, Context<'_, (&str, Identifier<'_>)>> {
[INFO] [stdout]    |                                  ++++                 ++++          +++                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.81s
[INFO] running `Command { std: "docker" "inspect" "74e90e41605c0691107caff9bb702f6b462c8d6d9c9763a725dc120a005d3b26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74e90e41605c0691107caff9bb702f6b462c8d6d9c9763a725dc120a005d3b26", kill_on_drop: false }`
[INFO] [stdout] 74e90e41605c0691107caff9bb702f6b462c8d6d9c9763a725dc120a005d3b26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 40df4b73c84a7d8571d4c5b62995ee52aa914d8e7d47a52f402c9f7e12f3a21e
[INFO] running `Command { std: "docker" "start" "-a" "40df4b73c84a7d8571d4c5b62995ee52aa914d8e7d47a52f402c9f7e12f3a21e", 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<GoMod, Err<Error<(u32, usize)>>> {
[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<GoMod<'_>, Err<Error<(u32, usize)>>> {
[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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, 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<Span, Context<(&str, &str)>> {
[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<Span<'_>, 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<Span, Context<(&str, Identifier)>> {
[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<Span<'_>, 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::retract_directive::tests::test_retract ... ok
[INFO] [stdout] test parser::require_directive::tests::test_require ... ok
[INFO] [stdout] test parser::exclude_directive::tests::test_exclude ... 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] test parser::replace_directive::tests::test_replace_spec ... ok
[INFO] [stdout] test parser::tests::test_inline_comment ... 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" "40df4b73c84a7d8571d4c5b62995ee52aa914d8e7d47a52f402c9f7e12f3a21e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40df4b73c84a7d8571d4c5b62995ee52aa914d8e7d47a52f402c9f7e12f3a21e", kill_on_drop: false }`
[INFO] [stdout] 40df4b73c84a7d8571d4c5b62995ee52aa914d8e7d47a52f402c9f7e12f3a21e
