[INFO] cloning repository https://github.com/kamioftea/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kamioftea/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamioftea%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamioftea%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 82c8286110f5e5d79f8bf32e67bf68000b2f198b
[INFO] testing kamioftea/advent-of-code-2024 against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkamioftea%2Fadvent-of-code-2024" "/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/kamioftea/advent-of-code-2024 on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kamioftea/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/kamioftea/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/kamioftea/advent-of-code-2024 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kamioftea/advent-of-code-2024 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" "+nightly-2025-01-18" "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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 326196f33565368cdb50c3632d2651120f38a80a1004b03f8fa05e35d1206f02
[INFO] running `Command { std: "docker" "start" "-a" "326196f33565368cdb50c3632d2651120f38a80a1004b03f8fa05e35d1206f02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "326196f33565368cdb50c3632d2651120f38a80a1004b03f8fa05e35d1206f02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "326196f33565368cdb50c3632d2651120f38a80a1004b03f8fa05e35d1206f02", kill_on_drop: false }`
[INFO] [stdout] 326196f33565368cdb50c3632d2651120f38a80a1004b03f8fa05e35d1206f02
[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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f7f24e74b961447424ac978f0e50a5fdf11e2a440a310f73d800a5a86a15c0f
[INFO] running `Command { std: "docker" "start" "-a" "0f7f24e74b961447424ac978f0e50a5fdf11e2a440a310f73d800a5a86a15c0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling openssl-sys v0.9.96
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling openssl v0.10.60
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling publicsuffix v2.2.3
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[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 zerocopy v0.7.35
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling html5ever v0.29.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[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 phf v0.11.2
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling selectors v0.26.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling cssparser v0.34.0
[INFO] [stderr]    Compiling markup5ever v0.14.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling servo_arc v0.4.0
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling cached_proc_macro v0.23.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling ego-tree v0.10.0
[INFO] [stderr]    Compiling cached_proc_macro_types v0.1.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling cached v0.54.0
[INFO] [stderr]    Compiling scraper v0.22.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling text_io v0.1.12
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling reqwest v0.12.9
[INFO] [stderr]    Compiling advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/bootstrap_day/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain! {
[INFO] [stdout] 13 | |      foreign_links {
[INFO] [stdout] 14 | |          Io(std::io::Error);
[INFO] [stdout] 15 | |          HttpRequest(reqwest::Error);
[INFO] [stdout] 16 | |      }
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "0f7f24e74b961447424ac978f0e50a5fdf11e2a440a310f73d800a5a86a15c0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f7f24e74b961447424ac978f0e50a5fdf11e2a440a310f73d800a5a86a15c0f", kill_on_drop: false }`
[INFO] [stdout] 0f7f24e74b961447424ac978f0e50a5fdf11e2a440a310f73d800a5a86a15c0f
[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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e912fda3985e9ae843e591b40a6f226245e3874bfa3e2311d40ed16a3abb3327
[INFO] running `Command { std: "docker" "start" "-a" "e912fda3985e9ae843e591b40a6f226245e3874bfa3e2311d40ed16a3abb3327", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/bootstrap_day/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / error_chain! {
[INFO] [stdout] 13 | |      foreign_links {
[INFO] [stdout] 14 | |          Io(std::io::Error);
[INFO] [stdout] 15 | |          HttpRequest(reqwest::Error);
[INFO] [stdout] 16 | |      }
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.61s
[INFO] running `Command { std: "docker" "inspect" "e912fda3985e9ae843e591b40a6f226245e3874bfa3e2311d40ed16a3abb3327", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e912fda3985e9ae843e591b40a6f226245e3874bfa3e2311d40ed16a3abb3327", kill_on_drop: false }`
[INFO] [stdout] e912fda3985e9ae843e591b40a6f226245e3874bfa3e2311d40ed16a3abb3327
[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=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 56a48411462cbb2426d2b03721ab8a6a9da10b5d38ee6df6e408eb72f2279ac8
[INFO] running `Command { std: "docker" "start" "-a" "56a48411462cbb2426d2b03721ab8a6a9da10b5d38ee6df6e408eb72f2279ac8", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stderr]   --> src/bootstrap_day/mod.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / error_chain! {
[INFO] [stderr] 13 | |      foreign_links {
[INFO] [stderr] 14 | |          Io(std::io::Error);
[INFO] [stderr] 15 | |          HttpRequest(reqwest::Error);
[INFO] [stderr] 16 | |      }
[INFO] [stderr] 17 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `impl_error_chain_processed` may come from an old version of the `error_chain` crate, try updating your dependency with `cargo update -p error_chain`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `advent-of-code-2024` (bin "advent-of-code-2024" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2024-691e513e16ba7a5a)
[INFO] [stdout] 
[INFO] [stdout] running 118 tests
[INFO] [stdout] test day_10::tests::can_find_adjacent_cells ... ok
[INFO] [stdout] test day_10::tests::can_parse_input ... ok
[INFO] [stdout] test day_10::tests::can_rate_trailhead ... ok
[INFO] [stdout] test day_10::tests::can_rate_topographical_map ... ok
[INFO] [stdout] test day_10::tests::can_score_topographical_map ... ok
[INFO] [stdout] test day_10::tests::can_find_trailheads ... ok
[INFO] [stdout] test day_11::tests::can_parse_input ... ok
[INFO] [stdout] test day_11::tests::can_step_stones ... ok
[INFO] [stdout] test day_12::tests::can_count_edges ... ok
[INFO] [stdout] test day_12::tests::can_find_region ... ok
[INFO] [stdout] test day_12::tests::can_parse_input ... ok
[INFO] [stdout] test day_13::tests::can_get_presses ... ok
[INFO] [stdout] test day_13::tests::can_parse_input ... ok
[INFO] [stdout] test day_12::tests::can_calculate_costs_with_discount ... ok
[INFO] [stdout] test day_10::tests::can_score_trailhead ... ok
[INFO] [stdout] test day_13::tests::can_sum_costs ... ok
[INFO] [stdout] test day_14::tests::can_calculate_total_safety_factor ... ok
[INFO] [stdout] test day_14::tests::can_parse_input ... ok
[INFO] [stdout] test day_14::tests::can_partition_robots ... ok
[INFO] [stdout] test day_15::tests::can_apply_move_into_empty ... ok
[INFO] [stdout] test day_15::tests::can_apply_move_list ... ok
[INFO] [stdout] test day_12::tests::can_calculate_costs ... ok
[INFO] [stdout] test day_15::tests::can_parse_double_warehouse ... ok
[INFO] [stdout] test day_14::tests::can_find_frame_with_lowest_safety_factor ... ok
[INFO] [stdout] test day_14::tests::can_simulate_robots ... ok
[INFO] [stdout] test day_15::tests::can_push_boxes ... ok
[INFO] [stdout] test day_15::tests::can_move_boxes_in_double_warehouse ... ok
[INFO] [stdout] test day_15::tests::can_parse_input ... ok
[INFO] [stdout] test day_15::tests::can_sum_gps ... ok
[INFO] [stdout] test day_15::tests::move_is_blocked_by_walls ... ok
[INFO] [stdout] test day_16::tests::can_get_next_moves ... ok
[INFO] [stdout] test day_15::tests::can_apply_moves_to_double_warehouse ... ok
[INFO] [stdout] test day_15::tests::can_double_warehouse ... ok
[INFO] [stdout] test day_16::tests::can_get_manhattan_distance ... ok
[INFO] [stdout] test day_16::tests::can_get_turn_cost ... ok
[INFO] [stdout] test day_11::tests::can_count_stones_after_n_blinks ... ok
[INFO] [stdout] test day_14::tests::can_simulate_robot ... ok
[INFO] [stdout] test day_16::tests::can_parse_input ... ok
[INFO] [stdout] test day_17::tests::can_run_instructions ... ok
[INFO] [stdout] test day_18::tests::can_find_when_path_is_blocked ... ok
[INFO] [stdout] test day_18::tests::can_get_next_positions ... ok
[INFO] [stdout] test day_18::tests::can_parse_input ... ok
[INFO] [stdout] test day_16::tests::can_navigate_maze ... ok
[INFO] [stdout] test day_19::tests::can_count_combinations ... ok
[INFO] [stdout] test day_19::tests::can_count_matches ... ok
[INFO] [stdout] test day_19::tests::can_match_pattern ... ok
[INFO] [stdout] test day_19::tests::can_parse_input ... ok
[INFO] [stdout] test day_19::tests::can_sum_combinations ... ok
[INFO] [stdout] test day_1::tests::can_generate_pairs ... ok
[INFO] [stdout] test day_1::tests::can_parse_input ... ok
[INFO] [stdout] test day_1::tests::can_sum_diff ... ok
[INFO] [stdout] test day_1::tests::can_sum_similarity_scores ... ok
[INFO] [stdout] test day_20::tests::can_parse_input ... ok
[INFO] [stdout] test day_17::tests::can_parse_input ... ok
[INFO] [stdout] test day_21::tests::can_count_key_presses ... ok
[INFO] [stdout] test day_20::tests::can_find_track ... ok
[INFO] [stdout] test day_18::tests::can_find_steps_to_goal ... ok
[INFO] [stdout] test day_21::tests::can_parse_input ... ok
[INFO] [stdout] test day_22::tests::can_iterate_and_sum_list ... ok
[INFO] [stdout] test day_22::tests::can_iterate_secret_number ... ok
[INFO] [stdout] test day_21::tests::can_sum_complexities ... ok
[INFO] [stdout] test day_20::tests::can_count_significant_cheats ... ok
[INFO] [stdout] test day_22::tests::can_generate_next_secret ... ok
[INFO] [stdout] test day_22::tests::can_prune_numbers ... ok
[INFO] [stdout] test day_16::tests::can_find_visited_tiles ... ok
[INFO] [stdout] test day_23::tests::can_find_clusters ... ok
[INFO] [stdout] test day_23::tests::can_find_clusters_starting_with_t ... ok
[INFO] [stdout] test day_23::tests::can_find_lan_password ... ok
[INFO] [stdout] test day_22::tests::can_mix_numbers ... ok
[INFO] [stdout] test day_22::tests::can_parse_input ... ok
[INFO] [stdout] test day_23::tests::can_parse_input ... ok
[INFO] [stdout] test day_2::tests::can_analyse_reports ... ok
[INFO] [stdout] test day_2::tests::can_analyse_reports_with_dampener ... ok
[INFO] [stdout] test day_2::tests::can_check_if_a_report_is_safe ... ok
[INFO] [stdout] test day_2::tests::can_parse_input ... ok
[INFO] [stdout] test day_4::tests::can_check_for_an_x_mas ... ok
[INFO] [stdout] test day_2::tests::can_check_if_a_report_is_safe_with_dampener ... ok
[INFO] [stdout] test day_3::tests::can_sum_instructions ... ok
[INFO] [stdout] test day_3::tests::can_sum_muls ... ok
[INFO] [stdout] test day_4::tests::can_find_all_xs ... ok
[INFO] [stdout] test day_4::tests::can_find_words ... ok
[INFO] [stdout] test day_3::tests::can_extract_instructions ... ok
[INFO] [stdout] test day_4::tests::can_count_xmasses ... ok
[INFO] [stdout] test day_4::tests::can_count_x_masses ... ok
[INFO] [stdout] test day_5::tests::can_sort_and_sum_invalid_middle_pages ... ok
[INFO] [stdout] test day_5::tests::can_sort_pages ... ok
[INFO] [stdout] test day_5::tests::can_validate_updates ... ok
[INFO] [stdout] test day_5::tests::can_get_middle_page ... ok
[INFO] [stdout] test day_5::tests::can_parse_input ... ok
[INFO] [stdout] test day_6::tests::can_check_if_route_loops ... ok
[INFO] [stdout] test day_6::tests::can_count_guard_positions ... ok
[INFO] [stdout] test day_6::tests::can_parse_input ... ok
[INFO] [stdout] test day_4::tests::can_parse_input ... ok
[INFO] [stdout] test day_5::tests::can_sum_valid_middle_pages ... ok
[INFO] [stdout] test day_6::tests::can_count_obstructions ... ok
[INFO] [stdout] test day_7::tests::can_apply_mul ... ok
[INFO] [stdout] test day_6::tests::can_take_step ... ok
[INFO] [stdout] test day_7::tests::can_check_equation_part_1 ... ok
[INFO] [stdout] test day_7::tests::can_check_equation_part_2 ... ok
[INFO] [stdout] test day_7::tests::can_calculate_calibration_total ... ok
[INFO] [stdout] test day_7::tests::can_parse_input ... ok
[INFO] [stdout] test day_7::tests::can_apply_add ... ok
[INFO] [stdout] test day_7::tests::can_order_equations ... ok
[INFO] [stdout] test day_8::tests::can_find_antinodes_for_frequency ... ok
[INFO] [stdout] test day_7::tests::can_apply_concat ... ok
[INFO] [stdout] test day_8::tests::can_count_antinodes_for_map ... ok
[INFO] [stdout] test day_8::tests::can_find_antinodes_for_frequency_with_resonant_harmonics ... ok
[INFO] [stdout] test day_8::tests::can_find_antinodes_for_pair_with_resonant_harmonics ... ok
[INFO] [stdout] test day_9::tests::can_calculate_checksum_fragmented ... ok
[INFO] [stdout] test day_8::tests::can_find_antinodes_for_pair ... ok
[INFO] [stdout] test day_9::tests::can_calculate_checksum_unfragmented ... ok
[INFO] [stdout] test day_9::tests::can_parse_input ... ok
[INFO] [stdout] test day_3::tests::can_extract_muls ... ok
[INFO] [stdout] test day_9::tests::can_generate_unfragmented_blocks ... ok
[INFO] [stdout] test day_9::tests::can_generate_fragmented_blocks ... ok
[INFO] [stdout] test day_8::tests::can_parse_input ... ok
[INFO] [stdout] test day_22::tests::can_find_best_sequence ... ok
[INFO] [stdout] test day_17::tests::can_find_quine ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 118 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "56a48411462cbb2426d2b03721ab8a6a9da10b5d38ee6df6e408eb72f2279ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56a48411462cbb2426d2b03721ab8a6a9da10b5d38ee6df6e408eb72f2279ac8", kill_on_drop: false }`
[INFO] [stdout] 56a48411462cbb2426d2b03721ab8a6a9da10b5d38ee6df6e408eb72f2279ac8
