[INFO] cloning repository https://github.com/ramones156/toy-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ramones156/toy-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framones156%2Ftoy-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framones156%2Ftoy-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 934df3099813def73571af99507307db708c7661 [INFO] checking ramones156/toy-compiler against try#7a89b05fa7ebfbb9dd798a7dbd888c0550beb838 for pr-109119 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framones156%2Ftoy-compiler" "/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/ramones156/toy-compiler on toolchain 7a89b05fa7ebfbb9dd798a7dbd888c0550beb838 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ramones156/toy-compiler [INFO] finished tweaking git repo https://github.com/ramones156/toy-compiler [INFO] tweaked toml for git repo https://github.com/ramones156/toy-compiler written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ramones156/toy-compiler 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" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83c172e61696545e6ea7ea4c8f0e4e9fb8b5dabc882b75f201171d05f4a648dc [INFO] running `Command { std: "docker" "start" "-a" "83c172e61696545e6ea7ea4c8f0e4e9fb8b5dabc882b75f201171d05f4a648dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83c172e61696545e6ea7ea4c8f0e4e9fb8b5dabc882b75f201171d05f4a648dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83c172e61696545e6ea7ea4c8f0e4e9fb8b5dabc882b75f201171d05f4a648dc", kill_on_drop: false }` [INFO] [stdout] 83c172e61696545e6ea7ea4c8f0e4e9fb8b5dabc882b75f201171d05f4a648dc [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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd1bc31d98145e531840d25c3e07c19a9937384de9cc57e5800ce98de951431b [INFO] running `Command { std: "docker" "start" "-a" "fd1bc31d98145e531840d25c3e07c19a9937384de9cc57e5800ce98de951431b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] thread 'rustc' panicked at 'assertion failed: pos.get() <= self.position()', compiler/rustc_metadata/src/rmeta/encoder.rs:435:9 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/proc-macro2-c274ce4710af2d77/rmetaDV6Ufw" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (build script) due to previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (build script) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaARuSxS" [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/rmetaVx2CUk" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ucd-trie` (lib) due to previous error [INFO] [stderr] error: could not compile `ucd-trie` (lib) due to previous error [INFO] [stderr] error: could not compile `unicode-xid` (lib) [INFO] running `Command { std: "docker" "inspect" "fd1bc31d98145e531840d25c3e07c19a9937384de9cc57e5800ce98de951431b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd1bc31d98145e531840d25c3e07c19a9937384de9cc57e5800ce98de951431b", kill_on_drop: false }` [INFO] [stdout] fd1bc31d98145e531840d25c3e07c19a9937384de9cc57e5800ce98de951431b