[INFO] crate win-opacity 1.0.0 is already in cache
[INFO] checking win-opacity-1.0.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate win-opacity 1.0.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate win-opacity 1.0.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate win-opacity 1.0.0
[INFO] finished tweaking crates.io crate win-opacity 1.0.0
[INFO] tweaked toml for crates.io crate win-opacity 1.0.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 9c70f85ce28fbe51734ee0f056094d6f2f7a1069ed7d66c5250d3104afcd9f1c
[INFO] running `"docker" "start" "-a" "9c70f85ce28fbe51734ee0f056094d6f2f7a1069ed7d66c5250d3104afcd9f1c"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking crossterm v0.2.2
[INFO] [stderr]     Checking win-opacity v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::shared::minwindef::{BOOL, DWORD, LPARAM, TRUE};
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::shared::windef::HWND as Handle;
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::winnt::{LONG, LPSTR};
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::winuser;
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use winapi::shared::minwindef::{BOOL, DWORD, LPARAM, TRUE};
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::shared::windef::HWND as Handle;
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::um::winnt::{LONG, LPSTR};
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `winapi`?
[INFO] [stderr]   --> src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::um::winuser;
[INFO] [stderr]    |     ^^^^^^ maybe a missing crate `winapi`?
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]   --> src/lib.rs:36:3
[INFO] [stderr]    |
[INFO] [stderr] 36 |         winuser::EnumWindows(
[INFO] [stderr]    |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]   --> src/lib.rs:57:16
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let length = winuser::GetWindowTextA(*handle, &mut buffer as *mut _ as LPSTR, MAX_COUNT as i32);
[INFO] [stderr]    |                      ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]   --> src/lib.rs:76:3
[INFO] [stderr]    |
[INFO] [stderr] 76 |         winuser::IsWindowVisible(*handle) == TRUE
[INFO] [stderr]    |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]    --> src/lib.rs:110:21
[INFO] [stderr]     |
[INFO] [stderr] 110 |         let window_long = winuser::GetWindowLongA(handle, GWL_EXSTYLE);
[INFO] [stderr]     |                           ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]    --> src/lib.rs:111:3
[INFO] [stderr]     |
[INFO] [stderr] 111 |         winuser::SetWindowLongA(handle, GWL_EXSTYLE, window_long | WS_EX_LAYERED);
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]    --> src/lib.rs:112:3
[INFO] [stderr]     |
[INFO] [stderr] 112 |         winuser::SetLayeredWindowAttributes(handle, 0, opacity, LWA_ALPHA);
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:17:50
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]   --> src/lib.rs:17:66
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/lib.rs:17:77
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:18:39
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                         - help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 18 |     let windows_vec = lparam as *mut Vec<Handle>;
[INFO] [stderr]    |                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/lib.rs:23:2
[INFO] [stderr]    |
[INFO] [stderr] 23 |     TRUE
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:33:33
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn get_all_windows() -> Vec<Handle> {
[INFO] [stderr]    |                       -         ^^^^^^ not found in this scope
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:34:23
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn get_all_windows() -> Vec<Handle> {
[INFO] [stderr]    |                       - help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 34 |     let mut windows: Vec<Handle> = Vec::new();
[INFO] [stderr]    |                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]   --> src/lib.rs:38:30
[INFO] [stderr]    |
[INFO] [stderr] 38 |             &mut windows as *mut _ as LPARAM,
[INFO] [stderr]    |                                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:52:34
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub fn get_window_title(handle: &Handle) -> String {
[INFO] [stderr]    |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPSTR` in this scope
[INFO] [stderr]   --> src/lib.rs:57:74
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let length = winuser::GetWindowTextA(*handle, &mut buffer as *mut _ as LPSTR, MAX_COUNT as i32);
[INFO] [stderr]    |                                                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:74:35
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub fn is_window_visible(handle: &Handle) -> bool {
[INFO] [stderr]    |                                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/lib.rs:76:40
[INFO] [stderr]    |
[INFO] [stderr] 76 |         winuser::IsWindowVisible(*handle) == TRUE
[INFO] [stderr]    |                                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:90:37
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub fn get_visible_windows() -> Vec<Handle> {
[INFO] [stderr]    |                           -         ^^^^^^ not found in this scope
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]    --> src/lib.rs:105:28
[INFO] [stderr]     |
[INFO] [stderr] 105 | pub fn set_opacity(handle: Handle, opacity: u8) {
[INFO] [stderr]     |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LONG` in this scope
[INFO] [stderr]    --> src/lib.rs:107:23
[INFO] [stderr]     |
[INFO] [stderr] 107 |     const WS_EX_LAYERED: LONG = 0x80000;
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/lib.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |     const LWA_ALPHA: DWORD = 0x2;
[INFO] [stderr]     |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]   --> src/lib.rs:36:3
[INFO] [stderr]    |
[INFO] [stderr] 36 |         winuser::EnumWindows(
[INFO] [stderr]    |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]   --> src/lib.rs:57:16
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let length = winuser::GetWindowTextA(*handle, &mut buffer as *mut _ as LPSTR, MAX_COUNT as i32);
[INFO] [stderr]    |                      ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]   --> src/lib.rs:76:3
[INFO] [stderr]    |
[INFO] [stderr] 76 |         winuser::IsWindowVisible(*handle) == TRUE
[INFO] [stderr]    |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]    --> src/lib.rs:110:21
[INFO] [stderr]     |
[INFO] [stderr] 110 |         let window_long = winuser::GetWindowLongA(handle, GWL_EXSTYLE);
[INFO] [stderr]     |                           ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]    --> src/lib.rs:111:3
[INFO] [stderr]     |
[INFO] [stderr] 111 |         winuser::SetWindowLongA(handle, GWL_EXSTYLE, window_long | WS_EX_LAYERED);
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winuser`
[INFO] [stderr]    --> src/lib.rs:112:3
[INFO] [stderr]     |
[INFO] [stderr] 112 |         winuser::SetLayeredWindowAttributes(handle, 0, opacity, LWA_ALPHA);
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `winuser`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:17:50
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]   --> src/lib.rs:17:66
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/lib.rs:17:77
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:18:39
[INFO] [stderr]    |
[INFO] [stderr] 17 | extern "system" fn enum_windows_callback(handle: Handle, lparam: LPARAM) -> BOOL {
[INFO] [stderr]    |                                         - help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 18 |     let windows_vec = lparam as *mut Vec<Handle>;
[INFO] [stderr]    |                                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/lib.rs:23:2
[INFO] [stderr]    |
[INFO] [stderr] 23 |     TRUE
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:33:33
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn get_all_windows() -> Vec<Handle> {
[INFO] [stderr]    |                       -         ^^^^^^ not found in this scope
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:34:23
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn get_all_windows() -> Vec<Handle> {
[INFO] [stderr]    |                       - help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 34 |     let mut windows: Vec<Handle> = Vec::new();
[INFO] [stderr]    |                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]   --> src/lib.rs:38:30
[INFO] [stderr]    |
[INFO] [stderr] 38 |             &mut windows as *mut _ as LPARAM,
[INFO] [stderr]    |                                       ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:52:34
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub fn get_window_title(handle: &Handle) -> String {
[INFO] [stderr]    |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPSTR` in this scope
[INFO] [stderr]   --> src/lib.rs:57:74
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let length = winuser::GetWindowTextA(*handle, &mut buffer as *mut _ as LPSTR, MAX_COUNT as i32);
[INFO] [stderr]    |                                                                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:74:35
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub fn is_window_visible(handle: &Handle) -> bool {
[INFO] [stderr]    |                                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/lib.rs:76:40
[INFO] [stderr]    |
[INFO] [stderr] 76 |         winuser::IsWindowVisible(*handle) == TRUE
[INFO] [stderr]    |                                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]   --> src/lib.rs:90:37
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub fn get_visible_windows() -> Vec<Handle> {
[INFO] [stderr]    |                           -         ^^^^^^ not found in this scope
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           help: you might be missing a type parameter: `<Handle>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Handle` in this scope
[INFO] [stderr]    --> src/lib.rs:105:28
[INFO] [stderr]     |
[INFO] [stderr] 105 | pub fn set_opacity(handle: Handle, opacity: u8) {
[INFO] [stderr]     |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LONG` in this scope
[INFO] [stderr]    --> src/lib.rs:107:23
[INFO] [stderr]     |
[INFO] [stderr] 107 |     const WS_EX_LAYERED: LONG = 0x80000;
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/lib.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |     const LWA_ALPHA: DWORD = 0x2;
[INFO] [stderr]     |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 26 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: aborting due to 26 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `win-opacity`.
[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 `win-opacity`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9c70f85ce28fbe51734ee0f056094d6f2f7a1069ed7d66c5250d3104afcd9f1c"`
[INFO] running `"docker" "rm" "-f" "9c70f85ce28fbe51734ee0f056094d6f2f7a1069ed7d66c5250d3104afcd9f1c"`
[INFO] [stdout] 9c70f85ce28fbe51734ee0f056094d6f2f7a1069ed7d66c5250d3104afcd9f1c
