[INFO] cloning repository https://github.com/faizal-rapid123/MINIgrip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/faizal-rapid123/MINIgrip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaizal-rapid123%2FMINIgrip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaizal-rapid123%2FMINIgrip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a6c804b8ee3e868942f38ab1432070df0648e82 [INFO] testing faizal-rapid123/MINIgrip against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaizal-rapid123%2FMINIgrip" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faizal-rapid123/MINIgrip on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/faizal-rapid123/MINIgrip [INFO] finished tweaking git repo https://github.com/faizal-rapid123/MINIgrip [INFO] tweaked toml for git repo https://github.com/faizal-rapid123/MINIgrip written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/faizal-rapid123/MINIgrip 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e15613d9664df80a9a57207abc07c11a25505288a47d39f532a0e49596aebca [INFO] running `Command { std: "docker" "start" "-a" "0e15613d9664df80a9a57207abc07c11a25505288a47d39f532a0e49596aebca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e15613d9664df80a9a57207abc07c11a25505288a47d39f532a0e49596aebca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e15613d9664df80a9a57207abc07c11a25505288a47d39f532a0e49596aebca", kill_on_drop: false }` [INFO] [stdout] 0e15613d9664df80a9a57207abc07c11a25505288a47d39f532a0e49596aebca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c089f7a14d8c8907490ee51b5d82e0862a0ef230a892ac0728893d1dda926d5 [INFO] running `Command { std: "docker" "start" "-a" "4c089f7a14d8c8907490ee51b5d82e0862a0ef230a892ac0728893d1dda926d5", kill_on_drop: false }` [INFO] [stderr] Compiling minigrep v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `contents` [INFO] [stdout] --> src/main.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | let contents = fs::read_to_string(config.filename) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "4c089f7a14d8c8907490ee51b5d82e0862a0ef230a892ac0728893d1dda926d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c089f7a14d8c8907490ee51b5d82e0862a0ef230a892ac0728893d1dda926d5", kill_on_drop: false }` [INFO] [stdout] 4c089f7a14d8c8907490ee51b5d82e0862a0ef230a892ac0728893d1dda926d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c129760aaf6d27824428a2226c172f36fff2625291c126f9c7bab6bf2d23b56 [INFO] running `Command { std: "docker" "start" "-a" "8c129760aaf6d27824428a2226c172f36fff2625291c126f9c7bab6bf2d23b56", kill_on_drop: false }` [INFO] [stderr] Compiling minigrep v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `contents` [INFO] [stdout] --> src/main.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | let contents = fs::read_to_string(config.filename) [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `minigrep` (bin "minigrep" test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.85.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name minigrep --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a77881889d457fe -C extra-filename=-ef5c6850887a2ecb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern minigrep=/opt/rustwide/target/debug/deps/libminigrep-f2e6cb2b46bd5c3b.rlib --cap-lints=warn` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta0IXwjy" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `minigrep` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8c129760aaf6d27824428a2226c172f36fff2625291c126f9c7bab6bf2d23b56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c129760aaf6d27824428a2226c172f36fff2625291c126f9c7bab6bf2d23b56", kill_on_drop: false }` [INFO] [stdout] 8c129760aaf6d27824428a2226c172f36fff2625291c126f9c7bab6bf2d23b56