[INFO] cloning repository https://github.com/Bungogood/tiree
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bungogood/tiree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBungogood%2Ftiree", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBungogood%2Ftiree'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f4c316a6c209b3c9f43237bf3a9335cecc4415ae
[INFO] checking Bungogood/tiree against try#44f3504e96c944ae54fc72b5f5008f53f7eda001 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBungogood%2Ftiree" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Bungogood/tiree on toolchain 44f3504e96c944ae54fc72b5f5008f53f7eda001
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Bungogood/tiree
[INFO] finished tweaking git repo https://github.com/Bungogood/tiree
[INFO] tweaked toml for git repo https://github.com/Bungogood/tiree written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Bungogood/tiree 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" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d8a37524f3933f1817095e266f4ae23cff24930bcb520ab68b3655d92089a93
[INFO] running `Command { std: "docker" "start" "-a" "1d8a37524f3933f1817095e266f4ae23cff24930bcb520ab68b3655d92089a93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d8a37524f3933f1817095e266f4ae23cff24930bcb520ab68b3655d92089a93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d8a37524f3933f1817095e266f4ae23cff24930bcb520ab68b3655d92089a93", kill_on_drop: false }`
[INFO] [stdout] 1d8a37524f3933f1817095e266f4ae23cff24930bcb520ab68b3655d92089a93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb41adaf5a8e1b88a363bad0f672667b34be953499ef061a00a53012851c4d28
[INFO] running `Command { std: "docker" "start" "-a" "fb41adaf5a8e1b88a363bad0f672667b34be953499ef061a00a53012851c4d28", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]     Checking linux-raw-sys v0.4.3
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]    Compiling portable-atomic v1.4.1
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking hex v0.3.2
[INFO] [stderr]     Checking console v0.15.7
[INFO] [stderr]    Compiling quote v1.0.31
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]    Compiling syn v2.0.27
[INFO] [stderr]     Checking indicatif v0.17.5
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking clap_builder v4.3.19
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]     Checking clap v4.3.19
[INFO] [stderr]     Checking crypto-hash v0.3.4
[INFO] [stderr]     Checking tiree v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
[INFO] running `Command { std: "docker" "inspect" "fb41adaf5a8e1b88a363bad0f672667b34be953499ef061a00a53012851c4d28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb41adaf5a8e1b88a363bad0f672667b34be953499ef061a00a53012851c4d28", kill_on_drop: false }`
[INFO] [stdout] fb41adaf5a8e1b88a363bad0f672667b34be953499ef061a00a53012851c4d28
