[INFO] cloning repository https://github.com/Nostress767/zenibou-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nostress767/zenibou-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNostress767%2Fzenibou-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNostress767%2Fzenibou-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae78ff673ae167e8baf224c43b6a6f0d22c48cc6 [INFO] testing Nostress767/zenibou-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNostress767%2Fzenibou-rs" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nostress767/zenibou-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/.cargo/config [INFO] started tweaking git repo https://github.com/Nostress767/zenibou-rs [INFO] finished tweaking git repo https://github.com/Nostress767/zenibou-rs [INFO] tweaked toml for git repo https://github.com/Nostress767/zenibou-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Nostress767/zenibou-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1f7f331a38e4160df7b94dd7facf8988c2bee0ee6b2d682d3a64172f8d3baf6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c1f7f331a38e4160df7b94dd7facf8988c2bee0ee6b2d682d3a64172f8d3baf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1f7f331a38e4160df7b94dd7facf8988c2bee0ee6b2d682d3a64172f8d3baf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1f7f331a38e4160df7b94dd7facf8988c2bee0ee6b2d682d3a64172f8d3baf6", kill_on_drop: false }` [INFO] [stdout] c1f7f331a38e4160df7b94dd7facf8988c2bee0ee6b2d682d3a64172f8d3baf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 09d7922038fe34c9c6369d3b1c02684baf48e20f96b69677eb50019fe6516278 [INFO] running `Command { std: "docker" "start" "-a" "09d7922038fe34c9c6369d3b1c02684baf48e20f96b69677eb50019fe6516278", kill_on_drop: false }` [INFO] [stderr] Compiling zenibou-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | window_handle : winapi::shared::windef::HWND , [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | let window : *mut Window = winapi::um::winuser::GetWindowLongPtrW(window_handle, 0) as *mut Window; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | winapi::um::winuser::WM_CREATE => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | winapi::um::winuser::WM_SIZE => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | winapi::um::winuser::WM_MOUSEMOVE => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | winapi::um::winuser::WM_MOUSELEAVE => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | winapi::um::winuser::WM_SETFOCUS => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | winapi::um::winuser::WM_KILLFOCUS => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | winapi::um::winuser::WM_LBUTTONDOWN => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | winapi::um::winuser::WM_LBUTTONUP => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | winapi::um::winuser::WM_MBUTTONDOWN => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | winapi::um::winuser::WM_MBUTTONUP => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | winapi::um::winuser::WM_RBUTTONDOWN => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | winapi::um::winuser::WM_RBUTTONUP => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | winapi::um::winuser::WM_KEYUP => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | winapi::um::winuser::WM_SYSKEYDOWN => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | winapi::um::winuser::WM_SYSKEYUP => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | winapi::um::winuser::WM_KEYDOWN => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | winapi::um::winuser::WM_DESTROY => { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | winapi::um::winuser::PostQuitMessage(0); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | winapi::um::winuser::DestroyWindow(window_handle); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | winapi::um::winuser::DefWindowProcW(window_handle, message, w_param, l_param) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | winapi::um::winuser::SetProcessDpiAwarenessContext(winapi::shared::windef::DPI_AWARENESS_CONTEXT_SYSTEM_AWARE); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:115:60 [INFO] [stdout] | [INFO] [stdout] 115 | winapi::um::winuser::SetProcessDpiAwarenessContext(winapi::shared::windef::DPI_AWARENESS_CONTEXT_SYSTEM_AWARE); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 116 | window.instance = winapi::um::libloaderapi::GetModuleHandleW(0 as *const u16); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | let mut window_class : winapi::um::winuser::WNDCLASSW = winapi::um::winuser::WNDCLASSW { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:121:61 [INFO] [stdout] | [INFO] [stdout] 121 | let mut window_class : winapi::um::winuser::WNDCLASSW = winapi::um::winuser::WNDCLASSW { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | style : winapi::um::winuser::CS_HREDRAW | winapi::um::winuser::CS_VREDRAW, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:122:51 [INFO] [stdout] | [INFO] [stdout] 122 | style : winapi::um::winuser::CS_HREDRAW | winapi::um::winuser::CS_VREDRAW, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:127:27 [INFO] [stdout] | [INFO] [stdout] 127 | hIcon : 0 as *mut winapi::shared::windef::HICON__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:128:29 [INFO] [stdout] | [INFO] [stdout] 128 | hCursor : 0 as *mut winapi::shared::windef::HICON__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:129:35 [INFO] [stdout] | [INFO] [stdout] 129 | hbrBackground : 0 as *mut winapi::shared::windef::HBRUSH__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | window_class.hCursor = winapi::um::winuser::LoadCursorW(0 as *mut winapi::shared::minwindef::HINSTANCE__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:135:75 [INFO] [stdout] | [INFO] [stdout] 135 | window_class.hCursor = winapi::um::winuser::LoadCursorW(0 as *mut winapi::shared::minwindef::HINSTANCE__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | winapi::um::winuser::IDC_ARROW); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | winapi::um::winuser::ShowCursor(0); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | winapi::um::winuser::RegisterClassW(&window_class); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | window.current_pos_x = (winapi::um::winuser::GetSystemMetrics(winapi::um::winuser::SM_CXSCREEN) / 2) - (size_x / 2); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:140:71 [INFO] [stdout] | [INFO] [stdout] 140 | window.current_pos_x = (winapi::um::winuser::GetSystemMetrics(winapi::um::winuser::SM_CXSCREEN) / 2) - (size_x / 2); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:141:33 [INFO] [stdout] | [INFO] [stdout] 141 | window.current_pos_y = (winapi::um::winuser::GetSystemMetrics(winapi::um::winuser::SM_CYSCREEN) / 2) - (size_y / 2); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:141:71 [INFO] [stdout] | [INFO] [stdout] 141 | window.current_pos_y = (winapi::um::winuser::GetSystemMetrics(winapi::um::winuser::SM_CYSCREEN) / 2) - (size_y / 2); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:143:25 [INFO] [stdout] | [INFO] [stdout] 143 | window.handle = winapi::um::winuser::CreateWindowExW(//winapi::um::winuser::WS_EX_OVERLAPPEDWINDOW, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:146:37 [INFO] [stdout] | [INFO] [stdout] 146 | ... winapi::um::winuser::WS_POPUP | winapi::um::winuser::WS_VISIBLE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:146:69 [INFO] [stdout] | [INFO] [stdout] 146 | ... winapi::um::winuser::WS_POPUP | winapi::um::winuser::WS_VISIBLE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:149:42 [INFO] [stdout] | [INFO] [stdout] 149 | ... 0 as winapi::shared::windef::HWND, 0 as winapi::shared::windef::HMENU, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:149:77 [INFO] [stdout] | [INFO] [stdout] 149 | ... 0 as winapi::shared::windef::HWND, 0 as winapi::shared::windef::HMENU, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:150:59 [INFO] [stdout] | [INFO] [stdout] 150 | ... window.instance, 0 as winapi::shared::minwindef::LPVOID); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | winapi::um::winuser::SetWindowLongPtrW(window.handle, 0, (window as *const Window) as i32); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:152:32 [INFO] [stdout] | [INFO] [stdout] 152 | ... window.bitmap_memory = winapi::um::memoryapi::VirtualAlloc(0 as *mut winapi::ctypes::c_void, size_x as usize * size_y as usize * 4,... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:152:78 [INFO] [stdout] | [INFO] [stdout] 152 | ... window.bitmap_memory = winapi::um::memoryapi::VirtualAlloc(0 as *mut winapi::ctypes::c_void, size_x as usize * size_y as usize * 4,... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:152:141 [INFO] [stdout] | [INFO] [stdout] 152 | ...d, size_x as usize * size_y as usize * 4, winapi::um::winnt::MEM_RESERVE | winapi::um::winnt::MEM_COMMIT, winapi::um::winnt::PAGE_READ... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:152:174 [INFO] [stdout] | [INFO] [stdout] 152 | ...ize * 4, winapi::um::winnt::MEM_RESERVE | winapi::um::winnt::MEM_COMMIT, winapi::um::winnt::PAGE_READWRITE); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:152:205 [INFO] [stdout] | [INFO] [stdout] 152 | ..._RESERVE | winapi::um::winnt::MEM_COMMIT, winapi::um::winnt::PAGE_READWRITE); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:153:40 [INFO] [stdout] | [INFO] [stdout] 153 | window.bitmap_device_context = winapi::um::winuser::GetDC(window.handle); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | window.bitmap_info = winapi::um::wingdi::BITMAPINFO { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | bmiHeader : winapi::um::wingdi::BITMAPINFOHEADER { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:161:43 [INFO] [stdout] | [INFO] [stdout] 161 | biSize : core::mem::size_of::() as u32, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:166:29 [INFO] [stdout] | [INFO] [stdout] 166 | biCompression : winapi::um::wingdi::BI_RGB, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:174:13 [INFO] [stdout] | [INFO] [stdout] 174 | winapi::um::wingdi::RGBQUAD { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | ... while winapi::um::winuser::PeekMessageW(msg.as_mut_ptr(), 0 as *mut winapi::shared::windef::HWND__, 0, 0, winapi::um::winuser::PM_R... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:259:77 [INFO] [stdout] | [INFO] [stdout] 259 | ... while winapi::um::winuser::PeekMessageW(msg.as_mut_ptr(), 0 as *mut winapi::shared::windef::HWND__, 0, 0, winapi::um::winuser::PM_R... [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:259:115 [INFO] [stdout] | [INFO] [stdout] 259 | ...mut winapi::shared::windef::HWND__, 0, 0, winapi::um::winuser::PM_REMOVE) != 0 { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | winapi::um::winuser::TranslateMessage(msg.as_ptr()); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | winapi::um::winuser::DispatchMessageW(msg.as_ptr());} [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | winapi::um::wingdi::StretchDIBits( [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:278:25 [INFO] [stdout] | [INFO] [stdout] 278 | winapi::um::wingdi::DIB_RGB_COLORS, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:279:25 [INFO] [stdout] | [INFO] [stdout] 279 | winapi::um::wingdi::SRCCOPY); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:405:30 [INFO] [stdout] | [INFO] [stdout] 405 | pub bitmap_memory : *mut winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:406:23 [INFO] [stdout] | [INFO] [stdout] 406 | pub bitmap_info : winapi::um::wingdi::BITMAPINFO, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:407:33 [INFO] [stdout] | [INFO] [stdout] 407 | pub bitmap_device_context : winapi::shared::windef::HDC, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:408:18 [INFO] [stdout] | [INFO] [stdout] 408 | pub handle : winapi::shared::windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:409:19 [INFO] [stdout] | [INFO] [stdout] 409 | pub instance: winapi::shared::minwindef::HINSTANCE, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:446:39 [INFO] [stdout] | [INFO] [stdout] 446 | bitmap_memory : 0 as *mut winapi::ctypes::c_void, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:447:27 [INFO] [stdout] | [INFO] [stdout] 447 | bitmap_info : winapi::um::wingdi::BITMAPINFO { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:448:29 [INFO] [stdout] | [INFO] [stdout] 448 | bmiHeader : winapi::um::wingdi::BITMAPINFOHEADER { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:449:51 [INFO] [stdout] | [INFO] [stdout] 449 | biSize : core::mem::size_of::() as u32, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:453:37 [INFO] [stdout] | [INFO] [stdout] 453 | biCompression : winapi::um::wingdi::BI_RGB, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:458:30 [INFO] [stdout] | [INFO] [stdout] 458 | bmiColors : [winapi::um::wingdi::RGBQUAD { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:464:47 [INFO] [stdout] | [INFO] [stdout] 464 | bitmap_device_context : 0 as *mut winapi::shared::windef::HDC__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:465:32 [INFO] [stdout] | [INFO] [stdout] 465 | handle : 0 as *mut winapi::shared::windef::HWND__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/zenibou.rs:466:33 [INFO] [stdout] | [INFO] [stdout] 466 | instance: 0 as *mut winapi::shared::minwindef::HINSTANCE__, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/zenibou.rs:476:25 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn clock() -> ::libc::clock_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/zenibou.rs:472:1 [INFO] [stdout] | [INFO] [stdout] 472 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 83 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zenibou-rs` due to 84 previous errors [INFO] running `Command { std: "docker" "inspect" "09d7922038fe34c9c6369d3b1c02684baf48e20f96b69677eb50019fe6516278", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09d7922038fe34c9c6369d3b1c02684baf48e20f96b69677eb50019fe6516278", kill_on_drop: false }` [INFO] [stdout] 09d7922038fe34c9c6369d3b1c02684baf48e20f96b69677eb50019fe6516278