[INFO] cloning repository https://github.com/furuhama/design_patterns_in_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/furuhama/design_patterns_in_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust'... [INFO] [stderr] error: copy-fd: write returned: No space left on device [INFO] [stderr] fatal: cannot copy '/usr/share/git-core/templates/hooks/fsmonitor-watchman.sample' to '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust/hooks/fsmonitor-watchman.sample': No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/furuhama/design_patterns_in_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/furuhama/design_patterns_in_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust'... [INFO] [stderr] fatal: write error: No space left on device [INFO] [stderr] fatal: fetch-pack: invalid index-pack output [WARN] Retrying crate fetch in 3 seconds (attempt 2) [INFO] cloning repository https://github.com/furuhama/design_patterns_in_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/furuhama/design_patterns_in_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 3) [INFO] cloning repository https://github.com/furuhama/design_patterns_in_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/furuhama/design_patterns_in_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f28215061cbca47aa818df3af83dc1557b5d6a8 [INFO] checking furuhama/design_patterns_in_rust against try#6619027b13a87a3597115f2c8231f107bf3a7a5f for pr-139624 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] fatal: cannot create directory at 'src': 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 furuhama/design_patterns_in_rust against try#6619027b13a87a3597115f2c8231f107bf3a7a5f for pr-139624 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] error: copy-fd: write returned: No space left on device [INFO] [stderr] fatal: cannot copy '/usr/share/git-core/templates/hooks/pre-merge-commit.sample' to '/workspace/builds/worker-7-tc2/source/.git/hooks/pre-merge-commit.sample': No space left on device [INFO] checking furuhama/design_patterns_in_rust against try#6619027b13a87a3597115f2c8231f107bf3a7a5f for pr-139624 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/patterns/command.rs [INFO] [stderr] error: unable to write file src/patterns/decorator.rs [INFO] [stderr] error: unable to write file src/patterns/factory.rs [INFO] [stderr] error: unable to write file src/patterns/interpreter.rs [INFO] [stderr] error: unable to write file src/patterns/iterator.rs [INFO] [stderr] error: unable to write file src/patterns/mediator.rs [INFO] [stderr] error: unable to write file src/patterns/memento.rs [INFO] [stderr] error: unable to write file src/patterns/mod.rs [INFO] [stderr] error: unable to write file src/patterns/observer.rs [INFO] [stderr] error: unable to write file src/patterns/prototype.rs [INFO] [stderr] error: unable to write file src/patterns/proxy.rs [INFO] [stderr] error: unable to write file src/patterns/state.rs [INFO] [stderr] error: unable to write file src/patterns/strategy.rs [INFO] [stderr] error: unable to write file src/patterns/template_method.rs [INFO] [stderr] error: unable to write file src/patterns/visitor.rs [INFO] [stderr] fatal: unable to checkout working tree [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 furuhama/design_patterns_in_rust against try#6619027b13a87a3597115f2c8231f107bf3a7a5f for pr-139624 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file Cargo.toml [INFO] [stderr] error: unable to write file README.md [INFO] [stderr] fatal: cannot create directory at 'src': 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 furuhama/design_patterns_in_rust against try#6619027b13a87a3597115f2c8231f107bf3a7a5f for pr-139624 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuruhama%2Fdesign_patterns_in_rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: Unable to create '/workspace/builds/worker-7-tc2/source/.git/refs/remotes/origin/HEAD.lock': No such file or directory [INFO] [stderr] fatal: unable to update refs/remotes/origin/HEAD failed to checkout https://github.com/furuhama/design_patterns_in_rust Caused by: command failed: exit status: 128