[INFO] cloning repository https://github.com/zipkr/chat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zipkr/chat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzipkr%2Fchat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzipkr%2Fchat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 249a55baabb80c287dbe99ec0c351ec0197e1761
[INFO] checking zipkr/chat against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzipkr%2Fchat" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/zipkr/chat on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/zipkr/chat
[INFO] finished tweaking git repo https://github.com/zipkr/chat
[INFO] tweaked toml for git repo https://github.com/zipkr/chat written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/zipkr/chat 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded arrayvec v0.4.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f8870ed92f857abf83845b7a3a1f4c16bc34326222147bb557e82bbe40f19978
[INFO] running `Command { std: "docker" "start" "-a" "f8870ed92f857abf83845b7a3a1f4c16bc34326222147bb557e82bbe40f19978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8870ed92f857abf83845b7a3a1f4c16bc34326222147bb557e82bbe40f19978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8870ed92f857abf83845b7a3a1f4c16bc34326222147bb557e82bbe40f19978", kill_on_drop: false }`
[INFO] [stdout] f8870ed92f857abf83845b7a3a1f4c16bc34326222147bb557e82bbe40f19978
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5903a38ebb559b176d43b3c1ad1467ad245eafd3ed1faa49eaf2ab06c162750f
[INFO] running `Command { std: "docker" "start" "-a" "5903a38ebb559b176d43b3c1ad1467ad245eafd3ed1faa49eaf2ab06c162750f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.45
[INFO] [stderr]     Checking cfg-if v0.1.6
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking rand_core v0.3.0
[INFO] [stderr]     Checking byteorder v1.2.7
[INFO] [stderr]     Checking lazy_static v1.2.0
[INFO] [stderr]     Checking futures v0.1.25
[INFO] [stderr]    Compiling cc v1.0.27
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v0.4.24
[INFO] [stderr]     Checking slab v0.4.1
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking lazycell v1.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking crossbeam-utils v0.6.3
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]    Compiling httparse v1.3.3
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]    Compiling yansi v0.4.0
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling arrayvec v0.4.9
[INFO] [stderr]     Checking rand_core v0.2.2
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking smallvec v0.6.7
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]     Checking unicode-normalization v0.1.7
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling pear_codegen v0.1.2
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]    Compiling serde v1.0.82
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking itoa v0.4.3
[INFO] [stderr]     Checking crossbeam-epoch v0.7.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.0
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]    Compiling safemem v0.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling rand_pcg v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.0
[INFO] [stderr]    Compiling rand v0.6.1
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling syn v0.15.23
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]     Checking indexmap v1.0.2
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking num_cpus v1.9.0
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking rand v0.5.5
[INFO] [stderr]    Compiling ring v0.13.5
[INFO] [stderr]    Compiling openssl-sys v0.9.40
[INFO] [stderr]     Checking time v0.1.41
[INFO] [stderr]     Checking bytes v0.4.11
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling phf_shared v0.7.23
[INFO] [stderr]     Checking mio v0.6.16
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaRmfeUS"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `phf_shared` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/indexmap-dedf09a428b5e197.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/indexmap-dedf09a428b5e197/dep-lib-indexmap`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetasTKCHF"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yansi` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `openssl-sys` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `idna` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name idna --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.1.5/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=219c534bad21a385 -C extra-filename=-e43602b365bd0b01 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern matches=/opt/rustwide/target/debug/deps/libmatches-65d53a6063796693.rmeta --extern unicode_bidi=/opt/rustwide/target/debug/deps/libunicode_bidi-abeb8b1a8683a850.rmeta --extern unicode_normalization=/opt/rustwide/target/debug/deps/libunicode_normalization-ea6f5b8357be0e06.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/rand-82d3891828abdba8.d`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[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/rustcMsidHb"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `percent-encoding` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `base64` (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/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name base64 --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.9.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=c5e101d490f807fe -C extra-filename=-ffd1e3ce5e3db60d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-90a9c6e3d729868e.rmeta --extern safemem=/opt/rustwide/target/debug/deps/libsafemem-bc8edb1494c8560b.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `ring` (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/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.13.5/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="dev_urandom_fallback"' --cfg 'feature="use_heap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dev_urandom_fallback", "internal_benches", "rsa_signing", "slow_tests", "test_logging", "use_heap"))' -C metadata=ae31187f48025b2a -C extra-filename=-91df3e8dff858d76 --out-dir /opt/rustwide/target/debug/build/ring-91df3e8dff858d76 -L dependency=/opt/rustwide/target/debug/deps --extern cc=/opt/rustwide/target/debug/deps/libcc-d18c36a71560dc54.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaJFSMN9"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mio` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaE4Ok4e/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (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/rmetaB1eKv2"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaD15LcS/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5903a38ebb559b176d43b3c1ad1467ad245eafd3ed1faa49eaf2ab06c162750f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5903a38ebb559b176d43b3c1ad1467ad245eafd3ed1faa49eaf2ab06c162750f", kill_on_drop: false }`
[INFO] [stdout] 5903a38ebb559b176d43b3c1ad1467ad245eafd3ed1faa49eaf2ab06c162750f
