[INFO] cloning repository https://github.com/ryanbaggs2/gui_project [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryanbaggs2/gui_project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanbaggs2%2Fgui_project", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanbaggs2%2Fgui_project'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43f0a307cebb7f9de5019d37f9dfae990b53f731 [INFO] building ryanbaggs2/gui_project against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanbaggs2%2Fgui_project" "/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/ryanbaggs2/gui_project on toolchain 70591dc15db32941fe3595fdbf98e58d6975f95e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ryanbaggs2/gui_project [INFO] finished tweaking git repo https://github.com/ryanbaggs2/gui_project [INFO] tweaked toml for git repo https://github.com/ryanbaggs2/gui_project written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ryanbaggs2/gui_project 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" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d50e1e1c1752329549eb71e160b233ad759fb214a2429ce64f9c06c965ad703 [INFO] running `Command { std: "docker" "start" "-a" "1d50e1e1c1752329549eb71e160b233ad759fb214a2429ce64f9c06c965ad703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d50e1e1c1752329549eb71e160b233ad759fb214a2429ce64f9c06c965ad703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d50e1e1c1752329549eb71e160b233ad759fb214a2429ce64f9c06c965ad703", kill_on_drop: false }` [INFO] [stdout] 1d50e1e1c1752329549eb71e160b233ad759fb214a2429ce64f9c06c965ad703 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9c45be1ea7a7a3ea5e1b538c7463bd54832e41ae216f172a19d4a45e94ac1b0 [INFO] running `Command { std: "docker" "start" "-a" "b9c45be1ea7a7a3ea5e1b538c7463bd54832e41ae216f172a19d4a45e94ac1b0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Compiling xml-rs v0.8.14 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling libloading v0.8.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling toml_datetime v0.6.2 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling winnow v0.4.1 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling ttf-parser v0.19.0 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling parking v2.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling owned_ttf_parser v0.19.0 [INFO] [stderr] Compiling zvariant_utils v1.0.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling async-lock v2.7.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling ab_glyph v0.2.21 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling bytemuck_derive v1.4.1 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling enumflags2_derive v0.7.7 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcLx5OdG/symbols.o" "/opt/rustwide/target/debug/build/lock_api-491726336ff84826/build_script_build-491726336ff84826.build_script_build.2567dad27cd573ba-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/lock_api-491726336ff84826/build_script_build-491726336ff84826.ah8vebgdeapupanu6oxe0xa9a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-a7b9971646bb635c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-164d8fd564e4a211.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-783334590566e0fc.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-c61bd2663437c986.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-3c8f3a81644cce25.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1244532a75e334d2.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3edd22dc47a4513c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c12887f7a732d2f0.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d5dba12b1f233f3e.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e323419cd7924de6.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-008b8c4c7649b293.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1e9aca0e00b982af.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-09eb8c2d25291926.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85ca560db35b8e52.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-87a41ae6a2ba697f.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-72750b703a18185c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a1a711aa3d9d444c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a912b32e3ca9ae43.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1922b8ad2a4e54ab.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e60eec2aca178aae.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/build/lock_api-491726336ff84826/build_script_build-491726336ff84826" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [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/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPEqDjU.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/lock_api-491726336ff84826/build_script_build-491726336ff84826 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/target/debug/deps -L/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained -L/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. /tmp/rustcLx5OdG/symbols.o /opt/rustwide/target/debug/build/lock_api-491726336ff84826/build_script_build-491726336ff84826.build_script_build.2567dad27cd573ba-cgu.0.rcgu.o /opt/rustwide/target/debug/build/lock_api-491726336ff84826/build_script_build-491726336ff84826.ah8vebgdeapupanu6oxe0xa9a.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libautocfg-a7b9971646bb635c.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-164d8fd564e4a211.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-783334590566e0fc.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-c61bd2663437c986.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-3c8f3a81644cce25.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1244532a75e334d2.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3edd22dc47a4513c.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c12887f7a732d2f0.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d5dba12b1f233f3e.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e323419cd7924de6.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-008b8c4c7649b293.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1e9aca0e00b982af.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-09eb8c2d25291926.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85ca560db35b8e52.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-87a41ae6a2ba697f.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-72750b703a18185c.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a1a711aa3d9d444c.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a912b32e3ca9ae43.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1922b8ad2a4e54ab.rlib /opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e60eec2aca178aae.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/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `wayland-client` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lock_api` (build script) 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 `fdeflate` (lib) [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-44fae306608f96fb/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] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [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 '70591dc15db32941fe3595fdbf98e58d6975f95e'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.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: 0x55e7f621711d - std::backtrace_rs::backtrace::libunwind::trace::h64d89666a085324f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x55e7f621711d - std::backtrace_rs::backtrace::trace_unsynchronized::hc1fd51ebf53feac0 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55e7f621711d - std::sys::backtrace::_print_fmt::h1e2e2270635613f5 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x55e7f621711d - ::fmt::head0a12237d1ed93 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x55e7f623800b - core::fmt::rt::Argument::fmt::hca35d416b932a57e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x55e7f623800b - core::fmt::write::heff85b040f055f4e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/fmt/mod.rs:1178:21 [INFO] [stderr] 6: 0x55e7f62146e3 - std::io::Write::write_fmt::h1fb5f12daefdf59e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x55e7f62182d2 - std::sys::backtrace::BacktraceLock::print::haacb2da813753a92 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x55e7f62182d2 - std::panicking::default_hook::{{closure}}::hfb344a23a7cc588e [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:266:22 [INFO] [stderr] 9: 0x55e7f6217f3e - std::panicking::default_hook::h9de6e44e4e5f3f5f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:293:9 [INFO] [stderr] 10: 0x55e7f6218bcf - std::panicking::rust_panic_with_hook::h038f7ba5eec8d9df [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:797:13 [INFO] [stderr] 11: 0x55e7f62188b7 - std::panicking::begin_panic_handler::{{closure}}::h7367d2e8ac1b10d1 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:671:13 [INFO] [stderr] 12: 0x55e7f6217609 - std::sys::backtrace::__rust_end_short_backtrace::h1ef546f372febf07 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x55e7f6218544 - rust_begin_unwind [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:662:5 [INFO] [stderr] 14: 0x55e7f6236ea3 - core::panicking::panic_fmt::h8f523524c8331b38 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x55e7f6237296 - core::result::unwrap_failed::h94f7e8c73f7e4200 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/result.rs:1679:5 [INFO] [stderr] 16: 0x55e7f614df6a - wayland_scanner::generate_code_with_destructor_events::ha12a991d928c11d8 [INFO] [stderr] 17: 0x55e7f614b0c0 - build_script_build::generate_protocol::h4d6af6ef9b427879 [INFO] [stderr] 18: 0x55e7f614c6bd - build_script_build::main::h8555c3e2a54237db [INFO] [stderr] 19: 0x55e7f61487b3 - core::ops::function::FnOnce::call_once::he3e8a95e0a9f5ad9 [INFO] [stderr] 20: 0x55e7f6151416 - std::sys::backtrace::__rust_begin_short_backtrace::hb198798ba9557744 [INFO] [stderr] 21: 0x55e7f614e4f9 - std::rt::lang_start::{{closure}}::hf8511a6f216ccc94 [INFO] [stderr] 22: 0x55e7f6211240 - core::ops::function::impls:: for &F>::call_once::h6832ba58550d62fe [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x55e7f6211240 - std::panicking::try::do_call::h26c6799adb14441c [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:554:40 [INFO] [stderr] 24: 0x55e7f6211240 - std::panicking::try::he249d22783e22331 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:518:19 [INFO] [stderr] 25: 0x55e7f6211240 - std::panic::catch_unwind::h33fb84fbab194eec [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panic.rs:345:14 [INFO] [stderr] 26: 0x55e7f6211240 - std::rt::lang_start_internal::{{closure}}::h709b77417353bc5a [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/rt.rs:143:48 [INFO] [stderr] 27: 0x55e7f6211240 - std::panicking::try::do_call::h8ea17ec9dbc67bf8 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:554:40 [INFO] [stderr] 28: 0x55e7f6211240 - std::panicking::try::hc3b77b4df6a19630 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panicking.rs:518:19 [INFO] [stderr] 29: 0x55e7f6211240 - std::panic::catch_unwind::haeb9fc03ca64ff6f [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/panic.rs:345:14 [INFO] [stderr] 30: 0x55e7f6211240 - std::rt::lang_start_internal::h11fb0f5737c078a8 [INFO] [stderr] at /rustc/70591dc15db32941fe3595fdbf98e58d6975f95e/library/std/src/rt.rs:143:20 [INFO] [stderr] 31: 0x55e7f614e4d7 - std::rt::lang_start::h2045b115047286f5 [INFO] [stderr] 32: 0x55e7f614d315 - main [INFO] [stderr] 33: 0x7f039d9d9d90 - [INFO] [stderr] 34: 0x7f039d9d9e40 - __libc_start_main [INFO] [stderr] 35: 0x55e7f613d465 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] error: could not compile `parking_lot_core` (build script) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta2oTPIY" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcMvsnKC/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcMvsnKC/symbols.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.thiserror_impl.6d0ec863008b903e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.as0op0pm8c3sxf11ku0txedlr.rcgu.rmeta" "/opt/rustwide/target/debug/deps/thiserror_impl-c7f44b6021978887.5sf0tdof8y99995t2zc2z4pjq.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-b1d82dedd955449c.rlib" "/opt/rustwide/target/debug/deps/libquote-433693f063724067.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-5bec0cd4a43ac036.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-822c1a645a25b15c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-c466d7dd880bb64b.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-164d8fd564e4a211.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-783334590566e0fc.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-c61bd2663437c986.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-3c8f3a81644cce25.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1244532a75e334d2.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3edd22dc47a4513c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c12887f7a732d2f0.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d5dba12b1f233f3e.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e323419cd7924de6.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-008b8c4c7649b293.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1e9aca0e00b982af.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-09eb8c2d25291926.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85ca560db35b8e52.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-87a41ae6a2ba697f.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-72750b703a18185c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a1a711aa3d9d444c.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a912b32e3ca9ae43.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1922b8ad2a4e54ab.rlib" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e60eec2aca178aae.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/70591dc15db32941fe3595fdbf98e58d6975f95e/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-c7f44b6021978887.so" "-Wl,--gc-sections" "-shared" "-Wl,-soname=libthiserror_impl-c7f44b6021978887.so" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [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 without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it): [INFO] [stdout] 0 libLLVM.so.19.1-rust-1.82.0-nightly 0x00007f4e434f4ba7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39 [INFO] [stdout] 1 libLLVM.so.19.1-rust-1.82.0-nightly 0x00007f4e434f4fc3 [INFO] [stdout] 2 libc.so.6 0x00007f4e3f619520 [INFO] [stdout] 3 libc.so.6 0x00007f4e3f777977 [INFO] [stdout] 4 rust-lld 0x00005623e8aa0c76 [INFO] [stdout] 5 rust-lld 0x00005623e8ae9463 [INFO] [stdout] 6 libLLVM.so.19.1-rust-1.82.0-nightly 0x00007f4e434a72a2 [INFO] [stdout] 7 libLLVM.so.19.1-rust-1.82.0-nightly 0x00007f4e434a66f2 [INFO] [stdout] 8 libLLVM.so.19.1-rust-1.82.0-nightly 0x00007f4e43424600 [INFO] [stdout] 9 libc.so.6 0x00007f4e3f66bac3 [INFO] [stdout] 10 libc.so.6 0x00007f4e3f6fca04 clone + 68 [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] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 2 previous errors [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `nix` (lib) [INFO] running `Command { std: "docker" "inspect" "b9c45be1ea7a7a3ea5e1b538c7463bd54832e41ae216f172a19d4a45e94ac1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9c45be1ea7a7a3ea5e1b538c7463bd54832e41ae216f172a19d4a45e94ac1b0", kill_on_drop: false }` [INFO] [stdout] b9c45be1ea7a7a3ea5e1b538c7463bd54832e41ae216f172a19d4a45e94ac1b0