[INFO] cloning repository https://github.com/prasannavl/waldo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prasannavl/waldo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasannavl%2Fwaldo"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasannavl%2Fwaldo'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] da14978833e92ca45147bf3955eacbd5031d44bd [INFO] testing prasannavl/waldo against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasannavl%2Fwaldo" "/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/prasannavl/waldo 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/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-3/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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] 51d77164073eec0c5c97a181b52d613b044b018456d34b2fa78b46ed48539737 [INFO] running `"docker" "start" "-a" "51d77164073eec0c5c97a181b52d613b044b018456d34b2fa78b46ed48539737"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling 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: 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: build failed [INFO] running `"docker" "inspect" "51d77164073eec0c5c97a181b52d613b044b018456d34b2fa78b46ed48539737"` [INFO] running `"docker" "rm" "-f" "51d77164073eec0c5c97a181b52d613b044b018456d34b2fa78b46ed48539737"` [INFO] [stdout] 51d77164073eec0c5c97a181b52d613b044b018456d34b2fa78b46ed48539737