[INFO] cloning repository https://github.com/quentin-abei/test_cairo_book
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quentin-abei/test_cairo_book" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 953417bae9ec46a5bc59c12d776574f9835692df
[INFO] checking quentin-abei/test_cairo_book against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book" "/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 po/ko.po
[INFO] [stderr] error: unable to write file src/ch07-02-defining-modules-to-control-scope.md
[INFO] [stderr] error: unable to write file src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
[INFO] [stderr] error: unable to write file src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
[INFO] [stderr] error: unable to write file src/ch07-05-separating-modules-into-different-files.md
[INFO] [stderr] error: unable to write file src/ch08-00-generic-types-and-traits.md
[INFO] [stderr] error: unable to write file src/ch08-01-generic-data-types.md
[INFO] [stderr] error: unable to write file src/ch08-02-traits-in-cairo.md
[INFO] [stderr] error: unable to write file src/ch09-00-error-handling.md
[INFO] [stderr] error: unable to write file src/ch09-01-unrecoverable-errors-with-panic.md
[INFO] [stderr] error: unable to write file src/ch09-02-recoverable-errors.md
[INFO] [stderr] error: unable to write file src/ch10-00-testing-cairo-programs.md
[INFO] [stderr] error: unable to write file src/ch10-01-how-to-write-tests.md
[INFO] [stderr] error: unable to write file src/ch10-02-test-organization.md
[INFO] [stderr] error: unable to write file src/ch11-00-advanced-features.md
[INFO] [stderr] error: unable to write file src/ch11-01-custom-data-structures.md
[INFO] [stderr] error: unable to write file src/ch11-02-smart-pointers.md
[INFO] [stderr] error: unable to write file src/ch11-03-operator-overloading.md
[INFO] [stderr] error: unable to write file src/ch11-04-hash.md
[INFO] [stderr] error: unable to write file src/ch11-05-macros.md
[INFO] [stderr] error: unable to write file src/ch11-06-inlining-in-cairo.md
[INFO] [stderr] error: unable to write file src/ch11-07-gas-optimisation.md
[INFO] [stderr] error: unable to write file src/ch11-08-printing.md
[INFO] [stderr] error: unable to write file src/ch13-00-introduction-to-starknet-smart-contracts.md
[INFO] [stderr] error: unable to write file src/ch13-01-general-introduction-to-smart-contracts.md
[INFO] [stderr] error: unable to write file src/ch13-02-anatomy-of-a-simple-contract.md
[INFO] [stderr] error: unable to write file src/ch14-00-building-starknet-smart-contracts.md
[INFO] [stderr] error: unable to write file src/ch14-01-contract-storage.md
[INFO] [stderr] error: unable to write file src/ch14-02-contract-functions.md
[INFO] [stderr] error: unable to write file src/ch14-03-contract-events.md
[INFO] [stderr] error: unable to write file src/ch15-00-starknet-contract-interactions.md
[INFO] [stderr] error: unable to write file src/ch15-01-contract-class-abi.md
[INFO] [stderr] error: unable to write file src/ch15-02-interacting-with-another-contract.md
[INFO] [stderr] error: unable to write file src/ch15-03-executing-code-from-another-class.md
[INFO] [stderr] error: unable to write file src/ch16-00-building-advanced-starknet-smart-contracts.md
[INFO] [stderr] error: unable to write file src/ch16-01-optimizing-storage-costs.md
[INFO] [stderr] error: unable to write file src/ch16-02-00-composability-and-components.md
[INFO] [stderr] error: unable to write file src/ch16-02-01-under-the-hood.md
[INFO] [stderr] error: unable to write file src/ch16-02-02-component-dependencies.md
[INFO] [stderr] error: unable to write file src/ch16-02-03-testing-components.md
[INFO] [stderr] error: unable to write file src/ch16-03-upgradeability.md
[INFO] [stderr] error: unable to write file src/ch16-04-L1-L2-messaging.md
[INFO] [stderr] error: unable to write file src/ch16-05-01-price-feeds.md
[INFO] [stderr] error: unable to write file src/ch16-05-02-randomness.md
[INFO] [stderr] error: unable to write file src/ch16-05-oracle-interactions.md
[INFO] [stderr] error: unable to write file src/ch16-06-00-other-examples.md
[INFO] [stderr] error: unable to write file src/ch16-06-01-deploying-and-interacting-with-a-voting-contract.md
[INFO] [stderr] error: unable to write file src/ch17-00-starknet-smart-contracts-security.md
[INFO] [stderr] error: unable to write file src/ch17-01-general-recommendations.md
[INFO] [stderr] error: unable to write file src/ch17-02-testing-smart-contracts.md
[INFO] [stderr] error: unable to write file src/ch17-03-static-analysis-tools.md
[INFO] [stderr] error: unable to write file src/ch17-04-formal-verification.md
[INFO] [stderr] error: unable to write file src/ch200-introduction.md
[INFO] [stderr] error: unable to write file src/combine.png
[INFO] [stderr] fatal: cannot create directory at 'src/icons': 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 quentin-abei/test_cairo_book against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book" "/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 po/ko.po
[INFO] [stderr] error: unable to write file po/messages.pot
[INFO] [stderr] error: unable to write file po/tr.po
[INFO] [stderr] error: unable to write file po/zh-cn.po
[INFO] [stderr] fatal: cannot create directory at 'quizzes': 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 quentin-abei/test_cairo_book against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book" "/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 listings/ch17-starknet-smart-contracts-security/no_listing_02_simple_access_control/Scarb.toml
[INFO] [stderr] fatal: cannot create directory at 'listings/ch17-starknet-smart-contracts-security/no_listing_02_simple_access_control/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 quentin-abei/test_cairo_book against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book" "/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 'listings/ch02-common-programming-concepts/no_listing_24_function_return_invalid': 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 quentin-abei/test_cairo_book against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquentin-abei%2Ftest_cairo_book" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] fatal: could not create work tree dir '/workspace/builds/worker-7-tc2/source': No space left on device


failed to checkout https://github.com/quentin-abei/test_cairo_book

Caused by:
    command failed: exit status: 128
    
    