[INFO] cloning repository https://github.com/marony/rusiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marony/rusiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarony%2Frusiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarony%2Frusiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5979e8b20c0f76389626dd4546f6cb6866379d7d [INFO] testing marony/rusiler against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarony%2Frusiler" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marony/rusiler on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/marony/rusiler [INFO] finished tweaking git repo https://github.com/marony/rusiler [INFO] tweaked toml for git repo https://github.com/marony/rusiler written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/marony/rusiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cfe539e1d4f06ad39e3b724565186df02eba32422d76430d78dd8d683f0174b1 [INFO] running `Command { std: "docker" "start" "-a" "cfe539e1d4f06ad39e3b724565186df02eba32422d76430d78dd8d683f0174b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cfe539e1d4f06ad39e3b724565186df02eba32422d76430d78dd8d683f0174b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfe539e1d4f06ad39e3b724565186df02eba32422d76430d78dd8d683f0174b1", kill_on_drop: false }` [INFO] [stdout] cfe539e1d4f06ad39e3b724565186df02eba32422d76430d78dd8d683f0174b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5352d32eaef5eaf5fb933644a7655b0166149d382876881637fb677582c56a31 [INFO] running `Command { std: "docker" "start" "-a" "5352d32eaef5eaf5fb933644a7655b0166149d382876881637fb677582c56a31", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rusiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(link_args)] [INFO] [stdout] | ^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of using `-C link-arg=ARG` on command line, which is available from cargo build scripts with `cargo:rustc-link-arg` now [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `winapi` [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate winapi; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:37:42 [INFO] [stdout] | [INFO] [stdout] 37 | fn create_window_object(&self, hwnd: HWND) -> Rc; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/windows/window.rs:41:47 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn win_main(h_instance: HINSTANCE, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/windows/window.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | _h_prev_instance: HINSTANCE, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/windows/window.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | _cmd_line: LPCSTR, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_int` in this scope [INFO] [stdout] --> src/windows/window.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | cmd_show: c_int, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 3 | use std::os::raw::c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_int` in this scope [INFO] [stdout] --> src/windows/window.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | factory: T) -> c_int { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 3 | use std::os::raw::c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MessageBoxA` in this scope [INFO] [stdout] --> src/windows/window.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | MessageBoxA( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | 0 as HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/windows/window.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | 0 as UINT [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MessageBoxA` in this scope [INFO] [stdout] --> src/windows/window.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | MessageBoxA( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | 0 as HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/windows/window.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | 0 as UINT [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/windows/window.rs:93:38 [INFO] [stdout] | [INFO] [stdout] 93 | fn register_window_class(h_instance: HINSTANCE) -> ATOM { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ATOM` in this scope [INFO] [stdout] --> src/windows/window.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | fn register_window_class(h_instance: HINSTANCE) -> ATOM { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WNDCLASSEXW` in this scope [INFO] [stdout] --> src/windows/window.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | let wcex = WNDCLASSEXW { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDCLASSEXW` in this scope [INFO] [stdout] --> src/windows/window.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 93 | fn register_window_class(h_instance: HINSTANCE) -> ATOM { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 98 | cbSize: size_of::() as u32, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_VREDRAW` in this scope [INFO] [stdout] --> src/windows/window.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | style: CS_VREDRAW | CS_HREDRAW, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_HREDRAW` in this scope [INFO] [stdout] --> src/windows/window.rs:99:33 [INFO] [stdout] | [INFO] [stdout] 99 | style: CS_VREDRAW | CS_HREDRAW, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HICON` in this scope [INFO] [stdout] --> src/windows/window.rs:105:25 [INFO] [stdout] | [INFO] [stdout] 105 | hIcon: 0 as HICON, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HCURSOR` in this scope [INFO] [stdout] --> src/windows/window.rs:106:27 [INFO] [stdout] | [INFO] [stdout] 106 | hCursor: 0 as HCURSOR, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COLOR_WINDOWFRAME` in this scope [INFO] [stdout] --> src/windows/window.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | hbrBackground: (COLOR_WINDOWFRAME) as HBRUSH, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBRUSH` in this scope [INFO] [stdout] --> src/windows/window.rs:107:51 [INFO] [stdout] | [INFO] [stdout] 107 | hbrBackground: (COLOR_WINDOWFRAME) as HBRUSH, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/windows/window.rs:108:32 [INFO] [stdout] | [INFO] [stdout] 108 | lpszMenuName: 0 as LPCWSTR, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HICON` in this scope [INFO] [stdout] --> src/windows/window.rs:110:27 [INFO] [stdout] | [INFO] [stdout] 110 | hIconSm: 0 as HICON, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassExW` in this scope [INFO] [stdout] --> src/windows/window.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | RegisterClassExW(&wcex) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/windows/window.rs:117:30 [INFO] [stdout] | [INFO] [stdout] 117 | fn create_window(h_instance: HINSTANCE) -> HWND { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:117:44 [INFO] [stdout] | [INFO] [stdout] 117 | fn create_window(h_instance: HINSTANCE) -> HWND { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope [INFO] [stdout] --> src/windows/window.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_OVERLAPPEDWINDOW` in this scope [INFO] [stdout] --> src/windows/window.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | WS_OVERLAPPEDWINDOW, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CW_USEDEFAULT` in this scope [INFO] [stdout] --> src/windows/window.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | CW_USEDEFAULT, CW_USEDEFAULT, 500, 100, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CW_USEDEFAULT` in this scope [INFO] [stdout] --> src/windows/window.rs:124:28 [INFO] [stdout] | [INFO] [stdout] 124 | CW_USEDEFAULT, CW_USEDEFAULT, 500, 100, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 as HWND, 0 as HMENU, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/windows/window.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | 0 as HWND, 0 as HMENU, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stdout] --> src/windows/window.rs:127:21 [INFO] [stdout] | [INFO] [stdout] 127 | 9999 as LPVOID [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:133:22 [INFO] [stdout] | [INFO] [stdout] 133 | fn init_window(hwnd: HWND, cmd_show: c_int) -> () { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_int` in this scope [INFO] [stdout] --> src/windows/window.rs:133:38 [INFO] [stdout] | [INFO] [stdout] 133 | fn init_window(hwnd: HWND, cmd_show: c_int) -> () { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 3 | use std::os::raw::c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/windows/window.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | ShowWindow(hwnd, cmd_show); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in this scope [INFO] [stdout] --> src/windows/window.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | while GetMessageW(&mut msg, 0 as HWND, 0, 0) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:143:42 [INFO] [stdout] | [INFO] [stdout] 143 | while GetMessageW(&mut msg, 0 as HWND, 0, 0) != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/windows/window.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | TranslateMessage(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/windows/window.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | DispatchMessageW(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:152:19 [INFO] [stdout] | [INFO] [stdout] 152 | fn wnd_proc(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/windows/window.rs:152:30 [INFO] [stdout] | [INFO] [stdout] 152 | fn wnd_proc(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/windows/window.rs:152:44 [INFO] [stdout] | [INFO] [stdout] 152 | fn wnd_proc(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/windows/window.rs:152:60 [INFO] [stdout] | [INFO] [stdout] 152 | fn wnd_proc(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/windows/window.rs:152:71 [INFO] [stdout] | [INFO] [stdout] 152 | fn wnd_proc(hwnd: HWND, msg: UINT, wparam: WPARAM, lparam: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostQuitMessage` in this scope [INFO] [stdout] --> src/windows/window.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | PostQuitMessage(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope [INFO] [stdout] --> src/windows/window.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | DefWindowProcW(hwnd, msg, wparam, lparam) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | SetWindowLongW(hwnd, 0, transmute::(p1)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:201:50 [INFO] [stdout] | [INFO] [stdout] 193 | fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 201 | SetWindowLongW(hwnd, 0, transmute::(p1)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | SetWindowLongW(hwnd, 4, transmute::(p2)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:202:50 [INFO] [stdout] | [INFO] [stdout] 193 | fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 202 | SetWindowLongW(hwnd, 4, transmute::(p2)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | SetWindowLongW(hwnd, 8, transmute::(p3)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:203:50 [INFO] [stdout] | [INFO] [stdout] 193 | fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 203 | SetWindowLongW(hwnd, 8, transmute::(p3)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | SetWindowLongW(hwnd, 12, transmute::(p4)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:204:51 [INFO] [stdout] | [INFO] [stdout] 193 | fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 204 | SetWindowLongW(hwnd, 12, transmute::(p4)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/window.rs:217:21 [INFO] [stdout] | [INFO] [stdout] 217 | fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:219:30 [INFO] [stdout] | [INFO] [stdout] 217 | fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 218 | unsafe { [INFO] [stdout] 219 | let p1 = transmute::(GetWindowLongW(hwnd, 0)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:219:41 [INFO] [stdout] | [INFO] [stdout] 219 | let p1 = transmute::(GetWindowLongW(hwnd, 0)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:220:30 [INFO] [stdout] | [INFO] [stdout] 217 | fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 220 | let p2 = transmute::(GetWindowLongW(hwnd, 4)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:220:41 [INFO] [stdout] | [INFO] [stdout] 220 | let p2 = transmute::(GetWindowLongW(hwnd, 4)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:221:30 [INFO] [stdout] | [INFO] [stdout] 217 | fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 221 | let p3 = transmute::(GetWindowLongW(hwnd, 8)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:221:41 [INFO] [stdout] | [INFO] [stdout] 221 | let p3 = transmute::(GetWindowLongW(hwnd, 8)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/windows/window.rs:222:30 [INFO] [stdout] | [INFO] [stdout] 217 | fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 222 | let p4 = transmute::(GetWindowLongW(hwnd, 12)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/windows/window.rs:222:41 [INFO] [stdout] | [INFO] [stdout] 222 | let p4 = transmute::(GetWindowLongW(hwnd, 12)); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/default_window.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | hwnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/default_window.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new(hwnd: HWND) -> DefaultWindow { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BeginPaint` in this scope [INFO] [stdout] --> src/windows/default_window.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | let hdc = BeginPaint(self.hwnd, &mut ps); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TextOutA` in this scope [INFO] [stdout] --> src/windows/default_window.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 45 | TextOutA(hdc, 5, 5, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/windows/default_window.rs:62:42 [INFO] [stdout] | [INFO] [stdout] 62 | fn create_window_object(&self, hwnd: HWND) -> Rc { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/main.rs:16:44 [INFO] [stdout] | [INFO] [stdout] 16 | pub extern "system" fn WinMain(h_instance: HINSTANCE, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/main.rs:17:49 [INFO] [stdout] | [INFO] [stdout] 17 | ... h_prev_instance: HINSTANCE, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/main.rs:18:42 [INFO] [stdout] | [INFO] [stdout] 18 | ... cmd_line: LPCSTR, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_int` in this scope [INFO] [stdout] --> src/main.rs:19:42 [INFO] [stdout] | [INFO] [stdout] 19 | ... cmd_show: c_int) -> c_int { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_int` in this scope [INFO] [stdout] --> src/main.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | ... cmd_show: c_int) -> c_int { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:193:38 [INFO] [stdout] | [INFO] [stdout] 193 | fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 193 - fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] 193 + fn set_window(hwnd: HWND, window: Rc) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:217:33 [INFO] [stdout] | [INFO] [stdout] 217 | fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 217 - fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] 217 + fn get_window(hwnd: HWND) -> Rc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:237:30 [INFO] [stdout] | [INFO] [stdout] 237 | fn release_window(window: Rc) -> () { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 237 - fn release_window(window: Rc) -> () { [INFO] [stdout] 237 + fn release_window(window: Rc) -> () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | fn create_window_object(&self, hwnd: HWND) -> Rc; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 37 - fn create_window_object(&self, hwnd: HWND) -> Rc; [INFO] [stdout] 37 + fn create_window_object(&self, hwnd: HWND) -> Rc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/default_window.rs:62:54 [INFO] [stdout] | [INFO] [stdout] 62 | fn create_window_object(&self, hwnd: HWND) -> Rc { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn create_window_object(&self, hwnd: HWND) -> Rc { [INFO] [stdout] 62 + fn create_window_object(&self, hwnd: HWND) -> Rc { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | let size = size_of::<&Window>() as i32; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 94 - let size = size_of::<&Window>() as i32; [INFO] [stdout] 94 + let size = size_of::<&dyn Window>() as i32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:196:36 [INFO] [stdout] | [INFO] [stdout] 196 | let p = transmute::<*const Window, u128>(raw); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 196 - let p = transmute::<*const Window, u128>(raw); [INFO] [stdout] 196 + let p = transmute::<*const dyn Window, u128>(raw); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/windows/window.rs:227:47 [INFO] [stdout] | [INFO] [stdout] 227 | Rc::from_raw(transmute::(p)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 227 - Rc::from_raw(transmute::(p)) [INFO] [stdout] 227 + Rc::from_raw(transmute::(p)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 78 previous errors; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0463, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusiler` due to 79 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5352d32eaef5eaf5fb933644a7655b0166149d382876881637fb677582c56a31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5352d32eaef5eaf5fb933644a7655b0166149d382876881637fb677582c56a31", kill_on_drop: false }` [INFO] [stdout] 5352d32eaef5eaf5fb933644a7655b0166149d382876881637fb677582c56a31