[INFO] cloning repository https://github.com/sumerchoudhary78/HyprPilot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sumerchoudhary78/HyprPilot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsumerchoudhary78%2FHyprPilot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsumerchoudhary78%2FHyprPilot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de1f0f4ae25aabe3fcf4964150eb33c1386cd9d4
[INFO] checking sumerchoudhary78/HyprPilot against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsumerchoudhary78%2FHyprPilot" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sumerchoudhary78/HyprPilot
[INFO] finished tweaking git repo https://github.com/sumerchoudhary78/HyprPilot
[INFO] tweaked toml for git repo https://github.com/sumerchoudhary78/HyprPilot written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sumerchoudhary78/HyprPilot on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sumerchoudhary78/HyprPilot 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1
[INFO] running `Command { std: "docker" "start" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]    Compiling zvariant v5.12.0
[INFO] [stderr]     Checking hyprpilot-core v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-core)
[INFO] [stderr]     Checking hyprpilot-vision v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-vision)
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]     Checking zbus_xml v5.1.1
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]    Compiling zbus_macros v5.16.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking hyprpilot-input v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-input)
[INFO] [stderr]     Checking zbus v5.16.0
[INFO] [stderr]     Checking atspi-common v0.14.0
[INFO] [stderr]     Checking atspi-proxies v0.14.0
[INFO] [stderr]     Checking atspi-connection v0.14.0
[INFO] [stderr]     Checking atspi v0.30.0
[INFO] [stderr]     Checking hyprpilot-a11y v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-a11y)
[INFO] [stderr]     Checking hyprpilot-daemon v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-daemon)
[INFO] [stderr]     Checking hyprpilot-mcp v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-mcp)
[INFO] [stderr]     Checking hyprpilot-cli v1.1.0 (/opt/rustwide/workdir/crates/hyprpilot-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1", kill_on_drop: false }`
[INFO] [stdout] b0ace56a912739a94a7ea26161439f5505cbade8749bef01c5ca74bba121e9c1
