[INFO] fetching crate gitpatch 0.7.1...
[INFO] testing gitpatch-0.7.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate gitpatch 0.7.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate gitpatch 0.7.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate gitpatch 0.7.1
[INFO] tweaked toml for crates.io crate gitpatch 0.7.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gitpatch 0.7.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 gitpatch 0.7.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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 97e0d18422895e324ca958f76f0f63758b4af663eaa511cb04a52554a0335d4e
[INFO] running `Command { std: "docker" "start" "-a" "97e0d18422895e324ca958f76f0f63758b4af663eaa511cb04a52554a0335d4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97e0d18422895e324ca958f76f0f63758b4af663eaa511cb04a52554a0335d4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97e0d18422895e324ca958f76f0f63758b4af663eaa511cb04a52554a0335d4e", kill_on_drop: false }`
[INFO] [stdout] 97e0d18422895e324ca958f76f0f63758b4af663eaa511cb04a52554a0335d4e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 0f0a334c4d9297b1f51e05fe59bfdb38af203be49efc7d7806a50ba6cd508fdf
[INFO] running `Command { std: "docker" "start" "-a" "0f0a334c4d9297b1f51e05fe59bfdb38af203be49efc7d7806a50ba6cd508fdf", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling gitpatch v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch, ParseError<'_>> {
[INFO] [stdout]    |                                     ^^^^            ^^^^^             ^^ the same lifetime is elided here
[INFO] [stdout]    |                                     |               |
[INFO] [stdout]    |                                     |               the same lifetime is hidden here
[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] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch<'_>, ParseError<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:82:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch>, ParseError<'_>> {
[INFO] [stdout]    |                                         ^^^^                ^^^^^              ^^ the same lifetime is elided here
[INFO] [stdout]    |                                         |                   |
[INFO] [stdout]    |                                         |                   the same lifetime is hidden here
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch<'_>>, ParseError<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch>> {
[INFO] [stdout]    |                                  ^^                    ^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                     |
[INFO] [stdout]    |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch<'_>>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:98:23
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]    |                       ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                     |
[INFO] [stdout]    |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]     |                                     ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |
[INFO] [stdout]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]     |                                  ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |                     |
[INFO] [stdout]     |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File, File)> {
[INFO] [stdout]     |                         ^^                    ^^    ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |     |
[INFO] [stdout]     |                         |                     |     the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File<'_>, File<'_>)> {
[INFO] [stdout]     |                                                         ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:200:37
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File> {
[INFO] [stdout]     |                                     ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |
[INFO] [stdout]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:223:24
[INFO] [stdout]     |
[INFO] [stdout] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk>> {
[INFO] [stdout]     |                        ^^                    ^^       ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |
[INFO] [stdout]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk<'_>>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:227:23
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk> {
[INFO] [stdout]     |                       ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |
[INFO] [stdout]     |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:297:28
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line> {
[INFO] [stdout]     |                            ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                     |
[INFO] [stdout]     |                            |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                          ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |
[INFO] [stdout]     |                          |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:326:31
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                     |
[INFO] [stdout]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:335:24
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                        ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |
[INFO] [stdout]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:339:22
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                      ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                     |
[INFO] [stdout]     |                      |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:345:31
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                     |
[INFO] [stdout]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
[INFO] running `Command { std: "docker" "inspect" "0f0a334c4d9297b1f51e05fe59bfdb38af203be49efc7d7806a50ba6cd508fdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f0a334c4d9297b1f51e05fe59bfdb38af203be49efc7d7806a50ba6cd508fdf", kill_on_drop: false }`
[INFO] [stdout] 0f0a334c4d9297b1f51e05fe59bfdb38af203be49efc7d7806a50ba6cd508fdf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 03fed00816df92ca7eb65e81555d6db2adb3ec27274d3f6dfc29a4db47de97f5
[INFO] running `Command { std: "docker" "start" "-a" "03fed00816df92ca7eb65e81555d6db2adb3ec27274d3f6dfc29a4db47de97f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch, ParseError<'_>> {
[INFO] [stdout]    |                                     ^^^^            ^^^^^             ^^ the same lifetime is elided here
[INFO] [stdout]    |                                     |               |
[INFO] [stdout]    |                                     |               the same lifetime is hidden here
[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] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch<'_>, ParseError<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:82:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch>, ParseError<'_>> {
[INFO] [stdout]    |                                         ^^^^                ^^^^^              ^^ the same lifetime is elided here
[INFO] [stdout]    |                                         |                   |
[INFO] [stdout]    |                                         |                   the same lifetime is hidden here
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch<'_>>, ParseError<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch>> {
[INFO] [stdout]    |                                  ^^                    ^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                     |
[INFO] [stdout]    |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch<'_>>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:98:23
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]    |                       ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                     |
[INFO] [stdout]    |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]     |                                     ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |
[INFO] [stdout]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]     |                                  ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |                     |
[INFO] [stdout]     |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File, File)> {
[INFO] [stdout]     |                         ^^                    ^^    ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |     |
[INFO] [stdout]     |                         |                     |     the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File<'_>, File<'_>)> {
[INFO] [stdout]     |                                                         ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:200:37
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File> {
[INFO] [stdout]     |                                     ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |
[INFO] [stdout]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:223:24
[INFO] [stdout]     |
[INFO] [stdout] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk>> {
[INFO] [stdout]     |                        ^^                    ^^       ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |
[INFO] [stdout]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk<'_>>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:227:23
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk> {
[INFO] [stdout]     |                       ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |
[INFO] [stdout]     |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:297:28
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line> {
[INFO] [stdout]     |                            ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                     |
[INFO] [stdout]     |                            |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                          ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |
[INFO] [stdout]     |                          |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:326:31
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                     |
[INFO] [stdout]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:335:24
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                        ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |
[INFO] [stdout]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:339:22
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                      ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                     |
[INFO] [stdout]     |                      |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:345:31
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                     |
[INFO] [stdout]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling gitpatch v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch, ParseError<'_>> {
[INFO] [stdout]    |                                     ^^^^            ^^^^^             ^^ the same lifetime is elided here
[INFO] [stdout]    |                                     |               |
[INFO] [stdout]    |                                     |               the same lifetime is hidden here
[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] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch<'_>, ParseError<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:82:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch>, ParseError<'_>> {
[INFO] [stdout]    |                                         ^^^^                ^^^^^              ^^ the same lifetime is elided here
[INFO] [stdout]    |                                         |                   |
[INFO] [stdout]    |                                         |                   the same lifetime is hidden here
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch<'_>>, ParseError<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch>> {
[INFO] [stdout]    |                                  ^^                    ^^       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                     |
[INFO] [stdout]    |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch<'_>>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:98:23
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]    |                       ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                     |
[INFO] [stdout]    |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]     |                                     ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |
[INFO] [stdout]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stdout]     |                                  ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |                     |
[INFO] [stdout]     |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File, File)> {
[INFO] [stdout]     |                         ^^                    ^^    ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                     |     |
[INFO] [stdout]     |                         |                     |     the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File<'_>, File<'_>)> {
[INFO] [stdout]     |                                                         ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:200:37
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File> {
[INFO] [stdout]     |                                     ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |                     |
[INFO] [stdout]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:223:24
[INFO] [stdout]     |
[INFO] [stdout] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk>> {
[INFO] [stdout]     |                        ^^                    ^^       ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |
[INFO] [stdout]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk<'_>>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:227:23
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk> {
[INFO] [stdout]     |                       ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                     |
[INFO] [stdout]     |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:297:28
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line> {
[INFO] [stdout]     |                            ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |                     |
[INFO] [stdout]     |                            |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:322:26
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                          ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |                     |
[INFO] [stdout]     |                          |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:326:31
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                     |
[INFO] [stdout]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:335:24
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                        ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |                     |
[INFO] [stdout]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:339:22
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                      ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                     |
[INFO] [stdout]     |                      |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:345:31
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stdout]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |                     |
[INFO] [stdout]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.13s
[INFO] running `Command { std: "docker" "inspect" "03fed00816df92ca7eb65e81555d6db2adb3ec27274d3f6dfc29a4db47de97f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03fed00816df92ca7eb65e81555d6db2adb3ec27274d3f6dfc29a4db47de97f5", kill_on_drop: false }`
[INFO] [stdout] 03fed00816df92ca7eb65e81555d6db2adb3ec27274d3f6dfc29a4db47de97f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] dffa38174036e2066ada7668127b560185eed98ab42002edcba119cb72ef5c2d
[INFO] running `Command { std: "docker" "start" "-a" "dffa38174036e2066ada7668127b560185eed98ab42002edcba119cb72ef5c2d", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:70:37
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch, ParseError<'_>> {
[INFO] [stderr]    |                                     ^^^^            ^^^^^             ^^ the same lifetime is elided here
[INFO] [stderr]    |                                     |               |
[INFO] [stderr]    |                                     |               the same lifetime is hidden here
[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] 70 | pub(crate) fn parse_single_patch(s: &str) -> Result<Patch<'_>, ParseError<'_>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:82:41
[INFO] [stderr]    |
[INFO] [stderr] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch>, ParseError<'_>> {
[INFO] [stderr]    |                                         ^^^^                ^^^^^              ^^ the same lifetime is elided here
[INFO] [stderr]    |                                         |                   |
[INFO] [stderr]    |                                         |                   the same lifetime is hidden here
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 | pub(crate) fn parse_multiple_patches(s: &str) -> Result<Vec<Patch<'_>>, ParseError<'_>> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:94:34
[INFO] [stderr]    |
[INFO] [stderr] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch>> {
[INFO] [stderr]    |                                  ^^                    ^^       ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                     |
[INFO] [stderr]    |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 94 | fn multiple_patches(input: Input<'_>) -> IResult<Input<'_>, Vec<Patch<'_>>> {
[INFO] [stderr]    |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:98:23
[INFO] [stderr]    |
[INFO] [stderr] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stderr]    |                       ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |                     |
[INFO] [stderr]    |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]    |
[INFO] [stderr] 98 | fn patch(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:124:37
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stderr]     |                                     ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |                     |
[INFO] [stderr]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn binary_files_differ(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stderr]     |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:162:34
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch> {
[INFO] [stderr]     |                                  ^^                    ^^   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                  |                     |
[INFO] [stderr]     |                                  |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn file_rename_only(input: Input<'_>) -> IResult<Input<'_>, Patch<'_>> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:188:25
[INFO] [stderr]     |
[INFO] [stderr] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File, File)> {
[INFO] [stderr]     |                         ^^                    ^^    ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                     |     |
[INFO] [stderr]     |                         |                     |     the same lifetime is hidden here
[INFO] [stderr]     |                         |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 188 | fn headers(input: Input<'_>) -> IResult<Input<'_>, (File<'_>, File<'_>)> {
[INFO] [stderr]     |                                                         ++++      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:200:37
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File> {
[INFO] [stderr]     |                                     ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                     |                     |
[INFO] [stderr]     |                                     |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 200 | fn header_line_content(input: Input<'_>) -> IResult<Input<'_>, File<'_>> {
[INFO] [stderr]     |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:223:24
[INFO] [stderr]     |
[INFO] [stderr] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk>> {
[INFO] [stderr]     |                        ^^                    ^^       ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |                     |
[INFO] [stderr]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 223 | fn chunks(input: Input<'_>) -> IResult<Input<'_>, Vec<Hunk<'_>>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:227:23
[INFO] [stderr]     |
[INFO] [stderr] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk> {
[INFO] [stderr]     |                       ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                     |
[INFO] [stderr]     |                       |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 227 | fn chunk(input: Input<'_>) -> IResult<Input<'_>, Hunk<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:297:28
[INFO] [stderr]     |
[INFO] [stderr] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line> {
[INFO] [stderr]     |                            ^^                    ^^   ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |                     |
[INFO] [stderr]     |                            |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 297 | fn chunk_line(input: Input<'_>) -> IResult<Input<'_>, Line<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:322:26
[INFO] [stderr]     |
[INFO] [stderr] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stderr]     |                          ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |                     |
[INFO] [stderr]     |                          |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 322 | fn filename(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:326:31
[INFO] [stderr]     |
[INFO] [stderr] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stderr]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                     |
[INFO] [stderr]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 326 | fn file_metadata(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:335:24
[INFO] [stderr]     |
[INFO] [stderr] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stderr]     |                        ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |                     |
[INFO] [stderr]     |                        |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 335 | fn quoted(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:339:22
[INFO] [stderr]     |
[INFO] [stderr] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stderr]     |                      ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                     |
[INFO] [stderr]     |                      |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 339 | fn bare(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stderr]     |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:345:31
[INFO] [stderr]     |
[INFO] [stderr] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<str>> {
[INFO] [stderr]     |                               ^^                    ^^   ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |                     |
[INFO] [stderr]     |                               |                     the same lifetime is elided here
[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] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 345 | fn unescaped_str(input: Input<'_>) -> IResult<Input<'_>, Cow<'_, str>> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `gitpatch` (lib) generated 16 warnings (run `cargo fix --lib -p gitpatch` to apply 16 suggestions)
[INFO] [stderr] warning: `gitpatch` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gitpatch-7b2fc76984a9ff41)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test ast::tests::test_hint_helper ... ok
[INFO] [stdout] test parser::tests::test_bare ... ok
[INFO] [stdout] test parser::tests::test_chunk_header ... ok
[INFO] [stdout] test parser::tests::test_filename ... ok
[INFO] [stdout] test parser::tests::test_chunk ... ok
[INFO] [stdout] test parser::tests::test_headers ... ok
[INFO] [stdout] test parser::tests::test_quoted ... ok
[INFO] [stderr]      Running tests/parse_patch.rs (/opt/rustwide/target/debug/deps/parse_patch-14c6855e403a0fad)
[INFO] [stdout] test parser::tests::test_headers_crlf ... ok
[INFO] [stdout] test parser::tests::test_range ... ok
[INFO] [stdout] test parser::tests::test_unescape ... ok
[INFO] [stdout] test parser::tests::test_patch ... ok
[INFO] [stdout] test parser::tests::test_header_line_contents ... 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] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stderr]      Running tests/parse_samples.rs (/opt/rustwide/target/debug/deps/parse_samples-15b71aeffe39a826)
[INFO] [stdout] test binary_diff_with_ambiguous_names ... ok
[INFO] [stdout] test parses_file_rename_with_100_pct_similarity ... ok
[INFO] [stdout] test binary_diff_with_spaces_in_name ... ok
[INFO] [stdout] test binary_diff_with_text_diff ... ok
[INFO] [stdout] test binary_diff_with_crlf ... ok
[INFO] [stdout] test parses_file_renames_with_some_diff ... ok
[INFO] [stdout] test single_binary_diff ... ok
[INFO] [stdout] test test_parse ... ok
[INFO] [stdout] test test_parse_escaped ... ok
[INFO] [stdout] test test_parse_other ... ok
[INFO] [stdout] test test_parse_timestamps ... ok
[INFO] [stdout] test test_parse_no_newline_indicator ... ok
[INFO] [stdout] test test_parse_triple_plus_minus ... ok
[INFO] [stdout] test multiple_binary_diffs ... ok
[INFO] [stdout] test test_parse_triple_plus_minus_hack - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test parse_samples ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/regressions.rs (/opt/rustwide/target/debug/deps/regressions-da2493572342653b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test hunk_header_context_is_not_a_line_15 ... ok
[INFO] [stdout] test unquoted_filenames_with_spaces_11 ... ok
[INFO] [stdout] test crlf_breaks_stuff_17 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gitpatch
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/ast.rs - ast::Patch<'a>::from_single (line 47) ... ok
[INFO] [stdout] test src/ast.rs - ast::Patch<'a>::from_multiple (line 88) ... ok
[INFO] [stdout] test src/lib.rs - (line 12) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dffa38174036e2066ada7668127b560185eed98ab42002edcba119cb72ef5c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dffa38174036e2066ada7668127b560185eed98ab42002edcba119cb72ef5c2d", kill_on_drop: false }`
[INFO] [stdout] dffa38174036e2066ada7668127b560185eed98ab42002edcba119cb72ef5c2d
