[INFO] cloning repository https://github.com/szakan/book-pl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/szakan/book-pl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl'... [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 1) [INFO] cloning repository https://github.com/szakan/book-pl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/szakan/book-pl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl'... [INFO] [stderr] error: failed to write new configuration file /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl/config.lock [INFO] [stderr] fatal: could not set 'core.repositoryformatversion' to '0' [WARN] Retrying crate fetch in 3 seconds (attempt 2) [INFO] cloning repository https://github.com/szakan/book-pl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/szakan/book-pl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7ff5021f30b9e1c071c3c11646d2ab0c1e6ccaa6 [INFO] checking szakan/book-pl against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl" "/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] fatal: error closing file /workspace/builds/worker-4-tc2/source/.git/packed-refs.new: No space left on device [INFO] checking szakan/book-pl against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl" "/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 2018-edition/src/ch06-00-enums.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch06-01-defining-an-enum.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch06-02-match.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch06-03-if-let.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch07-00-packages-crates-and-modules.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch07-01-packages-and-crates-for-making-libraries-and-executables.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch07-02-modules-and-use-to-control-scope-and-privacy.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch08-00-common-collections.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch08-01-vectors.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch08-02-strings.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch08-03-hash-maps.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch09-00-error-handling.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch09-01-unrecoverable-errors-with-panic.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch09-02-recoverable-errors-with-result.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch09-03-to-panic-or-not-to-panic.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch10-00-generics.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch10-01-syntax.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch10-02-traits.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch10-03-lifetime-syntax.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch11-00-testing.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch11-01-writing-tests.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch11-02-running-tests.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch11-03-test-organization.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-00-an-io-project.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-01-accepting-command-line-arguments.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-02-reading-a-file.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-03-improving-error-handling-and-modularity.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-04-testing-the-librarys-functionality.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-05-working-with-environment-variables.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch12-06-writing-to-stderr-instead-of-stdout.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch13-00-functional-features.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch13-01-closures.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch13-02-iterators.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch13-03-improving-our-io-project.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch13-04-performance.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch14-00-more-about-cargo.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch14-01-release-profiles.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch14-02-publishing-to-crates-io.md [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-01.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-02.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-03.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-04.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl20-01.png [INFO] [stderr] error: unable to write file ADMIN_TASKS.md [INFO] [stderr] error: unable to write file CONTRIBUTING.md [INFO] [stderr] error: unable to write file COPYRIGHT [INFO] [stderr] error: unable to write file Cargo.lock [INFO] [stderr] error: unable to write file Cargo.toml [INFO] [stderr] error: unable to write file LICENSE-APACHE [INFO] [stderr] error: unable to write file LICENSE-MIT [INFO] [stderr] error: unable to write file README.md [INFO] [stderr] error: unable to write file TODO.md [INFO] [stderr] error: unable to write file book.toml [INFO] [stderr] fatal: cannot create directory at 'ci': 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 szakan/book-pl against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl" "/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 2018-edition/src/ch20-02-multithreaded.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch20-03-graceful-shutdown-and-cleanup.md [INFO] [stderr] error: unable to write file 2018-edition/src/foreword.md [INFO] [stderr] fatal: cannot create directory at '2018-edition/src/img': 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 szakan/book-pl against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl" "/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 2018-edition/src/ch16-00-concurrency.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch16-01-threads.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch16-02-message-passing.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch16-03-shared-state.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch16-04-extensible-concurrency-sync-and-send.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch17-00-oop.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch17-01-what-is-oo.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch17-02-trait-objects.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch17-03-oo-design-patterns.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch18-00-patterns.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch18-01-all-the-places-for-patterns.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch18-02-refutability.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch18-03-pattern-syntax.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-00-advanced-features.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-01-unsafe-rust.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-02-advanced-lifetimes.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-03-advanced-traits.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-04-advanced-types.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-05-advanced-functions-and-closures.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch19-06-macros.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch20-00-final-project-a-web-server.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch20-01-single-threaded.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch20-02-multithreaded.md [INFO] [stderr] error: unable to write file 2018-edition/src/ch20-03-graceful-shutdown-and-cleanup.md [INFO] [stderr] error: unable to write file 2018-edition/src/foreword.md [INFO] [stderr] fatal: cannot create directory at '2018-edition/src/img': 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 szakan/book-pl against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fszakan%2Fbook-pl" "/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 2018-edition/src/img/trpl14-04.png [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-01.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-02.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-03.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl15-04.svg [INFO] [stderr] error: unable to write file 2018-edition/src/img/trpl20-01.png [INFO] [stderr] error: unable to write file ADMIN_TASKS.md [INFO] [stderr] error: unable to write file CONTRIBUTING.md [INFO] [stderr] error: unable to write file COPYRIGHT [INFO] [stderr] error: unable to write file Cargo.lock [INFO] [stderr] error: unable to write file Cargo.toml [INFO] [stderr] error: unable to write file LICENSE-APACHE [INFO] [stderr] error: unable to write file LICENSE-MIT [INFO] [stderr] error: unable to write file README.md [INFO] [stderr] error: unable to write file TODO.md [INFO] [stderr] error: unable to write file book.toml [INFO] [stderr] fatal: cannot create directory at 'ci': 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] ExecutionFailed(ExitStatus(unix_wait_status(32768))) failed to checkout https://github.com/szakan/book-pl