[INFO] cloning repository https://github.com/mhammerly/aoc-2025 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mhammerly/aoc-2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhammerly%2Faoc-2025", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhammerly%2Faoc-2025'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 757d3894707b085382ba4496d739734f09b4c91e [INFO] testing mhammerly/aoc-2025 against master#7704328ba5ae8d6ce0ac303c9d5a1a1605906766 for pr-146989 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhammerly%2Faoc-2025" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mhammerly/aoc-2025 [INFO] finished tweaking git repo https://github.com/mhammerly/aoc-2025 [INFO] tweaked toml for git repo https://github.com/mhammerly/aoc-2025 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mhammerly/aoc-2025 on toolchain 7704328ba5ae8d6ce0ac303c9d5a1a1605906766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mhammerly/aoc-2025 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" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded document-features v0.2.12 [INFO] [stderr] Downloaded nu-ansi-term v0.50.3 [INFO] [stderr] Downloaded thread_local v1.1.9 [INFO] [stderr] Downloaded litrs v1.0.0 [INFO] [stderr] Downloaded publicsuffix v2.3.0 [INFO] [stderr] Downloaded cookie_store v0.22.0 [INFO] [stderr] Downloaded quinn v0.11.9 [INFO] [stderr] Downloaded tracing-core v0.1.35 [INFO] [stderr] Downloaded tracing v0.1.43 [INFO] [stderr] Downloaded quinn-udp v0.5.14 [INFO] [stderr] Downloaded quinn-proto v0.11.13 [INFO] [stderr] Downloaded webpki-roots v1.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5eb9249ff2d26bbe6b0355c566ce618616cf9a55e26aee30a87fbd6cccb344d6 [INFO] running `Command { std: "docker" "start" "-a" "5eb9249ff2d26bbe6b0355c566ce618616cf9a55e26aee30a87fbd6cccb344d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5eb9249ff2d26bbe6b0355c566ce618616cf9a55e26aee30a87fbd6cccb344d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eb9249ff2d26bbe6b0355c566ce618616cf9a55e26aee30a87fbd6cccb344d6", kill_on_drop: false }` [INFO] [stdout] 5eb9249ff2d26bbe6b0355c566ce618616cf9a55e26aee30a87fbd6cccb344d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+7704328ba5ae8d6ce0ac303c9d5a1a1605906766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acda9b86d465f750371b4f0b5ed533ca8e08ab9cf8af1bcb7a581e6e269bea06 [INFO] running `Command { std: "docker" "start" "-a" "acda9b86d465f750371b4f0b5ed533ca8e08ab9cf8af1bcb7a581e6e269bea06", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling zmij v1.0.3 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling publicsuffix v2.3.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling cookie_store v0.22.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling util v0.1.0 (/opt/rustwide/workdir/util) [INFO] [stderr] Compiling day5 v0.1.0 (/opt/rustwide/workdir/day5) [INFO] [stderr] Compiling day7 v0.1.0 (/opt/rustwide/workdir/day7) [INFO] [stderr] Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2) [INFO] [stderr] Compiling day4 v0.1.0 (/opt/rustwide/workdir/day4) [INFO] [stderr] Compiling day1 v0.1.0 (/opt/rustwide/workdir/day1) [INFO] [stderr] Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3) [INFO] [stderr] Compiling day6 v0.1.0 (/opt/rustwide/workdir/day6) [INFO] [stdout] warning: unused import: `day7::*` [INFO] [stdout] --> day7/src/part_2.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use day7::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc7cuSxG/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-fe73bcd205673993,libthread_local-930fa34297cc73a9,libnu_ansi_term-397b1770c3b67a2d,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libtracing_log-71124f784e79c943,libutil-42341c2fbd7f4889,libanyhow-7e5dcd40304f6dad,libclap-b4da7c44a0dad6e6,libclap_builder-d8135ffe107a9b40,libstrsim-24acdad2526b95b7,libanstream-1b5b996d5ee65254,libanstyle_query-7d642b7421150d4a,libis_terminal_polyfill-21bbb5fdce9e5cde,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-23e83644d11b0d66,libanstyle-8f9813155d5c1cf2,libreqwest-c1fc804a36cec837,libcookie_store-f109e96add3ced4d,libserde_json-0244a1600d9cd618,libzmij-e49d293ca31e51ff,libpublicsuffix-aa9a7bf10900c9a7,libpsl_types-fd0d8ee12106f23e,libcookie-ba6851248278d2b5,libtime-11d288ac2b5bedf0,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libhyper_rustls-7b52d31595e8a607,libwebpki_roots-49646d5ea6fd5ace,libhyper_tls-bc3c45a02b094ded,libtokio_native_tls-b20ebf7288cd7cee,libtokio_rustls-ae9e0f94f5a6cfa6,librustls-dfe56b7cce0075de,libsubtle-ca7024fc66e4388f,libwebpki-bb35644d09d49705,libring-f932b807a12bd468,libgetrandom-48a7d039ba125181,libuntrusted-3420b86308bec153,librustls_pki_types-333f1d79bf046a52,libzeroize-36c98e1e0ab441af,libserde_urlencoded-63ba7c6c1434be3d,libryu-14257e7dfe68df82,libencoding_rs-f47fb1c01542042e,libmime_guess-18313742866d0054,libunicase-5017e9507498ef51,libmime-4b44681fdb2c65f7,libtower_http-98761e6c8a849f63,libiri_string-d8b08e8827a09725,libtower-e18f60d9ac5e6b6f,libtower_layer-d70c7e404336389b,libnative_tls-ab2c11b3104ccea6,libopenssl_probe-cbab9b905ab83f66,libopenssl-1b6c65881f869448,libbitflags-443c99b827427271,libcfg_if-5af52f617df93f8f,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-3d3a90883cc6a7fc,libhyper_util-5a5a4fab209291bf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-bfbd1d42a7acf7e2,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-a4ae37fb4391c2b7,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libfnv-2d77ec4f6f971b24,libtokio_util-06f60615ec1ebc4f,libatomic_waker-001109810bdecbaa,libfutures_channel-c679acf38b3b9ea3,libtokio-dc4aec195285100c,libsocket2-5e964938868c5d11,libmio-6ecabdf13e0a6928,liblibc-2727642f09711a0d,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,liblog-cfb0a897de58af94,libfutures_util-848db13cc66b746d,libmemchr-f9c66c7ba21bf873,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-a7c76fdb0038903d,libidna-b172de6aab3cd9a4,libutf8_iter-0d9be7b316c2b184,libidna_adapter-dbda4d90cdb48282,libicu_properties-8135fa7b59fdb42c,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-392a914871ffb816,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-088c419f54c50650,libicu_collections-cde200fba3d023cc,libpotential_utf-e15f106db82047f6,libicu_provider-5a4a32d2656b5530,libicu_locale_core-27c5b1af4f5a1881,libtinystr-d5522eb47acfa425,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-1e20594da6eba5c6,libzerotrie-a1c2e7ba8113d9a8,libyoke-a147415491763ed6,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-fc56b8bcc8646d5a,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libserde-6a96b2f050639744,libserde_core-8323e53422f20d71,libhttp-b9bda94d23e26c86,libitoa-ae20521aea192d35,libbytes-752d6eacdc0bb513,libsync_wrapper-a3845461b7db14a0,libfutures_core-fc6bb1738f00fc87,libday1-a17969e8ddc0bd31,libtracing-af35c14374afcac0,libpin_project_lite-bedc6e0acd72ff2a,libtracing_core-5739730713953b49,libonce_cell-0ba6aecba7086d38,libthiserror-5bb14f29ad2876a4}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc7cuSxG/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-dd0411beaa0ba2fa/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day1_1-d7a000cdcf426ce2" "-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 `day1` (bin "day1-1") due to 1 previous error [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" "/opt/rustwide/target/debug/deps/rustcnNWk2z/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-fe73bcd205673993,libthread_local-930fa34297cc73a9,libnu_ansi_term-397b1770c3b67a2d,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libtracing_log-71124f784e79c943,libutil-42341c2fbd7f4889,libanyhow-7e5dcd40304f6dad,libclap-b4da7c44a0dad6e6,libclap_builder-d8135ffe107a9b40,libstrsim-24acdad2526b95b7,libanstream-1b5b996d5ee65254,libanstyle_query-7d642b7421150d4a,libis_terminal_polyfill-21bbb5fdce9e5cde,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-23e83644d11b0d66,libanstyle-8f9813155d5c1cf2,libreqwest-c1fc804a36cec837,libcookie_store-f109e96add3ced4d,libserde_json-0244a1600d9cd618,libzmij-e49d293ca31e51ff,libpublicsuffix-aa9a7bf10900c9a7,libpsl_types-fd0d8ee12106f23e,libcookie-ba6851248278d2b5,libtime-11d288ac2b5bedf0,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libhyper_rustls-7b52d31595e8a607,libwebpki_roots-49646d5ea6fd5ace,libhyper_tls-bc3c45a02b094ded,libtokio_native_tls-b20ebf7288cd7cee,libtokio_rustls-ae9e0f94f5a6cfa6,librustls-dfe56b7cce0075de,libsubtle-ca7024fc66e4388f,libwebpki-bb35644d09d49705,libring-f932b807a12bd468,libgetrandom-48a7d039ba125181,libuntrusted-3420b86308bec153,librustls_pki_types-333f1d79bf046a52,libzeroize-36c98e1e0ab441af,libserde_urlencoded-63ba7c6c1434be3d,libryu-14257e7dfe68df82,libencoding_rs-f47fb1c01542042e,libmime_guess-18313742866d0054,libunicase-5017e9507498ef51,libmime-4b44681fdb2c65f7,libtower_http-98761e6c8a849f63,libiri_string-d8b08e8827a09725,libtower-e18f60d9ac5e6b6f,libtower_layer-d70c7e404336389b,libnative_tls-ab2c11b3104ccea6,libopenssl_probe-cbab9b905ab83f66,libopenssl-1b6c65881f869448,libbitflags-443c99b827427271,libcfg_if-5af52f617df93f8f,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-3d3a90883cc6a7fc,libhyper_util-5a5a4fab209291bf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-bfbd1d42a7acf7e2,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-a4ae37fb4391c2b7,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libfnv-2d77ec4f6f971b24,libtokio_util-06f60615ec1ebc4f,libatomic_waker-001109810bdecbaa,libfutures_channel-c679acf38b3b9ea3,libtokio-dc4aec195285100c,libsocket2-5e964938868c5d11,libmio-6ecabdf13e0a6928,liblibc-2727642f09711a0d,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,liblog-cfb0a897de58af94,libfutures_util-848db13cc66b746d,libmemchr-f9c66c7ba21bf873,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-a7c76fdb0038903d,libidna-b172de6aab3cd9a4,libutf8_iter-0d9be7b316c2b184,libidna_adapter-dbda4d90cdb48282,libicu_properties-8135fa7b59fdb42c,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-392a914871ffb816,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-088c419f54c50650,libicu_collections-cde200fba3d023cc,libpotential_utf-e15f106db82047f6,libicu_provider-5a4a32d2656b5530,libicu_locale_core-27c5b1af4f5a1881,libtinystr-d5522eb47acfa425,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-1e20594da6eba5c6,libzerotrie-a1c2e7ba8113d9a8,libyoke-a147415491763ed6,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-fc56b8bcc8646d5a,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libserde-6a96b2f050639744,libserde_core-8323e53422f20d71,libhttp-b9bda94d23e26c86,libitoa-ae20521aea192d35,libbytes-752d6eacdc0bb513,libsync_wrapper-a3845461b7db14a0,libfutures_core-fc6bb1738f00fc87,libday7-3495cbc6b3bba6e9,libtracing-af35c14374afcac0,libpin_project_lite-bedc6e0acd72ff2a,libtracing_core-5739730713953b49,libonce_cell-0ba6aecba7086d38,libthiserror-5bb14f29ad2876a4}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcnNWk2z/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-dd0411beaa0ba2fa/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day7_2-6b4a03019dbf87d9" "-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 `day7` (bin "day7-2") due to 1 previous error; 1 warning emitted [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcihEAvE/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-fe73bcd205673993,libthread_local-930fa34297cc73a9,libnu_ansi_term-397b1770c3b67a2d,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libtracing_log-71124f784e79c943,libutil-42341c2fbd7f4889,libanyhow-7e5dcd40304f6dad,libclap-b4da7c44a0dad6e6,libclap_builder-d8135ffe107a9b40,libstrsim-24acdad2526b95b7,libanstream-1b5b996d5ee65254,libanstyle_query-7d642b7421150d4a,libis_terminal_polyfill-21bbb5fdce9e5cde,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-23e83644d11b0d66,libanstyle-8f9813155d5c1cf2,libreqwest-c1fc804a36cec837,libcookie_store-f109e96add3ced4d,libserde_json-0244a1600d9cd618,libzmij-e49d293ca31e51ff,libpublicsuffix-aa9a7bf10900c9a7,libpsl_types-fd0d8ee12106f23e,libcookie-ba6851248278d2b5,libtime-11d288ac2b5bedf0,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libhyper_rustls-7b52d31595e8a607,libwebpki_roots-49646d5ea6fd5ace,libhyper_tls-bc3c45a02b094ded,libtokio_native_tls-b20ebf7288cd7cee,libtokio_rustls-ae9e0f94f5a6cfa6,librustls-dfe56b7cce0075de,libsubtle-ca7024fc66e4388f,libwebpki-bb35644d09d49705,libring-f932b807a12bd468,libgetrandom-48a7d039ba125181,libuntrusted-3420b86308bec153,librustls_pki_types-333f1d79bf046a52,libzeroize-36c98e1e0ab441af,libserde_urlencoded-63ba7c6c1434be3d,libryu-14257e7dfe68df82,libencoding_rs-f47fb1c01542042e,libmime_guess-18313742866d0054,libunicase-5017e9507498ef51,libmime-4b44681fdb2c65f7,libtower_http-98761e6c8a849f63,libiri_string-d8b08e8827a09725,libtower-e18f60d9ac5e6b6f,libtower_layer-d70c7e404336389b,libnative_tls-ab2c11b3104ccea6,libopenssl_probe-cbab9b905ab83f66,libopenssl-1b6c65881f869448,libbitflags-443c99b827427271,libcfg_if-5af52f617df93f8f,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-3d3a90883cc6a7fc,libhyper_util-5a5a4fab209291bf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-bfbd1d42a7acf7e2,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-a4ae37fb4391c2b7,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libfnv-2d77ec4f6f971b24,libtokio_util-06f60615ec1ebc4f,libatomic_waker-001109810bdecbaa,libfutures_channel-c679acf38b3b9ea3,libtokio-dc4aec195285100c,libsocket2-5e964938868c5d11,libmio-6ecabdf13e0a6928,liblibc-2727642f09711a0d,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,liblog-cfb0a897de58af94,libfutures_util-848db13cc66b746d,libmemchr-f9c66c7ba21bf873,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-a7c76fdb0038903d,libidna-b172de6aab3cd9a4,libutf8_iter-0d9be7b316c2b184,libidna_adapter-dbda4d90cdb48282,libicu_properties-8135fa7b59fdb42c,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-392a914871ffb816,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-088c419f54c50650,libicu_collections-cde200fba3d023cc,libpotential_utf-e15f106db82047f6,libicu_provider-5a4a32d2656b5530,libicu_locale_core-27c5b1af4f5a1881,libtinystr-d5522eb47acfa425,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-1e20594da6eba5c6,libzerotrie-a1c2e7ba8113d9a8,libyoke-a147415491763ed6,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-fc56b8bcc8646d5a,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libserde-6a96b2f050639744,libserde_core-8323e53422f20d71,libhttp-b9bda94d23e26c86,libitoa-ae20521aea192d35,libbytes-752d6eacdc0bb513,libsync_wrapper-a3845461b7db14a0,libfutures_core-fc6bb1738f00fc87,libday7-3495cbc6b3bba6e9,libtracing-af35c14374afcac0,libpin_project_lite-bedc6e0acd72ff2a,libtracing_core-5739730713953b49,libonce_cell-0ba6aecba7086d38,libthiserror-5bb14f29ad2876a4}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcihEAvE/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-dd0411beaa0ba2fa/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day7_1-460ed853ea237a22" "-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 `day7` (bin "day7-1") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcDVEBkO/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-fe73bcd205673993,libthread_local-930fa34297cc73a9,libnu_ansi_term-397b1770c3b67a2d,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libtracing_log-71124f784e79c943,libday3-fbe13dcfcc6ea2d7,libutil-42341c2fbd7f4889,libanyhow-7e5dcd40304f6dad,libthiserror-5bb14f29ad2876a4,libclap-b4da7c44a0dad6e6,libclap_builder-d8135ffe107a9b40,libstrsim-24acdad2526b95b7,libanstream-1b5b996d5ee65254,libanstyle_query-7d642b7421150d4a,libis_terminal_polyfill-21bbb5fdce9e5cde,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-23e83644d11b0d66,libanstyle-8f9813155d5c1cf2,libreqwest-c1fc804a36cec837,libcookie_store-f109e96add3ced4d,libserde_json-0244a1600d9cd618,libzmij-e49d293ca31e51ff,libpublicsuffix-aa9a7bf10900c9a7,libpsl_types-fd0d8ee12106f23e,libcookie-ba6851248278d2b5,libtime-11d288ac2b5bedf0,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libhyper_rustls-7b52d31595e8a607,libwebpki_roots-49646d5ea6fd5ace,libhyper_tls-bc3c45a02b094ded,libtokio_native_tls-b20ebf7288cd7cee,libtokio_rustls-ae9e0f94f5a6cfa6,librustls-dfe56b7cce0075de,libsubtle-ca7024fc66e4388f,libwebpki-bb35644d09d49705,libring-f932b807a12bd468,libgetrandom-48a7d039ba125181,libuntrusted-3420b86308bec153,librustls_pki_types-333f1d79bf046a52,libzeroize-36c98e1e0ab441af,libserde_urlencoded-63ba7c6c1434be3d,libryu-14257e7dfe68df82,libencoding_rs-f47fb1c01542042e,libmime_guess-18313742866d0054,libunicase-5017e9507498ef51,libmime-4b44681fdb2c65f7,libtower_http-98761e6c8a849f63,libiri_string-d8b08e8827a09725,libtower-e18f60d9ac5e6b6f,libtower_layer-d70c7e404336389b,libnative_tls-ab2c11b3104ccea6,libopenssl_probe-cbab9b905ab83f66,libopenssl-1b6c65881f869448,libbitflags-443c99b827427271,libcfg_if-5af52f617df93f8f,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-3d3a90883cc6a7fc,libhyper_util-5a5a4fab209291bf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-bfbd1d42a7acf7e2,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-a4ae37fb4391c2b7,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libfnv-2d77ec4f6f971b24,libtokio_util-06f60615ec1ebc4f,libatomic_waker-001109810bdecbaa,libfutures_channel-c679acf38b3b9ea3,libtokio-dc4aec195285100c,libsocket2-5e964938868c5d11,libmio-6ecabdf13e0a6928,liblibc-2727642f09711a0d,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,liblog-cfb0a897de58af94,libfutures_util-848db13cc66b746d,libmemchr-f9c66c7ba21bf873,libfutures_io-3e19596c076de665,libslab-8c0cbfb396425d81,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-a7c76fdb0038903d,libidna-b172de6aab3cd9a4,libutf8_iter-0d9be7b316c2b184,libidna_adapter-dbda4d90cdb48282,libicu_properties-8135fa7b59fdb42c,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-392a914871ffb816,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-088c419f54c50650,libicu_collections-cde200fba3d023cc,libpotential_utf-e15f106db82047f6,libicu_provider-5a4a32d2656b5530,libicu_locale_core-27c5b1af4f5a1881,libtinystr-d5522eb47acfa425,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-1e20594da6eba5c6,libzerotrie-a1c2e7ba8113d9a8,libyoke-a147415491763ed6,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-fc56b8bcc8646d5a,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libserde-6a96b2f050639744,libserde_core-8323e53422f20d71,libhttp-b9bda94d23e26c86,libitoa-ae20521aea192d35,libbytes-752d6eacdc0bb513,libsync_wrapper-a3845461b7db14a0,libfutures_core-fc6bb1738f00fc87,libtracing-af35c14374afcac0,libpin_project_lite-bedc6e0acd72ff2a,libtracing_core-5739730713953b49,libonce_cell-0ba6aecba7086d38}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcDVEBkO/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-dd0411beaa0ba2fa/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day3_1-7b5e6a0d18f28cfe" "-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 `day3` (bin "day3-1") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "acda9b86d465f750371b4f0b5ed533ca8e08ab9cf8af1bcb7a581e6e269bea06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acda9b86d465f750371b4f0b5ed533ca8e08ab9cf8af1bcb7a581e6e269bea06", kill_on_drop: false }` [INFO] [stdout] acda9b86d465f750371b4f0b5ed533ca8e08ab9cf8af1bcb7a581e6e269bea06