[INFO] cloning repository https://github.com/ramsir3/OpenPlatformFighter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ramsir3/OpenPlatformFighter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framsir3%2FOpenPlatformFighter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framsir3%2FOpenPlatformFighter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b653333449ce365751ed975d558eb19420573211 [INFO] checking ramsir3/OpenPlatformFighter against try#c4ca24658d934444a28db36abebef17a8651701a for pr-144156 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Framsir3%2FOpenPlatformFighter" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ramsir3/OpenPlatformFighter [INFO] finished tweaking git repo https://github.com/ramsir3/OpenPlatformFighter [INFO] tweaked toml for git repo https://github.com/ramsir3/OpenPlatformFighter written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ramsir3/OpenPlatformFighter on toolchain c4ca24658d934444a28db36abebef17a8651701a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ramsir3/OpenPlatformFighter 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" "+c4ca24658d934444a28db36abebef17a8651701a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65fa7531428cb5d0d064d79affa0624ab1d4a63bab6eca272a64829da7c39c00 [INFO] running `Command { std: "docker" "start" "-a" "65fa7531428cb5d0d064d79affa0624ab1d4a63bab6eca272a64829da7c39c00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65fa7531428cb5d0d064d79affa0624ab1d4a63bab6eca272a64829da7c39c00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65fa7531428cb5d0d064d79affa0624ab1d4a63bab6eca272a64829da7c39c00", kill_on_drop: false }` [INFO] [stdout] 65fa7531428cb5d0d064d79affa0624ab1d4a63bab6eca272a64829da7c39c00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82ee710c915718c5692382861f7c15c4c2f623596a9c2a53ba40792af955c480 [INFO] running `Command { std: "docker" "start" "-a" "82ee710c915718c5692382861f7c15c4c2f623596a9c2a53ba40792af955c480", 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.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking miniz_oxide v0.8.4 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking bytemuck v1.21.0 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking piston-float v1.0.1 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking piston-viewport v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling built v0.7.6 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking piston-graphics_api_version v1.0.1 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking bitstream-io v2.6.0 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking tiny-skia-path v0.8.4 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Checking calloop v0.10.2 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Compiling glutin_glx_sys v0.4.0 [INFO] [stderr] Compiling glutin_egl_sys v0.5.1 [INFO] [stderr] Checking avif-serialize v0.8.2 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking rgb v0.8.50 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking lebe v0.5.2 [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-4b21d22df4ba2c82/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] cargo:rerun-if-changed=./misc/server-decoration.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-method/input-method-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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 'c4ca24658d934444a28db36abebef17a8651701a'. [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: 0x56e06ae5c302 - std::backtrace_rs::backtrace::libunwind::trace::h314d997489fa269b [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x56e06ae5c302 - std::backtrace_rs::backtrace::trace_unsynchronized::h9111ec0e937ce404 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x56e06ae5c302 - std::sys::backtrace::_print_fmt::h3d5bc3e099b8a387 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x56e06ae5c302 - ::fmt::h3c8cae835929ad17 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x56e06ae7c5f3 - core::fmt::rt::Argument::fmt::h11f3364b4357c918 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x56e06ae7c5f3 - core::fmt::write::h5d65b234d360460a [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x56e06ae59b33 - std::io::default_write_fmt::hf7484e7f204eaa53 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x56e06ae59b33 - std::io::Write::write_fmt::hac3155723fa9ab28 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x56e06ae5c152 - std::sys::backtrace::BacktraceLock::print::h4418dab2fe8994c5 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x56e06ae5d1e3 - std::panicking::default_hook::{{closure}}::h7b73141a7623d407 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x56e06ae5cfc5 - std::panicking::default_hook::h6503c5887c319457 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x56e06ae5dbf5 - std::panicking::rust_panic_with_hook::hf2873e94fda6c2cc [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x56e06ae5d98a - std::panicking::begin_panic_handler::{{closure}}::hc223a16a39349963 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x56e06ae5c7f9 - std::sys::backtrace::__rust_end_short_backtrace::h1ed538cc72e6760e [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x56e06ae5d61d - __rustc[c552193967560267]::rust_begin_unwind [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x56e06ae7b550 - core::panicking::panic_fmt::h6f1da2ea616d7d05 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x56e06ae7b986 - core::result::unwrap_failed::h051cc23ecdf1781f [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/core/src/result.rs:1765:5 [INFO] [stderr] 17: 0x56e06ada70f9 - wayland_scanner::generate_code_with_destructor_events::hb071a4d37aabc986 [INFO] [stderr] 18: 0x56e06ada50cf - build_script_build::generate_protocol::hb89e0a61e93b7930 [INFO] [stderr] 19: 0x56e06ada636a - build_script_build::main::h9b0448d41fea5eeb [INFO] [stderr] 20: 0x56e06ad9e893 - core::ops::function::FnOnce::call_once::h3b8bd79b361f07e4 [INFO] [stderr] 21: 0x56e06ada7996 - std::sys::backtrace::__rust_begin_short_backtrace::hb360a68353c736a1 [INFO] [stderr] 22: 0x56e06ada7929 - std::rt::lang_start::{{closure}}::h1da826d68193a8a1 [INFO] [stderr] 23: 0x56e06ae56560 - core::ops::function::impls:: for &F>::call_once::h90c3c941979045e4 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 24: 0x56e06ae56560 - std::panicking::catch_unwind::do_call::h7c0c17f4542f45e5 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:589:40 [INFO] [stderr] 25: 0x56e06ae56560 - std::panicking::catch_unwind::hc93f15d21478dc7c [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:552:19 [INFO] [stderr] 26: 0x56e06ae56560 - std::panic::catch_unwind::h0d80d020a54bbc98 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x56e06ae56560 - std::rt::lang_start_internal::{{closure}}::hd984510ea13ef615 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/rt.rs:175:24 [INFO] [stderr] 28: 0x56e06ae56560 - std::panicking::catch_unwind::do_call::h6af1238b1078e081 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:589:40 [INFO] [stderr] 29: 0x56e06ae56560 - std::panicking::catch_unwind::ha7b5b697456c97e8 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panicking.rs:552:19 [INFO] [stderr] 30: 0x56e06ae56560 - std::panic::catch_unwind::hee5b784e51bcd055 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x56e06ae56560 - std::rt::lang_start_internal::h37974eb4658955b8 [INFO] [stderr] at /rustc/c4ca24658d934444a28db36abebef17a8651701a/library/std/src/rt.rs:171:5 [INFO] [stderr] 32: 0x56e06ada7911 - std::rt::lang_start::h338c2d856aba87cf [INFO] [stderr] 33: 0x56e06ada6bb5 - main [INFO] [stderr] 34: 0x7f40d211c1ca - [INFO] [stderr] 35: 0x7f40d211c28b - __libc_start_main [INFO] [stderr] 36: 0x56e06ad96875 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaSmtozp/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ttf-parser` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `num-derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/bin/rustc --crate-name num_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/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=2fa00126db261703 -C extra-filename=-81ae735a7f123f85 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ba1164ef8c5072f6.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-45812ef4b8688a30.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-1064406016e48d29.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcEVOrCa/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcEVOrCa/symbols.o" "<5 object files omitted>" "/tmp/rustcEVOrCa/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-1064406016e48d29,libquote-45812ef4b8688a30,libproc_macro2-ba1164ef8c5072f6,libunicode_ident-a3690edd3a41f0e2}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcEVOrCa/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libarg_enum_proc_macro-e2c99de1f37f050a.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdGqltR.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -shared -z relro -o /opt/rustwide/target/debug/deps/libarg_enum_proc_macro-e2c99de1f37f050a.so /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustcEVOrCa/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. --version-script=/tmp/rustcEVOrCa/list --no-undefined-version /tmp/rustcEVOrCa/symbols.o /opt/rustwide/target/debug/deps/arg_enum_proc_macro-e2c99de1f37f050a.arg_enum_proc_macro.2ca9ccda4fa1c92e-cgu.0.rcgu.o /opt/rustwide/target/debug/deps/arg_enum_proc_macro-e2c99de1f37f050a.arg_enum_proc_macro.2ca9ccda4fa1c92e-cgu.1.rcgu.o /opt/rustwide/target/debug/deps/arg_enum_proc_macro-e2c99de1f37f050a.arg_enum_proc_macro.2ca9ccda4fa1c92e-cgu.2.rcgu.o /opt/rustwide/target/debug/deps/arg_enum_proc_macro-e2c99de1f37f050a.arg_enum_proc_macro.2ca9ccda4fa1c92e-cgu.3.rcgu.o /opt/rustwide/target/debug/deps/arg_enum_proc_macro-e2c99de1f37f050a.arg_enum_proc_macro.2ca9ccda4fa1c92e-cgu.4.rcgu.o /tmp/rustcEVOrCa/rmeta.o /opt/rustwide/target/debug/deps/arg_enum_proc_macro-e2c99de1f37f050a.09nrcrxqoyafdiijatgi66b0z.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libsyn-1064406016e48d29.rlib /opt/rustwide/target/debug/deps/libquote-45812ef4b8688a30.rlib /opt/rustwide/target/debug/deps/libproc_macro2-ba1164ef8c5072f6.rlib /opt/rustwide/target/debug/deps/libunicode_ident-a3690edd3a41f0e2.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-9f34bcaa7f020c52.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_literal_escaper-bee5358f27d33e58.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-34b31e6b4a2b34ac.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-54e42b35ab65fe3c.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a051aa93565bac37.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a985c41db88c1d4e.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e7a59dbc7ca389fa.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-b3dd05ac335eff81.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-19df0d4c98aebab6.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5970d4a3b8c38c76.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-c0cc747b07e421a7.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-03a2cd080522acfe.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3bee15a2c642110e.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d7f3af4e68a22daa.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-10b844c1e8b7407b.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-391d6f494afb952a.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-427c8f35bb900e30.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d070da6a17160b8d.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-d8616ca222c9c72d.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-f518412a82bfe9bb.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-62c8dfa7db58d93c.rlib /opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-24bfc0c93a2e817c.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] #0 0x00007c7b8d33cd67 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x573cd67) [INFO] [stdout] #1 0x00007c7b8d33d183 SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x573d183) [INFO] [stdout] #2 0x00007c7b87a33330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x0000581b177d849a void lld::elf::writeResult>(lld::elf::Ctx&) (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x55749a) [INFO] [stdout] #4 0x0000581b175f1923 void lld::elf::LinkerDriver::link>(llvm::opt::InputArgList&) Driver.cpp:0:0 [INFO] [stdout] #5 0x0000581b175cf5fa lld::elf::LinkerDriver::linkerMain(llvm::ArrayRef) Driver.cpp:0:0 [INFO] [stdout] #6 0x0000581b175caa14 lld::elf::link(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, bool, bool) (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x349a14) [INFO] [stdout] #7 0x0000581b174da3b6 lld::unsafeLldMain(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, llvm::ArrayRef, bool) (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2593b6) [INFO] [stdout] #8 0x0000581b174d9400 lld_main(int, char**, llvm::ToolContext const&) (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258400) [INFO] [stdout] #9 0x0000581b174d9ab1 main (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258ab1) [INFO] [stdout] #10 0x00007c7b87a181ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca) [INFO] [stdout] #11 0x00007c7b87a1828b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b) [INFO] [stdout] #12 0x0000581b1735c069 _start (/opt/rustwide/rustup-home/toolchains/c4ca24658d934444a28db36abebef17a8651701a/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0xdb069) [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `arg_enum_proc_macro` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "82ee710c915718c5692382861f7c15c4c2f623596a9c2a53ba40792af955c480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82ee710c915718c5692382861f7c15c4c2f623596a9c2a53ba40792af955c480", kill_on_drop: false }` [INFO] [stdout] 82ee710c915718c5692382861f7c15c4c2f623596a9c2a53ba40792af955c480