[INFO] fetching crate nom-bibtex 0.5.0...
[INFO] building nom-bibtex-0.5.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate nom-bibtex 0.5.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate nom-bibtex 0.5.0
[INFO] finished tweaking crates.io crate nom-bibtex 0.5.0
[INFO] tweaked toml for crates.io crate nom-bibtex 0.5.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nom-bibtex 0.5.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding nom_locate v4.2.0 (available: v5.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 31e0ef1f21f7005901f67fa5ef0885be529018cf49bf0572619572f250982da0
[INFO] running `Command { std: "docker" "start" "-a" "31e0ef1f21f7005901f67fa5ef0885be529018cf49bf0572619572f250982da0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "31e0ef1f21f7005901f67fa5ef0885be529018cf49bf0572619572f250982da0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31e0ef1f21f7005901f67fa5ef0885be529018cf49bf0572619572f250982da0", kill_on_drop: false }`
[INFO] [stdout] 31e0ef1f21f7005901f67fa5ef0885be529018cf49bf0572619572f250982da0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6aebdaba3f2bb6876f5d3616e94fcb41d64696f4547e61f5129287442b11a507
[INFO] running `Command { std: "docker" "start" "-a" "6aebdaba3f2bb6876f5d3616e94fcb41d64696f4547e61f5129287442b11a507", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling nom-tracable-macros v0.9.1
[INFO] [stderr]    Compiling nom-tracable v0.9.1
[INFO] [stderr]    Compiling nom-bibtex v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:114:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 114 | def_parser!(ident(input) -> &str; {
[INFO] [stdout]     |                             ^^^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 114 | def_parser!(ident(input) -> &'a str; {
[INFO] [stdout]     |                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 130 | def_parser!(bracketed_string(input) -> &str; {
[INFO] [stdout]     |                                        ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 130 | def_parser!(bracketed_string(input) -> &'a str; {
[INFO] [stdout]     |                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:163:37
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 163 | def_parser!(quoted_string(input) -> &str; {
[INFO] [stdout]     |                                     ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 163 | def_parser!(quoted_string(input) -> &'a str; {
[INFO] [stdout]     |                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:213:34
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 213 | def_parser!(entry_type(input) -> &str; {
[INFO] [stdout]     |                                  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 213 | def_parser!(entry_type(input) -> &'a str; {
[INFO] [stdout]     |                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:328:41
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 328 | def_parser!(peeked_entry_type(input) -> &str; {
[INFO] [stdout]     |                                         ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 328 | def_parser!(peeked_entry_type(input) -> &'a str; {
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:345:39
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 345 | def_parser!(no_type_comment(input) -> &str; {
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 345 | def_parser!(no_type_comment(input) -> &'a str; {
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
[INFO] running `Command { std: "docker" "inspect" "6aebdaba3f2bb6876f5d3616e94fcb41d64696f4547e61f5129287442b11a507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6aebdaba3f2bb6876f5d3616e94fcb41d64696f4547e61f5129287442b11a507", kill_on_drop: false }`
[INFO] [stdout] 6aebdaba3f2bb6876f5d3616e94fcb41d64696f4547e61f5129287442b11a507
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a54e0e784c51713789dd06b02633bd7d5afb8106794475b909e99dd515b1a707
[INFO] running `Command { std: "docker" "start" "-a" "a54e0e784c51713789dd06b02633bd7d5afb8106794475b909e99dd515b1a707", kill_on_drop: false }`
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:114:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 114 | def_parser!(ident(input) -> &str; {
[INFO] [stdout]     |                             ^^^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 114 | def_parser!(ident(input) -> &'a str; {
[INFO] [stdout]     |                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 130 | def_parser!(bracketed_string(input) -> &str; {
[INFO] [stdout]     |                                        ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 130 | def_parser!(bracketed_string(input) -> &'a str; {
[INFO] [stdout]     |                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:163:37
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 163 | def_parser!(quoted_string(input) -> &str; {
[INFO] [stdout]     |                                     ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 163 | def_parser!(quoted_string(input) -> &'a str; {
[INFO] [stdout]     |                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:213:34
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 213 | def_parser!(entry_type(input) -> &str; {
[INFO] [stdout]     |                                  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 213 | def_parser!(entry_type(input) -> &'a str; {
[INFO] [stdout]     |                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:328:41
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 328 | def_parser!(peeked_entry_type(input) -> &str; {
[INFO] [stdout]     |                                         ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 328 | def_parser!(peeked_entry_type(input) -> &'a str; {
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nom-bibtex v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:345:39
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 345 | def_parser!(no_type_comment(input) -> &str; {
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 345 | def_parser!(no_type_comment(input) -> &'a str; {
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:114:29
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 114 | def_parser!(ident(input) -> &str; {
[INFO] [stdout]     |                             ^^^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 114 | def_parser!(ident(input) -> &'a str; {
[INFO] [stdout]     |                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 130 | def_parser!(bracketed_string(input) -> &str; {
[INFO] [stdout]     |                                        ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 130 | def_parser!(bracketed_string(input) -> &'a str; {
[INFO] [stdout]     |                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:163:37
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 163 | def_parser!(quoted_string(input) -> &str; {
[INFO] [stdout]     |                                     ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 163 | def_parser!(quoted_string(input) -> &'a str; {
[INFO] [stdout]     |                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:213:34
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 213 | def_parser!(entry_type(input) -> &str; {
[INFO] [stdout]     |                                  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 213 | def_parser!(entry_type(input) -> &'a str; {
[INFO] [stdout]     |                                   ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:328:41
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 328 | def_parser!(peeked_entry_type(input) -> &str; {
[INFO] [stdout]     |                                         ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 328 | def_parser!(peeked_entry_type(input) -> &'a str; {
[INFO] [stdout]     |                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:345:39
[INFO] [stdout]     |
[INFO] [stdout]  52 |             $input_name: Span<'a>, $($arg: $ty),*
[INFO] [stdout]     |                               -- the lifetime is named here
[INFO] [stdout]  53 |         ) -> IResult<Span<'a>, $ret, E>
[INFO] [stdout]     |                           -- the same lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 345 | def_parser!(no_type_comment(input) -> &str; {
[INFO] [stdout]     |                                       ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 345 | def_parser!(no_type_comment(input) -> &'a str; {
[INFO] [stdout]     |                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "a54e0e784c51713789dd06b02633bd7d5afb8106794475b909e99dd515b1a707", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a54e0e784c51713789dd06b02633bd7d5afb8106794475b909e99dd515b1a707", kill_on_drop: false }`
[INFO] [stdout] a54e0e784c51713789dd06b02633bd7d5afb8106794475b909e99dd515b1a707
