[INFO] cloning repository https://github.com/cowprotocol/services [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cowprotocol/services" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d143ef471be164b9c5b94b52059a91ed77a9883d [INFO] checking cowprotocol/services against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cowprotocol/services on toolchain 1f5783cbeb5da8b38566d718631d016891e9c912 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/cowprotocol/services [INFO] finished tweaking git repo https://github.com/cowprotocol/services [INFO] tweaked toml for git repo https://github.com/cowprotocol/services written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cowprotocol/services 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" "+1f5783cbeb5da8b38566d718631d016891e9c912" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/e173a7df5e7fc86bfa607608b2c477f1bd1ba753f849bc8d0ca6afe952c12bbb-init/work: no space left on device [INFO] checking cowprotocol/services against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices" "/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 crates/shared/src/price_estimation/competition/quote.rs [INFO] [stderr] error: unable to write file crates/shared/src/price_estimation/external.rs [INFO] [stderr] error: unable to write file crates/shared/src/price_estimation/factory.rs [INFO] [stderr] error: unable to write file crates/shared/src/price_estimation/gas.rs [INFO] [stderr] error: unable to write file crates/shared/src/price_estimation/instrumented.rs [INFO] [stderr] error: unable to write file crates/shared/src/price_estimation/mod.rs [INFO] [stderr] fatal: cannot create directory at 'crates/shared/src/price_estimation/native': 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 cowprotocol/services against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices" "/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 crates/orderbook/src/database/orders.rs [INFO] [stderr] error: unable to write file crates/orderbook/src/database/quotes.rs [INFO] [stderr] error: unable to write file crates/orderbook/src/database/solver_competition.rs [INFO] [stderr] error: unable to write file crates/orderbook/src/database/total_surplus.rs [INFO] [stderr] error: unable to write file crates/orderbook/src/database/trades.rs [INFO] [stderr] fatal: cannot create directory at 'crates/orderbook/src/dto': 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 cowprotocol/services against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices" "/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 crates/contracts/artifacts/FlashLoanRouter.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GPv2AllowListAuthentication.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GPv2Settlement.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GasHog.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafe.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafeCompatibilityFallbackHandler.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafeProxy.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafeProxyFactory.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/HooksTrampoline.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IAavePool.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IFlashLoanSolverWrapper.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/ISwaprPair.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IUniswapLikePair.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IUniswapLikeRouter.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IUniswapV3Factory.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IZeroEx.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Multicall.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Permit2.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Roles.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Signatures.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/SimulateCode.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Solver.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/SolverTrampoline.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Spardose.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Swapper.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Trader.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV2Factory.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV2Router02.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV3Pool.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV3SwapRouter.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/WETH9.json [INFO] [stderr] error: unable to write file crates/contracts/build.rs [INFO] [stderr] error: unable to write file crates/contracts/rustfmt.toml [INFO] [stderr] fatal: cannot create directory at 'crates/contracts/solidity': 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 cowprotocol/services against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowprotocol%2Fservices" "/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 crates/contracts/artifacts/GPv2AllowListAuthentication.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GPv2Settlement.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GasHog.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafe.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafeCompatibilityFallbackHandler.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafeProxy.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/GnosisSafeProxyFactory.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/HooksTrampoline.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IAavePool.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IFlashLoanSolverWrapper.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/ISwaprPair.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IUniswapLikePair.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IUniswapLikeRouter.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IUniswapV3Factory.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/IZeroEx.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Multicall.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Permit2.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Roles.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Signatures.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/SimulateCode.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Solver.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/SolverTrampoline.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Spardose.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Swapper.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/Trader.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV2Factory.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV2Router02.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV3Pool.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/UniswapV3SwapRouter.json [INFO] [stderr] error: unable to write file crates/contracts/artifacts/WETH9.json [INFO] [stderr] error: unable to write file crates/contracts/build.rs [INFO] [stderr] error: unable to write file crates/contracts/rustfmt.toml [INFO] [stderr] fatal: cannot create directory at 'crates/contracts/solidity': 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] failed to checkout https://github.com/cowprotocol/services Caused by: command failed: exit status: 128