[INFO] cloning repository https://github.com/Aidiakapi/advent_of_code_2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aidiakapi/advent_of_code_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAidiakapi%2Fadvent_of_code_2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAidiakapi%2Fadvent_of_code_2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e107ad8d4575c91c8a409545627497b59471e42c
[INFO] checking Aidiakapi/advent_of_code_2023 against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAidiakapi%2Fadvent_of_code_2023" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Aidiakapi/advent_of_code_2023
[INFO] finished tweaking git repo https://github.com/Aidiakapi/advent_of_code_2023
[INFO] tweaked toml for git repo https://github.com/Aidiakapi/advent_of_code_2023 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aidiakapi/advent_of_code_2023 on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Aidiakapi/advent_of_code_2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d05e2c3a6594abdb9fbd5c8cd67a1527ab8ef01dcee9a2e3d75fcb6ee3969f48
[INFO] running `Command { std: "docker" "start" "-a" "d05e2c3a6594abdb9fbd5c8cd67a1527ab8ef01dcee9a2e3d75fcb6ee3969f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d05e2c3a6594abdb9fbd5c8cd67a1527ab8ef01dcee9a2e3d75fcb6ee3969f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d05e2c3a6594abdb9fbd5c8cd67a1527ab8ef01dcee9a2e3d75fcb6ee3969f48", kill_on_drop: false }`
[INFO] [stdout] d05e2c3a6594abdb9fbd5c8cd67a1527ab8ef01dcee9a2e3d75fcb6ee3969f48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a70aa6fa93303a60483077beb53b61e5fc24d56c3dbc7b087c3174b973b9d29
[INFO] running `Command { std: "docker" "start" "-a" "9a70aa6fa93303a60483077beb53b61e5fc24d56c3dbc7b087c3174b973b9d29", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.157
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling rustls v0.23.12
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking webpki-roots v0.26.3
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking plotters-backend v0.3.6
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking plotters-svg v0.3.6
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking clap_builder v4.5.15
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking flate2 v1.0.31
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]    Compiling criterion-macro v0.4.0
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking plotters v0.3.6
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking clap v4.5.16
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rustls-webpki v0.102.6
[INFO] [stderr]     Checking ureq v2.10.1
[INFO] [stderr]     Checking advent_of_code_framework v0.1.0 (/opt/rustwide/workdir/framework)
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]    --> framework/src/cbuffer.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout] 119 |         if let Some(last) = collection.last() && last.1 == value {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]    --> framework/src/cbuffer.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout] 119 |         if let Some(last) = collection.last() && last.1 == value {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::collections::hash_map::RawEntryMut`
[INFO] [stdout]  --> framework/src/graph.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::hash_map::RawEntryMut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RawEntryMut` in `collections::hash_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::collections::hash_map::RawEntryMut`
[INFO] [stdout]  --> framework/src/graph.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::hash_map::RawEntryMut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RawEntryMut` in `collections::hash_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> framework/src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `maybe_uninit_uninit_array`
[INFO] [stdout]  --> framework/src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(maybe_uninit_uninit_array)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `hash_raw_entry`
[INFO] [stdout]  --> framework/src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(hash_raw_entry)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> framework/src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `maybe_uninit_uninit_array`
[INFO] [stdout]  --> framework/src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(maybe_uninit_uninit_array)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `hash_raw_entry`
[INFO] [stdout]  --> framework/src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(hash_raw_entry)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!NotIntoColorOutput` impls cannot be specialized
[INFO] [stdout]   --> framework/src/outputs.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl !NotIntoColorOutput for AString {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `u8` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the struct definition
[INFO] [stdout]   --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/alloc/src/vec/mod.rs:434:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!NotIntoColorOutput` impls cannot be specialized
[INFO] [stdout]   --> framework/src/outputs.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl !NotIntoColorOutput for AString {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `u8` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the struct definition
[INFO] [stdout]   --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/alloc/src/vec/mod.rs:434:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!IsNotResult` impls cannot be specialized
[INFO] [stdout]  --> framework/src/result.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl<T> !IsNotResult for Result<T> {}
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `error::Error` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the enum definition
[INFO] [stdout]  --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/core/src/result.rs:557:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0366]: `!IsNotResult` impls cannot be specialized
[INFO] [stdout]  --> framework/src/result.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl<T> !IsNotResult for Result<T> {}
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `error::Error` is not a generic parameter
[INFO] [stdout] note: use the same sequence of generic lifetime, type and const parameters as the enum definition
[INFO] [stdout]  --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/core/src/result.rs:557:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `raw_entry_mut` found for struct `AHashMap<N, (C, Option<N>)>` in the current scope
[INFO] [stdout]    --> framework/src/graph.rs:133:34
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let node = match visited.raw_entry_mut().from_key(&entry.node) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_mut` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/hash_map.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 | /     pub fn get_mut<Q: ?Sized>(&mut self, k: &Q) -> Option<&mut V>
[INFO] [stdout] 155 | |     where
[INFO] [stdout] 156 | |         K: Borrow<Q>,
[INFO] [stdout] 157 | |         Q: Hash + Eq,
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `raw_entry_mut` found for struct `AHashMap<N, (C, Option<N>)>` in the current scope
[INFO] [stdout]    --> framework/src/graph.rs:133:34
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let node = match visited.raw_entry_mut().from_key(&entry.node) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_mut` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/hash_map.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 | /     pub fn get_mut<Q: ?Sized>(&mut self, k: &Q) -> Option<&mut V>
[INFO] [stdout] 155 | |     where
[INFO] [stdout] 156 | |         K: Borrow<Q>,
[INFO] [stdout] 157 | |         Q: Hash + Eq,
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `raw_entry_mut` found for struct `AHashMap<N, C>` in the current scope
[INFO] [stdout]    --> framework/src/graph.rs:208:34
[INFO] [stdout]     |
[INFO] [stdout] 208 |         let node = match visited.raw_entry_mut().from_key(&entry.node) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_mut` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/hash_map.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 | /     pub fn get_mut<Q: ?Sized>(&mut self, k: &Q) -> Option<&mut V>
[INFO] [stdout] 155 | |     where
[INFO] [stdout] 156 | |         K: Borrow<Q>,
[INFO] [stdout] 157 | |         Q: Hash + Eq,
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `raw_entry_mut` found for struct `AHashMap<N, C>` in the current scope
[INFO] [stdout]    --> framework/src/graph.rs:208:34
[INFO] [stdout]     |
[INFO] [stdout] 208 |         let node = match visited.raw_entry_mut().from_key(&entry.node) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_mut` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/hash_map.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 | /     pub fn get_mut<Q: ?Sized>(&mut self, k: &Q) -> Option<&mut V>
[INFO] [stdout] 155 | |     where
[INFO] [stdout] 156 | |         K: Borrow<Q>,
[INFO] [stdout] 157 | |         Q: Hash + Eq,
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit<T>` in the current scope
[INFO] [stdout]   --> framework/src/util.rs:22:40
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut result = MaybeUninit::<T>::uninit_array::<N>();
[INFO] [stdout]    |                                        ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<T>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<T>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/core/src/mem/maybe_uninit.rs:391:5
[INFO] [stdout] help: there is an associated function `uninit` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 -     let mut result = MaybeUninit::<T>::uninit_array::<N>();
[INFO] [stdout] 22 +     let mut result = MaybeUninit::<T>::uninit::<N>();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit<T>` in the current scope
[INFO] [stdout]   --> framework/src/util.rs:22:40
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut result = MaybeUninit::<T>::uninit_array::<N>();
[INFO] [stdout]    |                                        ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<T>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<T>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/ddcf048784667508cd676fef4667f88ae15628a3/library/core/src/mem/maybe_uninit.rs:391:5
[INFO] [stdout] help: there is an associated function `uninit` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 -     let mut result = MaybeUninit::<T>::uninit_array::<N>();
[INFO] [stdout] 22 +     let mut result = MaybeUninit::<T>::uninit::<N>();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0366, E0432, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0366`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code_framework` (lib test) due to 9 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0366, E0432, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0366`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code_framework` (lib) due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "9a70aa6fa93303a60483077beb53b61e5fc24d56c3dbc7b087c3174b973b9d29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a70aa6fa93303a60483077beb53b61e5fc24d56c3dbc7b087c3174b973b9d29", kill_on_drop: false }`
[INFO] [stdout] 9a70aa6fa93303a60483077beb53b61e5fc24d56c3dbc7b087c3174b973b9d29
