[INFO] cloning repository https://github.com/renatosans/ShoppingCartRUST [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/renatosans/ShoppingCartRUST" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 87c47f5caf42dec3892d080992d3d40d718ed6ab [INFO] testing renatosans/ShoppingCartRUST against master#61223975d46f794466efa832bc7562b9707ecc46+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/renatosans/ShoppingCartRUST on toolchain 61223975d46f794466efa832bc7562b9707ecc46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/renatosans/ShoppingCartRUST [INFO] finished tweaking git repo https://github.com/renatosans/ShoppingCartRUST [INFO] tweaked toml for git repo https://github.com/renatosans/ShoppingCartRUST written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/renatosans/ShoppingCartRUST 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" "+61223975d46f794466efa832bc7562b9707ecc46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded leptos v0.2.3 [INFO] [stderr] Downloaded leptos_server v0.2.3 [INFO] [stderr] Downloaded server_fn_macro_default v0.2.3 [INFO] [stderr] Downloaded leptos_hot_reload v0.2.3 [INFO] [stderr] Downloaded server_fn_macro v0.2.3 [INFO] [stderr] Downloaded leptos_macro v0.2.3 [INFO] [stderr] Downloaded leptos_dom v0.2.3 [INFO] [stderr] Downloaded server_fn v0.2.3 [INFO] [stderr] Downloaded leptos_config v0.2.3 [INFO] [stderr] Downloaded leptos_reactive v0.2.3 [INFO] [stderr] Downloaded derive-where v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d17e15eb7dd888a78f51fdd1e3fd98668683a49c5f740839881a29025960f15 [INFO] running `Command { std: "docker" "start" "-a" "5d17e15eb7dd888a78f51fdd1e3fd98668683a49c5f740839881a29025960f15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d17e15eb7dd888a78f51fdd1e3fd98668683a49c5f740839881a29025960f15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d17e15eb7dd888a78f51fdd1e3fd98668683a49c5f740839881a29025960f15", kill_on_drop: false }` [INFO] [stdout] 5d17e15eb7dd888a78f51fdd1e3fd98668683a49c5f740839881a29025960f15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+61223975d46f794466efa832bc7562b9707ecc46" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb1167f5af9d59b77dd74f90fbe89648f18152148ed7bed41720176ec44e2736 [INFO] running `Command { std: "docker" "start" "-a" "fb1167f5af9d59b77dd74f90fbe89648f18152148ed7bed41720176ec44e2736", kill_on_drop: false }` [INFO] [stderr] error: failed to create directory `/opt/rustwide/target/debug/.fingerprint/futures-3e410da10599e1dd` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] running `Command { std: "docker" "inspect" "fb1167f5af9d59b77dd74f90fbe89648f18152148ed7bed41720176ec44e2736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb1167f5af9d59b77dd74f90fbe89648f18152148ed7bed41720176ec44e2736", kill_on_drop: false }` [INFO] [stdout] fb1167f5af9d59b77dd74f90fbe89648f18152148ed7bed41720176ec44e2736 [INFO] testing renatosans/ShoppingCartRUST against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file public/img/screenshot.jpg [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] testing renatosans/ShoppingCartRUST against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file api/database/commercedb.sql [INFO] [stderr] error: unable to write file api/diesel.toml [INFO] [stderr] fatal: cannot create directory at 'api/migrations': 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 renatosans/ShoppingCartRUST against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file api/database/commercedb.sql [INFO] [stderr] error: unable to write file api/diesel.toml [INFO] [stderr] fatal: cannot create directory at 'api/migrations': 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 renatosans/ShoppingCartRUST against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file api/src/handlers/product.rs [INFO] [stderr] error: unable to write file api/src/main.rs [INFO] [stderr] fatal: cannot create directory at 'api/src/models': 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 renatosans/ShoppingCartRUST against try#d073071d77ce0f93b4fd8cc567a1e2b9e1b22126+rustflags=-Copt-level=3 for pr-121282 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frenatosans%2FShoppingCartRUST" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file api/src/handlers/mod.rs [INFO] [stderr] error: unable to write file api/src/handlers/product.rs [INFO] [stderr] error: unable to write file api/src/main.rs [INFO] [stderr] fatal: cannot create directory at 'api/src/models': 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] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/renatosans/ShoppingCartRUST [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.