[INFO] cloning repository https://github.com/Jaco-Minnaar/advent-of-code-24 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jaco-Minnaar/advent-of-code-24" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJaco-Minnaar%2Fadvent-of-code-24", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJaco-Minnaar%2Fadvent-of-code-24'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3312bd6734b11160fe94b12e723462c4940726f [INFO] testing Jaco-Minnaar/advent-of-code-24 against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJaco-Minnaar%2Fadvent-of-code-24" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Jaco-Minnaar/advent-of-code-24 on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Jaco-Minnaar/advent-of-code-24 [INFO] finished tweaking git repo https://github.com/Jaco-Minnaar/advent-of-code-24 [INFO] tweaked toml for git repo https://github.com/Jaco-Minnaar/advent-of-code-24 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Jaco-Minnaar/advent-of-code-24 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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 902eb244f0a8e86bb7104f9be7eef9a02c160dc1504eb18ff9aec82159a754f8 [INFO] running `Command { std: "docker" "start" "-a" "902eb244f0a8e86bb7104f9be7eef9a02c160dc1504eb18ff9aec82159a754f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "902eb244f0a8e86bb7104f9be7eef9a02c160dc1504eb18ff9aec82159a754f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "902eb244f0a8e86bb7104f9be7eef9a02c160dc1504eb18ff9aec82159a754f8", kill_on_drop: false }` [INFO] [stdout] 902eb244f0a8e86bb7104f9be7eef9a02c160dc1504eb18ff9aec82159a754f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72e98ac452802a234e9f14b5ea9d18fa0d492f8620b5f799b18458e8a449f9b3 [INFO] running `Command { std: "docker" "start" "-a" "72e98ac452802a234e9f14b5ea9d18fa0d492f8620b5f799b18458e8a449f9b3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling cc v1.2.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling hyper v1.5.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling reqwest v0.12.9 [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `first` is never used [INFO] [stdout] --> src/bin/day1.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn first() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `count` is never used [INFO] [stdout] --> src/bin/day5.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | fn count(mut lines: impl Iterator>) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sum_valid_middles` is never used [INFO] [stdout] --> src/bin/day5.rs:57:4 [INFO] [stdout] | [INFO] [stdout] 57 | fn sum_valid_middles( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcS4eqXR/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libadvent_of_code-94707d97867368be.rlib,libdotenvy-6d8015f91495fe74.rlib,libreqwest-1abe0d2550d7dc6c.rlib,librustls_pemfile-f69bc66ac5a80553.rlib,librustls_pki_types-3ff1de78bbe88671.rlib,libsync_wrapper-dec6d2c880d81363.rlib,libbase64-32787b0325ea6df8.rlib,libipnet-8b8ac2f1f2253516.rlib,libhyper_tls-7c76be06c70a7781.rlib,libtokio_native_tls-ada4c471f97ace97.rlib,libserde_urlencoded-5a4d9b7456ea200f.rlib,libryu-a980823ac8640001.rlib,libmime-0188e0814ca7ddbf.rlib,libencoding_rs-c3fa4e07d9944d79.rlib,libserde-56e65c7dce4f8f02.rlib,libnative_tls-c8879da5769345ad.rlib,libopenssl_probe-5821ed5bfde807ff.rlib,libopenssl-02f4bebe3f9829dc.rlib,libbitflags-09131a3e0891448f.rlib,libforeign_types-ce5d663d7c32e748.rlib,libforeign_types_shared-47b443a4583fd949.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libopenssl_sys-3132584a49ff7d59.rlib,libhyper_util-c8ab878ed3ca03bb.rlib,libtower_service-3fb88d28c2218805.rlib,libhyper-8aff5e21cd602b7f.rlib,libwant-0b31e25494497eb5.rlib,libtry_lock-8fa2f6971035be84.rlib,libhttparse-fbf77c9da6775be1.rlib,libh2-762b045123738ea2.rlib,libtracing-aa1e1a46fef61a6e.rlib,libtracing_core-213f4de5b5702b27.rlib,libonce_cell-2642703f88b7c2f4.rlib,libindexmap-b55b2e765400ecfc.rlib,libequivalent-487f93f8f6ab5e5b.rlib,libhashbrown-acdfbba63b345327.rlib,libatomic_waker-06950c8c08d2b8fa.rlib,libtokio_util-417033bd651b8236.rlib,libfutures_channel-0c7632e5ed4dc230.rlib,libtokio-85701dbbad444fdd.rlib,libsocket2-b0bd3947d931ebde.rlib,libmio-7fd3ee3f717c9bff.rlib,liblibc-4344b8e2cfadad4e.rlib,libhttp_body_util-2d937fdeb6a142e8.rlib,libhttp_body-f48495b0d286cc13.rlib,liblog-9a3ff67864b30e2c.rlib,libfutures_util-41f7648dd71fc1c8.rlib,libmemchr-08f38e9718637002.rlib,libfutures_io-59d0071c9258d69f.rlib,libslab-33a512f5e5040868.rlib,libpin_project_lite-1fb34223a43983ad.rlib,libfutures_sink-ae1eb2d060de53a2.rlib,libfutures_task-e09ab7898221cb97.rlib,libpin_utils-3860774ad9b215b5.rlib,libfutures_core-3b920243fce8fec0.rlib,liburl-b65e3e2a7c1cbb4c.rlib,libidna-29d8afac0dc4a009.rlib,libidna_adapter-d284f281f84152b1.rlib,libicu_normalizer-578f586f954395f5.rlib,libicu_normalizer_data-5f7d7c19a0e21ea1.rlib,libwrite16-e996c39ad8ba5f0b.rlib,libutf8_iter-51566bbad89f3a68.rlib,libutf16_iter-7ca3c212f3ee1c68.rlib,libsmallvec-084045a3116dc58e.rlib,libicu_properties-e92637a55515f0ee.rlib,libicu_properties_data-61b2e4b1f2e1f988.rlib,libicu_locid_transform-b0043f285515ae62.rlib,libicu_locid_transform_data-94513cffde0b2fcb.rlib,libicu_collections-0fd8f2df6d81a72d.rlib,libicu_provider-11adc03ae9f493e0.rlib,libicu_locid-c21b9d73ed7cfa8a.rlib,liblitemap-77adb1e9469fbec5.rlib,libtinystr-43621632fd9e5a5e.rlib,libzerovec-3ca961e035c3f0d2.rlib,libwriteable-1e5dea0053e4c229.rlib,libyoke-ab1a3308542cc96e.rlib,libzerofrom-d0f9afefd63f5fe9.rlib,libstable_deref_trait-14e4a70bda35dfe8.rlib,libform_urlencoded-35907277f0683ea4.rlib,libpercent_encoding-af9df9186596bd92.rlib,libhttp-47db081806c8b487.rlib,libitoa-6e2430f2fa153711.rlib,libbytes-c922de7d27e480b6.rlib,libfnv-79e2cbfbe03dcd16.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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcS4eqXR/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day6-b92757c5b8e83a67" "-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 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-code` (bin "day6") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "72e98ac452802a234e9f14b5ea9d18fa0d492f8620b5f799b18458e8a449f9b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72e98ac452802a234e9f14b5ea9d18fa0d492f8620b5f799b18458e8a449f9b3", kill_on_drop: false }` [INFO] [stdout] 72e98ac452802a234e9f14b5ea9d18fa0d492f8620b5f799b18458e8a449f9b3