[INFO] cloning repository https://github.com/vitvakatu/asteroids
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vitvakatu/asteroids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitvakatu%2Fasteroids", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitvakatu%2Fasteroids'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cdebadb26eb081e0c37deea42ac850c287b99dfb
[INFO] checking vitvakatu/asteroids against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitvakatu%2Fasteroids" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/vitvakatu/asteroids on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/vitvakatu/asteroids
[INFO] finished tweaking git repo https://github.com/vitvakatu/asteroids
[INFO] tweaked toml for git repo https://github.com/vitvakatu/asteroids written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/vitvakatu/asteroids 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "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] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/three-rs/three/`
[INFO] [stderr]     Updating git submodule `https://github.com/three-rs/example-data`
[INFO] [stderr] warning: spurious network error (3 tries remaining): cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_3d9cabffba80eede': No space left on device; class=Os (2)
[INFO] [stderr] warning: spurious network error (2 tries remaining): cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_7010a2e168626c97': No space left on device; class=Os (2)
[INFO] [stderr] warning: spurious network error (1 try remaining): cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_1ae1d9ecea104959': No space left on device; class=Os (2)
[INFO] [stderr] error: failed to get `three` as a dependency of package `asteroids v0.1.0 (/workspace/builds/worker-1-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `three`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/three-rs/three/#9a867df3
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to update submodule `test_data`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch submodule `test_data` from https://github.com/three-rs/example-data
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision 5d821bc9647a8db26888f8dd286f318eaabd2a52 not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_5ea6f02d2ea22f2d': No space left on device; class=Os (2)


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: no edition set: defaulting to the 2015 edition while the latest is 2024
        Blocking waiting for file lock on package cache
        Updating crates.io index
        Updating git repository `https://github.com/three-rs/three/`
        Updating git submodule `https://github.com/three-rs/example-data`
    warning: spurious network error (3 tries remaining): cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_3d9cabffba80eede': No space left on device; class=Os (2)
    warning: spurious network error (2 tries remaining): cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_7010a2e168626c97': No space left on device; class=Os (2)
    warning: spurious network error (1 try remaining): cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_1ae1d9ecea104959': No space left on device; class=Os (2)
    error: failed to get `three` as a dependency of package `asteroids v0.1.0 (/workspace/builds/worker-1-tc1/source)`
    
    Caused by:
      failed to load source for dependency `three`
    
    Caused by:
      Unable to update https://github.com/three-rs/three/#9a867df3
    
    Caused by:
      failed to update submodule `test_data`
    
    Caused by:
      failed to fetch submodule `test_data` from https://github.com/three-rs/example-data
    
    Caused by:
      revision 5d821bc9647a8db26888f8dd286f318eaabd2a52 not found
    
    Caused by:
      cannot extend packfile '/workspace/cargo-home/git/checkouts/three-5ef71a0336933573/9a867df/test_data/.git/objects/pack/pack_git2_5ea6f02d2ea22f2d': No space left on device; class=Os (2)