[INFO] cloning repository https://github.com/adumbidiot/win-cursor-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adumbidiot/win-cursor-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadumbidiot%2Fwin-cursor-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadumbidiot%2Fwin-cursor-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1711cacffbec966e80bcfebff4a456d8dbd74365 [INFO] testing adumbidiot/win-cursor-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%2Fadumbidiot%2Fwin-cursor-rs" "/workspace/builds/worker-119/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-119/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adumbidiot/win-cursor-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] started tweaking git repo https://github.com/adumbidiot/win-cursor-rs [INFO] finished tweaking git repo https://github.com/adumbidiot/win-cursor-rs [INFO] tweaked toml for git repo https://github.com/adumbidiot/win-cursor-rs written to /workspace/builds/worker-119/source/Cargo.toml [INFO] crate git repo https://github.com/adumbidiot/win-cursor-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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea661f23bdb729c16920b8dac63e60654f456f5e80a75b8f0c25224b47e43045 [INFO] running `Command { std: "docker" "start" "-a" "ea661f23bdb729c16920b8dac63e60654f456f5e80a75b8f0c25224b47e43045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea661f23bdb729c16920b8dac63e60654f456f5e80a75b8f0c25224b47e43045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea661f23bdb729c16920b8dac63e60654f456f5e80a75b8f0c25224b47e43045", kill_on_drop: false }` [INFO] [stdout] ea661f23bdb729c16920b8dac63e60654f456f5e80a75b8f0c25224b47e43045 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c420044cd508ab727969012a2dd2c3cfb846ffac57c7a3bae4e0ac24b42c519d [INFO] running `Command { std: "docker" "start" "-a" "c420044cd508ab727969012a2dd2c3cfb846ffac57c7a3bae4e0ac24b42c519d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling win-cursor v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/input.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | shared::windef::RECT, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope [INFO] [stdout] --> src/input.rs:118:26 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum Input { [INFO] [stdout] | -------------- similarly named enum `Input` defined here [INFO] [stdout] ... [INFO] [stdout] 118 | impl From<&'_ Input> for INPUT { [INFO] [stdout] | ^^^^^ help: an enum with a similar name exists: `Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope [INFO] [stdout] --> src/input.rs:123:36 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum Input { [INFO] [stdout] | -------------- similarly named enum `Input` defined here [INFO] [stdout] ... [INFO] [stdout] 123 | let mut input: INPUT = std::mem::zeroed(); [INFO] [stdout] | ^^^^^ help: an enum with a similar name exists: `Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INPUT_MOUSE` in this scope [INFO] [stdout] --> src/input.rs:124:35 [INFO] [stdout] | [INFO] [stdout] 124 | input.type_ = INPUT_MOUSE; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_ABSOLUTE` in this scope [INFO] [stdout] --> src/input.rs:131:34 [INFO] [stdout] | [INFO] [stdout] 131 | flags |= MOUSEEVENTF_ABSOLUTE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_MOVE` in this scope [INFO] [stdout] --> src/input.rs:135:34 [INFO] [stdout] | [INFO] [stdout] 135 | flags |= MOUSEEVENTF_MOVE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_MOVE_NOCOALESCE` in this scope [INFO] [stdout] --> src/input.rs:139:34 [INFO] [stdout] | [INFO] [stdout] 139 | flags |= MOUSEEVENTF_MOVE_NOCOALESCE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_LEFTDOWN` in this scope [INFO] [stdout] --> src/input.rs:143:34 [INFO] [stdout] | [INFO] [stdout] 143 | flags |= MOUSEEVENTF_LEFTDOWN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_LEFTUP` in this scope [INFO] [stdout] --> src/input.rs:147:34 [INFO] [stdout] | [INFO] [stdout] 147 | flags |= MOUSEEVENTF_LEFTUP; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_RIGHTDOWN` in this scope [INFO] [stdout] --> src/input.rs:151:34 [INFO] [stdout] | [INFO] [stdout] 151 | flags |= MOUSEEVENTF_RIGHTDOWN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MOUSEEVENTF_RIGHTUP` in this scope [INFO] [stdout] --> src/input.rs:155:34 [INFO] [stdout] | [INFO] [stdout] 155 | flags |= MOUSEEVENTF_RIGHTUP; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetCursorPos` in this scope [INFO] [stdout] --> src/lib.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | let ret = unsafe { SetCursorPos(point.0, point.1) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursorPos` in this scope [INFO] [stdout] --> src/lib.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | let ret = unsafe { GetCursorPos(point.as_mut_ptr()) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClipCursor` in this scope [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | let ret = unsafe { GetClipCursor(rect.as_mut_ptr()) }; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope [INFO] [stdout] --> src/lib.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let mut inputs: Vec = inputs.iter().map(Into::into).collect(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum Input { [INFO] [stdout] | -------------- similarly named enum `Input` defined here [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 100 | let mut inputs: Vec = inputs.iter().map(Into::into).collect(); [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 95 | pub fn send_inputs(inputs: &[Input]) -> Result { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendInput` in this scope [INFO] [stdout] --> src/lib.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | SendInput( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope [INFO] [stdout] --> src/lib.rs:106:33 [INFO] [stdout] | [INFO] [stdout] 106 | std::mem::size_of::() as i32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum Input { [INFO] [stdout] | -------------- similarly named enum `Input` defined here [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 106 | std::mem::size_of::() as i32, [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 95 | pub fn send_inputs(inputs: &[Input]) -> Result { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct Rect { [INFO] [stdout] | --------------- similarly named struct `Rect` defined here [INFO] [stdout] ... [INFO] [stdout] 148 | impl From for Rect { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 148 | impl From for Rect { [INFO] [stdout] | ~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 148 | impl From for Rect { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct Rect { [INFO] [stdout] | --------------- similarly named struct `Rect` defined here [INFO] [stdout] ... [INFO] [stdout] 149 | fn from(rect: RECT) -> Self { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `win-cursor` due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "c420044cd508ab727969012a2dd2c3cfb846ffac57c7a3bae4e0ac24b42c519d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c420044cd508ab727969012a2dd2c3cfb846ffac57c7a3bae4e0ac24b42c519d", kill_on_drop: false }` [INFO] [stdout] c420044cd508ab727969012a2dd2c3cfb846ffac57c7a3bae4e0ac24b42c519d