[INFO] cloning repository https://github.com/jalil-salame/nsudoku-solve [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jalil-salame/nsudoku-solve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjalil-salame%2Fnsudoku-solve", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjalil-salame%2Fnsudoku-solve'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d87071e02184aa0cf5966172536e3c7f85850137 [INFO] checking jalil-salame/nsudoku-solve against master#0c478fdfe138a8b09744798c85fe2be657768b00 for pr-139419 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjalil-salame%2Fnsudoku-solve" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jalil-salame/nsudoku-solve on toolchain 0c478fdfe138a8b09744798c85fe2be657768b00 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jalil-salame/nsudoku-solve [INFO] finished tweaking git repo https://github.com/jalil-salame/nsudoku-solve [INFO] tweaked toml for git repo https://github.com/jalil-salame/nsudoku-solve written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jalil-salame/nsudoku-solve 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" "+0c478fdfe138a8b09744798c85fe2be657768b00" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54665773a3e1a66a76e9a6e694d181913495324dcb17b5fb548ea99d188bf56f [INFO] running `Command { std: "docker" "start" "-a" "54665773a3e1a66a76e9a6e694d181913495324dcb17b5fb548ea99d188bf56f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54665773a3e1a66a76e9a6e694d181913495324dcb17b5fb548ea99d188bf56f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54665773a3e1a66a76e9a6e694d181913495324dcb17b5fb548ea99d188bf56f", kill_on_drop: false }` [INFO] [stdout] 54665773a3e1a66a76e9a6e694d181913495324dcb17b5fb548ea99d188bf56f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccbccda4b30900374d898b86278a5daad09577c5bf94290a934a8d3019f645cb [INFO] running `Command { std: "docker" "start" "-a" "ccbccda4b30900374d898b86278a5daad09577c5bf94290a934a8d3019f645cb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling io-lifetimes v1.0.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling rustix v0.36.8 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling rayon-core v1.10.2 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Compiling portable-atomic v0.3.19 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking linux-raw-sys v0.1.4 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `version_check` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/bin/rustc --crate-name version_check --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.4/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e7ac08321e49e29 -C extra-filename=-a69353e011479d26 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaQ79QtW/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-core` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `portable-atomic` (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/0c478fdfe138a8b09744798c85fe2be657768b00/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-0.3.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fallback", "float", "outline-atomics", "serde", "std"))' -C metadata=9ddf5506f3ebb078 -C extra-filename=-f4baa0c7204c8d23 --out-dir /opt/rustwide/target/debug/build/portable-atomic-f4baa0c7204c8d23 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `autocfg` (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/0c478fdfe138a8b09744798c85fe2be657768b00/bin/rustc --crate-name autocfg --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45e62a2eb12fd55f -C extra-filename=-68803328649343dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/io-lifetimes-a2670dfdd4a6fdb8/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/adler-a7e0157af43bde91.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/adler-a7e0157af43bde91/dep-lib-adler` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcHM7Yix/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/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" "-L" "/tmp/rustcHM7Yix/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/proc-macro2-67a2d4efbe7b4113/build_script_build-67a2d4efbe7b4113" "-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/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccPSuPrm.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/proc-macro2-67a2d4efbe7b4113/build_script_build-67a2d4efbe7b4113 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustcHM7Yix/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. /tmp/rustcHM7Yix/symbols.o /opt/rustwide/target/debug/build/proc-macro2-67a2d4efbe7b4113/build_script_build-67a2d4efbe7b4113.build_script_build.a2643932f8bcb109-cgu.0.rcgu.o /opt/rustwide/target/debug/build/proc-macro2-67a2d4efbe7b4113/build_script_build-67a2d4efbe7b4113.build_script_build.a2643932f8bcb109-cgu.1.rcgu.o /opt/rustwide/target/debug/build/proc-macro2-67a2d4efbe7b4113/build_script_build-67a2d4efbe7b4113.build_script_build.a2643932f8bcb109-cgu.2.rcgu.o /opt/rustwide/target/debug/build/proc-macro2-67a2d4efbe7b4113/build_script_build-67a2d4efbe7b4113.e87kxmnbrwm3rilqiunlnxldb.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7cf15cfecba7303c.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-cf2e58a5bd64879c.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-6d926156ae6ebb22.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-9ec0c6107f31a10e.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-79199bf1cf52d287.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-34be99df30443e31.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c22466b37c553260.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a5f1a41cb456a32a.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-3a979e4b1bedf2cb.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-287319d71ad82f11.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-cef794ed4746a8a8.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-79e2345b7c84b8e8.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-30ae05ec2b9fe1cb.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-bbe814c763b85e64.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c108d169d7d8a33e.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-23dc8270f70dc803.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fc0ad1732fa36810.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-11d9a250f9da47d5.rlib /opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-26f49390046b928a.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] #0 0x00007e5b23ad71f7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56d71f7) [INFO] [stdout] #1 0x00007e5b23ad760c SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56d760c) [INFO] [stdout] #2 0x00007e5b27fcd330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x00005e81caa85307 void lld::elf::writeResult>(lld::elf::Ctx&) (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x557307) [INFO] [stdout] #4 0x00005e81ca89e5a3 void lld::elf::LinkerDriver::link>(llvm::opt::InputArgList&) Driver.cpp:0:0 [INFO] [stdout] #5 0x00005e81ca87c27a lld::elf::LinkerDriver::linkerMain(llvm::ArrayRef) Driver.cpp:0:0 [INFO] [stdout] #6 0x00005e81ca877694 lld::elf::link(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, bool, bool) (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x349694) [INFO] [stdout] #7 0x00005e81ca7872d6 lld::unsafeLldMain(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, llvm::ArrayRef, bool) (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2592d6) [INFO] [stdout] #8 0x00005e81ca786320 lld_main(int, char**, llvm::ToolContext const&) (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258320) [INFO] [stdout] #9 0x00005e81ca7869d1 main (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2589d1) [INFO] [stdout] #10 0x00007e5b27fb21ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca) [INFO] [stdout] #11 0x00007e5b27fb228b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b) [INFO] [stdout] #12 0x00005e81ca608f89 _start (/opt/rustwide/rustup-home/toolchains/0c478fdfe138a8b09744798c85fe2be657768b00/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0xdaf89) [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 `proc-macro2` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaJhNonZ/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sharded-slab` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcR7zN8E/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/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" "-L" "/tmp/rustcR7zN8E/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/eyre-e949087665e3a383/build_script_build-e949087665e3a383" "-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 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.88.0-nightly 0x00007a8be2cd71f7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39 [INFO] [stdout] 1 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be2cd760c [INFO] [stdout] 2 libc.so.6 0x00007a8bdd433330 [INFO] [stdout] 3 libc.so.6 0x00007a8bdd576a21 [INFO] [stdout] 4 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be603583e [INFO] [stdout] 5 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be2c86ce1 [INFO] [stdout] 6 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be2c85bb8 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) + 200 [INFO] [stdout] 7 rust-lld 0x000055f7cd78062d [INFO] [stdout] 8 rust-lld 0x000055f7cd70c6ca [INFO] [stdout] 9 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be2c86bb2 [INFO] [stdout] 10 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be2c8661a [INFO] [stdout] 11 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007a8be2bffdd0 [INFO] [stdout] 12 libc.so.6 0x00007a8bdd48aaa4 [INFO] [stdout] 13 libc.so.6 0x00007a8bdd517a34 __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] [stderr] error: could not compile `eyre` (build script) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcA7jgQQ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/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" "-L" "/tmp/rustcA7jgQQ/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/crossbeam-utils-838b175fd905ad72/build_script_build-838b175fd905ad72" "-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 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.88.0-nightly 0x00007ca5a84d71f7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39 [INFO] [stdout] 1 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5a84d760c [INFO] [stdout] 2 libc.so.6 0x00007ca5a2c33330 [INFO] [stdout] 3 libc.so.6 0x00007ca5a2d76b06 [INFO] [stdout] 4 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5ab83583e [INFO] [stdout] 5 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5a8486ce1 [INFO] [stdout] 6 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5a8485bb8 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) + 200 [INFO] [stdout] 7 rust-lld 0x000058ba10f0c62d [INFO] [stdout] 8 rust-lld 0x000058ba10e986ca [INFO] [stdout] 9 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5a8486bb2 [INFO] [stdout] 10 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5a848661a [INFO] [stdout] 11 libLLVM.so.20.1-rust-1.88.0-nightly 0x00007ca5a83ffdd0 [INFO] [stdout] 12 libc.so.6 0x00007ca5a2c8aaa4 [INFO] [stdout] 13 libc.so.6 0x00007ca5a2d17a34 __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] [stderr] error: could not compile `crossbeam-utils` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaVxl1kj/full.rmeta`: No space left on device (os error 28) [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/rmetalNX3kF/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linux-raw-sys` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta6JFFO5/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ccbccda4b30900374d898b86278a5daad09577c5bf94290a934a8d3019f645cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccbccda4b30900374d898b86278a5daad09577c5bf94290a934a8d3019f645cb", kill_on_drop: false }` [INFO] [stdout] ccbccda4b30900374d898b86278a5daad09577c5bf94290a934a8d3019f645cb