[INFO] cloning repository https://github.com/hesamzkr/quick_sort [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hesamzkr/quick_sort" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhesamzkr%2Fquick_sort", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhesamzkr%2Fquick_sort'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d19eafd0a784ba25a3a6bb66032afce0de620a7 [INFO] testing hesamzkr/quick_sort against try#61cd42370816fd135c0f3b9debf2f5dfcf194594 for pr-98839 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhesamzkr%2Fquick_sort" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hesamzkr/quick_sort on toolchain 61cd42370816fd135c0f3b9debf2f5dfcf194594 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hesamzkr/quick_sort [INFO] finished tweaking git repo https://github.com/hesamzkr/quick_sort [INFO] tweaked toml for git repo https://github.com/hesamzkr/quick_sort written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/hesamzkr/quick_sort already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7e45a69cf8178de7157f62223e92854de441f3e8393df40a99ea48667b02e67 [INFO] running `Command { std: "docker" "start" "-a" "e7e45a69cf8178de7157f62223e92854de441f3e8393df40a99ea48667b02e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7e45a69cf8178de7157f62223e92854de441f3e8393df40a99ea48667b02e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7e45a69cf8178de7157f62223e92854de441f3e8393df40a99ea48667b02e67", kill_on_drop: false }` [INFO] [stdout] e7e45a69cf8178de7157f62223e92854de441f3e8393df40a99ea48667b02e67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b548aa5aeff2c9f97ecae66eb7ec53f65fb95e0c425089ea53d52282c9eec45 [INFO] running `Command { std: "docker" "start" "-a" "2b548aa5aeff2c9f97ecae66eb7ec53f65fb95e0c425089ea53d52282c9eec45", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rand` [INFO] running `Command { std: "docker" "inspect" "2b548aa5aeff2c9f97ecae66eb7ec53f65fb95e0c425089ea53d52282c9eec45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b548aa5aeff2c9f97ecae66eb7ec53f65fb95e0c425089ea53d52282c9eec45", kill_on_drop: false }` [INFO] [stdout] 2b548aa5aeff2c9f97ecae66eb7ec53f65fb95e0c425089ea53d52282c9eec45