[INFO] updating cached repository https://github.com/Kethku/WindowSniper
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 2671b2b5723779cacda4702774c51eb9f4349d9b
[INFO] checking Kethku/WindowSniper against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKethku%2FWindowSniper" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Kethku/WindowSniper on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Kethku/WindowSniper
[INFO] finished tweaking git repo https://github.com/Kethku/WindowSniper
[INFO] tweaked toml for git repo https://github.com/Kethku/WindowSniper written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/Kethku/WindowSniper already has a lockfile, it will not be regenerated
[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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 65a6eed20bf9d5805f6f5fba20b498fd0dc89fa16af74b722a8baa18de0608ac
[INFO] running `"docker" "start" "-a" "65a6eed20bf9d5805f6f5fba20b498fd0dc89fa16af74b722a8baa18de0608ac"`
[INFO] [stderr]    Compiling winapi v0.3.7
[INFO] [stderr]     Checking claxon v0.3.2
[INFO] [stderr]    Compiling minimp3-sys v0.3.1
[INFO] [stderr]    Compiling alsa-sys v0.1.2
[INFO] [stderr]     Checking slice-deque v0.1.16
[INFO] [stderr]     Checking ogg v0.7.0
[INFO] [stderr]    Compiling rust-embed-impl v4.3.0
[INFO] [stderr]     Checking cgmath v0.14.1
[INFO] [stderr]     Checking lewton v0.9.4
[INFO] [stderr]     Checking rust-embed v4.3.0
[INFO] [stderr]     Checking cpal v0.8.2
[INFO] [stderr]     Checking minimp3 v0.3.2
[INFO] [stderr]     Checking rodio v0.8.1
[INFO] [stderr]     Checking window_sniper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::um::winuser::{VK_LBUTTON, VK_RBUTTON, GetCursorPos, GetKeyState, WindowFromPoint, GetWindowThreadProcessId};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::processthreadsapi::{OpenProcess, TerminateProcess};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::winnt::PROCESS_ALL_ACCESS;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::windef::{ POINT };
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/winapi_wrappers.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::ctypes::c_int;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         GetKeyState(button) & 0x100 != 0
[INFO] [stderr]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LBUTTON` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:19:16
[INFO] [stderr]    |
[INFO] [stderr] 19 |     mouse_down(VK_LBUTTON)
[INFO] [stderr]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_RBUTTON` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:23:16
[INFO] [stderr]    |
[INFO] [stderr] 23 |     mouse_down(VK_RBUTTON)
[INFO] [stderr]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 |     let mut cursor_position = POINT { x: 0, y: 0 };
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursorPos` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         GetCursorPos(&mut cursor_position);
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WindowFromPoint` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:43:22
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let handle = WindowFromPoint(POINT { x: pos.x, y: pos.y });
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:43:38
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let handle = WindowFromPoint(POINT { x: pos.x, y: pos.y });
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowThreadProcessId` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |         GetWindowThreadProcessId(handle, &mut pid);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `OpenProcess` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:52:22
[INFO] [stderr]    |
[INFO] [stderr] 52 |         let handle = OpenProcess(PROCESS_ALL_ACCESS, 1, pid);
[INFO] [stderr]    |                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROCESS_ALL_ACCESS` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:52:34
[INFO] [stderr]    |
[INFO] [stderr] 52 |         let handle = OpenProcess(PROCESS_ALL_ACCESS, 1, pid);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `TerminateProcess` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         TerminateProcess(handle, 0);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0422`.
[INFO] [stderr] error: could not compile `window_sniper`.
[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[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::um::winuser::{VK_LBUTTON, VK_RBUTTON, GetCursorPos, GetKeyState, WindowFromPoint, GetWindowThreadProcessId};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::processthreadsapi::{OpenProcess, TerminateProcess};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::winnt::PROCESS_ALL_ACCESS;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/winapi_wrappers.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::windef::{ POINT };
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/winapi_wrappers.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::ctypes::c_int;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetKeyState` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         GetKeyState(button) & 0x100 != 0
[INFO] [stderr]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LBUTTON` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:19:16
[INFO] [stderr]    |
[INFO] [stderr] 19 |     mouse_down(VK_LBUTTON)
[INFO] [stderr]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_RBUTTON` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:23:16
[INFO] [stderr]    |
[INFO] [stderr] 23 |     mouse_down(VK_RBUTTON)
[INFO] [stderr]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 |     let mut cursor_position = POINT { x: 0, y: 0 };
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursorPos` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         GetCursorPos(&mut cursor_position);
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `WindowFromPoint` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:43:22
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let handle = WindowFromPoint(POINT { x: pos.x, y: pos.y });
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:43:38
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let handle = WindowFromPoint(POINT { x: pos.x, y: pos.y });
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowThreadProcessId` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |         GetWindowThreadProcessId(handle, &mut pid);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `OpenProcess` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:52:22
[INFO] [stderr]    |
[INFO] [stderr] 52 |         let handle = OpenProcess(PROCESS_ALL_ACCESS, 1, pid);
[INFO] [stderr]    |                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROCESS_ALL_ACCESS` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:52:34
[INFO] [stderr]    |
[INFO] [stderr] 52 |         let handle = OpenProcess(PROCESS_ALL_ACCESS, 1, pid);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `TerminateProcess` in this scope
[INFO] [stderr]   --> src/winapi_wrappers.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         TerminateProcess(handle, 0);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0422`.
[INFO] [stderr] error: could not compile `window_sniper`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "65a6eed20bf9d5805f6f5fba20b498fd0dc89fa16af74b722a8baa18de0608ac"`
[INFO] running `"docker" "rm" "-f" "65a6eed20bf9d5805f6f5fba20b498fd0dc89fa16af74b722a8baa18de0608ac"`
[INFO] [stdout] 65a6eed20bf9d5805f6f5fba20b498fd0dc89fa16af74b722a8baa18de0608ac
