[INFO] cloning repository https://github.com/tiaanl/my-rusty-computer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiaanl/my-rusty-computer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/tiaanl/my-rusty-computer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiaanl/my-rusty-computer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 2) [INFO] cloning repository https://github.com/tiaanl/my-rusty-computer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiaanl/my-rusty-computer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de5d9bf6760a4d78d51b944af35174403de5fad8 [INFO] building tiaanl/my-rusty-computer against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tiaanl/my-rusty-computer on toolchain 70591dc15db32941fe3595fdbf98e58d6975f95e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tiaanl/my-rusty-computer [INFO] finished tweaking git repo https://github.com/tiaanl/my-rusty-computer [INFO] tweaked toml for git repo https://github.com/tiaanl/my-rusty-computer written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/tiaanl/my-rusty-computer 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" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "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] warning: /workspace/builds/worker-3-tc1/source/bins/led_show/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `image` dependency) [INFO] [stderr] warning: failed to save last-use data [INFO] [stderr] This may prevent cargo from accurately tracking what is being used in its global cache. This information is used for automatically removing unused data in the cache. [INFO] [stderr] [INFO] [stderr] database or disk is full [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Error code 13: Insertion failed because database is full [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d671b64be41dc58331ce83db939c7a1c664c2770d31cd9b1811ee67f069627a [INFO] running `Command { std: "docker" "start" "-a" "7d671b64be41dc58331ce83db939c7a1c664c2770d31cd9b1811ee67f069627a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d671b64be41dc58331ce83db939c7a1c664c2770d31cd9b1811ee67f069627a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d671b64be41dc58331ce83db939c7a1c664c2770d31cd9b1811ee67f069627a", kill_on_drop: false }` [INFO] [stdout] 7d671b64be41dc58331ce83db939c7a1c664c2770d31cd9b1811ee67f069627a [ERROR] this task or one of its parent failed! [ERROR] command failed: exit status: 1 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace. [INFO] building tiaanl/my-rusty-computer against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file crates/mrc_emulator/src/cpu/executor/operations/logic.rs [INFO] [stderr] error: unable to write file crates/mrc_emulator/src/cpu/executor/operations/mod.rs [INFO] [stderr] error: unable to write file crates/mrc_emulator/src/cpu/executor/operations/string.rs [INFO] [stderr] error: unable to write file crates/mrc_emulator/src/cpu/mod.rs [INFO] [stderr] error: unable to write file crates/mrc_emulator/src/cpu/state.rs [INFO] [stderr] fatal: cannot create directory at 'crates/mrc_emulator/src/cpu2': 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] building tiaanl/my-rusty-computer against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/_tests/decode.rs [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/common.rs [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/decode.rs [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/errors.rs [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/lib.rs [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/mrrm.rs [INFO] [stderr] error: unable to write file crates/mrc_decoder/src/traits.rs [INFO] [stderr] fatal: cannot create directory at 'crates/mrc_dos': 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] building tiaanl/my-rusty-computer against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file bins/mrc_emu/src/emulator.rs [INFO] [stderr] error: unable to write file bins/mrc_emu/src/interrupts.rs [INFO] [stderr] error: unable to write file bins/mrc_emu/src/main.rs [INFO] [stderr] fatal: cannot create directory at 'bins/mz_inspect': 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] building tiaanl/my-rusty-computer against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file bins/mrc_dis/src/main.rs [INFO] [stderr] fatal: cannot create directory at 'bins/mrc_emu': 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] building tiaanl/my-rusty-computer against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiaanl%2Fmy-rusty-computer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] fatal: cannot create directory at 'bins/mrc_dis/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] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/tiaanl/my-rusty-computer [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.