[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] testing Kethku/WindowSniper against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKethku%2FWindowSniper" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kethku/WindowSniper on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-3/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 14bf39c0de7e49b67aee64e7de054452baba7b517a588e760f9372a112e02316 [INFO] running `"docker" "start" "-a" "14bf39c0de7e49b67aee64e7de054452baba7b517a588e760f9372a112e02316"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling rust-embed-impl v4.3.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling slice-deque v0.1.16 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling rust-embed v4.3.0 [INFO] [stderr] Compiling minimp3 v0.3.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling rodio v0.8.1 [INFO] [stderr] Compiling 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] running `"docker" "inspect" "14bf39c0de7e49b67aee64e7de054452baba7b517a588e760f9372a112e02316"` [INFO] running `"docker" "rm" "-f" "14bf39c0de7e49b67aee64e7de054452baba7b517a588e760f9372a112e02316"` [INFO] [stdout] 14bf39c0de7e49b67aee64e7de054452baba7b517a588e760f9372a112e02316