[INFO] cloning repository https://github.com/prajwaldp/rust-snake-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prajwaldp/rust-snake-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprajwaldp%2Frust-snake-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprajwaldp%2Frust-snake-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 775754e0fb03c3cab1bcf7bd68e1e4962838f817 [INFO] checking prajwaldp/rust-snake-game against master#092a284ba0421695f2032c947765429fd7095796 for pr-139763 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprajwaldp%2Frust-snake-game" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/prajwaldp/rust-snake-game on toolchain 092a284ba0421695f2032c947765429fd7095796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+092a284ba0421695f2032c947765429fd7095796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/prajwaldp/rust-snake-game [INFO] finished tweaking git repo https://github.com/prajwaldp/rust-snake-game [INFO] tweaked toml for git repo https://github.com/prajwaldp/rust-snake-game written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/prajwaldp/rust-snake-game 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" "+092a284ba0421695f2032c947765429fd7095796" "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-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+092a284ba0421695f2032c947765429fd7095796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 235ec2506f24dabab1c87b48b51ecafdaade916477b86870cd0340de4718a714 [INFO] running `Command { std: "docker" "start" "-a" "235ec2506f24dabab1c87b48b51ecafdaade916477b86870cd0340de4718a714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "235ec2506f24dabab1c87b48b51ecafdaade916477b86870cd0340de4718a714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "235ec2506f24dabab1c87b48b51ecafdaade916477b86870cd0340de4718a714", kill_on_drop: false }` [INFO] [stdout] 235ec2506f24dabab1c87b48b51ecafdaade916477b86870cd0340de4718a714 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+092a284ba0421695f2032c947765429fd7095796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cac4e3aef88ff0c88d46292adcfd013fac778df7bf0f79f8a7daeb52d9c7374e [INFO] running `Command { std: "docker" "start" "-a" "cac4e3aef88ff0c88d46292adcfd013fac778df7bf0f79f8a7daeb52d9c7374e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Checking piston-float v1.0.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking piston-viewport v1.0.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking piston-graphics_api_version v0.2.0 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking deflate v0.8.4 [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 "/opt/rustwide/target/debug/deps/rmetanuFGvq" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.21.13` [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-c537dcd1ec7b59d9/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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 '092a284ba0421695f2032c947765429fd7095796'. [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] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.21.13/src/lib.rs:208: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: 0x64898bb5a352 - std::backtrace_rs::backtrace::libunwind::trace::ha1616cdbc2eab182 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x64898bb5a352 - std::backtrace_rs::backtrace::trace_unsynchronized::hf9b2cd84fd49ce4e [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x64898bb5a352 - std::sys::backtrace::_print_fmt::h3feb7011183def60 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x64898bb5a352 - ::fmt::hdddccddb549971e5 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x64898bb7a0d3 - core::fmt::rt::Argument::fmt::h2ad0c13cab3c9140 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/core/src/fmt/rt.rs:153:76 [INFO] [stderr] 5: 0x64898bb7a0d3 - core::fmt::write::h941840204efeeab2 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/core/src/fmt/mod.rs:1481:21 [INFO] [stderr] 6: 0x64898bb57bf3 - std::io::default_write_fmt::hd0badb82c1b154af [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x64898bb57bf3 - std::io::Write::write_fmt::h1ecac89a1b25143e [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x64898bb5a1a2 - std::sys::backtrace::BacktraceLock::print::ha43886285fe1612d [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x64898bb5b5ac - std::panicking::default_hook::{{closure}}::h5aa9fc3e128ac2ad [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x64898bb5b3af - std::panicking::default_hook::he5473a82f6a1d174 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x64898bb5c0a3 - as core::ops::function::Fn>::call::h7bc9c8fe94b42f83 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/alloc/src/boxed.rs:1980:9 [INFO] [stderr] 12: 0x64898bb5c0a3 - std::panicking::rust_panic_with_hook::h56eacc1263fc7395 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:841:13 [INFO] [stderr] 13: 0x64898bb5bd5a - std::panicking::begin_panic_handler::{{closure}}::h24d26231c2beb50b [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:706:13 [INFO] [stderr] 14: 0x64898bb5a859 - std::sys::backtrace::__rust_end_short_backtrace::ha0d3e85268487187 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 15: 0x64898bb5b9ed - __rustc[b63dcf0b63ea116e]::rust_begin_unwind [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:697:5 [INFO] [stderr] 16: 0x64898bb79010 - core::panicking::panic_fmt::h2205727d827c9dde [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/core/src/panicking.rs:75:14 [INFO] [stderr] 17: 0x64898bb79446 - core::result::unwrap_failed::hc5bc944d25af0a81 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/core/src/result.rs:1704:5 [INFO] [stderr] 18: 0x64898ba830c2 - wayland_scanner::generate_c_code::hfcf23097080a86a2 [INFO] [stderr] 19: 0x64898ba897f6 - build_script_build::generate_protocol::hb1da2567338908b7 [INFO] [stderr] 20: 0x64898ba8a639 - build_script_build::main::h8b283758d5db9b93 [INFO] [stderr] 21: 0x64898ba85d93 - core::ops::function::FnOnce::call_once::h2267e582cfba3fbb [INFO] [stderr] 22: 0x64898ba92986 - std::sys::backtrace::__rust_begin_short_backtrace::h43e4e45a6a7b59b7 [INFO] [stderr] 23: 0x64898ba946f9 - std::rt::lang_start::{{closure}}::h5a6c3afebf90a548 [INFO] [stderr] 24: 0x64898bb54f80 - core::ops::function::impls:: for &F>::call_once::h6bb533577b82157d [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x64898bb54f80 - std::panicking::try::do_call::h1e5ec07ca72ca282 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x64898bb54f80 - std::panicking::try::h7ec1c9246787c15d [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x64898bb54f80 - std::panic::catch_unwind::h4878b1ae124b3ba6 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x64898bb54f80 - std::rt::lang_start_internal::{{closure}}::he88968672f0ff7c6 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/rt.rs:168:24 [INFO] [stderr] 29: 0x64898bb54f80 - std::panicking::try::do_call::h572a672c252680ee [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:589:40 [INFO] [stderr] 30: 0x64898bb54f80 - std::panicking::try::hc643daf7ce2583c2 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panicking.rs:552:19 [INFO] [stderr] 31: 0x64898bb54f80 - std::panic::catch_unwind::he56c7337c0eebcd1 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x64898bb54f80 - std::rt::lang_start_internal::h72ba68fdc6c0b678 [INFO] [stderr] at /rustc/092a284ba0421695f2032c947765429fd7095796/library/std/src/rt.rs:164:5 [INFO] [stderr] 33: 0x64898ba946e1 - std::rt::lang_start::h146e2c4d9eb0b25e [INFO] [stderr] 34: 0x64898ba8a895 - main [INFO] [stderr] 35: 0x7a691dccb1ca - [INFO] [stderr] 36: 0x7a691dccb28b - __libc_start_main [INFO] [stderr] 37: 0x64898ba82a55 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/092a284ba0421695f2032c947765429fd7095796/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.18/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="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"))' -C metadata=30d40dfffbe69ef8 -C extra-filename=-c7169794b2087226 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-03469e2df231d73a.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-418d3e8e6af74de2.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-6bb29a11fe85b6ff.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `inflate` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetadcELwO/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "cac4e3aef88ff0c88d46292adcfd013fac778df7bf0f79f8a7daeb52d9c7374e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cac4e3aef88ff0c88d46292adcfd013fac778df7bf0f79f8a7daeb52d9c7374e", kill_on_drop: false }` [INFO] [stdout] cac4e3aef88ff0c88d46292adcfd013fac778df7bf0f79f8a7daeb52d9c7374e