[INFO] cloning repository https://github.com/enci/voxel-space
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/enci/voxel-space" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenci%2Fvoxel-space", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenci%2Fvoxel-space'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 494b6b6feeb2fcb557ca7f5adcbed636d46bfbdb
[INFO] checking enci/voxel-space against try#bf5ff6675cf10ce009ac02007b064a7cfc4509ac for pr-140558
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenci%2Fvoxel-space" "/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/enci/voxel-space on toolchain bf5ff6675cf10ce009ac02007b064a7cfc4509ac
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bf5ff6675cf10ce009ac02007b064a7cfc4509ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/enci/voxel-space
[INFO] finished tweaking git repo https://github.com/enci/voxel-space
[INFO] tweaked toml for git repo https://github.com/enci/voxel-space written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/enci/voxel-space 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" "+bf5ff6675cf10ce009ac02007b064a7cfc4509ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+bf5ff6675cf10ce009ac02007b064a7cfc4509ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 03282a27c6dea2e53482a6e9cd3ca51172bf470fdbbff5b3c76806979cc31095
[INFO] running `Command { std: "docker" "start" "-a" "03282a27c6dea2e53482a6e9cd3ca51172bf470fdbbff5b3c76806979cc31095", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "03282a27c6dea2e53482a6e9cd3ca51172bf470fdbbff5b3c76806979cc31095", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03282a27c6dea2e53482a6e9cd3ca51172bf470fdbbff5b3c76806979cc31095", kill_on_drop: false }`
[INFO] [stdout] 03282a27c6dea2e53482a6e9cd3ca51172bf470fdbbff5b3c76806979cc31095
[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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+bf5ff6675cf10ce009ac02007b064a7cfc4509ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ecaee458a392ccece84fcd48fdd4b10926b660136415bc3fe8a8cde67830bdb3
[INFO] running `Command { std: "docker" "start" "-a" "ecaee458a392ccece84fcd48fdd4b10926b660136415bc3fe8a8cde67830bdb3", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.110
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling pkg-config v0.3.23
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling libloading v0.7.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling clang-sys v1.3.0
[INFO] [stderr]    Compiling bindgen v0.56.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/memchr-8a631105c45bd59a.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/memchr-8a631105c45bd59a/dep-lib-memchr`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/crc32fast-ac1b2e52fc1bc172/output`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1nqQNf/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/downcast_rs-5dd3a769e28bc941.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/downcast-rs-5dd3a769e28bc941/dep-lib-downcast_rs`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/x11-dl-afef10661607a68e/rmeta7YVNLQ"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x11-dl` (build script) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ecaee458a392ccece84fcd48fdd4b10926b660136415bc3fe8a8cde67830bdb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecaee458a392ccece84fcd48fdd4b10926b660136415bc3fe8a8cde67830bdb3", kill_on_drop: false }`
[INFO] [stdout] ecaee458a392ccece84fcd48fdd4b10926b660136415bc3fe8a8cde67830bdb3
