[INFO] cloning repository https://github.com/eribol/blog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eribol/blog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feribol%2Fblog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feribol%2Fblog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 93614eba78eacce81d869f9043d044e3f7b65ad4 [INFO] checking eribol/blog against try#2e32e486ee7945e4b905ff82d6bf81ef77d60daa for pr-113895 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feribol%2Fblog" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eribol/blog on toolchain 2e32e486ee7945e4b905ff82d6bf81ef77d60daa [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e32e486ee7945e4b905ff82d6bf81ef77d60daa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eribol/blog [INFO] finished tweaking git repo https://github.com/eribol/blog [INFO] tweaked toml for git repo https://github.com/eribol/blog written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/eribol/blog 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" "+2e32e486ee7945e4b905ff82d6bf81ef77d60daa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+2e32e486ee7945e4b905ff82d6bf81ef77d60daa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d89f89918d55cc4f2987f7e73a5e21fd7f2e047ee6cfef9a9c633c6abe3bc5e9 [INFO] running `Command { std: "docker" "start" "-a" "d89f89918d55cc4f2987f7e73a5e21fd7f2e047ee6cfef9a9c633c6abe3bc5e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d89f89918d55cc4f2987f7e73a5e21fd7f2e047ee6cfef9a9c633c6abe3bc5e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d89f89918d55cc4f2987f7e73a5e21fd7f2e047ee6cfef9a9c633c6abe3bc5e9", kill_on_drop: false }` [INFO] [stdout] d89f89918d55cc4f2987f7e73a5e21fd7f2e047ee6cfef9a9c633c6abe3bc5e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+2e32e486ee7945e4b905ff82d6bf81ef77d60daa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38792e13f6dbde0dfef4e79fd78af77b33603cb3e1e9bf734f813ea7deb8e761 [INFO] running `Command { std: "docker" "start" "-a" "38792e13f6dbde0dfef4e79fd78af77b33603cb3e1e9bf734f813ea7deb8e761", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `libc` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:441:9 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetanHf0lI" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetay3EYSY" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `smallvec` (lib) due to previous error [INFO] [stderr] error: could not compile `proc-macro2` (lib) [INFO] [stderr] error: could not compile `lock_api` (lib) due to previous error [INFO] [stderr] error: could not compile `quote` (lib) [INFO] running `Command { std: "docker" "inspect" "38792e13f6dbde0dfef4e79fd78af77b33603cb3e1e9bf734f813ea7deb8e761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38792e13f6dbde0dfef4e79fd78af77b33603cb3e1e9bf734f813ea7deb8e761", kill_on_drop: false }` [INFO] [stdout] 38792e13f6dbde0dfef4e79fd78af77b33603cb3e1e9bf734f813ea7deb8e761