[INFO] updating cached repository https://github.com/orion-studios/snek
[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] 800d95e32ecc4fd8ee7e4d6a824c1d135a4eb993
[INFO] checking orion-studios/snek against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forion-studios%2Fsnek" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/orion-studios/snek on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/orion-studios/snek
[INFO] finished tweaking git repo https://github.com/orion-studios/snek
[INFO] tweaked toml for git repo https://github.com/orion-studios/snek written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/orion-studios/snek already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 1f1d7cf4bd71ad02f06c4144bf3a12997bae2665529b303bf267a0ac53b09244
[INFO] running `"docker" "start" "-a" "1f1d7cf4bd71ad02f06c4144bf3a12997bae2665529b303bf267a0ac53b09244"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking snek v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: format argument must be a string literal
[INFO] [stderr]   --> src/console.rs:68:16
[INFO] [stderr]    |
[INFO] [stderr] 68 |         print!(msg)
[INFO] [stderr]    |                ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a string literal to format with
[INFO] [stderr]    |
[INFO] [stderr] 68 |         print!("{}", msg)
[INFO] [stderr]    |                ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: format argument must be a string literal
[INFO] [stderr]   --> src/console.rs:72:18
[INFO] [stderr]    |
[INFO] [stderr] 72 |         println!(msg)
[INFO] [stderr]    |                  ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a string literal to format with
[INFO] [stderr]    |
[INFO] [stderr] 72 |         println!("{}", msg)
[INFO] [stderr]    |                  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: format argument must be a string literal
[INFO] [stderr]   --> src/console.rs:68:16
[INFO] [stderr]    |
[INFO] [stderr] 68 |         print!(msg)
[INFO] [stderr]    |                ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a string literal to format with
[INFO] [stderr]    |
[INFO] [stderr] 68 |         print!("{}", msg)
[INFO] [stderr]    |                ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: format argument must be a string literal
[INFO] [stderr]   --> src/console.rs:72:18
[INFO] [stderr]    |
[INFO] [stderr] 72 |         println!(msg)
[INFO] [stderr]    |                  ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a string literal to format with
[INFO] [stderr]    |
[INFO] [stderr] 72 |         println!("{}", msg)
[INFO] [stderr]    |                  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/console.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::minwindef::*;
[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/console.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::windef::*;
[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/console.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::errhandlingapi::*;
[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/console.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | 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/console.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::memoryapi::*;
[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/console.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::processthreadsapi::*;
[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/console.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::winnt::*;
[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/console.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | 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/console.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | 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/console.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::processenv::GetStdHandle;
[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/console.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::winbase::STD_OUTPUT_HANDLE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/console.rs:22:26
[INFO] [stderr]    |
[INFO] [stderr] 22 |         let mut hstdout: HANDLE;
[INFO] [stderr]    |                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/console.rs:23:29
[INFO] [stderr]    |
[INFO] [stderr] 23 |         let mut cell_count: DWORD = 0;
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:24:30
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mut home_coords: COORD = COORD{ X: 0, Y: 0 };
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:24:38
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mut home_coords: COORD = COORD{ X: 0, Y: 0 };
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/console.rs:25:25
[INFO] [stderr]    |
[INFO] [stderr] 25 |         let &mut count: DWORD;
[INFO] [stderr]    |                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PCONSOLE_SCREEN_BUFFER_INFO` in this scope
[INFO] [stderr]   --> src/console.rs:28:27
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let mut csbi: PCONSOLE_SCREEN_BUFFER_INFO = PCONSOLE_SCREEN_BUFFER_INFO{
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `PCONSOLE_SCREEN_BUFFER_INFO` in this scope
[INFO] [stderr]   --> src/console.rs:28:57
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let mut csbi: PCONSOLE_SCREEN_BUFFER_INFO = PCONSOLE_SCREEN_BUFFER_INFO{
[INFO] [stderr]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:29:25
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 dwSize: COORD { X: 0, Y: 0 },
[INFO] [stderr]    |                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |                 dwCursorPosition: COORD { X: 0, Y: 0 },
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SMALL_RECT` in this scope
[INFO] [stderr]   --> src/console.rs:32:27
[INFO] [stderr]    |
[INFO] [stderr] 32 |                 srWindow: SMALL_RECT {
[INFO] [stderr]    |                           ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:38:38
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 dwMaximumWindowSize: COORD { X: 0, Y: 0 }
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetStdHandle` in this scope
[INFO] [stderr]   --> src/console.rs:41:23
[INFO] [stderr]    |
[INFO] [stderr] 41 |             hstdout = GetStdHandle(STD_OUTPUT_HANDLE);
[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/console.rs:41:36
[INFO] [stderr]    |
[INFO] [stderr] 41 |             hstdout = GetStdHandle(STD_OUTPUT_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/console.rs:42:27
[INFO] [stderr]    |
[INFO] [stderr] 42 |             if hstdout == INVALID_HANDLE_VALUE { return };
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleScreenBufferInfo` in this scope
[INFO] [stderr]   --> src/console.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 |             if !GetConsoleScreenBufferInfo(hstdout, csbi) { return; }
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `cellCount` in this scope
[INFO] [stderr]   --> src/console.rs:44:13
[INFO] [stderr]    |
[INFO] [stderr] 44 |             cellCount = csbi.dwSize.X *csbi.dwSize.Y;
[INFO] [stderr]    |             ^^^^^^^^^ help: a local variable with a similar name exists: `cell_count`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FillConsoleOutputAttribute` in this scope
[INFO] [stderr]   --> src/console.rs:47:17
[INFO] [stderr]    |
[INFO] [stderr] 47 |             if !FillConsoleOutputAttribute(
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FillConsoleOutputAttributes` in this scope
[INFO] [stderr]   --> src/console.rs:55:17
[INFO] [stderr]    |
[INFO] [stderr] 55 |             if !FillConsoleOutputAttributes(
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleCursorPosition` in this scope
[INFO] [stderr]   --> src/console.rs:63:13
[INFO] [stderr]    |
[INFO] [stderr] 63 |             SetConsoleCursorPosition(hstdout, home_coords);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0106]: missing lifetime specifier
[INFO] [stderr]  --> src/prelude/config.rs:8:21
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub fn new() -> &Config {
[INFO] [stderr]   |                     ^ help: consider giving it a 'static lifetime: `&'static`
[INFO] [stderr]   |
[INFO] [stderr]   = help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 33 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0422, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0106`.
[INFO] [stderr] error: could not compile `snek`.
[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[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/console.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::minwindef::*;
[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/console.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::windef::*;
[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/console.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::errhandlingapi::*;
[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/console.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | 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/console.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::memoryapi::*;
[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/console.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::processthreadsapi::*;
[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/console.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::um::winnt::*;
[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/console.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | 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/console.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | 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/console.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::processenv::GetStdHandle;
[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/console.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::winbase::STD_OUTPUT_HANDLE;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/console.rs:22:26
[INFO] [stderr]    |
[INFO] [stderr] 22 |         let mut hstdout: HANDLE;
[INFO] [stderr]    |                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/console.rs:23:29
[INFO] [stderr]    |
[INFO] [stderr] 23 |         let mut cell_count: DWORD = 0;
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:24:30
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mut home_coords: COORD = COORD{ X: 0, Y: 0 };
[INFO] [stderr]    |                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:24:38
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mut home_coords: COORD = COORD{ X: 0, Y: 0 };
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/console.rs:25:25
[INFO] [stderr]    |
[INFO] [stderr] 25 |         let &mut count: DWORD;
[INFO] [stderr]    |                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PCONSOLE_SCREEN_BUFFER_INFO` in this scope
[INFO] [stderr]   --> src/console.rs:28:27
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let mut csbi: PCONSOLE_SCREEN_BUFFER_INFO = PCONSOLE_SCREEN_BUFFER_INFO{
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `PCONSOLE_SCREEN_BUFFER_INFO` in this scope
[INFO] [stderr]   --> src/console.rs:28:57
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let mut csbi: PCONSOLE_SCREEN_BUFFER_INFO = PCONSOLE_SCREEN_BUFFER_INFO{
[INFO] [stderr]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:29:25
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 dwSize: COORD { X: 0, Y: 0 },
[INFO] [stderr]    |                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |                 dwCursorPosition: COORD { X: 0, Y: 0 },
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SMALL_RECT` in this scope
[INFO] [stderr]   --> src/console.rs:32:27
[INFO] [stderr]    |
[INFO] [stderr] 32 |                 srWindow: SMALL_RECT {
[INFO] [stderr]    |                           ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `COORD` in this scope
[INFO] [stderr]   --> src/console.rs:38:38
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 dwMaximumWindowSize: COORD { X: 0, Y: 0 }
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetStdHandle` in this scope
[INFO] [stderr]   --> src/console.rs:41:23
[INFO] [stderr]    |
[INFO] [stderr] 41 |             hstdout = GetStdHandle(STD_OUTPUT_HANDLE);
[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/console.rs:41:36
[INFO] [stderr]    |
[INFO] [stderr] 41 |             hstdout = GetStdHandle(STD_OUTPUT_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/console.rs:42:27
[INFO] [stderr]    |
[INFO] [stderr] 42 |             if hstdout == INVALID_HANDLE_VALUE { return };
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleScreenBufferInfo` in this scope
[INFO] [stderr]   --> src/console.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 |             if !GetConsoleScreenBufferInfo(hstdout, csbi) { return; }
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `cellCount` in this scope
[INFO] [stderr]   --> src/console.rs:44:13
[INFO] [stderr]    |
[INFO] [stderr] 44 |             cellCount = csbi.dwSize.X *csbi.dwSize.Y;
[INFO] [stderr]    |             ^^^^^^^^^ help: a local variable with a similar name exists: `cell_count`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FillConsoleOutputAttribute` in this scope
[INFO] [stderr]   --> src/console.rs:47:17
[INFO] [stderr]    |
[INFO] [stderr] 47 |             if !FillConsoleOutputAttribute(
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FillConsoleOutputAttributes` in this scope
[INFO] [stderr]   --> src/console.rs:55:17
[INFO] [stderr]    |
[INFO] [stderr] 55 |             if !FillConsoleOutputAttributes(
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleCursorPosition` in this scope
[INFO] [stderr]   --> src/console.rs:63:13
[INFO] [stderr]    |
[INFO] [stderr] 63 |             SetConsoleCursorPosition(hstdout, home_coords);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0106]: missing lifetime specifier
[INFO] [stderr]  --> src/prelude/config.rs:8:21
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub fn new() -> &Config {
[INFO] [stderr]   |                     ^ help: consider giving it a 'static lifetime: `&'static`
[INFO] [stderr]   |
[INFO] [stderr]   = help: this function's return type contains a borrowed value, but there is no value for it to be borrowed from
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 33 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0106, E0412, E0422, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0106`.
[INFO] [stderr] error: could not compile `snek`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1f1d7cf4bd71ad02f06c4144bf3a12997bae2665529b303bf267a0ac53b09244"`
[INFO] running `"docker" "rm" "-f" "1f1d7cf4bd71ad02f06c4144bf3a12997bae2665529b303bf267a0ac53b09244"`
[INFO] [stdout] 1f1d7cf4bd71ad02f06c4144bf3a12997bae2665529b303bf267a0ac53b09244
