[INFO] cloning repository https://github.com/imsakg/roguelike [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imsakg/roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsakg%2Froguelike", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsakg%2Froguelike'... [INFO] [stderr] fatal: write error: No space left on device [INFO] [stderr] fatal: fetch-pack: invalid index-pack output [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/imsakg/roguelike [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imsakg/roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsakg%2Froguelike", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsakg%2Froguelike'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e3048626b148e70622934b6a883554c4ac4c03db [INFO] checking imsakg/roguelike against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimsakg%2Froguelike" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/imsakg/roguelike on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/imsakg/roguelike [INFO] finished tweaking git repo https://github.com/imsakg/roguelike [INFO] tweaked toml for git repo https://github.com/imsakg/roguelike written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/imsakg/roguelike 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tynm v0.1.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b6e026f1b1bd601e718c2c69579c6ae28b1c469ff278ff470a895fd667c3527 [INFO] running `Command { std: "docker" "start" "-a" "0b6e026f1b1bd601e718c2c69579c6ae28b1c469ff278ff470a895fd667c3527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b6e026f1b1bd601e718c2c69579c6ae28b1c469ff278ff470a895fd667c3527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b6e026f1b1bd601e718c2c69579c6ae28b1c469ff278ff470a895fd667c3527", kill_on_drop: false }` [INFO] [stdout] 0b6e026f1b1bd601e718c2c69579c6ae28b1c469ff278ff470a895fd667c3527 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5a6f1b9dad4b8a05f60dcd96cd5207511eb5c0a893d956e345a501c459e1b38 [INFO] running `Command { std: "docker" "start" "-a" "b5a6f1b9dad4b8a05f60dcd96cd5207511eb5c0a893d956e345a501c459e1b38", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bytemuck v1.14.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking libloading v0.8.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking safe_arch v0.7.1 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking foreign-types-shared v0.3.1 [INFO] [stderr] Checking xcursor v0.3.5 [INFO] [stderr] Checking tiny-skia-path v0.7.0 [INFO] [stderr] Checking safe_arch v0.5.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Checking png v0.17.11 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling crossfont v0.5.2 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking wide v0.7.15 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/rayon-core-027d783e26dea3a7/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [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/slotmap-eb6b9cc4b4a41ef4.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/slotmap-eb6b9cc4b4a41ef4/dep-lib-slotmap` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaeGUd5z" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcv2JNwC" [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 `x11-dl` (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 `tiny-skia-path` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `gl_generator` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/bin/rustc --crate-name gl_generator --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gl_generator-0.14.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable_generator_utils"))' -C metadata=847c7c93d7ca0883 -C extra-filename=-62c63717bed8956e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern khronos_api=/opt/rustwide/target/debug/deps/libkhronos_api-806f8e8ef39a298b.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e6b98240a3bec45e.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-037fa52524b0d783.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `quote` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/bin/rustc --crate-name quote --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=05c027642d6d4126 -C extra-filename=-34c03e7f7b0b2442 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f85d41bda43c41c1.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaXbhSlr" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-sys` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustceyYdav/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpkg_config-0293035c4d476892.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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" "-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/build/smithay-client-toolkit-d5d380e884c217f3/build_script_build-d5d380e884c217f3" "-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: 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 `smithay-client-toolkit` (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/rmetafxf62l" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaeDdSN7" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crossbeam-epoch` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `arrayvec` (lib) 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/rmetaJOIIAc" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetapiCBhy/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `png` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcpyDD43/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpkg_config-0293035c4d476892.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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" "-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/build/crossfont-1fa088fefe993cc9/build_script_build-1fa088fefe993cc9" "-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] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/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/ccpyLBjt.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/crossfont-1fa088fefe993cc9/build_script_build-1fa088fefe993cc9 /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/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/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/rustcpyDD43/symbols.o /opt/rustwide/target/debug/build/crossfont-1fa088fefe993cc9/build_script_build-1fa088fefe993cc9.build_script_build.5c2c48501d8b3f74-cgu.0.rcgu.o /opt/rustwide/target/debug/build/crossfont-1fa088fefe993cc9/build_script_build-1fa088fefe993cc9.5fjhljh2z3w4qrarmex6rmfkq.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libpkg_config-0293035c4d476892.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4d5af82d47b2db3d.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-05a9cc3cba127820.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-bf63c73913525fad.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-7f0e6c516ef86898.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c24930fa106073c4.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-14b4d4dce6ef8069.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d381724dd1e77a18.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-4a52952f3fdcc222.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-cb388ec8ee99e30c.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6e62f45f28a46af3.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-7aeceed2f3aa642a.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-a3008e3017ecbe6c.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-11ca02dcadad0192.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-036a8009c952b658.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-fc598417221db147.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0ee13154643b9df8.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] 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.20.1-rust-1.87.0-nightly 0x000075b5b60df477 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39 [INFO] [stdout] 1 libLLVM.so.20.1-rust-1.87.0-nightly 0x000075b5b60df88c [INFO] [stdout] 2 libc.so.6 0x000075b5b0819520 [INFO] [stdout] 3 rust-lld 0x00005aa1918e116a [INFO] [stdout] 4 rust-lld 0x00005aa1916fa413 [INFO] [stdout] 5 rust-lld 0x00005aa1916d7c2a [INFO] [stdout] 6 rust-lld 0x00005aa1916d3044 [INFO] [stdout] 7 rust-lld 0x00005aa1915e1fd6 [INFO] [stdout] 8 rust-lld 0x00005aa1915e1020 [INFO] [stdout] 9 rust-lld 0x00005aa1915e16d1 [INFO] [stdout] 10 libc.so.6 0x000075b5b0800d90 [INFO] [stdout] 11 libc.so.6 0x000075b5b0800e40 __libc_start_main + 128 [INFO] [stdout] 12 rust-lld 0x00005aa191463c89 [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 `crossfont` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetammk35j/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta68M65D" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `num-traits` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaVqX4eJ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wide` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b5a6f1b9dad4b8a05f60dcd96cd5207511eb5c0a893d956e345a501c459e1b38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5a6f1b9dad4b8a05f60dcd96cd5207511eb5c0a893d956e345a501c459e1b38", kill_on_drop: false }` [INFO] [stdout] b5a6f1b9dad4b8a05f60dcd96cd5207511eb5c0a893d956e345a501c459e1b38