[INFO] cloning repository https://github.com/fabiobranis/json_converter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fabiobranis/json_converter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiobranis%2Fjson_converter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiobranis%2Fjson_converter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6607c4859322a9cdf1db538feb482c66f6f41213 [INFO] checking fabiobranis/json_converter against master#90384941aae4ea38de00e4702b50757e9b882a19 for pr-138340 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiobranis%2Fjson_converter" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabiobranis/json_converter on toolchain 90384941aae4ea38de00e4702b50757e9b882a19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+90384941aae4ea38de00e4702b50757e9b882a19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fabiobranis/json_converter [INFO] finished tweaking git repo https://github.com/fabiobranis/json_converter [INFO] tweaked toml for git repo https://github.com/fabiobranis/json_converter written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/fabiobranis/json_converter 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" "+90384941aae4ea38de00e4702b50757e9b882a19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded native-dialog v0.6.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+90384941aae4ea38de00e4702b50757e9b882a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46b5090b48154d654853dd1441daf55920ad8f22677826bd3d01a60398e5da0f [INFO] running `Command { std: "docker" "start" "-a" "46b5090b48154d654853dd1441daf55920ad8f22677826bd3d01a60398e5da0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46b5090b48154d654853dd1441daf55920ad8f22677826bd3d01a60398e5da0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46b5090b48154d654853dd1441daf55920ad8f22677826bd3d01a60398e5da0f", kill_on_drop: false }` [INFO] [stdout] 46b5090b48154d654853dd1441daf55920ad8f22677826bd3d01a60398e5da0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+90384941aae4ea38de00e4702b50757e9b882a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29e30a0318c430e8c26d246da45900e37ade9b4c0244b6684c4cec26bca13761 [INFO] running `Command { std: "docker" "start" "-a" "29e30a0318c430e8c26d246da45900e37ade9b4c0244b6684c4cec26bca13761", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking libloading v0.8.5 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking xcursor v0.3.6 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking ttf-parser v0.15.2 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Checking ttf-parser v0.24.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking xdg v2.5.2 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling winit v0.25.0 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Checking atomic_refcell v0.1.13 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking emath v0.14.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking takeable-option v0.5.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking object v0.36.2 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking webbrowser v0.5.5 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling xcb v0.10.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.8 [INFO] [stderr] Compiling glium v0.30.2 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking owned_ttf_parser v0.15.2 [INFO] [stderr] Checking memmap2 v0.1.0 [INFO] [stderr] Checking rusttype v0.9.3 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking owned_ttf_parser v0.24.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking ab_glyph v0.2.28 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking mio-misc v1.2.2 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking epaint v0.14.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [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/rmetaf54xyl" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xcb` (build script) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/bin/rustc --crate-name build_script_main --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.10.1/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="render"' --cfg 'feature="shape"' --cfg 'feature="thread"' --cfg 'feature="xfixes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("composite", "damage", "dpms", "dri2", "dri3", "genericevent", "glx", "present", "randr", "record", "render", "res", "screensaver", "selinux", "shape", "shm", "sync", "test", "thread", "x11", "x_print", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xkb", "xlib_xcb", "xv", "xvmc"))' -C metadata=e6d336c596c66eac -C extra-filename=-d0da735ccc6c8628 --out-dir /opt/rustwide/target/debug/build/xcb-d0da735ccc6c8628 -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-162b7383b05aae27.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-aa73d844f25443e5.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/epaint-e62698e8834150ee.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/epaint-e62698e8834150ee/dep-lib-epaint` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [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-00d2cd0c99156e8d/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] 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] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '90384941aae4ea38de00e4702b50757e9b882a19'. [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 '90384941aae4ea38de00e4702b50757e9b882a19'. [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 '90384941aae4ea38de00e4702b50757e9b882a19'. [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 '90384941aae4ea38de00e4702b50757e9b882a19'. [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 '90384941aae4ea38de00e4702b50757e9b882a19'. [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.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: 0x59d4efae7523 - std::backtrace_rs::backtrace::libunwind::trace::hfd34d056f6840d8d [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x59d4efae7523 - std::backtrace_rs::backtrace::trace_unsynchronized::hf5a534aa869cd257 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x59d4efae7523 - std::sys::backtrace::_print_fmt::he9473c641c3da57f [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x59d4efae7523 - ::fmt::hfdd7bfc0578a525d [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x59d4efb094a3 - core::fmt::rt::Argument::fmt::h6e72f25580664fda [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x59d4efb094a3 - core::fmt::write::h510f4e2087b275e1 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x59d4efae4bc3 - std::io::Write::write_fmt::hdeb9279c9aa4f382 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x59d4efae7372 - std::sys::backtrace::BacktraceLock::print::h241cb04c1ae3cee5 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x59d4efae8310 - std::panicking::default_hook::{{closure}}::h3c5deedc20ff793e [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x59d4efae80ad - std::panicking::default_hook::h80e312ad30f04021 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x59d4efae8d32 - std::panicking::rust_panic_with_hook::h6effd584306df897 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x59d4efae8aba - std::panicking::begin_panic_handler::{{closure}}::h5c0530ae957468a2 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x59d4efae7a29 - std::sys::backtrace::__rust_end_short_backtrace::h4862fdaab2427fbf [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x59d4efae874d - rust_begin_unwind [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x59d4efb083e0 - core::panicking::panic_fmt::hd1c209daa41ed32d [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x59d4efb08776 - core::result::unwrap_failed::h6a930124e6b438e7 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x59d4efa2045b - wayland_scanner::generate_code_with_destructor_events::hd555fc7ba622692e [INFO] [stderr] 17: 0x59d4efa29a6d - build_script_build::generate_protocol::h34cd42c24823f49a [INFO] [stderr] 18: 0x59d4efa2ad1c - build_script_build::main::hb5116e80f2345d1c [INFO] [stderr] 19: 0x59d4efa1e013 - core::ops::function::FnOnce::call_once::h1ac09cb451e3aeee [INFO] [stderr] 20: 0x59d4efa23c16 - std::sys::backtrace::__rust_begin_short_backtrace::hb6e20d199d9fec3b [INFO] [stderr] 21: 0x59d4efa209e9 - std::rt::lang_start::{{closure}}::h1dbe2006ea3307dc [INFO] [stderr] 22: 0x59d4efae1720 - core::ops::function::impls:: for &F>::call_once::hb5eca44c27579287 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x59d4efae1720 - std::panicking::try::do_call::h1521d96ec267767e [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:587:40 [INFO] [stderr] 24: 0x59d4efae1720 - std::panicking::try::hbf4c53531072c2cf [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:550:19 [INFO] [stderr] 25: 0x59d4efae1720 - std::panic::catch_unwind::hf2272934a4eade5f [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x59d4efae1720 - std::rt::lang_start_internal::{{closure}}::hcd2800690fcfc8bc [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/rt.rs:168:24 [INFO] [stderr] 27: 0x59d4efae1720 - std::panicking::try::do_call::hbc430dcc29625636 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:587:40 [INFO] [stderr] 28: 0x59d4efae1720 - std::panicking::try::h92d4445341d7b4fa [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panicking.rs:550:19 [INFO] [stderr] 29: 0x59d4efae1720 - std::panic::catch_unwind::h59757487c32f4180 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x59d4efae1720 - std::rt::lang_start_internal::h378973f4b564e705 [INFO] [stderr] at /rustc/90384941aae4ea38de00e4702b50757e9b882a19/library/std/src/rt.rs:164:5 [INFO] [stderr] 31: 0x59d4efa209d1 - std::rt::lang_start::h59d2ac3ed51750da [INFO] [stderr] 32: 0x59d4efa2b295 - main [INFO] [stderr] 33: 0x7e405d822d90 - [INFO] [stderr] 34: 0x7e405d822e40 - __libc_start_main [INFO] [stderr] 35: 0x59d4efa15675 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetanqwFqL/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcQMTfbb/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwayland_scanner-b919af9df8fc1cae.rlib,libxml-b65784c2f1977f34.rlib,libquote-6a3467902d9fc333.rlib,libproc_macro2-671e2dffb1a4640b.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcQMTfbb/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/wayland-client-170dbd241c898de7/build_script_build-170dbd241c898de7" "-Wl,--gc-sections" "-pie" "-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] LLVM ERROR: IO failure on output stream: No space left on device [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 `wayland-client` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMarFgN/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwayland_scanner-b919af9df8fc1cae.rlib,libxml-b65784c2f1977f34.rlib,libquote-6a3467902d9fc333.rlib,libproc_macro2-671e2dffb1a4640b.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcMarFgN/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/wayland-protocols-66e2de2c2294c00e/build_script_build-66e2de2c2294c00e" "-Wl,--gc-sections" "-pie" "-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] #0 0x000072dc72edc707 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56dc707) [INFO] [stdout] #1 0x000072dc72edcb1c SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56dcb1c) [INFO] [stdout] #2 0x000072dc6d619520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) [INFO] [stdout] #3 0x000072dc6d777977 (/lib/x86_64-linux-gnu/libc.so.6+0x1a0977) [INFO] [stdout] #4 0x000072dc76229882 llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0 [INFO] [stdout] #5 0x000072dc72e8c4f1 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x568c4f1) [INFO] [stdout] #6 0x000072dc72e8b3c8 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x568b3c8) [INFO] [stdout] #7 0x0000555ced939fad lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x4ccfad) [INFO] [stdout] #8 0x0000555ced8c604a void lld::elf::OutputSection::writeTo >(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #9 0x000072dc72e8c3c2 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x568c3c2) [INFO] [stdout] #10 0x000072dc72e8be2a llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x568be2a) [INFO] [stdout] #11 0x000072dc72e05450 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x5605450) [INFO] [stdout] #12 0x000072dc6d66bac3 (/lib/x86_64-linux-gnu/libc.so.6+0x94ac3) [INFO] [stdout] #13 0x000072dc6d6fca04 __clone (/lib/x86_64-linux-gnu/libc.so.6+0x125a04) [INFO] [stdout] rust-lld: error: failed to write output '/opt/rustwide/target/debug/build/wayland-protocols-66e2de2c2294c00e/build_script_build-66e2de2c2294c00e': No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-protocols` (build script) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaEyeUl6" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gimli` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "29e30a0318c430e8c26d246da45900e37ade9b4c0244b6684c4cec26bca13761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29e30a0318c430e8c26d246da45900e37ade9b4c0244b6684c4cec26bca13761", kill_on_drop: false }` [INFO] [stdout] 29e30a0318c430e8c26d246da45900e37ade9b4c0244b6684c4cec26bca13761