[INFO] cloning repository https://github.com/jefftime/conc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jefftime/conc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjefftime%2Fconc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjefftime%2Fconc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6278992651b1b1ef7e80bce11304aedd9d91915
[INFO] checking jefftime/conc against try#d12484522bcab8d07e325c6570f226a2faace3f7 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjefftime%2Fconc" "/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/jefftime/conc on toolchain d12484522bcab8d07e325c6570f226a2faace3f7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jefftime/conc
[INFO] finished tweaking git repo https://github.com/jefftime/conc
[INFO] tweaked toml for git repo https://github.com/jefftime/conc written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/jefftime/conc 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" "+d12484522bcab8d07e325c6570f226a2faace3f7" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e81586b7a3342dba51a6367c506e0202f71cb60d761eccc437c7e33fb3e3aa0
[INFO] running `Command { std: "docker" "start" "-a" "6e81586b7a3342dba51a6367c506e0202f71cb60d761eccc437c7e33fb3e3aa0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e81586b7a3342dba51a6367c506e0202f71cb60d761eccc437c7e33fb3e3aa0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e81586b7a3342dba51a6367c506e0202f71cb60d761eccc437c7e33fb3e3aa0", kill_on_drop: false }`
[INFO] [stdout] 6e81586b7a3342dba51a6367c506e0202f71cb60d761eccc437c7e33fb3e3aa0
[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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+d12484522bcab8d07e325c6570f226a2faace3f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e6550de340212caaafff03f7c2b945ccbeef90b4ad2ba0aaa4232b2db127d10
[INFO] running `Command { std: "docker" "start" "-a" "2e6550de340212caaafff03f7c2b945ccbeef90b4ad2ba0aaa4232b2db127d10", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling libc v0.2.105
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling version-compare v0.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling wgpu-core v0.11.2
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking libloading v0.7.1
[INFO] [stderr]     Checking fixedbitset v0.4.0
[INFO] [stderr]    Compiling sdl2-sys v0.35.1
[INFO] [stderr]     Checking ahash v0.4.7
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking bit-set v0.5.2
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.1
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling sdl2 v0.35.1
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.1
[INFO] [stderr]     Checking gpu-alloc v0.5.2
[INFO] [stderr]     Checking ash v0.33.3+1.2.191
[INFO] [stderr]     Checking wgpu-types v0.11.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking petgraph v0.6.0
[INFO] [stderr]     Checking glow v0.11.0
[INFO] [stderr]     Checking profiling v1.0.3
[INFO] [stderr]     Checking inplace_it v0.3.3
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking arrayvec v0.7.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling conc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking pollster v0.2.4
[INFO] [stderr]     Checking tobj v3.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling bytemuck_derive v1.0.1
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `bytemuck_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d12484522bcab8d07e325c6570f226a2faace3f7/bin/rustc --crate-name bytemuck_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck_derive-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcde21c1d4ca9008 -C extra-filename=-bdde69ffb415e5bc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-563a5bab264f5d87.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-bd516332a88d6e2a.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-3232a50337142ad9.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaYpYDJt/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cgmath` (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/deps/rmetatWUbID"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cgmath` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaWl29Su/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sdl2` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2e6550de340212caaafff03f7c2b945ccbeef90b4ad2ba0aaa4232b2db127d10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e6550de340212caaafff03f7c2b945ccbeef90b4ad2ba0aaa4232b2db127d10", kill_on_drop: false }`
[INFO] [stdout] 2e6550de340212caaafff03f7c2b945ccbeef90b4ad2ba0aaa4232b2db127d10
