[INFO] cloning repository https://github.com/scarvalhojr/adventofrust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scarvalhojr/adventofrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscarvalhojr%2Fadventofrust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscarvalhojr%2Fadventofrust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 774035f55070b83d2fef98be498909eb630bbbfd [INFO] testing scarvalhojr/adventofrust against master#b03b3a7ec92682be2917540b679478d41c95a30c for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscarvalhojr%2Fadventofrust" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/scarvalhojr/adventofrust [INFO] finished tweaking git repo https://github.com/scarvalhojr/adventofrust [INFO] tweaked toml for git repo https://github.com/scarvalhojr/adventofrust written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/scarvalhojr/adventofrust on toolchain b03b3a7ec92682be2917540b679478d41c95a30c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/scarvalhojr/adventofrust 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" "+b03b3a7ec92682be2917540b679478d41c95a30c" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7f98f0d80a6bc39967ba710ffdb219028cf6926484364f9f406a3ff81909e6e [INFO] running `Command { std: "docker" "start" "-a" "a7f98f0d80a6bc39967ba710ffdb219028cf6926484364f9f406a3ff81909e6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7f98f0d80a6bc39967ba710ffdb219028cf6926484364f9f406a3ff81909e6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7f98f0d80a6bc39967ba710ffdb219028cf6926484364f9f406a3ff81909e6e", kill_on_drop: false }` [INFO] [stdout] a7f98f0d80a6bc39967ba710ffdb219028cf6926484364f9f406a3ff81909e6e [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46b060b4f0a57ab0136ff15546e38b8bfa1091390f4164da840fb887b5ea1404 [INFO] running `Command { std: "docker" "start" "-a" "46b060b4f0a57ab0136ff15546e38b8bfa1091390f4164da840fb887b5ea1404", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08) [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05) [INFO] [stderr] Compiling day22 v0.1.0 (/opt/rustwide/workdir/day22) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> day22/src/lib.rs:119:38 [INFO] [stdout] | [INFO] [stdout] 119 | (region, tool) => panic!(format!( [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 120 | | "Invalid tool {} for region {} at {},{}", [INFO] [stdout] 121 | | tool, region, pos.x, pos.y [INFO] [stdout] 122 | | )), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 119 ~ (region, tool) => panic!( [INFO] [stdout] 120 | "Invalid tool {} for region {} at {},{}", [INFO] [stdout] 121 | tool, region, pos.x, pos.y [INFO] [stdout] 122 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> day22/src/lib.rs:129:25 [INFO] [stdout] | [INFO] [stdout] 129 | _ => panic!(format!("Invalid region type {}", region)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 129 - _ => panic!(format!("Invalid region type {}", region)), [INFO] [stdout] 129 + _ => panic!("Invalid region type {}", region), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11) [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09) [INFO] [stderr] Compiling day19 v0.1.0 (/opt/rustwide/workdir/day19) [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06) [INFO] [stderr] Compiling day21 v0.1.0 (/opt/rustwide/workdir/day21) [INFO] [stderr] Compiling day15 v0.1.0 (/opt/rustwide/workdir/day15) [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07) [INFO] [stderr] Compiling day17 v0.1.0 (/opt/rustwide/workdir/day17) [INFO] [stderr] Compiling day24 v0.1.0 (/opt/rustwide/workdir/day24) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03) [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10) [INFO] [stderr] Compiling day25 v0.1.0 (/opt/rustwide/workdir/day25) [INFO] [stderr] Compiling day23 v0.1.0 (/opt/rustwide/workdir/day23) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04) [INFO] [stderr] Compiling day20 v0.1.0 (/opt/rustwide/workdir/day20) [INFO] [stderr] Compiling day13 v0.1.0 (/opt/rustwide/workdir/day13) [INFO] [stderr] Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12) [INFO] [stderr] Compiling day18 v0.1.0 (/opt/rustwide/workdir/day18) [INFO] [stderr] Compiling day16 v0.1.0 (/opt/rustwide/workdir/day16) [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/day01-1a0d62f2ca0f065a.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/day01-1a0d62f2ca0f065a/dep-bin-day01` [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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcM6BVcr/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday21-657602df3926a9df.rlib,libregex-6851e24497a21408.rlib,libutf8_ranges-3ce396bc11fa46ca.rlib,libregex_syntax-a27be5aa32f17838.rlib,libucd_util-467191664c526627.rlib,libthread_local-15ae2005e43e06d1.rlib,liblazy_static-653ce27610f26867.rlib,libaho_corasick-f0ff3a9d5511cc9a.rlib,libmemchr-324412b290c186d1.rlib,libcfg_if-0b4714108c1c3450.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcM6BVcr/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/deps/day21-e46e23e81fabd9fb" "-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] 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 `day21` (bin "day21") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcoUgdZS/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday11-6b858de9eb95dfbd.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcoUgdZS/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/deps/day11-49fac09ea4ab64fc" "-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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcOLtDK7/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday07-9a952216a5b33ed9.rlib,libregex-6851e24497a21408.rlib,libutf8_ranges-3ce396bc11fa46ca.rlib,libregex_syntax-a27be5aa32f17838.rlib,libucd_util-467191664c526627.rlib,libthread_local-15ae2005e43e06d1.rlib,liblazy_static-653ce27610f26867.rlib,libaho_corasick-f0ff3a9d5511cc9a.rlib,libmemchr-324412b290c186d1.rlib,libcfg_if-0b4714108c1c3450.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcOLtDK7/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/deps/day07-86492cbfa94fe007" "-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 `day11` (bin "day11") due to 1 previous error [INFO] [stderr] error: could not compile `day07` (bin "day07") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcLxFXqQ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday10-bd268bb647b25cf4.rlib,libregex-6851e24497a21408.rlib,libutf8_ranges-3ce396bc11fa46ca.rlib,libregex_syntax-a27be5aa32f17838.rlib,libucd_util-467191664c526627.rlib,libthread_local-15ae2005e43e06d1.rlib,liblazy_static-653ce27610f26867.rlib,libaho_corasick-f0ff3a9d5511cc9a.rlib,libmemchr-324412b290c186d1.rlib,libcfg_if-0b4714108c1c3450.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcLxFXqQ/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/deps/day10-fcec4b5aa35d1555" "-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 `day10` (bin "day10") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcdszfIt/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday06-7b80bdee16e28ecd.rlib,libregex-6851e24497a21408.rlib,libutf8_ranges-3ce396bc11fa46ca.rlib,libregex_syntax-a27be5aa32f17838.rlib,libucd_util-467191664c526627.rlib,libthread_local-15ae2005e43e06d1.rlib,liblazy_static-653ce27610f26867.rlib,libaho_corasick-f0ff3a9d5511cc9a.rlib,libmemchr-324412b290c186d1.rlib,libcfg_if-0b4714108c1c3450.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcdszfIt/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/deps/day06-944dd75ee887ad55" "-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] 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 `day06` (bin "day06") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcpvhgoN/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday25-1dd828bad11fba2c.rlib,libregex-6851e24497a21408.rlib,libutf8_ranges-3ce396bc11fa46ca.rlib,libregex_syntax-a27be5aa32f17838.rlib,libucd_util-467191664c526627.rlib,libthread_local-15ae2005e43e06d1.rlib,liblazy_static-653ce27610f26867.rlib,libaho_corasick-f0ff3a9d5511cc9a.rlib,libmemchr-324412b290c186d1.rlib,libcfg_if-0b4714108c1c3450.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcpvhgoN/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/deps/day25-3e769ec0ccb71413" "-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] 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 `day25` (bin "day25") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcBDWnfv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libday24-91324fe8ee2c2109.rlib,libregex-6851e24497a21408.rlib,libutf8_ranges-3ce396bc11fa46ca.rlib,libregex_syntax-a27be5aa32f17838.rlib,libucd_util-467191664c526627.rlib,libthread_local-15ae2005e43e06d1.rlib,liblazy_static-653ce27610f26867.rlib,libaho_corasick-f0ff3a9d5511cc9a.rlib,libmemchr-324412b290c186d1.rlib,libcfg_if-0b4714108c1c3450.rlib,libclap-9d927479e0c6b1dd.rlib,libvec_map-1380c2362ffb015e.rlib,libtextwrap-bbf09e0cd8edf66c.rlib,libunicode_width-36c4e561a62512c0.rlib,libstrsim-72496009c2ea080e.rlib,libbitflags-efecdafcadde6825.rlib,libatty-8bd2bd77a44f4151.rlib,liblibc-3b1aa47335e647f6.rlib,libansi_term-dc29728339138c52.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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcBDWnfv/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/deps/day24-923b8f112045fe42" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] #0 0x000073b582148997 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/b03b3a7ec92682be2917540b679478d41c95a30c/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x5748997) [INFO] [stdout] #1 0x000073b582148db3 SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/b03b3a7ec92682be2917540b679478d41c95a30c/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x5748db3) [INFO] [stdout] #2 0x000073b57c833330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x00006206e1a5fdaf lld::elf::RelocationSection>::writeTo(unsigned char*) SyntheticSections.cpp:0:0 [INFO] [stdout] #4 0x00006206e1995a4a void lld::elf::OutputSection::writeTo>(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #5 0x000073b5820f85b2 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/b03b3a7ec92682be2917540b679478d41c95a30c/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x56f85b2) [INFO] [stdout] #6 0x000073b5820f801a llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/b03b3a7ec92682be2917540b679478d41c95a30c/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x56f801a) [INFO] [stdout] #7 0x000073b582072c50 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/b03b3a7ec92682be2917540b679478d41c95a30c/lib/libLLVM.so.20.1-rust-1.90.0-nightly+0x5672c50) [INFO] [stdout] #8 0x000073b57c88aaa4 (/lib/x86_64-linux-gnu/libc.so.6+0x9caa4) [INFO] [stdout] #9 0x000073b57c917a34 clone (/lib/x86_64-linux-gnu/libc.so.6+0x129a34) [INFO] [stdout] rust-lld: error: failed to write output '/opt/rustwide/target/debug/deps/day24-923b8f112045fe42': No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `day24` (bin "day24") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "46b060b4f0a57ab0136ff15546e38b8bfa1091390f4164da840fb887b5ea1404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46b060b4f0a57ab0136ff15546e38b8bfa1091390f4164da840fb887b5ea1404", kill_on_drop: false }` [INFO] [stdout] 46b060b4f0a57ab0136ff15546e38b8bfa1091390f4164da840fb887b5ea1404