[INFO] cloning repository https://github.com/atomflunder/tetris-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/atomflunder/tetris-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatomflunder%2Ftetris-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatomflunder%2Ftetris-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea78a5e658bd08f59c6ae0cecf8b9eb5a41593c1 [INFO] testing atomflunder/tetris-rust/ea78a5e658bd08f59c6ae0cecf8b9eb5a41593c1 against try#024495a232636f1f9407d7695b2be51edc2c51bd for pr-130285 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatomflunder%2Ftetris-rust" "/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/atomflunder/tetris-rust on toolchain 024495a232636f1f9407d7695b2be51edc2c51bd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+024495a232636f1f9407d7695b2be51edc2c51bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/atomflunder/tetris-rust [INFO] finished tweaking git repo https://github.com/atomflunder/tetris-rust [INFO] tweaked toml for git repo https://github.com/atomflunder/tetris-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/atomflunder/tetris-rust 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" "+024495a232636f1f9407d7695b2be51edc2c51bd" "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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+024495a232636f1f9407d7695b2be51edc2c51bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d225fd79dabe4ba2005ee21b0c3ca525fc8afeac0e58cc23bf4058a845cab86a [INFO] running `Command { std: "docker" "start" "-a" "d225fd79dabe4ba2005ee21b0c3ca525fc8afeac0e58cc23bf4058a845cab86a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d225fd79dabe4ba2005ee21b0c3ca525fc8afeac0e58cc23bf4058a845cab86a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d225fd79dabe4ba2005ee21b0c3ca525fc8afeac0e58cc23bf4058a845cab86a", kill_on_drop: false }` [INFO] [stdout] d225fd79dabe4ba2005ee21b0c3ca525fc8afeac0e58cc23bf4058a845cab86a [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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+024495a232636f1f9407d7695b2be51edc2c51bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30ac0cd7631612bf11a29c5125aa7ebbe52f4bb188cd7226a0a507bd05ea38d7 [INFO] running `Command { std: "docker" "start" "-a" "30ac0cd7631612bf11a29c5125aa7ebbe52f4bb188cd7226a0a507bd05ea38d7", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling semver v1.0.9 [INFO] [stderr] Compiling camino v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling xdg v2.4.1 [INFO] [stderr] Compiling wayland-commons v0.28.6 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stdout] error: failed to write /tmp/rustcq1W2ZX/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nom` (lib) due to 2 previous errors [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] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.28.6` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/wayland-protocols-0147b6d3d5a37e29/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_CLIENT [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_SERVER [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_UNSTABLE_PROTOCOLS [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/presentation-time/presentation-time.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/viewporter/viewporter.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/xdg-shell/xdg-shell.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '024495a232636f1f9407d7695b2be51edc2c51bd'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '024495a232636f1f9407d7695b2be51edc2c51bd'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '024495a232636f1f9407d7695b2be51edc2c51bd'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.28.6/src/lib.rs:156:40: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5870fa6c46ba - std::backtrace_rs::backtrace::libunwind::trace::h0b70b9423e9d16d3 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5870fa6c46ba - std::backtrace_rs::backtrace::trace_unsynchronized::h41a6d6747b7a8eec [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5870fa6c46ba - std::sys::backtrace::_print_fmt::hc7c5a78d80682aba [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5870fa6c46ba - ::fmt::hd4fdfca2994da546 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5870fa6e4ddb - core::fmt::rt::Argument::fmt::hf99fefc5c46831d6 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5870fa6e4ddb - core::fmt::write::h98fc8fc0872eb800 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/core/src/fmt/mod.rs:1178:21 [INFO] [stderr] 6: 0x5870fa6c1b73 - std::io::Write::write_fmt::hc8a6a2d1c9892a42 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x5870fa6c4502 - std::sys::backtrace::BacktraceLock::print::h8d5848a17a7460af [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5870fa6c57c7 - std::panicking::default_hook::{{closure}}::hc1055ce5a16caaaf [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:268:22 [INFO] [stderr] 9: 0x5870fa6c55f6 - std::panicking::default_hook::h18285eee104702ef [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:295:9 [INFO] [stderr] 10: 0x5870fa6c5e07 - std::panicking::rust_panic_with_hook::h6b7d3dd5857887cd [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:801:13 [INFO] [stderr] 11: 0x5870fa6c5ca7 - std::panicking::begin_panic_handler::{{closure}}::he5e8e895688cd622 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:674:13 [INFO] [stderr] 12: 0x5870fa6c4b99 - std::sys::backtrace::__rust_end_short_backtrace::h7ac5700345d0de4e [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x5870fa6c5934 - rust_begin_unwind [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:665:5 [INFO] [stderr] 14: 0x5870fa6e3c53 - core::panicking::panic_fmt::h685c6841386827a1 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x5870fa6e4066 - core::result::unwrap_failed::ha216cdc5e677ea84 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/core/src/result.rs:1689:5 [INFO] [stderr] 16: 0x5870fa5fbd3a - wayland_scanner::generate_code_with_destructor_events::h853224756a912499 [INFO] [stderr] 17: 0x5870fa605780 - build_script_build::generate_protocol::hffef41d803d58711 [INFO] [stderr] 18: 0x5870fa606db9 - build_script_build::main::h4fee6766bcf5c96c [INFO] [stderr] 19: 0x5870fa603d43 - core::ops::function::FnOnce::call_once::h564ebe59f709f376 [INFO] [stderr] 20: 0x5870fa5f70b6 - std::sys::backtrace::__rust_begin_short_backtrace::haa78600ff7160a8f [INFO] [stderr] 21: 0x5870fa5f6fd9 - std::rt::lang_start::{{closure}}::hbd8de28e0548f3c3 [INFO] [stderr] 22: 0x5870fa6beb00 - core::ops::function::impls:: for &F>::call_once::h6095bbadbd2380c1 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x5870fa6beb00 - std::panicking::try::do_call::h8cbb3bac88d50fe1 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:557:40 [INFO] [stderr] 24: 0x5870fa6beb00 - std::panicking::try::h9130ad2a20f0a67e [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:520:19 [INFO] [stderr] 25: 0x5870fa6beb00 - std::panic::catch_unwind::hc6cd31093dd6e4a9 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panic.rs:345:14 [INFO] [stderr] 26: 0x5870fa6beb00 - std::rt::lang_start_internal::{{closure}}::h1b8f4ea73eaa0d47 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/rt.rs:143:48 [INFO] [stderr] 27: 0x5870fa6beb00 - std::panicking::try::do_call::h869f42fce07e0e2c [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:557:40 [INFO] [stderr] 28: 0x5870fa6beb00 - std::panicking::try::hee8ab441a3b56bf5 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panicking.rs:520:19 [INFO] [stderr] 29: 0x5870fa6beb00 - std::panic::catch_unwind::haafaf5309edbb6a2 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/panic.rs:345:14 [INFO] [stderr] 30: 0x5870fa6beb00 - std::rt::lang_start_internal::h5c94ab59acc820a3 [INFO] [stderr] at /rustc/024495a232636f1f9407d7695b2be51edc2c51bd/library/std/src/rt.rs:143:20 [INFO] [stderr] 31: 0x5870fa5f6fb7 - std::rt::lang_start::h9da680fc30a7601f [INFO] [stderr] 32: 0x5870fa607165 - main [INFO] [stderr] 33: 0x74889a78ed90 - [INFO] [stderr] 34: 0x74889a78ee40 - __libc_start_main [INFO] [stderr] 35: 0x5870fa5f6135 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] error: could not compile `xdg` (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/024495a232636f1f9407d7695b2be51edc2c51bd/bin/rustc --crate-name xdg --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xdg-2.4.1/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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e44c8fde1774e858 -C extra-filename=-e44c8fde1774e858 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dirs=/opt/rustwide/target/debug/deps/libdirs-758acedbcf9b1298.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `parking_lot` (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/024495a232636f1f9407d7695b2be51edc2c51bd/bin/rustc --crate-name parking_lot --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/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 -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=3757d6a7b5832dfd -C extra-filename=-3757d6a7b5832dfd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern instant=/opt/rustwide/target/debug/deps/libinstant-4431afe4e7fd695c.rmeta --extern lock_api=/opt/rustwide/target/debug/deps/liblock_api-5d62ca0680cbc8da.rmeta --extern parking_lot_core=/opt/rustwide/target/debug/deps/libparking_lot_core-585ec3c795fc6402.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `nix` (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/024495a232636f1f9407d7695b2be51edc2c51bd/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.20.0/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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2870aa48274aae98 -C extra-filename=-2870aa48274aae98 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-560efdb99b117eef.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-57bf25c23e31efdb.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-5c9d29359f8ef7b1.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `wayland-commons` (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/024495a232636f1f9407d7695b2be51edc2c51bd/bin/rustc --crate-name wayland_commons --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-commons-0.28.6/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 -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16eaaa0c6ac14816 -C extra-filename=-16eaaa0c6ac14816 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern nix=/opt/rustwide/target/debug/deps/libnix-2870aa48274aae98.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-8880db5172f9bf72.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-ced58c12b1f5ae1b.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-a492d2857458fcc5.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `syn` (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/024495a232636f1f9407d7695b2be51edc2c51bd/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.96/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6ae4b09373f9d293 -C extra-filename=-6ae4b09373f9d293 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e4523630a9abf904.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-0c83230943b9d64f.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-6085a30ee761072c.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1zkDKS/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "30ac0cd7631612bf11a29c5125aa7ebbe52f4bb188cd7226a0a507bd05ea38d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30ac0cd7631612bf11a29c5125aa7ebbe52f4bb188cd7226a0a507bd05ea38d7", kill_on_drop: false }` [INFO] [stdout] 30ac0cd7631612bf11a29c5125aa7ebbe52f4bb188cd7226a0a507bd05ea38d7