[INFO] cloning repository https://github.com/yopox/advent2022 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yopox/advent2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyopox%2Fadvent2022", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyopox%2Fadvent2022'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b74d3652266dd899dfab1d9eb6a92379cb1bef3a [INFO] testing yopox/advent2022 against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyopox%2Fadvent2022" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yopox/advent2022 on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yopox/advent2022 [INFO] finished tweaking git repo https://github.com/yopox/advent2022 [INFO] tweaked toml for git repo https://github.com/yopox/advent2022 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/yopox/advent2022 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-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0b0ee097f0c73b5106b45b66a2bf7f2376f0dbef1a84a2fe34841f6869ef1fd [INFO] running `Command { std: "docker" "start" "-a" "f0b0ee097f0c73b5106b45b66a2bf7f2376f0dbef1a84a2fe34841f6869ef1fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0b0ee097f0c73b5106b45b66a2bf7f2376f0dbef1a84a2fe34841f6869ef1fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0b0ee097f0c73b5106b45b66a2bf7f2376f0dbef1a84a2fe34841f6869ef1fd", kill_on_drop: false }` [INFO] [stdout] f0b0ee097f0c73b5106b45b66a2bf7f2376f0dbef1a84a2fe34841f6869ef1fd [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3f7e3b19ed8f2d1946b0c9431667e0c18a56e8d7446bd44b3081d8d2b61a9a2 [INFO] running `Command { std: "docker" "start" "-a" "b3f7e3b19ed8f2d1946b0c9431667e0c18a56e8d7446bd44b3081d8d2b61a9a2", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling advent2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 14.81s [INFO] running `Command { std: "docker" "inspect" "b3f7e3b19ed8f2d1946b0c9431667e0c18a56e8d7446bd44b3081d8d2b61a9a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3f7e3b19ed8f2d1946b0c9431667e0c18a56e8d7446bd44b3081d8d2b61a9a2", kill_on_drop: false }` [INFO] [stdout] b3f7e3b19ed8f2d1946b0c9431667e0c18a56e8d7446bd44b3081d8d2b61a9a2 [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d982dd8adcb19079c1c9b2ee0911bfb9f5550ae89a9bbbc04dae056bf7e7bed [INFO] running `Command { std: "docker" "start" "-a" "1d982dd8adcb19079c1c9b2ee0911bfb9f5550ae89a9bbbc04dae056bf7e7bed", kill_on_drop: false }` [INFO] [stderr] Compiling advent2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `advent2022` (bin "advent2022" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/bin/rustc --crate-name advent2022 --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f5f404bc97f7f9b -C extra-filename=-5adf993a524e4876 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern itertools=/opt/rustwide/target/debug/deps/libitertools-eb730997251daacc.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-03ef732831b36501.rlib --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "1d982dd8adcb19079c1c9b2ee0911bfb9f5550ae89a9bbbc04dae056bf7e7bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d982dd8adcb19079c1c9b2ee0911bfb9f5550ae89a9bbbc04dae056bf7e7bed", kill_on_drop: false }` [INFO] [stdout] 1d982dd8adcb19079c1c9b2ee0911bfb9f5550ae89a9bbbc04dae056bf7e7bed