[INFO] cloning repository https://github.com/madmax28/race
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madmax28/race" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadmax28%2Frace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadmax28%2Frace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d6029169b24b3a9449f485cde75b86667990541
[INFO] building madmax28/race against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadmax28%2Frace" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/madmax28/race on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/madmax28/race
[INFO] finished tweaking git repo https://github.com/madmax28/race
[INFO] tweaked toml for git repo https://github.com/madmax28/race written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/madmax28/race 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7f5f6aea1006e1c89d2de32a845fc6b3491d1f529b8b0045ec524dfd24822bd3
[INFO] running `Command { std: "docker" "start" "-a" "7f5f6aea1006e1c89d2de32a845fc6b3491d1f529b8b0045ec524dfd24822bd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f5f6aea1006e1c89d2de32a845fc6b3491d1f529b8b0045ec524dfd24822bd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f5f6aea1006e1c89d2de32a845fc6b3491d1f529b8b0045ec524dfd24822bd3", kill_on_drop: false }`
[INFO] [stdout] 7f5f6aea1006e1c89d2de32a845fc6b3491d1f529b8b0045ec524dfd24822bd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 295566d4d6e6f3bf30635060e229f2e1ecd5f614579b503ccbf05d065b05ac32
[INFO] running `Command { std: "docker" "start" "-a" "295566d4d6e6f3bf30635060e229f2e1ecd5f614579b503ccbf05d065b05ac32", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.46
[INFO] [stderr]    Compiling proc-macro2 v0.4.24
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling cc v1.0.26
[INFO] [stderr]    Compiling autocfg v0.1.1
[INFO] [stderr]    Compiling serde v1.0.84
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling cfg-if v0.1.6
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]    Compiling nix v0.12.0
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.13
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling textwrap v0.10.0
[INFO] [stderr]    Compiling backtrace v0.3.13
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling termion v1.5.1
[INFO] [stderr]    Compiling clap v2.32.0
[INFO] [stderr]    Compiling syn v0.15.23
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.84
[INFO] [stderr]    Compiling serde_json v1.0.34
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `clap` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name clap --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.32.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "lints", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=e6d2a14ac7110802 -C extra-filename=-b1d1428e56324551 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-dc29728339138c52.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-bf0ad9c9115c7d20.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-efecdafcadde6825.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-72496009c2ea080e.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-bbf09e0cd8edf66c.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-36c4e561a62512c0.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-1380c2362ffb015e.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "295566d4d6e6f3bf30635060e229f2e1ecd5f614579b503ccbf05d065b05ac32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "295566d4d6e6f3bf30635060e229f2e1ecd5f614579b503ccbf05d065b05ac32", kill_on_drop: false }`
[INFO] [stdout] 295566d4d6e6f3bf30635060e229f2e1ecd5f614579b503ccbf05d065b05ac32
