[INFO] cloning repository https://github.com/danplubell/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danplubell/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a888b557ef4cec5607dccacc31ff358c92c21201
[INFO] checking danplubell/advent-of-code-2024 against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/danplubell/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/danplubell/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/danplubell/advent-of-code-2024 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/danplubell/advent-of-code-2024 on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/danplubell/advent-of-code-2024 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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded priority-queue v2.1.2
[INFO] [stderr]   Downloaded cached_proc_macro v0.24.0
[INFO] [stderr]   Downloaded cached v0.55.1
[INFO] [stderr] error: failed to unpack package `cached v0.55.1`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to unpack entry at `cached-0.55.1/README.md`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to unpack `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cached-0.55.1/README.md`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to unpack `cached-0.55.1/README.md` into `/workspace/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cached-0.55.1/README.md`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] checking danplubell/advent-of-code-2024 against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] error: unable to write file data/examples/08.txt
[INFO] [stderr] error: unable to write file data/examples/09.txt
[INFO] [stderr] error: unable to write file data/examples/10.txt
[INFO] [stderr] error: unable to write file data/examples/11.txt
[INFO] [stderr] error: unable to write file data/examples/12.txt
[INFO] [stderr] error: unable to write file data/examples/12.txt_save
[INFO] [stderr] error: unable to write file data/examples/13.txt
[INFO] [stderr] error: unable to write file data/examples/14.txt
[INFO] [stderr] error: unable to write file data/examples/15.txt
[INFO] [stderr] error: unable to write file data/examples/16.txt
[INFO] [stderr] error: unable to write file data/examples/17.txt
[INFO] [stderr] error: unable to write file data/examples/18.txt
[INFO] [stderr] error: unable to write file data/examples/19.txt
[INFO] [stderr] error: unable to write file data/examples/20.txt
[INFO] [stderr] error: unable to write file data/examples/21.txt
[INFO] [stderr] error: unable to write file data/examples/22.txt
[INFO] [stderr] error: unable to write file data/examples/23.txt
[INFO] [stderr] error: unable to write file data/examples/24.txt
[INFO] [stderr] error: unable to write file data/examples/24.txt_z12
[INFO] [stderr] error: unable to write file data/examples/24.txt_z26
[INFO] [stderr] error: unable to write file data/examples/24.txt_z32
[INFO] [stderr] error: unable to write file data/examples/24.txt_z36
[INFO] [stderr] error: unable to write file data/examples/25.txt
[INFO] [stderr] error: unable to write file data/examples/day24_check.txt
[INFO] [stderr] error: unable to write file data/examples/nodes_23.txt
[INFO] [stderr] error: unable to write file data/examples/values.txt
[INFO] [stderr] error: unable to write file data/examples/xmas.txt
[INFO] [stderr] fatal: cannot create directory at 'data/inputs': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 
[INFO] checking danplubell/advent-of-code-2024 against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] error: unable to write file data/examples/07.txt_save
[INFO] [stderr] error: unable to write file data/examples/09.txt
[INFO] [stderr] error: unable to write file data/examples/10.txt
[INFO] [stderr] error: unable to write file data/examples/11.txt
[INFO] [stderr] error: unable to write file data/examples/12.txt
[INFO] [stderr] error: unable to write file data/examples/12.txt_save
[INFO] [stderr] error: unable to write file data/examples/13.txt
[INFO] [stderr] error: unable to write file data/examples/14.txt
[INFO] [stderr] error: unable to write file data/examples/15.txt
[INFO] [stderr] error: unable to write file data/examples/16.txt
[INFO] [stderr] error: unable to write file data/examples/17.txt
[INFO] [stderr] error: unable to write file data/examples/18.txt
[INFO] [stderr] error: unable to write file data/examples/19.txt
[INFO] [stderr] error: unable to write file data/examples/20.txt
[INFO] [stderr] error: unable to write file data/examples/21.txt
[INFO] [stderr] error: unable to write file data/examples/22.txt
[INFO] [stderr] error: unable to write file data/examples/23.txt
[INFO] [stderr] error: unable to write file data/examples/24.txt
[INFO] [stderr] error: unable to write file data/examples/24.txt_z12
[INFO] [stderr] error: unable to write file data/examples/24.txt_z26
[INFO] [stderr] error: unable to write file data/examples/24.txt_z32
[INFO] [stderr] error: unable to write file data/examples/24.txt_z36
[INFO] [stderr] error: unable to write file data/examples/25.txt
[INFO] [stderr] error: unable to write file data/examples/day24_check.txt
[INFO] [stderr] error: unable to write file data/examples/nodes_23.txt
[INFO] [stderr] error: unable to write file data/examples/values.txt
[INFO] [stderr] error: unable to write file data/examples/xmas.txt
[INFO] [stderr] fatal: cannot create directory at 'data/inputs': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 
[INFO] checking danplubell/advent-of-code-2024 against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] error: unable to write file data/examples/08.txt
[INFO] [stderr] error: unable to write file data/examples/09.txt
[INFO] [stderr] error: unable to write file data/examples/10.txt
[INFO] [stderr] fatal: cannot create directory at 'data/puzzles': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 
[INFO] checking danplubell/advent-of-code-2024 against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanplubell%2Fadvent-of-code-2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] error: unable to write file data/examples/nodes_23.txt
[INFO] [stderr] error: unable to write file data/examples/values.txt
[INFO] [stderr] error: unable to write file data/examples/xmas.txt
[INFO] [stderr] fatal: cannot create directory at 'data/inputs': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 


failed to checkout https://github.com/danplubell/advent-of-code-2024

Caused by:
    command failed: exit status: 128
    
    