[INFO] cloning repository https://github.com/urban-eriksson/aoc2024 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/urban-eriksson/aoc2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furban-eriksson%2Faoc2024", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furban-eriksson%2Faoc2024'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7619b34e8a9b03cb7f83723a561a7e9c8cc31d5 [INFO] testing urban-eriksson/aoc2024 against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furban-eriksson%2Faoc2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/urban-eriksson/aoc2024 [INFO] finished tweaking git repo https://github.com/urban-eriksson/aoc2024 [INFO] tweaked toml for git repo https://github.com/urban-eriksson/aoc2024 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/urban-eriksson/aoc2024 on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/urban-eriksson/aoc2024 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfb53ba5c66d72cda53252ed0da50c6aec3ee16a33b55f913b784a2597126db5 [INFO] running `Command { std: "docker" "start" "-a" "dfb53ba5c66d72cda53252ed0da50c6aec3ee16a33b55f913b784a2597126db5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfb53ba5c66d72cda53252ed0da50c6aec3ee16a33b55f913b784a2597126db5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfb53ba5c66d72cda53252ed0da50c6aec3ee16a33b55f913b784a2597126db5", kill_on_drop: false }` [INFO] [stdout] dfb53ba5c66d72cda53252ed0da50c6aec3ee16a33b55f913b784a2597126db5 [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96605084b211a4b8de3cd39f340c716493e588f7d082f6776903758a9d17f168 [INFO] running `Command { std: "docker" "start" "-a" "96605084b211a4b8de3cd39f340c716493e588f7d082f6776903758a9d17f168", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [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 serde_derive v1.0.215 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling hyper v0.14.31 [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 icu_locid_transform v1.5.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyper-tls v0.5.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 publicsuffix v2.3.0 [INFO] [stderr] Compiling cookie_store v0.20.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling aoc2024 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/bin/day9.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | .map(|(f, fr)| (*f as usize + *fr as usize)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 65 - .map(|(f, fr)| (*f as usize + *fr as usize)) [INFO] [stdout] 65 + .map(|(f, fr)| *f as usize + *fr as usize ) [INFO] [stdout] | [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/rustcxRHM3E/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaoc2024-a292ec382c0b3d12,libreqwest-c0af12d847c03277,librustls_pemfile-6e0118ed5f00ca0e,libhyper_rustls-41eb54512072e82f,libhyper_tls-020e0efc6c252dc5,libwebpki_roots-881d9833caf02a91,libcookie_store-4833e0eefdc994dd,libserde_json-2d1f49f88300e666,libpublicsuffix-9456065ae02565c2,libpsl_types-fd0d8ee12106f23e,libcookie-fd335450891dc617,libtime-dba59fe8a5f4f677,libtime_core-4e44e5dcd53c485d,libnum_conv-2c976fbf8b8f2899,libderanged-ab64fe9a31eb7f24,libpowerfmt-a0c185df26c26a22,libidna-5084d98b4b2c3971,libunicode_normalization-03ccf533629e2621,libtinyvec-3b638600877344a8,libtinyvec_macros-1c14e8980bff1229,libunicode_bidi-4f2144847503f8f3,libbase64-64299f9d815d057c,libipnet-346d915a0dce48fd,libtokio_native_tls-c08b82f6555865f3,libtokio_rustls-06383d01908b3fb3,libserde_urlencoded-585772d7974883d0,libryu-f8ba606093049f91,libmime-4b44681fdb2c65f7,libencoding_rs-591e0cad5e0af89d,libserde-e632b6518900972e,librustls-9104afd39e2df047,libsct-b57c8a4fad3cf38f,libwebpki-e3edcc9fc5387c0c,libring-358848b4ab14e7fb,libgetrandom-3a1500d5a373b39e,libspin-b0f789aa2a8dd050,libuntrusted-3420b86308bec153,libnative_tls-5f06cd4d3ffcf9c8,libopenssl_probe-dfbd35d7fb1bbeff,libopenssl-ad52c00c9c94bdf6,libbitflags-ce446ee600bbaa5e,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libcfg_if-33ef6c02a07f9fec,libopenssl_sys-8e40b33de70c60ff,libhyper-f77a7964d3f7f6b0,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-f1525a74bfb4c043,libh2-cc18214f559c85fb,libindexmap-349f8b7a07de966e,libequivalent-fdc46004df91ad08,libhashbrown-19954401a582c725,libtokio_util-c2fd868768b1b679,libfutures_sink-be8442ee548d90f9,libtower_service-0d7df29686b13872,libtracing-8052c90ab568c270,libtracing_core-b60589b6971adbfa,libonce_cell-debe7c411cf97340,libfutures_channel-579caa5f736a8bdf,libtokio-aa9d74bd18c62545,libsocket2-af586a5300660d77,libmio-8d6aae509c0ea294,liblibc-cbc53c14ac1ec794,libsync_wrapper-17f912c27eab8964,libhttp_body-364d474b136ef286,liblog-5fb51f756c1191b0,libfutures_util-40d8d1ea5a88f626,libmemchr-3ffe5f7a52883367,libfutures_io-3e19596c076de665,libslab-2beeedcc9f7dbddb,libpin_project_lite-1b69109c4d0b18c5,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,liburl-f54db9eea5410d1c,libidna-b8112b46441225da,libidna_adapter-ec36cfffa506860d,libicu_normalizer-3c8c8a0b6294b4c5,libicu_normalizer_data-924449c90d89dbe9,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-84105c363ec8e8d5,libicu_properties-d5e3a943501028d4,libicu_properties_data-51b5eb2cadc91212,libicu_locid_transform-1906671231ec20e9,libicu_locid_transform_data-ad15ccbe3fb30a0f,libicu_collections-a7085a2710e1cc41,libicu_provider-97a6664cd4631fea,libicu_locid-3c6490e9a93a42df,liblitemap-cecd5a7fd1787c64,libtinystr-24671a8b0b5b19fd,libzerovec-eb131a257abd8f87,libwriteable-45c783735d88c2b0,libyoke-7504945d8420c692,libzerofrom-0d08b031e12d931c,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-9a3b196401a840c1,libpercent_encoding-9bee39bbc5bd523a,libhttp-46efcf88726fea1c,libitoa-d34da3363977f6fb,libbytes-485c92da441bbc40,libfnv-2d77ec4f6f971b24}.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/rustcxRHM3E/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-c9dc66c4662990da/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day9-9e50e67a153b5db7" "-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 `aoc2024` (bin "day9") due to 1 previous error; 1 warning emitted [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/rustcsJ2tl8/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaoc2024-a292ec382c0b3d12,libreqwest-c0af12d847c03277,librustls_pemfile-6e0118ed5f00ca0e,libhyper_rustls-41eb54512072e82f,libhyper_tls-020e0efc6c252dc5,libwebpki_roots-881d9833caf02a91,libcookie_store-4833e0eefdc994dd,libserde_json-2d1f49f88300e666,libpublicsuffix-9456065ae02565c2,libpsl_types-fd0d8ee12106f23e,libcookie-fd335450891dc617,libtime-dba59fe8a5f4f677,libtime_core-4e44e5dcd53c485d,libnum_conv-2c976fbf8b8f2899,libderanged-ab64fe9a31eb7f24,libpowerfmt-a0c185df26c26a22,libidna-5084d98b4b2c3971,libunicode_normalization-03ccf533629e2621,libtinyvec-3b638600877344a8,libtinyvec_macros-1c14e8980bff1229,libunicode_bidi-4f2144847503f8f3,libbase64-64299f9d815d057c,libipnet-346d915a0dce48fd,libtokio_native_tls-c08b82f6555865f3,libtokio_rustls-06383d01908b3fb3,libserde_urlencoded-585772d7974883d0,libryu-f8ba606093049f91,libmime-4b44681fdb2c65f7,libencoding_rs-591e0cad5e0af89d,libserde-e632b6518900972e,librustls-9104afd39e2df047,libsct-b57c8a4fad3cf38f,libwebpki-e3edcc9fc5387c0c,libring-358848b4ab14e7fb,libgetrandom-3a1500d5a373b39e,libspin-b0f789aa2a8dd050,libuntrusted-3420b86308bec153,libnative_tls-5f06cd4d3ffcf9c8,libopenssl_probe-dfbd35d7fb1bbeff,libopenssl-ad52c00c9c94bdf6,libbitflags-ce446ee600bbaa5e,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libcfg_if-33ef6c02a07f9fec,libopenssl_sys-8e40b33de70c60ff,libhyper-f77a7964d3f7f6b0,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-f1525a74bfb4c043,libh2-cc18214f559c85fb,libindexmap-349f8b7a07de966e,libequivalent-fdc46004df91ad08,libhashbrown-19954401a582c725,libtokio_util-c2fd868768b1b679,libfutures_sink-be8442ee548d90f9,libtower_service-0d7df29686b13872,libtracing-8052c90ab568c270,libtracing_core-b60589b6971adbfa,libonce_cell-debe7c411cf97340,libfutures_channel-579caa5f736a8bdf,libtokio-aa9d74bd18c62545,libsocket2-af586a5300660d77,libmio-8d6aae509c0ea294,liblibc-cbc53c14ac1ec794,libsync_wrapper-17f912c27eab8964,libhttp_body-364d474b136ef286,liblog-5fb51f756c1191b0,libfutures_util-40d8d1ea5a88f626,libmemchr-3ffe5f7a52883367,libfutures_io-3e19596c076de665,libslab-2beeedcc9f7dbddb,libpin_project_lite-1b69109c4d0b18c5,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,liburl-f54db9eea5410d1c,libidna-b8112b46441225da,libidna_adapter-ec36cfffa506860d,libicu_normalizer-3c8c8a0b6294b4c5,libicu_normalizer_data-924449c90d89dbe9,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-84105c363ec8e8d5,libicu_properties-d5e3a943501028d4,libicu_properties_data-51b5eb2cadc91212,libicu_locid_transform-1906671231ec20e9,libicu_locid_transform_data-ad15ccbe3fb30a0f,libicu_collections-a7085a2710e1cc41,libicu_provider-97a6664cd4631fea,libicu_locid-3c6490e9a93a42df,liblitemap-cecd5a7fd1787c64,libtinystr-24671a8b0b5b19fd,libzerovec-eb131a257abd8f87,libwriteable-45c783735d88c2b0,libyoke-7504945d8420c692,libzerofrom-0d08b031e12d931c,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-9a3b196401a840c1,libpercent_encoding-9bee39bbc5bd523a,libhttp-46efcf88726fea1c,libitoa-d34da3363977f6fb,libbytes-485c92da441bbc40,libfnv-2d77ec4f6f971b24}.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/rustcsJ2tl8/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-c9dc66c4662990da/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/day2-37fb719022157280" "-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 `aoc2024` (bin "day2") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "96605084b211a4b8de3cd39f340c716493e588f7d082f6776903758a9d17f168", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96605084b211a4b8de3cd39f340c716493e588f7d082f6776903758a9d17f168", kill_on_drop: false }` [INFO] [stdout] 96605084b211a4b8de3cd39f340c716493e588f7d082f6776903758a9d17f168