[INFO] updating cached repository https://github.com/vicaroni/CommandLineFPS.rs
[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] 5c90dc87a8bd50c6dd157ec5192e65382d2be7a4
[INFO] checking vicaroni/CommandLineFPS.rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvicaroni%2FCommandLineFPS.rs" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/vicaroni/CommandLineFPS.rs 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/vicaroni/CommandLineFPS.rs
[INFO] finished tweaking git repo https://github.com/vicaroni/CommandLineFPS.rs
[INFO] tweaked toml for git repo https://github.com/vicaroni/CommandLineFPS.rs written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/vicaroni/CommandLineFPS.rs 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stdout] b9de72d065554d62f4d92ad0577360fd9c5cd89c3d863c90d920b1dc2157f6ed
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "b9de72d065554d62f4d92ad0577360fd9c5cd89c3d863c90d920b1dc2157f6ed"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking consolefps v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     shared::ntdef::NULL,
[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/main.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     um::{
[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/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     shared::ntdef::NULL,
[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/main.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     um::{
[INFO] [stderr]   |     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetAsyncKeyState` in this scope
[INFO] [stderr]   --> src/main.rs:17:28
[INFO] [stderr]    |
[INFO] [stderr] 17 |     unsafe {mem::transmute(GetAsyncKeyState(c as i32))}
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]   --> src/main.rs:23:22
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut screen: [WCHAR; SCREEN_WIDTH * SCREEN_HEIGHT] = [0; SCREEN_WIDTH * SCREEN_HEIGHT];
[INFO] [stderr]    |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateConsoleScreenBuffer` in this scope
[INFO] [stderr]   --> src/main.rs:26:21
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_READ` in this scope
[INFO] [stderr]   --> src/main.rs:26:47
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_WRITE` in this scope
[INFO] [stderr]   --> src/main.rs:26:62
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CONSOLE_TEXTMODE_BUFFER` in this scope
[INFO] [stderr]   --> src/main.rs:26:88
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NULL` in this scope
[INFO] [stderr]   --> src/main.rs:26:113
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                                                                                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleActiveScreenBuffer` in this scope
[INFO] [stderr]   --> src/main.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |         SetConsoleActiveScreenBuffer(h_console);}
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:150:36
[INFO] [stderr]     |
[INFO] [stderr] 150 |                 if boundary{' ' as WCHAR}
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:155:29
[INFO] [stderr]     |
[INFO] [stderr] 155 |                 else{' ' as WCHAR};
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:159:53
[INFO] [stderr]     |
[INFO] [stderr] 159 |                     if y as isize <= ceiling{' ' as WCHAR}
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:163:44
[INFO] [stderr]     |
[INFO] [stderr] 163 |                         if b < 0.25{'#' as WCHAR}
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:164:48
[INFO] [stderr]     |
[INFO] [stderr] 164 |                         else if b < 0.5{'x' as WCHAR}
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:165:49
[INFO] [stderr]     |
[INFO] [stderr] 165 |                         else if b < 0.75{'.' as WCHAR}
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:166:48
[INFO] [stderr]     |
[INFO] [stderr] 166 |                         else if b < 0.9{'-' as WCHAR}
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:167:37
[INFO] [stderr]     |
[INFO] [stderr] 167 |                         else{' ' as WCHAR}
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:185:28
[INFO] [stderr]     |
[INFO] [stderr] 185 |             else {'^'}} as WCHAR;
[INFO] [stderr]     |                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:187:60
[INFO] [stderr]     |
[INFO] [stderr] 187 |         screen[SCREEN_WIDTH * SCREEN_HEIGHT - 1] = '\0' as WCHAR;
[INFO] [stderr]     |                                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WriteConsoleOutputCharacterW` in this scope
[INFO] [stderr]    --> src/main.rs:189:16
[INFO] [stderr]     |
[INFO] [stderr] 189 |         unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);}
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope
[INFO] [stderr]    --> src/main.rs:189:67
[INFO] [stderr]     |
[INFO] [stderr] 189 |         unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);}
[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/main.rs:189:115
[INFO] [stderr]     |
[INFO] [stderr] 189 |         unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);}
[INFO] [stderr]     |                                                                                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetAsyncKeyState` in this scope
[INFO] [stderr]   --> src/main.rs:17:28
[INFO] [stderr]    |
[INFO] [stderr] 17 |     unsafe {mem::transmute(GetAsyncKeyState(c as i32))}
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]   --> src/main.rs:23:22
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut screen: [WCHAR; SCREEN_WIDTH * SCREEN_HEIGHT] = [0; SCREEN_WIDTH * SCREEN_HEIGHT];
[INFO] [stderr]    |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateConsoleScreenBuffer` in this scope
[INFO] [stderr]   --> src/main.rs:26:21
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_READ` in this scope
[INFO] [stderr]   --> src/main.rs:26:47
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_WRITE` in this scope
[INFO] [stderr]   --> src/main.rs:26:62
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CONSOLE_TEXTMODE_BUFFER` in this scope
[INFO] [stderr]   --> src/main.rs:26:88
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NULL` in this scope
[INFO] [stderr]   --> src/main.rs:26:113
[INFO] [stderr]    |
[INFO] [stderr] 26 |         h_console = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, 0, null(), CONSOLE_TEXTMODE_BUFFER, NULL);
[INFO] [stderr]    |                                                                                                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleActiveScreenBuffer` in this scope
[INFO] [stderr]   --> src/main.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |         SetConsoleActiveScreenBuffer(h_console);}
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:150:36
[INFO] [stderr]     |
[INFO] [stderr] 150 |                 if boundary{' ' as WCHAR}
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:155:29
[INFO] [stderr]     |
[INFO] [stderr] 155 |                 else{' ' as WCHAR};
[INFO] [stderr]     |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:159:53
[INFO] [stderr]     |
[INFO] [stderr] 159 |                     if y as isize <= ceiling{' ' as WCHAR}
[INFO] [stderr]     |                                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:163:44
[INFO] [stderr]     |
[INFO] [stderr] 163 |                         if b < 0.25{'#' as WCHAR}
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:164:48
[INFO] [stderr]     |
[INFO] [stderr] 164 |                         else if b < 0.5{'x' as WCHAR}
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:165:49
[INFO] [stderr]     |
[INFO] [stderr] 165 |                         else if b < 0.75{'.' as WCHAR}
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:166:48
[INFO] [stderr]     |
[INFO] [stderr] 166 |                         else if b < 0.9{'-' as WCHAR}
[INFO] [stderr]     |                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:167:37
[INFO] [stderr]     |
[INFO] [stderr] 167 |                         else{' ' as WCHAR}
[INFO] [stderr]     |                                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:185:28
[INFO] [stderr]     |
[INFO] [stderr] 185 |             else {'^'}} as WCHAR;
[INFO] [stderr]     |                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]    --> src/main.rs:187:60
[INFO] [stderr]     |
[INFO] [stderr] 187 |         screen[SCREEN_WIDTH * SCREEN_HEIGHT - 1] = '\0' as WCHAR;
[INFO] [stderr]     |                                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WriteConsoleOutputCharacterW` in this scope
[INFO] [stderr]    --> src/main.rs:189:16
[INFO] [stderr]     |
[INFO] [stderr] 189 |         unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);}
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope
[INFO] [stderr]    --> src/main.rs:189:67
[INFO] [stderr]     |
[INFO] [stderr] 189 |         unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);}
[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/main.rs:189:115
[INFO] [stderr]     |
[INFO] [stderr] 189 |         unsafe{WriteConsoleOutputCharacterW(h_console, &screen as LPCWSTR, (SCREEN_WIDTH * SCREEN_HEIGHT) as u32, COORD{X: 0, Y: 0}, &mut n as *mut u32);}
[INFO] [stderr]     |                                                                                                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `consolefps`.
[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: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `consolefps`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b9de72d065554d62f4d92ad0577360fd9c5cd89c3d863c90d920b1dc2157f6ed"`
[INFO] running `"docker" "rm" "-f" "b9de72d065554d62f4d92ad0577360fd9c5cd89c3d863c90d920b1dc2157f6ed"`
[INFO] [stdout] b9de72d065554d62f4d92ad0577360fd9c5cd89c3d863c90d920b1dc2157f6ed
