[INFO] cloning repository https://github.com/mattludwigs/rust-cross-compile-to-rpi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattludwigs/rust-cross-compile-to-rpi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattludwigs%2Frust-cross-compile-to-rpi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattludwigs%2Frust-cross-compile-to-rpi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9402da3eb3b33cbc86f6ec1ad3cf8b9bd075f60b
[INFO] testing mattludwigs/rust-cross-compile-to-rpi against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattludwigs%2Frust-cross-compile-to-rpi" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mattludwigs/rust-cross-compile-to-rpi
[INFO] finished tweaking git repo https://github.com/mattludwigs/rust-cross-compile-to-rpi
[INFO] tweaked toml for git repo https://github.com/mattludwigs/rust-cross-compile-to-rpi written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mattludwigs/rust-cross-compile-to-rpi on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mattludwigs/rust-cross-compile-to-rpi 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c7a4a2c7f2c5444aa1bd5fff3b1b109f19faf2ec8ddf9631e9a233ea01eb510
[INFO] running `Command { std: "docker" "start" "-a" "5c7a4a2c7f2c5444aa1bd5fff3b1b109f19faf2ec8ddf9631e9a233ea01eb510", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c7a4a2c7f2c5444aa1bd5fff3b1b109f19faf2ec8ddf9631e9a233ea01eb510", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c7a4a2c7f2c5444aa1bd5fff3b1b109f19faf2ec8ddf9631e9a233ea01eb510", kill_on_drop: false }`
[INFO] [stdout] 5c7a4a2c7f2c5444aa1bd5fff3b1b109f19faf2ec8ddf9631e9a233ea01eb510
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] edf47b3f4e3d4cca1d86b9cb35bb2d17e1d04b4820df30aea3c2c1bfe52052cb
[INFO] running `Command { std: "docker" "start" "-a" "edf47b3f4e3d4cca1d86b9cb35bb2d17e1d04b4820df30aea3c2c1bfe52052cb", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rand v0.3.22
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetam0nOQo"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "edf47b3f4e3d4cca1d86b9cb35bb2d17e1d04b4820df30aea3c2c1bfe52052cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edf47b3f4e3d4cca1d86b9cb35bb2d17e1d04b4820df30aea3c2c1bfe52052cb", kill_on_drop: false }`
[INFO] [stdout] edf47b3f4e3d4cca1d86b9cb35bb2d17e1d04b4820df30aea3c2c1bfe52052cb
