[INFO] cloning repository https://github.com/nickgal/cabtools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nickgal/cabtools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickgal%2Fcabtools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickgal%2Fcabtools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 416320f87517466d89027e9296f4aa7a4f19adf4
[INFO] checking nickgal/cabtools against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickgal%2Fcabtools" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nickgal/cabtools
[INFO] finished tweaking git repo https://github.com/nickgal/cabtools
[INFO] tweaked toml for git repo https://github.com/nickgal/cabtools written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nickgal/cabtools 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/nickgal/cabtools 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 filetime v0.2.20
[INFO] [stderr]   Downloaded cab v0.4.1
[INFO] [stderr]   Downloaded clap_lex v0.3.2
[INFO] [stderr]   Downloaded is-terminal v0.4.4
[INFO] [stderr]   Downloaded lzxd v0.1.4
[INFO] [stderr]   Downloaded clap_derive v4.1.8
[INFO] [stderr]   Downloaded io-lifetimes v1.0.5
[INFO] [stderr]   Downloaded binrw_derive v0.11.1
[INFO] [stderr]   Downloaded clap v4.1.8
[INFO] [stderr]   Downloaded binrw v0.11.1
[INFO] [stderr]   Downloaded rustix v0.36.8
[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] dd43fa486fc709e189f1fb58b1cd44e246da3aeae6687013644006646ce54979
[INFO] running `Command { std: "docker" "start" "-a" "dd43fa486fc709e189f1fb58b1cd44e246da3aeae6687013644006646ce54979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd43fa486fc709e189f1fb58b1cd44e246da3aeae6687013644006646ce54979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd43fa486fc709e189f1fb58b1cd44e246da3aeae6687013644006646ce54979", kill_on_drop: false }`
[INFO] [stdout] dd43fa486fc709e189f1fb58b1cd44e246da3aeae6687013644006646ce54979
[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] 5973360db706dfa5c9313d6ef6f3e0909812fd5abd1af4c1fc8c703a29ec3e33
[INFO] running `Command { std: "docker" "start" "-a" "5973360db706dfa5c9313d6ef6f3e0909812fd5abd1af4c1fc8c703a29ec3e33", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustix v0.36.8
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling binrw_derive v0.11.1
[INFO] [stderr]    Compiling binrw v0.11.1
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]     Checking time v0.3.20
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking clap_lex v0.3.2
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking lzxd v0.1.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking cab v0.4.1
[INFO] [stderr]     Checking filetime v0.2.20
[INFO] [stderr]     Checking is-terminal v0.4.4
[INFO] [stderr]    Compiling clap_derive v4.1.8
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking clap v4.1.8
[INFO] [stderr]     Checking cabtools v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn expand_ce_variables(path: &str) -> Cow<str> {
[INFO] [stdout]     |                              ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn expand_ce_variables(path: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn expand_ce_variables(path: &str) -> Cow<str> {
[INFO] [stdout]     |                              ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 165 | fn expand_ce_variables(path: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s
[INFO] running `Command { std: "docker" "inspect" "5973360db706dfa5c9313d6ef6f3e0909812fd5abd1af4c1fc8c703a29ec3e33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5973360db706dfa5c9313d6ef6f3e0909812fd5abd1af4c1fc8c703a29ec3e33", kill_on_drop: false }`
[INFO] [stdout] 5973360db706dfa5c9313d6ef6f3e0909812fd5abd1af4c1fc8c703a29ec3e33
