[INFO] fetching crate git-whence 0.4.0...
[INFO] checking git-whence-0.4.0 against 1.95.0 for pr-155915
[INFO] extracting crate git-whence 0.4.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate git-whence 0.4.0
[INFO] finished tweaking crates.io crate git-whence 0.4.0
[INFO] tweaked toml for crates.io crate git-whence 0.4.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate git-whence 0.4.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate git-whence 0.4.0 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indoc v2.0.4
[INFO] [stderr]   Downloaded lru v0.12.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.88
[INFO] [stderr]   Downloaded ansi-to-tui v3.1.0
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.88
[INFO] [stderr]   Downloaded timeago v0.4.2
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.88
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.88
[INFO] [stderr]   Downloaded allocator-api2 v0.2.16
[INFO] [stderr]   Downloaded mio v0.8.9
[INFO] [stderr]   Downloaded unicode-segmentation v1.10.1
[INFO] [stderr]   Downloaded js-sys v0.3.65
[INFO] [stderr]   Downloaded zerocopy v0.7.23
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.88
[INFO] [stderr]   Downloaded git2 v0.17.2
[INFO] [stderr]   Downloaded ratatui v0.24.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.23
[INFO] [stderr]   Downloaded libgit2-sys v0.15.2+1.6.4
[INFO] [stderr]   Downloaded libz-sys v1.1.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ca4335dc048b769c76cc800d7bbef4c7cf602e01296b7f1ec51347a84760629
[INFO] running `Command { std: "docker" "start" "-a" "7ca4335dc048b769c76cc800d7bbef4c7cf602e01296b7f1ec51347a84760629", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ca4335dc048b769c76cc800d7bbef4c7cf602e01296b7f1ec51347a84760629", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ca4335dc048b769c76cc800d7bbef4c7cf602e01296b7f1ec51347a84760629", kill_on_drop: false }`
[INFO] [stdout] 7ca4335dc048b769c76cc800d7bbef4c7cf602e01296b7f1ec51347a84760629
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 53aa5f73e94592e55ac286a7c32f83db23f6fe6b6b751d33ebea82d3cab93852
[INFO] running `Command { std: "docker" "start" "-a" "53aa5f73e94592e55ac286a7c32f83db23f6fe6b6b751d33ebea82d3cab93852", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking zerocopy v0.7.23
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking timeago v0.4.2
[INFO] [stderr]     Checking hashbrown v0.14.2
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking lru v0.12.0
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling libgit2-sys v0.15.2+1.6.4
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking ratatui v0.24.0
[INFO] [stderr]     Checking git2 v0.17.2
[INFO] [stderr]     Checking ansi-to-tui v3.1.0
[INFO] [stderr]     Checking git-whence v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/git_blame_porcelain.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn parse_header(input: &str) -> IResult<&str, Header> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn parse_header(input: &str) -> IResult<&str, Header<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/git_blame_porcelain.rs:104:29
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_commit_info(input: &str) -> IResult<&str, CommitInfo> {
[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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_commit_info(input: &str) -> IResult<&str, CommitInfo<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/git_blame_porcelain.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn parse_header(input: &str) -> IResult<&str, Header> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn parse_header(input: &str) -> IResult<&str, Header<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/git_blame_porcelain.rs:104:29
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_commit_info(input: &str) -> IResult<&str, CommitInfo> {
[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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn parse_commit_info(input: &str) -> IResult<&str, CommitInfo<'_>> {
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.19s
[INFO] running `Command { std: "docker" "inspect" "53aa5f73e94592e55ac286a7c32f83db23f6fe6b6b751d33ebea82d3cab93852", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53aa5f73e94592e55ac286a7c32f83db23f6fe6b6b751d33ebea82d3cab93852", kill_on_drop: false }`
[INFO] [stdout] 53aa5f73e94592e55ac286a7c32f83db23f6fe6b6b751d33ebea82d3cab93852
