[INFO] cloning repository https://github.com/ddxfish/fireplace_sim [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ddxfish/fireplace_sim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fddxfish%2Ffireplace_sim", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fddxfish%2Ffireplace_sim'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 24fbad9b7a4edd7e529c511e65d4b12226009cad [INFO] checking ddxfish/fireplace_sim against master#17ffbc81a30c094193836a5d7f90dff273b5df93 for pr-138785 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fddxfish%2Ffireplace_sim" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ddxfish/fireplace_sim on toolchain 17ffbc81a30c094193836a5d7f90dff273b5df93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ddxfish/fireplace_sim [INFO] finished tweaking git repo https://github.com/ddxfish/fireplace_sim [INFO] tweaked toml for git repo https://github.com/ddxfish/fireplace_sim written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ddxfish/fireplace_sim 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" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe5c0bd982f4d9f318e7f8047077fe3f1c6b97152fd3e7beecefdd033952387d [INFO] running `Command { std: "docker" "start" "-a" "fe5c0bd982f4d9f318e7f8047077fe3f1c6b97152fd3e7beecefdd033952387d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe5c0bd982f4d9f318e7f8047077fe3f1c6b97152fd3e7beecefdd033952387d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5c0bd982f4d9f318e7f8047077fe3f1c6b97152fd3e7beecefdd033952387d", kill_on_drop: false }` [INFO] [stdout] fe5c0bd982f4d9f318e7f8047077fe3f1c6b97152fd3e7beecefdd033952387d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e54607fcdfdd2e5af4521a30b7db01d6bcec1c3780513e70d951e9bf9098eeb [INFO] running `Command { std: "docker" "start" "-a" "6e54607fcdfdd2e5af4521a30b7db01d6bcec1c3780513e70d951e9bf9098eeb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling xml-rs v0.8.25 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Checking miniz_oxide v0.8.4 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Checking event-listener v5.4.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking event-listener-strategy v0.5.3 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking futures-lite v2.6.0 [INFO] [stderr] Checking waker-fn v1.2.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Compiling rustix v0.37.28 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking accesskit v0.11.2 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.29.5` [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-29aa6bd812c63700/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=./protocols/staging/xdg-activation/xdg-activation-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/input-method-unstable-v2.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '17ffbc81a30c094193836a5d7f90dff273b5df93'. [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 '17ffbc81a30c094193836a5d7f90dff273b5df93'. [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 '17ffbc81a30c094193836a5d7f90dff273b5df93'. [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 '17ffbc81a30c094193836a5d7f90dff273b5df93'. [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 '17ffbc81a30c094193836a5d7f90dff273b5df93'. [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.29.5/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: 0x5900f4fb15f2 - std::backtrace_rs::backtrace::libunwind::trace::h0ba9157721c35840 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5900f4fb15f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h86ccaa9e8e807ced [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5900f4fb15f2 - std::sys::backtrace::_print_fmt::h349c193bb5c0bc78 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5900f4fb15f2 - ::fmt::h03493273b68c541f [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5900f4fd0f23 - core::fmt::rt::Argument::fmt::h15ec3bfc4130f0f3 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/fmt/rt.rs:178:76 [INFO] [stderr] 5: 0x5900f4fd0f23 - core::fmt::write::h0ad6302f6d4dd435 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/fmt/mod.rs:1480:21 [INFO] [stderr] 6: 0x5900f4faec63 - std::io::default_write_fmt::hb47e9846d3041dac [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5900f4faec63 - std::io::Write::write_fmt::h02d833d801fd417d [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x5900f4fb1442 - std::sys::backtrace::BacktraceLock::print::hf4c70899989a4c05 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5900f4fb24c2 - std::panicking::default_hook::{{closure}}::hb583b4cee228551d [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x5900f4fb22c5 - std::panicking::default_hook::h5dea409290788d81 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5900f4fb2ee2 - std::panicking::rust_panic_with_hook::hf643fb839cbcc568 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5900f4fb2c6a - std::panicking::begin_panic_handler::{{closure}}::h3410972461e99562 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5900f4fb1af9 - std::sys::backtrace::__rust_end_short_backtrace::hf1bf1d55b8ddd5d8 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x5900f4fb28fd - __rustc[2cdc4cefc7961cb7]::rust_begin_unwind [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5900f4fcff00 - core::panicking::panic_fmt::hdefd3e888081c660 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5900f4fd0296 - core::result::unwrap_failed::hfab0873f584e0178 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/result.rs:1704:5 [INFO] [stderr] 17: 0x5900f4ee0179 - wayland_scanner::generate_code_with_destructor_events::heae956c44fcc1262 [INFO] [stderr] 18: 0x5900f4ef3c7d - build_script_build::generate_protocol::h63c823ae74ff4ed3 [INFO] [stderr] 19: 0x5900f4ef50a5 - build_script_build::main::h8b6fd15ed995351b [INFO] [stderr] 20: 0x5900f4ee83c3 - core::ops::function::FnOnce::call_once::haedf795cae313711 [INFO] [stderr] 21: 0x5900f4ef1d26 - std::sys::backtrace::__rust_begin_short_backtrace::h512ff3e04b08e1d0 [INFO] [stderr] 22: 0x5900f4ef1cf9 - std::rt::lang_start::{{closure}}::h1a5a0dbc658ac8d0 [INFO] [stderr] 23: 0x5900f4fab7c0 - core::ops::function::impls:: for &F>::call_once::h821851a4b59dd3e0 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x5900f4fab7c0 - std::panicking::try::do_call::h29b3db2a8d7f7183 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:589:40 [INFO] [stderr] 25: 0x5900f4fab7c0 - std::panicking::try::h05374d3e135016b1 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:552:19 [INFO] [stderr] 26: 0x5900f4fab7c0 - std::panic::catch_unwind::h7416c57f4ea365fc [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x5900f4fab7c0 - std::rt::lang_start_internal::{{closure}}::hf7b7e14bdf8ef966 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/rt.rs:168:24 [INFO] [stderr] 28: 0x5900f4fab7c0 - std::panicking::try::do_call::hbf263968054c8956 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:589:40 [INFO] [stderr] 29: 0x5900f4fab7c0 - std::panicking::try::hb399c715a961ac3e [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:552:19 [INFO] [stderr] 30: 0x5900f4fab7c0 - std::panic::catch_unwind::h1bb049748f0fd11c [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x5900f4fab7c0 - std::rt::lang_start_internal::h562b242fe2653a53 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/rt.rs:164:5 [INFO] [stderr] 32: 0x5900f4ef1ce1 - std::rt::lang_start::hd43f4f5600684cf6 [INFO] [stderr] 33: 0x5900f4ef56c5 - main [INFO] [stderr] 34: 0x7f66cb7961ca - [INFO] [stderr] 35: 0x7f66cb79628b - __libc_start_main [INFO] [stderr] 36: 0x5900f4edf815 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaHyIqSC" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write /tmp/rustcpYPVum/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/write16-781a49200fe7cbdc.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/write16-781a49200fe7cbdc/dep-lib-write16` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `winnow` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaMnDaME/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetarIKy9Y" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-core` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `aho-corasick` (lib) due to 1 previous error [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/wayland_commons-62d8ad94ec8065c4.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/wayland-commons-62d8ad94ec8065c4/dep-lib-wayland_commons` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] running `Command { std: "docker" "inspect" "6e54607fcdfdd2e5af4521a30b7db01d6bcec1c3780513e70d951e9bf9098eeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e54607fcdfdd2e5af4521a30b7db01d6bcec1c3780513e70d951e9bf9098eeb", kill_on_drop: false }` [INFO] [stdout] 6e54607fcdfdd2e5af4521a30b7db01d6bcec1c3780513e70d951e9bf9098eeb