[INFO] cloning repository https://github.com/raylu/git-whence
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raylu/git-whence" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraylu%2Fgit-whence", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraylu%2Fgit-whence'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff95491648758aea5a6bf5044e7e49848754bff5
[INFO] checking raylu/git-whence against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraylu%2Fgit-whence" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/raylu/git-whence
[INFO] finished tweaking git repo https://github.com/raylu/git-whence
[INFO] tweaked toml for git repo https://github.com/raylu/git-whence written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/raylu/git-whence 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 git repo https://github.com/raylu/git-whence 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 ansi-to-tui v3.1.0
[INFO] [stderr]   Downloaded lru v0.12.0
[INFO] [stderr]   Downloaded cc v1.1.6
[INFO] [stderr]   Downloaded timeago v0.4.2
[INFO] [stderr]   Downloaded zerocopy v0.7.23
[INFO] [stderr]   Downloaded ratatui v0.24.0
[INFO] [stderr]   Downloaded git2 v0.19.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.23
[INFO] [stderr]   Downloaded libz-sys v1.1.18
[INFO] [stderr]   Downloaded libgit2-sys v0.17.0+1.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f2900a3e8cbbef4168fac45ad6cccc6a2b8e168e22b55a85501c1f39c6ddd0f1
[INFO] running `Command { std: "docker" "start" "-a" "f2900a3e8cbbef4168fac45ad6cccc6a2b8e168e22b55a85501c1f39c6ddd0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f2900a3e8cbbef4168fac45ad6cccc6a2b8e168e22b55a85501c1f39c6ddd0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2900a3e8cbbef4168fac45ad6cccc6a2b8e168e22b55a85501c1f39c6ddd0f1", kill_on_drop: false }`
[INFO] [stdout] f2900a3e8cbbef4168fac45ad6cccc6a2b8e168e22b55a85501c1f39c6ddd0f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5b4bc80fca856b022367e85ba1db123a2cf2342d61b78b4e4221f852ac057fcf
[INFO] running `Command { std: "docker" "start" "-a" "5b4bc80fca856b022367e85ba1db123a2cf2342d61b78b4e4221f852ac057fcf", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking zerocopy v0.7.23
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking memchr v2.6.4
[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 nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking lru v0.12.0
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking chrono v0.4.31
[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.18
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[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 ansi-to-tui v3.1.0
[INFO] [stderr]     Checking git2 v0.19.0
[INFO] [stderr]     Checking git-whence v0.5.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 26.97s
[INFO] running `Command { std: "docker" "inspect" "5b4bc80fca856b022367e85ba1db123a2cf2342d61b78b4e4221f852ac057fcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b4bc80fca856b022367e85ba1db123a2cf2342d61b78b4e4221f852ac057fcf", kill_on_drop: false }`
[INFO] [stdout] 5b4bc80fca856b022367e85ba1db123a2cf2342d61b78b4e4221f852ac057fcf
