[INFO] updating cached repository https://github.com/prasannavl/waldo
[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] da14978833e92ca45147bf3955eacbd5031d44bd
[INFO] checking prasannavl/waldo against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasannavl%2Fwaldo" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/prasannavl/waldo 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/prasannavl/waldo
[INFO] finished tweaking git repo https://github.com/prasannavl/waldo
[INFO] tweaked toml for git repo https://github.com/prasannavl/waldo written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/prasannavl/waldo 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stdout] fbeb4f9bffff3188d009a303fc6af572aec32420f8612999919468b2ec4b6f30
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "fbeb4f9bffff3188d009a303fc6af572aec32420f8612999919468b2ec4b6f30"`
[INFO] [stderr]    Compiling ole32-sys v0.2.0
[INFO] [stderr]     Checking chrono v0.4.0
[INFO] [stderr]     Checking waldo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleWindow` in crate `kernel32`
[INFO] [stderr]  --> src/windows/api.rs:9:32
[INFO] [stderr]   |
[INFO] [stderr] 9 |         let handle = kernel32::GetConsoleWindow();
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^^ not found in `kernel32`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in crate `kernel32`
[INFO] [stderr]   --> src/windows/api.rs:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 |         kernel32::SetConsoleMode(handle as *mut raw::c_void, 0x0200);
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^ not found in `kernel32`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:16:43
[INFO] [stderr]    |
[INFO] [stderr] 16 |         let hwnd = -1 as isize as winapi::HWND;
[INFO] [stderr]    |                                           ^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:17:30
[INFO] [stderr]    |
[INFO] [stderr] 17 |         let v = 2 as winapi::LPARAM;
[INFO] [stderr]    |                              ^^^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SendNotifyMessageW` in crate `user32`
[INFO] [stderr]   --> src/windows/api.rs:18:17
[INFO] [stderr]    |
[INFO] [stderr] 18 |         user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^ not found in `user32`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WM_SYSCOMMAND` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:18:50
[INFO] [stderr]    |
[INFO] [stderr] 18 |         user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SC_MONITORPOWER` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:18:73
[INFO] [stderr]    |
[INFO] [stderr] 18 |         user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v);
[INFO] [stderr]    |                                                                         ^^^^^^^^^^^^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `get_platform_commands` in this scope
[INFO] [stderr]   --> src/lib.rs:66:14
[INFO] [stderr]    |
[INFO] [stderr] 66 |     v.extend(get_platform_commands());
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleWindow` in crate `kernel32`
[INFO] [stderr]  --> src/windows/api.rs:9:32
[INFO] [stderr]   |
[INFO] [stderr] 9 |         let handle = kernel32::GetConsoleWindow();
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^^ not found in `kernel32`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in crate `kernel32`
[INFO] [stderr]   --> src/windows/api.rs:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 |         kernel32::SetConsoleMode(handle as *mut raw::c_void, 0x0200);
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^ not found in `kernel32`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:16:43
[INFO] [stderr]    |
[INFO] [stderr] 16 |         let hwnd = -1 as isize as winapi::HWND;
[INFO] [stderr]    |                                           ^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:17:30
[INFO] [stderr]    |
[INFO] [stderr] 17 |         let v = 2 as winapi::LPARAM;
[INFO] [stderr]    |                              ^^^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SendNotifyMessageW` in crate `user32`
[INFO] [stderr]   --> src/windows/api.rs:18:17
[INFO] [stderr]    |
[INFO] [stderr] 18 |         user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^ not found in `user32`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WM_SYSCOMMAND` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:18:50
[INFO] [stderr]    |
[INFO] [stderr] 18 |         user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SC_MONITORPOWER` in crate `winapi`
[INFO] [stderr]   --> src/windows/api.rs:18:73
[INFO] [stderr]    |
[INFO] [stderr] 18 |         user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v);
[INFO] [stderr]    |                                                                         ^^^^^^^^^^^^^^^ not found in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `get_platform_commands` in this scope
[INFO] [stderr]   --> src/lib.rs:66:14
[INFO] [stderr]    |
[INFO] [stderr] 66 |     v.extend(get_platform_commands());
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `waldo`.
[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 `waldo`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "fbeb4f9bffff3188d009a303fc6af572aec32420f8612999919468b2ec4b6f30"`
[INFO] running `"docker" "rm" "-f" "fbeb4f9bffff3188d009a303fc6af572aec32420f8612999919468b2ec4b6f30"`
[INFO] [stdout] fbeb4f9bffff3188d009a303fc6af572aec32420f8612999919468b2ec4b6f30
