[INFO] cloning repository https://github.com/dvidbruhm/rust-roguelike
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dvidbruhm/rust-roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvidbruhm%2Frust-roguelike", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvidbruhm%2Frust-roguelike'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a5640f81889f7cd9e4820635f8fe15b7628666b
[INFO] checking dvidbruhm/rust-roguelike against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvidbruhm%2Frust-roguelike" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dvidbruhm/rust-roguelike on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/dvidbruhm/rust-roguelike
[INFO] finished tweaking git repo https://github.com/dvidbruhm/rust-roguelike
[INFO] tweaked toml for git repo https://github.com/dvidbruhm/rust-roguelike written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/dvidbruhm/rust-roguelike 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa490938ad518dc7e918f798510b3792821fa17bcae379ae233c1fe3a6b44985
[INFO] running `Command { std: "docker" "start" "-a" "aa490938ad518dc7e918f798510b3792821fa17bcae379ae233c1fe3a6b44985", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa490938ad518dc7e918f798510b3792821fa17bcae379ae233c1fe3a6b44985", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa490938ad518dc7e918f798510b3792821fa17bcae379ae233c1fe3a6b44985", kill_on_drop: false }`
[INFO] [stdout] aa490938ad518dc7e918f798510b3792821fa17bcae379ae233c1fe3a6b44985
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b3295df28b4229ddb96cc26f0aad60cb24125c5301fa37362fe0f8b800f53b8
[INFO] running `Command { std: "docker" "start" "-a" "3b3295df28b4229ddb96cc26f0aad60cb24125c5301fa37362fe0f8b800f53b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling xml-rs v0.8.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]     Checking once_cell v1.7.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking scoped-tls v1.0.0
[INFO] [stderr]     Checking bytemuck v1.5.1
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]     Checking ttf-parser v0.6.2
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]    Compiling nom v6.1.2
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/nom-6b9b40d606e0ce60/build_script_build-6b9b40d606e0ce60.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/nom-6b9b40d606e0ce60/dep-build-script-build-script-build`
[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] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libkhronos_api-806f8e8ef39a298b.rlib`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crc32fast` (build script)
[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/5fee451ebd94296ea05214e819c311e164b30af6/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=75dcf2c7f191a34b -C extra-filename=-a6575f813ba2cc07 --out-dir /opt/rustwide/target/debug/build/crc32fast-a6575f813ba2cc07 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/log-3054ceebfa475acc.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/log-3054ceebfa475acc/dep-lib-log`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/num-traits-6e5e8c3cc82a144f/build-script-build-script-build`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] rustc-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 "/tmp/rustc8wBArS"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xml-rs` (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/5fee451ebd94296ea05214e819c311e164b30af6/bin/rustc --crate-name xml --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xml-rs-0.8.3/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())' -C metadata=e9b37aeb35810bd8 -C extra-filename=-1a4c701caf1a13c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `maybe-uninit` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `khronos_api` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3b3295df28b4229ddb96cc26f0aad60cb24125c5301fa37362fe0f8b800f53b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b3295df28b4229ddb96cc26f0aad60cb24125c5301fa37362fe0f8b800f53b8", kill_on_drop: false }`
[INFO] [stdout] 3b3295df28b4229ddb96cc26f0aad60cb24125c5301fa37362fe0f8b800f53b8
