[INFO] cloning repository https://github.com/0l3d/ffetch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0l3d/ffetch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0l3d%2Fffetch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0l3d%2Fffetch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7ec272845982db86d162c8616c182afe748d68b6
[INFO] checking 0l3d/ffetch against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0l3d%2Fffetch" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/0l3d/ffetch on toolchain 1f5783cbeb5da8b38566d718631d016891e9c912
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/0l3d/ffetch
[INFO] finished tweaking git repo https://github.com/0l3d/ffetch
[INFO] tweaked toml for git repo https://github.com/0l3d/ffetch written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/0l3d/ffetch 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" "+1f5783cbeb5da8b38566d718631d016891e9c912" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95c6ed183e7b68c5a444b55a19052b888517756c832bdc4abc48ba8997e4ca67
[INFO] running `Command { std: "docker" "start" "-a" "95c6ed183e7b68c5a444b55a19052b888517756c832bdc4abc48ba8997e4ca67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95c6ed183e7b68c5a444b55a19052b888517756c832bdc4abc48ba8997e4ca67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95c6ed183e7b68c5a444b55a19052b888517756c832bdc4abc48ba8997e4ca67", kill_on_drop: false }`
[INFO] [stdout] 95c6ed183e7b68c5a444b55a19052b888517756c832bdc4abc48ba8997e4ca67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7b39dee3962a26b9ec030b863423ccaf2ab5e84d5acd0f9f773a7d75c936543
[INFO] running `Command { std: "docker" "start" "-a" "c7b39dee3962a26b9ec030b863423ccaf2ab5e84d5acd0f9f773a7d75c936543", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling wayland-client v0.31.10
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling xcb v1.5.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling wayland-backend v0.3.10
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking env_home v0.1.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking which v8.0.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.8
[INFO] [stderr]     Checking wayland-cursor v0.31.10
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.8
[INFO] [stderr]     Checking display-info v0.5.4
[INFO] [stderr]     Checking ffetch v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.47s
[INFO] running `Command { std: "docker" "inspect" "c7b39dee3962a26b9ec030b863423ccaf2ab5e84d5acd0f9f773a7d75c936543", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7b39dee3962a26b9ec030b863423ccaf2ab5e84d5acd0f9f773a7d75c936543", kill_on_drop: false }`
[INFO] [stdout] c7b39dee3962a26b9ec030b863423ccaf2ab5e84d5acd0f9f773a7d75c936543
