[INFO] cloning repository https://github.com/kolaczyn/stick-adventure [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kolaczyn/stick-adventure" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkolaczyn%2Fstick-adventure", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkolaczyn%2Fstick-adventure'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee783bc96d2a7b3ff51ba687df6f15b1470a663d [INFO] checking kolaczyn/stick-adventure against master#74c3f5a146860c94ff4d179fc3bfa34f879adf41 for pr-120248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkolaczyn%2Fstick-adventure" "/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/kolaczyn/stick-adventure on toolchain 74c3f5a146860c94ff4d179fc3bfa34f879adf41 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+74c3f5a146860c94ff4d179fc3bfa34f879adf41" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/kolaczyn/stick-adventure [INFO] finished tweaking git repo https://github.com/kolaczyn/stick-adventure [INFO] tweaked toml for git repo https://github.com/kolaczyn/stick-adventure written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/kolaczyn/stick-adventure 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" "+74c3f5a146860c94ff4d179fc3bfa34f879adf41" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.bevy.feature [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cpal v0.15.1 [INFO] [stderr] Downloaded taffy v0.3.8 [INFO] [stderr] Downloaded objc2 v0.3.0-beta.3.patch-leaks.2 [INFO] [stderr] Downloaded sysinfo v0.28.3 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+74c3f5a146860c94ff4d179fc3bfa34f879adf41" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc3b1db9e5cdd5d3273b5bff109d397765f84b3ad054638e4110614177236f61 [INFO] running `Command { std: "docker" "start" "-a" "dc3b1db9e5cdd5d3273b5bff109d397765f84b3ad054638e4110614177236f61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc3b1db9e5cdd5d3273b5bff109d397765f84b3ad054638e4110614177236f61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc3b1db9e5cdd5d3273b5bff109d397765f84b3ad054638e4110614177236f61", kill_on_drop: false }` [INFO] [stdout] dc3b1db9e5cdd5d3273b5bff109d397765f84b3ad054638e4110614177236f61 [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=forbid" "-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" "+74c3f5a146860c94ff4d179fc3bfa34f879adf41" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebaabf2a85e42d594d38c18158722ca10e86139a9a488bb771eb727ac08b75d4 [INFO] running `Command { std: "docker" "start" "-a" "ebaabf2a85e42d594d38c18158722ca10e86139a9a488bb771eb727ac08b75d4", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.bevy.feature [INFO] [stderr] error: failed to create directory `/opt/rustwide/target/debug/.fingerprint/crc32fast-7f0912d452461b77` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] running `Command { std: "docker" "inspect" "ebaabf2a85e42d594d38c18158722ca10e86139a9a488bb771eb727ac08b75d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebaabf2a85e42d594d38c18158722ca10e86139a9a488bb771eb727ac08b75d4", kill_on_drop: false }` [INFO] [stdout] ebaabf2a85e42d594d38c18158722ca10e86139a9a488bb771eb727ac08b75d4