[INFO] updating cached repository https://github.com/thomaslienbacher/win-keylogger-rs
[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] a06e3c3e761238f98ae30951ca458bde0c23a0f3
[INFO] checking thomaslienbacher/win-keylogger-rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomaslienbacher%2Fwin-keylogger-rs" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/thomaslienbacher/win-keylogger-rs on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/thomaslienbacher/win-keylogger-rs
[INFO] finished tweaking git repo https://github.com/thomaslienbacher/win-keylogger-rs
[INFO] tweaked toml for git repo https://github.com/thomaslienbacher/win-keylogger-rs written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/thomaslienbacher/win-keylogger-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] e08afa9aeb419d8859b5eed8d960214ab4ba679995fbb9270005d8b173090466
[INFO] running `"docker" "start" "-a" "e08afa9aeb419d8859b5eed8d960214ab4ba679995fbb9270005d8b173090466"`
[INFO] [stderr]    Compiling os_info v1.1.0
[INFO] [stderr]     Checking hostname v0.1.5
[INFO] [stderr]     Checking chrono v0.4.6
[INFO] [stderr]    Compiling syn v0.15.23
[INFO] [stderr]    Compiling serde_derive v1.0.83
[INFO] [stderr]     Checking win-keylogger-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]    --> src/main.rs:277:9
[INFO] [stderr]     |
[INFO] [stderr] 277 |     use winapi::um::winuser::*;
[INFO] [stderr]     |         ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]    --> src/main.rs:278:9
[INFO] [stderr]     |
[INFO] [stderr] 278 |     use winapi::shared::windef::POINT;
[INFO] [stderr]     |         ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::shared::windef::POINT`
[INFO] [stderr]    --> src/main.rs:278:9
[INFO] [stderr]     |
[INFO] [stderr] 278 |     use winapi::shared::windef::POINT;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]    --> src/main.rs:277:9
[INFO] [stderr]     |
[INFO] [stderr] 277 |     use winapi::um::winuser::*;
[INFO] [stderr]     |         ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]    --> src/main.rs:278:9
[INFO] [stderr]     |
[INFO] [stderr] 278 |     use winapi::shared::windef::POINT;
[INFO] [stderr]     |         ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::shared::windef::POINT`
[INFO] [stderr]    --> src/main.rs:278:9
[INFO] [stderr]     |
[INFO] [stderr] 278 |     use winapi::shared::windef::POINT;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `POINT` in this scope
[INFO] [stderr]    --> src/main.rs:281:21
[INFO] [stderr]     |
[INFO] [stderr] 281 |         let mut p = POINT { x: -1, y: -1 };
[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/main.rs:282:9
[INFO] [stderr]     |
[INFO] [stderr] 282 |         GetCursorPos(&mut p);
[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/main.rs:281:21
[INFO] [stderr]     |
[INFO] [stderr] 281 |         let mut p = POINT { x: -1, y: -1 };
[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/main.rs:282:9
[INFO] [stderr]     |
[INFO] [stderr] 282 |         GetCursorPos(&mut p);
[INFO] [stderr]     |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 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: aborting due to 5 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 `win-keylogger-rs`.
[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: could not compile `win-keylogger-rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e08afa9aeb419d8859b5eed8d960214ab4ba679995fbb9270005d8b173090466"`
[INFO] running `"docker" "rm" "-f" "e08afa9aeb419d8859b5eed8d960214ab4ba679995fbb9270005d8b173090466"`
[INFO] [stdout] e08afa9aeb419d8859b5eed8d960214ab4ba679995fbb9270005d8b173090466
