[INFO] cloning repository https://github.com/ygunayer/trfix [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ygunayer/trfix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fygunayer%2Ftrfix", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fygunayer%2Ftrfix'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fe0e23e8f6aa58ccdb0b75b5f2796300e91ea720 [INFO] checking ygunayer/trfix against try#3298c2ca5e390fd0d104357fdeec514a152a9561 for pr-136490 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fygunayer%2Ftrfix" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ygunayer/trfix on toolchain 3298c2ca5e390fd0d104357fdeec514a152a9561 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ygunayer/trfix [INFO] finished tweaking git repo https://github.com/ygunayer/trfix [INFO] tweaked toml for git repo https://github.com/ygunayer/trfix written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ygunayer/trfix 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" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ca705d1da088bd6b3034bde9d2db236e87f6e79920283d6a6597d3dd42a4ead [INFO] running `Command { std: "docker" "start" "-a" "2ca705d1da088bd6b3034bde9d2db236e87f6e79920283d6a6597d3dd42a4ead", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ca705d1da088bd6b3034bde9d2db236e87f6e79920283d6a6597d3dd42a4ead", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca705d1da088bd6b3034bde9d2db236e87f6e79920283d6a6597d3dd42a4ead", kill_on_drop: false }` [INFO] [stdout] 2ca705d1da088bd6b3034bde9d2db236e87f6e79920283d6a6597d3dd42a4ead [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 09e8ccfc62d481ae78a86054de2df2a9411e4b7a292cfa849be9adfeb5ff3959 [INFO] running `Command { std: "docker" "start" "-a" "09e8ccfc62d481ae78a86054de2df2a9411e4b7a292cfa849be9adfeb5ff3959", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Checking cfg-if v0.1.7 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking rustc-demangle v0.1.14 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Checking chardet v0.2.4 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking tree_magic v0.2.1 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `synstructure` (lib) [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/3298c2ca5e390fd0d104357fdeec514a152a9561/bin/rustc --crate-name synstructure --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.10.1/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simple-derive"))' -C metadata=92917f5e264c69de -C extra-filename=-1c523f1d64393a41 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0d20e815905497bc.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-628e0b81edd9486a.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-48c55ce4c864ee51.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-c15504178e575201.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "09e8ccfc62d481ae78a86054de2df2a9411e4b7a292cfa849be9adfeb5ff3959", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09e8ccfc62d481ae78a86054de2df2a9411e4b7a292cfa849be9adfeb5ff3959", kill_on_drop: false }` [INFO] [stdout] 09e8ccfc62d481ae78a86054de2df2a9411e4b7a292cfa849be9adfeb5ff3959