[INFO] updating cached repository https://github.com/leino/rubik2x2-code
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 62bf1745f75d51c1ca76d801c94da050c73698c9
[INFO] checking leino/rubik2x2-code against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleino%2Frubik2x2-code" "/workspace/builds/worker-11/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/leino/rubik2x2-code on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/leino/rubik2x2-code
[INFO] finished tweaking git repo https://github.com/leino/rubik2x2-code
[INFO] tweaked toml for git repo https://github.com/leino/rubik2x2-code written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate git repo https://github.com/leino/rubik2x2-code already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9668f273dcf3ed4676fd68fcdf2a4a904250d3814448292742742eeae32114b7
[INFO] running `"docker" "start" "-a" "9668f273dcf3ed4676fd68fcdf2a4a904250d3814448292742742eeae32114b7"`
[INFO] [stderr]    Compiling winapi v0.3.4
[INFO] [stderr]     Checking rubik2x2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:175:21
[INFO] [stderr]     |
[INFO] [stderr] 175 |         use winapi::um::winuser::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:176:21
[INFO] [stderr]     |
[INFO] [stderr] 176 |         use winapi::um::wincon::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:177:21
[INFO] [stderr]     |
[INFO] [stderr] 177 |         use winapi::um::consoleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:178:21
[INFO] [stderr]     |
[INFO] [stderr] 178 |         use winapi::um::synchapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:179:21
[INFO] [stderr]     |
[INFO] [stderr] 179 |         use winapi::shared::minwindef::*;
[INFO] [stderr]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:180:21
[INFO] [stderr]     |
[INFO] [stderr] 180 |         use winapi::um::winbase::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:237:21
[INFO] [stderr]     |
[INFO] [stderr] 237 |         use winapi::um::winbase::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:238:21
[INFO] [stderr]     |
[INFO] [stderr] 238 |         use winapi::um::handleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:239:21
[INFO] [stderr]     |
[INFO] [stderr] 239 |         use winapi::um::consoleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:240:21
[INFO] [stderr]     |
[INFO] [stderr] 240 |         use winapi::um::winnt::HANDLE;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:320:21
[INFO] [stderr]     |
[INFO] [stderr] 320 |         use winapi::um::consoleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:121:35
[INFO] [stderr]     |
[INFO] [stderr] 121 |     character_attributes: winapi::shared::minwindef::WORD,
[INFO] [stderr]     |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:122:35
[INFO] [stderr]     |
[INFO] [stderr] 122 |     output_device_handle: winapi::um::winnt::HANDLE,
[INFO] [stderr]     |                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:123:34
[INFO] [stderr]     |
[INFO] [stderr] 123 |     input_device_handle: winapi::um::winnt::HANDLE,
[INFO] [stderr]     |                                  ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:124:35
[INFO] [stderr]     |
[INFO] [stderr] 124 |     initial_console_mode: winapi::shared::minwindef::DWORD,
[INFO] [stderr]     |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:129:60
[INFO] [stderr]     |
[INFO] [stderr] 129 |     StandardInputDeviceHandleIsInvalid{error_code: winapi::shared::minwindef::DWORD},
[INFO] [stderr]     |                                                            ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:130:61
[INFO] [stderr]     |
[INFO] [stderr] 130 |     StandardOutputDeviceHandleIsInvalid{error_code: winapi::shared::minwindef::DWORD},
[INFO] [stderr]     |                                                             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:137:50
[INFO] [stderr]     |
[INFO] [stderr] 137 |     FailedToResetConsoleMode{error_code: winapi::shared::minwindef::DWORD},
[INFO] [stderr]     |                                                  ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:244:21
[INFO] [stderr]     |
[INFO] [stderr] 244 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:247:47
[INFO] [stderr]     |
[INFO] [stderr] 247 |             let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]     |                                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:256:21
[INFO] [stderr]     |
[INFO] [stderr] 256 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:259:47
[INFO] [stderr]     |
[INFO] [stderr] 259 |             let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]     |                                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:268:41
[INFO] [stderr]     |
[INFO] [stderr] 268 |             let result = unsafe{winapi::um::wincon::GetConsoleScreenBufferInfo(output_device_handle, &mut info)};
[INFO] [stderr]     |                                         ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:270:50
[INFO] [stderr]     |
[INFO] [stderr] 270 |                 let error_code = unsafe {winapi::um::errhandlingapi::GetLastError()};
[INFO] [stderr]     |                                                  ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:271:42
[INFO] [stderr]     |
[INFO] [stderr] 271 |                 if error_code == winapi::shared::winerror::ERROR_INVALID_HANDLE {
[INFO] [stderr]     |                                          ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:300:32
[INFO] [stderr]     |
[INFO] [stderr] 300 |             let mode = winapi::um::wincon::ENABLE_WINDOW_INPUT;
[INFO] [stderr]     |                                ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:326:51
[INFO] [stderr]     |
[INFO] [stderr] 326 |                 let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]     |                                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/log.rs:12:39
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]    |                                       ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INFINITE` in this scope
[INFO] [stderr]    --> src/ui.rs:184:40
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let timeout_duration = INFINITE;
[INFO] [stderr]     |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WaitForSingleObject` in this scope
[INFO] [stderr]    --> src/ui.rs:187:25
[INFO] [stderr]     |
[INFO] [stderr] 187 |                         WaitForSingleObject(
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WAIT_OBJECT_0` in this scope
[INFO] [stderr]    --> src/ui.rs:192:30
[INFO] [stderr]     |
[INFO] [stderr] 192 |                 if result != WAIT_OBJECT_0 {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT_RECORD` in this scope
[INFO] [stderr]    --> src/ui.rs:198:41
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 let mut input_records: [INPUT_RECORD; 128] = unsafe{std::mem::uninitialized()};
[INFO] [stderr]     |                                         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ReadConsoleInputW` in this scope
[INFO] [stderr]    --> src/ui.rs:202:25
[INFO] [stderr]     |
[INFO] [stderr] 202 |                         ReadConsoleInputW(
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_RIGHT` in this scope
[INFO] [stderr]    --> src/ui.rs:218:66
[INFO] [stderr]     |
[INFO] [stderr] 218 | ...                   if (event.wVirtualKeyCode as i32) == VK_RIGHT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                            ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/ui.rs:218:96
[INFO] [stderr]     |
[INFO] [stderr] 218 | ...                   if (event.wVirtualKeyCode as i32) == VK_RIGHT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LEFT` in this scope
[INFO] [stderr]    --> src/ui.rs:221:66
[INFO] [stderr]     |
[INFO] [stderr] 221 | ...                   if (event.wVirtualKeyCode as i32) == VK_LEFT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/ui.rs:221:95
[INFO] [stderr]     |
[INFO] [stderr] 221 | ...                   if (event.wVirtualKeyCode as i32) == VK_LEFT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_ESCAPE` in this scope
[INFO] [stderr]    --> src/ui.rs:224:66
[INFO] [stderr]     |
[INFO] [stderr] 224 | ...                   if (event.wVirtualKeyCode as i32) == VK_ESCAPE && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/ui.rs:224:97
[INFO] [stderr]     |
[INFO] [stderr] 224 | ...                   if (event.wVirtualKeyCode as i32) == VK_ESCAPE && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                                                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `STD_OUTPUT_HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:243:42
[INFO] [stderr]     |
[INFO] [stderr] 243 |             let standard_device_handle = STD_OUTPUT_HANDLE;
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:244:77
[INFO] [stderr]     |
[INFO] [stderr] 244 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                                                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]    --> src/ui.rs:246:36
[INFO] [stderr]     |
[INFO] [stderr] 246 |         if output_device_handle == INVALID_HANDLE_VALUE {
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:250:42
[INFO] [stderr]     |
[INFO] [stderr] 250 |         if output_device_handle == (0 as HANDLE) {
[INFO] [stderr]     |                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `STD_INPUT_HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:255:42
[INFO] [stderr]     |
[INFO] [stderr] 255 |             let standard_device_handle = STD_INPUT_HANDLE;
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:256:77
[INFO] [stderr]     |
[INFO] [stderr] 256 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                                                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]    --> src/ui.rs:258:35
[INFO] [stderr]     |
[INFO] [stderr] 258 |         if input_device_handle == INVALID_HANDLE_VALUE {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:262:41
[INFO] [stderr]     |
[INFO] [stderr] 262 |         if input_device_handle == (0 as HANDLE) {
[INFO] [stderr]     |                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]    --> src/ui.rs:272:53
[INFO] [stderr]     |
[INFO] [stderr] 272 |                     assert!(output_device_handle != INVALID_HANDLE_VALUE);
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:273:58
[INFO] [stderr]     |
[INFO] [stderr] 273 |                     assert!(output_device_handle != 0 as HANDLE);
[INFO] [stderr]     |                                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleMode` in this scope
[INFO] [stderr]    --> src/ui.rs:292:34
[INFO] [stderr]     |
[INFO] [stderr] 292 |             let result = unsafe{ GetConsoleMode(input_device_handle, &mut mode) };
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope
[INFO] [stderr]    --> src/ui.rs:301:35
[INFO] [stderr]     |
[INFO] [stderr] 301 |             let result = unsafe { SetConsoleMode(input_device_handle, mode) };
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope
[INFO] [stderr]    --> src/ui.rs:324:35
[INFO] [stderr]     |
[INFO] [stderr] 324 |             let result = unsafe { SetConsoleMode(self.input_device_handle, self.initial_console_mode) };
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `notify_error` in this scope
[INFO] [stderr]   --> src/error.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     notify_error(message);
[INFO] [stderr]    |     ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `notify_error` in module `error`
[INFO] [stderr]   --> src/log.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 |     error::notify_error(&String::from("A fatal error occurred.\nInformation identifying the error was logged."));
[INFO] [stderr]    |            ^^^^^^^^^^^^ not found in `error`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/ui.rs:388:35
[INFO] [stderr]     |
[INFO] [stderr] 388 | fn print_diagram(side_alias: &mut FnMut(cube::Side) -> String, cube: &cube::Cube) {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(cube::Side) -> String`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ptr::null_mut`
[INFO] [stderr]  --> src/error.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ptr::null_mut;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/ui.rs:198:69
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 let mut input_records: [INPUT_RECORD; 128] = unsafe{std::mem::uninitialized()};
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/ui.rs:267:35
[INFO] [stderr]     |
[INFO] [stderr] 267 |             let mut info = unsafe{std::mem::uninitialized()};
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/cli.rs:283:63
[INFO] [stderr]     |
[INFO] [stderr] 283 |             let mut configuration: [cube::Side; 4] = unsafe { std::mem::uninitialized() };
[INFO] [stderr]     |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:175:21
[INFO] [stderr]     |
[INFO] [stderr] 175 |         use winapi::um::winuser::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:176:21
[INFO] [stderr]     |
[INFO] [stderr] 176 |         use winapi::um::wincon::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:177:21
[INFO] [stderr]     |
[INFO] [stderr] 177 |         use winapi::um::consoleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:178:21
[INFO] [stderr]     |
[INFO] [stderr] 178 |         use winapi::um::synchapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:179:21
[INFO] [stderr]     |
[INFO] [stderr] 179 |         use winapi::shared::minwindef::*;
[INFO] [stderr]     |                     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:180:21
[INFO] [stderr]     |
[INFO] [stderr] 180 |         use winapi::um::winbase::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:237:21
[INFO] [stderr]     |
[INFO] [stderr] 237 |         use winapi::um::winbase::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:238:21
[INFO] [stderr]     |
[INFO] [stderr] 238 |         use winapi::um::handleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:239:21
[INFO] [stderr]     |
[INFO] [stderr] 239 |         use winapi::um::consoleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:240:21
[INFO] [stderr]     |
[INFO] [stderr] 240 |         use winapi::um::winnt::HANDLE;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:320:21
[INFO] [stderr]     |
[INFO] [stderr] 320 |         use winapi::um::consoleapi::*;
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:121:35
[INFO] [stderr]     |
[INFO] [stderr] 121 |     character_attributes: winapi::shared::minwindef::WORD,
[INFO] [stderr]     |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:122:35
[INFO] [stderr]     |
[INFO] [stderr] 122 |     output_device_handle: winapi::um::winnt::HANDLE,
[INFO] [stderr]     |                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:123:34
[INFO] [stderr]     |
[INFO] [stderr] 123 |     input_device_handle: winapi::um::winnt::HANDLE,
[INFO] [stderr]     |                                  ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:124:35
[INFO] [stderr]     |
[INFO] [stderr] 124 |     initial_console_mode: winapi::shared::minwindef::DWORD,
[INFO] [stderr]     |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:129:60
[INFO] [stderr]     |
[INFO] [stderr] 129 |     StandardInputDeviceHandleIsInvalid{error_code: winapi::shared::minwindef::DWORD},
[INFO] [stderr]     |                                                            ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:130:61
[INFO] [stderr]     |
[INFO] [stderr] 130 |     StandardOutputDeviceHandleIsInvalid{error_code: winapi::shared::minwindef::DWORD},
[INFO] [stderr]     |                                                             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:137:50
[INFO] [stderr]     |
[INFO] [stderr] 137 |     FailedToResetConsoleMode{error_code: winapi::shared::minwindef::DWORD},
[INFO] [stderr]     |                                                  ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:244:21
[INFO] [stderr]     |
[INFO] [stderr] 244 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:247:47
[INFO] [stderr]     |
[INFO] [stderr] 247 |             let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]     |                                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:256:21
[INFO] [stderr]     |
[INFO] [stderr] 256 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:259:47
[INFO] [stderr]     |
[INFO] [stderr] 259 |             let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]     |                                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:268:41
[INFO] [stderr]     |
[INFO] [stderr] 268 |             let result = unsafe{winapi::um::wincon::GetConsoleScreenBufferInfo(output_device_handle, &mut info)};
[INFO] [stderr]     |                                         ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:270:50
[INFO] [stderr]     |
[INFO] [stderr] 270 |                 let error_code = unsafe {winapi::um::errhandlingapi::GetLastError()};
[INFO] [stderr]     |                                                  ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]    --> src/ui.rs:271:42
[INFO] [stderr]     |
[INFO] [stderr] 271 |                 if error_code == winapi::shared::winerror::ERROR_INVALID_HANDLE {
[INFO] [stderr]     |                                          ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:300:32
[INFO] [stderr]     |
[INFO] [stderr] 300 |             let mode = winapi::um::wincon::ENABLE_WINDOW_INPUT;
[INFO] [stderr]     |                                ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/ui.rs:326:51
[INFO] [stderr]     |
[INFO] [stderr] 326 |                 let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]     |                                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/log.rs:12:39
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let error_code = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]    |                                       ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INFINITE` in this scope
[INFO] [stderr]    --> src/ui.rs:184:40
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let timeout_duration = INFINITE;
[INFO] [stderr]     |                                        ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WaitForSingleObject` in this scope
[INFO] [stderr]    --> src/ui.rs:187:25
[INFO] [stderr]     |
[INFO] [stderr] 187 |                         WaitForSingleObject(
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WAIT_OBJECT_0` in this scope
[INFO] [stderr]    --> src/ui.rs:192:30
[INFO] [stderr]     |
[INFO] [stderr] 192 |                 if result != WAIT_OBJECT_0 {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT_RECORD` in this scope
[INFO] [stderr]    --> src/ui.rs:198:41
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 let mut input_records: [INPUT_RECORD; 128] = unsafe{std::mem::uninitialized()};
[INFO] [stderr]     |                                         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ReadConsoleInputW` in this scope
[INFO] [stderr]    --> src/ui.rs:202:25
[INFO] [stderr]     |
[INFO] [stderr] 202 |                         ReadConsoleInputW(
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_RIGHT` in this scope
[INFO] [stderr]    --> src/ui.rs:218:66
[INFO] [stderr]     |
[INFO] [stderr] 218 | ...                   if (event.wVirtualKeyCode as i32) == VK_RIGHT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                            ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/ui.rs:218:96
[INFO] [stderr]     |
[INFO] [stderr] 218 | ...                   if (event.wVirtualKeyCode as i32) == VK_RIGHT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LEFT` in this scope
[INFO] [stderr]    --> src/ui.rs:221:66
[INFO] [stderr]     |
[INFO] [stderr] 221 | ...                   if (event.wVirtualKeyCode as i32) == VK_LEFT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                            ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/ui.rs:221:95
[INFO] [stderr]     |
[INFO] [stderr] 221 | ...                   if (event.wVirtualKeyCode as i32) == VK_LEFT && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_ESCAPE` in this scope
[INFO] [stderr]    --> src/ui.rs:224:66
[INFO] [stderr]     |
[INFO] [stderr] 224 | ...                   if (event.wVirtualKeyCode as i32) == VK_ESCAPE && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/ui.rs:224:97
[INFO] [stderr]     |
[INFO] [stderr] 224 | ...                   if (event.wVirtualKeyCode as i32) == VK_ESCAPE && event.bKeyDown == TRUE {
[INFO] [stderr]     |                                                                                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `STD_OUTPUT_HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:243:42
[INFO] [stderr]     |
[INFO] [stderr] 243 |             let standard_device_handle = STD_OUTPUT_HANDLE;
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:244:77
[INFO] [stderr]     |
[INFO] [stderr] 244 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                                                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]    --> src/ui.rs:246:36
[INFO] [stderr]     |
[INFO] [stderr] 246 |         if output_device_handle == INVALID_HANDLE_VALUE {
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:250:42
[INFO] [stderr]     |
[INFO] [stderr] 250 |         if output_device_handle == (0 as HANDLE) {
[INFO] [stderr]     |                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `STD_INPUT_HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:255:42
[INFO] [stderr]     |
[INFO] [stderr] 255 |             let standard_device_handle = STD_INPUT_HANDLE;
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:256:77
[INFO] [stderr]     |
[INFO] [stderr] 256 |             winapi::um::processenv::GetStdHandle(standard_device_handle) as HANDLE
[INFO] [stderr]     |                                                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]    --> src/ui.rs:258:35
[INFO] [stderr]     |
[INFO] [stderr] 258 |         if input_device_handle == INVALID_HANDLE_VALUE {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:262:41
[INFO] [stderr]     |
[INFO] [stderr] 262 |         if input_device_handle == (0 as HANDLE) {
[INFO] [stderr]     |                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]    --> src/ui.rs:272:53
[INFO] [stderr]     |
[INFO] [stderr] 272 |                     assert!(output_device_handle != INVALID_HANDLE_VALUE);
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/ui.rs:273:58
[INFO] [stderr]     |
[INFO] [stderr] 273 |                     assert!(output_device_handle != 0 as HANDLE);
[INFO] [stderr]     |                                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleMode` in this scope
[INFO] [stderr]    --> src/ui.rs:292:34
[INFO] [stderr]     |
[INFO] [stderr] 292 |             let result = unsafe{ GetConsoleMode(input_device_handle, &mut mode) };
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope
[INFO] [stderr]    --> src/ui.rs:301:35
[INFO] [stderr]     |
[INFO] [stderr] 301 |             let result = unsafe { SetConsoleMode(input_device_handle, mode) };
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in this scope
[INFO] [stderr]    --> src/ui.rs:324:35
[INFO] [stderr]     |
[INFO] [stderr] 324 |             let result = unsafe { SetConsoleMode(self.input_device_handle, self.initial_console_mode) };
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `notify_error` in this scope
[INFO] [stderr]   --> src/error.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     notify_error(message);
[INFO] [stderr]    |     ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `notify_error` in module `error`
[INFO] [stderr]   --> src/log.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 |     error::notify_error(&String::from("A fatal error occurred.\nInformation identifying the error was logged."));
[INFO] [stderr]    |            ^^^^^^^^^^^^ not found in `error`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/ui.rs:388:35
[INFO] [stderr]     |
[INFO] [stderr] 388 | fn print_diagram(side_alias: &mut FnMut(cube::Side) -> String, cube: &cube::Cube) {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(cube::Side) -> String`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ptr::null_mut`
[INFO] [stderr]  --> src/error.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ptr::null_mut;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/ui.rs:198:69
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 let mut input_records: [INPUT_RECORD; 128] = unsafe{std::mem::uninitialized()};
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/ui.rs:267:35
[INFO] [stderr]     |
[INFO] [stderr] 267 |             let mut info = unsafe{std::mem::uninitialized()};
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/cli.rs:283:63
[INFO] [stderr]     |
[INFO] [stderr] 283 |             let mut configuration: [cube::Side; 4] = unsafe { std::mem::uninitialized() };
[INFO] [stderr]     |                                                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `clear` found for reference `&ui::ConsoleContext` in the current scope
[INFO] [stderr]   --> src/ui.rs:56:33
[INFO] [stderr]    |
[INFO] [stderr] 56 |                 console_context.clear();
[INFO] [stderr]    |                                 ^^^^^ method not found in `&ui::ConsoleContext`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `clear` found for reference `&ui::ConsoleContext` in the current scope
[INFO] [stderr]   --> src/ui.rs:56:33
[INFO] [stderr]    |
[INFO] [stderr] 56 |                 console_context.clear();
[INFO] [stderr]    |                                 ^^^^^ method not found in `&ui::ConsoleContext`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 55 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: aborting due to 55 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `rubik2x2`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rubik2x2`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9668f273dcf3ed4676fd68fcdf2a4a904250d3814448292742742eeae32114b7"`
[INFO] running `"docker" "rm" "-f" "9668f273dcf3ed4676fd68fcdf2a4a904250d3814448292742742eeae32114b7"`
[INFO] [stdout] 9668f273dcf3ed4676fd68fcdf2a4a904250d3814448292742742eeae32114b7
