[INFO] cloning repository https://github.com/zachs18/advent-of-code-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zachs18/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzachs18%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzachs18%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6802a35d0b866d96feb0758e067a40c92917d80f [INFO] testing zachs18/advent-of-code-2023 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzachs18%2Fadvent-of-code-2023" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/zachs18/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/zachs18/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/zachs18/advent-of-code-2023 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/zachs18/advent-of-code-2023 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/zachs18/advent-of-code-2023 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aoc_driver v0.3.6 [INFO] [stderr] Downloaded zachs18-stdx v0.1.1 [INFO] [stderr] Downloaded num_enum_derive v0.7.1 [INFO] [stderr] Downloaded num_enum v0.7.1 [INFO] [stderr] Downloaded generic-cursors v0.0.1 [INFO] [stderr] Downloaded scanfmt v0.1.0 [INFO] [stderr] Downloaded scanfmt_macros v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b72acf3e8273fec24e8523951f03b482d297bf5e94899559b2946a66ce755eb [INFO] running `Command { std: "docker" "start" "-a" "0b72acf3e8273fec24e8523951f03b482d297bf5e94899559b2946a66ce755eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b72acf3e8273fec24e8523951f03b482d297bf5e94899559b2946a66ce755eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b72acf3e8273fec24e8523951f03b482d297bf5e94899559b2946a66ce755eb", kill_on_drop: false }` [INFO] [stdout] 0b72acf3e8273fec24e8523951f03b482d297bf5e94899559b2946a66ce755eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c037f7b4430352fa3eef0a328036205eb805098b3c71be5159e1ee9f8f4fe1b4 [INFO] running `Command { std: "docker" "start" "-a" "c037f7b4430352fa3eef0a328036205eb805098b3c71be5159e1ee9f8f4fe1b4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling winnow v0.5.19 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling rustls v0.21.9 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling toml_edit v0.20.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling ring v0.17.5 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling webpki-roots v0.25.3 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling proc-macro-crate v2.0.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling enumflags2_derive v0.7.8 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling num_enum_derive v0.7.1 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling ureq v2.9.1 [INFO] [stderr] Compiling scanfmt_macros v0.1.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling scanfmt v0.1.0 [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling num_enum v0.7.1 [INFO] [stderr] Compiling enumflags2 v0.7.8 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling replace_with v0.1.7 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling zachs18-stdx v0.1.1 [INFO] [stderr] Compiling glam v0.25.0 [INFO] [stderr] Compiling generic-cursors v0.0.1 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling aoc_driver v0.3.6 [INFO] [stderr] Compiling aoc-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Cube` is never constructed [INFO] [stdout] --> src/bin/day22/main.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | struct Cube { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Cube` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcPCFrK6/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libregex-7d28a3ee2a247ad9.rlib,libregex_automata-f8c6aaacfe55dcd6.rlib,libaho_corasick-2c7b5853fe3c0dd6.rlib,libmemchr-33a66058833ee08b.rlib,libregex_syntax-74a52bfa13679a24.rlib,libaoc_driver-3f1a4074784b81f1.rlib,libserde_json-0962084c3f1512e2.rlib,libryu-0c2304ad48516bd9.rlib,libitoa-c94c61156d0397b9.rlib,libureq-8423f708f00889f4.rlib,libwebpki_roots-f3ecea964efadbd7.rlib,librustls-fb8654e484c33b95.rlib,libsct-a077bd77af36bda3.rlib,libwebpki-a7b579ef25fce7cf.rlib,libring-c393ac49ee2f07a4.rlib,libgetrandom-061c98f2cdbf5873.rlib,liblibc-7a70ce494401cc38.rlib,libspin-d127a8181ccac972.rlib,libuntrusted-d5b84143af217070.rlib,libonce_cell-ce86ebe646105db3.rlib,libflate2-5cc3732aef315def.rlib,libminiz_oxide-4de6f2631d5d080c.rlib,libadler-b32dea79b2f05ffd.rlib,libcrc32fast-8f2d6020cd2aee51.rlib,libcfg_if-66d55f6b302e88c8.rlib,libbase64-e4474ac96c4e4cf8.rlib,liblog-637a230818e1cd6e.rlib,liburl-f502fafeee3b1db7.rlib,libidna-0bdf1e846cff1910.rlib,libunicode_normalization-170431b33d2bcba9.rlib,libtinyvec-ef13017894ef64a5.rlib,libtinyvec_macros-39420a9672e6a692.rlib,libunicode_bidi-43ee1614509fe897.rlib,libform_urlencoded-6808de56d72ebd61.rlib,libpercent_encoding-4808a78ba306dff8.rlib,libthiserror-ab6c49bc18a71276.rlib,libchrono-2e4350d41c30dd75.rlib,libnum_traits-6f0dec627f3d8cd5.rlib,libiana_time_zone-bee42fd51efb89b1.rlib,libserde-41dbe1b6809cd979.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcPCFrK6/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/ring-8358484b55add497/out" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/day1-4908332b65ba2553" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-2023` (bin "day1") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c037f7b4430352fa3eef0a328036205eb805098b3c71be5159e1ee9f8f4fe1b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c037f7b4430352fa3eef0a328036205eb805098b3c71be5159e1ee9f8f4fe1b4", kill_on_drop: false }` [INFO] [stdout] c037f7b4430352fa3eef0a328036205eb805098b3c71be5159e1ee9f8f4fe1b4