[INFO] cloning repository https://github.com/pbhandari/swarm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pbhandari/swarm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm'...
[INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm: No space left on device
[WARN] Retrying crate fetch in 3 seconds (attempt 1)
[INFO] cloning repository https://github.com/pbhandari/swarm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pbhandari/swarm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91b3ad649cba54e284298e1c26f2c3c7baa65340
[INFO] checking pbhandari/swarm against master#a26e97be8826d408309fffbd8168362365719f50 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpbhandari%2Fswarm" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pbhandari/swarm on toolchain a26e97be8826d408309fffbd8168362365719f50
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/pbhandari/swarm
[INFO] finished tweaking git repo https://github.com/pbhandari/swarm
[INFO] tweaked toml for git repo https://github.com/pbhandari/swarm written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/pbhandari/swarm 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" "+a26e97be8826d408309fffbd8168362365719f50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: path `src/swarm.rs` was erroneously implicitly accepted for binary `swarm`,
[INFO] [stderr] please set bin.path in Cargo.toml
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `[project]` is deprecated in favor of `[package]`
[INFO] [stderr]     Updating git repository `https://github.com/Kintaro/rust-xinerama.git`
[INFO] [stderr] warning: spurious network error (3 tries remaining): cannot extend packfile '/workspace/cargo-home/git/db/rust-xinerama-e4c43e091d321fe6/objects/pack/pack_git2_ea48e41fa95a5bcc': No space left on device; class=Os (2)
[INFO] [stderr]     Updating git repository `https://github.com/Kintaro/rust-xlib.git`
[INFO] [stderr]     Updating git repository `https://github.com/Kintaro/rust-xlib.git`
[INFO] [stderr] warning: spurious network error (3 tries remaining): failed to initialize repository with template 'info/exclude': No space left on device; class=Os (2)
[INFO] [stderr] error: failed to get `xlib` as a dependency of package `xinerama v0.0.1 (https://github.com/Kintaro/rust-xinerama.git#60c722b1)`
[INFO] [stderr]     ... which satisfies git dependency `xinerama` (locked to 0.0.1) of package `swarm v0.0.1 (/workspace/builds/worker-3-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `xlib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update https://github.com/Kintaro/rust-xlib.git?branch=wtftw#e7337bfd
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   '/workspace/cargo-home/git/checkouts/rust-xlib-8b1e63fd1c2a72cd/e7337bf' exists and is not an empty directory; class=Invalid (3); code=Exists (-4)


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: path `src/swarm.rs` was erroneously implicitly accepted for binary `swarm`,
    please set bin.path in Cargo.toml
    warning: no edition set: defaulting to the 2015 edition while the latest is 2024
    warning: `[project]` is deprecated in favor of `[package]`
        Updating git repository `https://github.com/Kintaro/rust-xinerama.git`
    warning: spurious network error (3 tries remaining): cannot extend packfile '/workspace/cargo-home/git/db/rust-xinerama-e4c43e091d321fe6/objects/pack/pack_git2_ea48e41fa95a5bcc': No space left on device; class=Os (2)
        Updating git repository `https://github.com/Kintaro/rust-xlib.git`
        Updating git repository `https://github.com/Kintaro/rust-xlib.git`
    warning: spurious network error (3 tries remaining): failed to initialize repository with template 'info/exclude': No space left on device; class=Os (2)
    error: failed to get `xlib` as a dependency of package `xinerama v0.0.1 (https://github.com/Kintaro/rust-xinerama.git#60c722b1)`
        ... which satisfies git dependency `xinerama` (locked to 0.0.1) of package `swarm v0.0.1 (/workspace/builds/worker-3-tc1/source)`
    
    Caused by:
      failed to load source for dependency `xlib`
    
    Caused by:
      Unable to update https://github.com/Kintaro/rust-xlib.git?branch=wtftw#e7337bfd
    
    Caused by:
      '/workspace/cargo-home/git/checkouts/rust-xlib-8b1e63fd1c2a72cd/e7337bf' exists and is not an empty directory; class=Invalid (3); code=Exists (-4)