[INFO] cloning repository https://github.com/fenghe6677/zksync [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fenghe6677/zksync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync'... [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/fenghe6677/zksync [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fenghe6677/zksync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b87e0517579438680441e4877b2c9046cc3b35e5 [INFO] testing fenghe6677/zksync against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file core/lib/prover_utils/src/exit_proof.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] testing fenghe6677/zksync against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] /workspace/builds/worker-1-tc2/source/.git/objects/pack: No space left on device [INFO] testing fenghe6677/zksync against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-commit.sample' to '/workspace/builds/worker-1-tc2/source/.git/hooks/pre-commit.sample': No space left on device [INFO] testing fenghe6677/zksync against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file core/lib/types/src/account/mod.rs [INFO] [stderr] error: unable to write file core/lib/types/src/account/pubkey_hash.rs [INFO] [stderr] error: unable to write file core/lib/types/src/aggregated_operations.rs [INFO] [stderr] fatal: cannot create directory at 'core/lib/types/src/block': 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] testing fenghe6677/zksync against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffenghe6677%2Fzksync" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fenghe6677/zksync on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fenghe6677/zksync [INFO] finished tweaking git repo https://github.com/fenghe6677/zksync [INFO] tweaked toml for git repo https://github.com/fenghe6677/zksync written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fenghe6677/zksync 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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating git repository `https://github.com/matter-labs/rescue-poseidon.git` [INFO] [stderr] error: failed to get `bellman_ce` as a dependency of package `franklin-crypto v0.0.5 (https://github.com/matter-labs/franklin-crypto.git?branch=beta#7b6d409b)` [INFO] [stderr] ... which satisfies git dependency `franklin_crypto` (locked to 0.0.5) of package `zksync_crypto v1.0.0 (/workspace/builds/worker-1-tc2/source/core/lib/crypto)` [INFO] [stderr] ... which satisfies path dependency `zksync_crypto` (locked to 1.0.0) of package `zksync_data_restore v1.0.0 (/workspace/builds/worker-1-tc2/source/core/bin/data_restore)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to load source for dependency `bellman_ce` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Unable to update https://github.com/matter-labs/bellman?branch=beta#5809cc16 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] could not write to '/workspace/cargo-home/git/checkouts/bellman-f3444ccfc0901407/5809cc1/src/plonk/blake2_const/benches/blake2-avx2-sneves/blake2-avx2/blake2-kat.h': No space left on device; class=Os (2) overridden task result to broken:missing-deps Caused by: the crate depends on missing dependencies: warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Updating git repository `https://github.com/matter-labs/rescue-poseidon.git` error: failed to get `bellman_ce` as a dependency of package `franklin-crypto v0.0.5 (https://github.com/matter-labs/franklin-crypto.git?branch=beta#7b6d409b)` ... which satisfies git dependency `franklin_crypto` (locked to 0.0.5) of package `zksync_crypto v1.0.0 (/workspace/builds/worker-1-tc2/source/core/lib/crypto)` ... which satisfies path dependency `zksync_crypto` (locked to 1.0.0) of package `zksync_data_restore v1.0.0 (/workspace/builds/worker-1-tc2/source/core/bin/data_restore)` Caused by: failed to load source for dependency `bellman_ce` Caused by: Unable to update https://github.com/matter-labs/bellman?branch=beta#5809cc16 Caused by: could not write to '/workspace/cargo-home/git/checkouts/bellman-f3444ccfc0901407/5809cc1/src/plonk/blake2_const/benches/blake2-avx2-sneves/blake2-avx2/blake2-kat.h': No space left on device; class=Os (2)