[INFO] cloning repository https://github.com/menchauser/aoc2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/menchauser/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmenchauser%2Faoc2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmenchauser%2Faoc2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3b5f11b77092f7bc8e2442fb75338598c566c864 [INFO] checking menchauser/aoc2023 against try#409ef99a7d4dc96ae91f65d4b48413ed174514d6 for pr-137633 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmenchauser%2Faoc2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/menchauser/aoc2023 on toolchain 409ef99a7d4dc96ae91f65d4b48413ed174514d6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/menchauser/aoc2023 [INFO] finished tweaking git repo https://github.com/menchauser/aoc2023 [INFO] tweaked toml for git repo https://github.com/menchauser/aoc2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/menchauser/aoc2023 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" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 192576c41af8790945370e5664e799deedb436442b492492d9bc3967e4b937ec [INFO] running `Command { std: "docker" "start" "-a" "192576c41af8790945370e5664e799deedb436442b492492d9bc3967e4b937ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "192576c41af8790945370e5664e799deedb436442b492492d9bc3967e4b937ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "192576c41af8790945370e5664e799deedb436442b492492d9bc3967e4b937ec", kill_on_drop: false }` [INFO] [stdout] 192576c41af8790945370e5664e799deedb436442b492492d9bc3967e4b937ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+409ef99a7d4dc96ae91f65d4b48413ed174514d6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75610b4c68f128121c0282cb47d7a107d2cb7db9a0e53cb4cc2141a2bcacbfed [INFO] running `Command { std: "docker" "start" "-a" "75610b4c68f128121c0282cb47d7a107d2cb7db9a0e53cb4cc2141a2bcacbfed", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `num-integer` (build script) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.45/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=c40c52cf00afc8e8 -C extra-filename=-6d499b83dd1bffe8 --out-dir /opt/rustwide/target/debug/build/num-integer-6d499b83dd1bffe8 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `crossbeam-epoch` (build script) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.15/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=87e4ad932e37f9b9 -C extra-filename=-fca68c498f4175a6 --out-dir /opt/rustwide/target/debug/build/crossbeam-epoch-fca68c498f4175a6 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [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 `memoffset` (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/409ef99a7d4dc96ae91f65d4b48413ed174514d6/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.0/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=6bb79b4cdb01219f -C extra-filename=-4cf450483f91b8af --out-dir /opt/rustwide/target/debug/build/memoffset-4cf450483f91b8af -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `num-bigint` (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/409ef99a7d4dc96ae91f65d4b48413ed174514d6/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.4/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=fc1e6549dfc4dcb0 -C extra-filename=-b6e390734b88f1c5 --out-dir /opt/rustwide/target/debug/build/num-bigint-b6e390734b88f1c5 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcKFZSCs/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.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/num-traits-9ebfa3d8cde3e283/build_script_build-9ebfa3d8cde3e283" "-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: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcdhZp1T/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" "-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/crossbeam-utils-899b9c05f0ac9320/build_script_build-899b9c05f0ac9320" "-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: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `crossbeam-utils` (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/rustchWgPbT/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.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/num-rational-b7e30c441102a20a/build_script_build-b7e30c441102a20a" "-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 `num-rational` (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/rustc9iaA94/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.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/num-iter-0a64d4a4dccdca6b/build_script_build-0a64d4a4dccdca6b" "-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/409ef99a7d4dc96ae91f65d4b48413ed174514d6/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/ccjklwow.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/num-iter-0a64d4a4dccdca6b/build_script_build-0a64d4a4dccdca6b /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/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/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/rustc9iaA94/symbols.o /opt/rustwide/target/debug/build/num-iter-0a64d4a4dccdca6b/build_script_build-0a64d4a4dccdca6b.build_script_build.ce01688c334f3d10-cgu.0.rcgu.o /opt/rustwide/target/debug/build/num-iter-0a64d4a4dccdca6b/build_script_build-0a64d4a4dccdca6b.2vp0lqrx05mg2xlxhni1em7ey.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4d5af82d47b2db3d.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-05a9cc3cba127820.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-bf63c73913525fad.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-7f0e6c516ef86898.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c24930fa106073c4.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-14b4d4dce6ef8069.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d381724dd1e77a18.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-4a52952f3fdcc222.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-cb388ec8ee99e30c.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6e62f45f28a46af3.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-7aeceed2f3aa642a.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-a3008e3017ecbe6c.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-11ca02dcadad0192.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-036a8009c952b658.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-fc598417221db147.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/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] #0 0x00007e2ea44ea277 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56ea277) [INFO] [stdout] #1 0x00007e2ea44ea68c SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56ea68c) [INFO] [stdout] #2 0x00007e2e9ec19520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) [INFO] [stdout] #3 0x00005d97e0df2357 void lld::elf::writeResult >(lld::elf::Ctx&) (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x558357) [INFO] [stdout] #4 0x00005d97e0c0b413 void lld::elf::LinkerDriver::link >(llvm::opt::InputArgList&) Driver.cpp:0:0 [INFO] [stdout] #5 0x00005d97e0be8c2a lld::elf::LinkerDriver::linkerMain(llvm::ArrayRef) Driver.cpp:0:0 [INFO] [stdout] #6 0x00005d97e0be4044 lld::elf::link(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, bool, bool) (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x34a044) [INFO] [stdout] #7 0x00005d97e0af2fd6 lld::unsafeLldMain(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, llvm::ArrayRef, bool) (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258fd6) [INFO] [stdout] #8 0x00005d97e0af2020 lld_main(int, char**, llvm::ToolContext const&) (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258020) [INFO] [stdout] #9 0x00005d97e0af26d1 main (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2586d1) [INFO] [stdout] #10 0x00007e2e9ec00d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90) [INFO] [stdout] #11 0x00007e2e9ec00e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40) [INFO] [stdout] #12 0x00005d97e0974c89 _start (/opt/rustwide/rustup-home/toolchains/409ef99a7d4dc96ae91f65d4b48413ed174514d6/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0xdac89) [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 `num-iter` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "75610b4c68f128121c0282cb47d7a107d2cb7db9a0e53cb4cc2141a2bcacbfed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75610b4c68f128121c0282cb47d7a107d2cb7db9a0e53cb4cc2141a2bcacbfed", kill_on_drop: false }` [INFO] [stdout] 75610b4c68f128121c0282cb47d7a107d2cb7db9a0e53cb4cc2141a2bcacbfed