[INFO] cloning repository https://github.com/umut-sahin/rust-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/umut-sahin/rust-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumut-sahin%2Frust-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumut-sahin%2Frust-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4b5f1986c06f4e327edfb94d10f1ea47cb0143c [INFO] checking umut-sahin/rust-examples against try#1f5783cbeb5da8b38566d718631d016891e9c912 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumut-sahin%2Frust-examples" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/umut-sahin/rust-examples on toolchain 1f5783cbeb5da8b38566d718631d016891e9c912 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/umut-sahin/rust-examples [INFO] finished tweaking git repo https://github.com/umut-sahin/rust-examples [INFO] tweaked toml for git repo https://github.com/umut-sahin/rust-examples written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/umut-sahin/rust-examples 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" "+1f5783cbeb5da8b38566d718631d016891e9c912" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c98584518be4f2366aee271d0ea16242b86e45f8a267937a4e6569ad887cef35 [INFO] running `Command { std: "docker" "start" "-a" "c98584518be4f2366aee271d0ea16242b86e45f8a267937a4e6569ad887cef35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c98584518be4f2366aee271d0ea16242b86e45f8a267937a4e6569ad887cef35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c98584518be4f2366aee271d0ea16242b86e45f8a267937a4e6569ad887cef35", kill_on_drop: false }` [INFO] [stdout] c98584518be4f2366aee271d0ea16242b86e45f8a267937a4e6569ad887cef35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+1f5783cbeb5da8b38566d718631d016891e9c912" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0670e0e57cfe8707e4ac773bc312c06c022187808d85d4c8e69eccde053124fb [INFO] running `Command { std: "docker" "start" "-a" "0670e0e57cfe8707e4ac773bc312c06c022187808d85d4c8e69eccde053124fb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking rgb v0.8.13 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking write-to-console v1.0.0 (/opt/rustwide/workdir/write-to-console) [INFO] [stderr] Checking threads v1.0.0 (/opt/rustwide/workdir/threads) [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking parking-threads v1.0.0 (/opt/rustwide/workdir/parking-threads) [INFO] [stderr] Checking operator-overloading v1.0.0 (/opt/rustwide/workdir/operator-overloading) [INFO] [stderr] Checking command-line-arguments v1.0.0 (/opt/rustwide/workdir/command-line-arguments) [INFO] [stderr] Checking read-from-console v1.0.0 (/opt/rustwide/workdir/read-from-console) [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking atty v0.2.12 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking memory-mapped-io v1.0.0 (/opt/rustwide/workdir/memory-mapped-io) [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta3iGHfw" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clap` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0670e0e57cfe8707e4ac773bc312c06c022187808d85d4c8e69eccde053124fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0670e0e57cfe8707e4ac773bc312c06c022187808d85d4c8e69eccde053124fb", kill_on_drop: false }` [INFO] [stdout] 0670e0e57cfe8707e4ac773bc312c06c022187808d85d4c8e69eccde053124fb