[INFO] cloning repository https://github.com/prasannavl/waldo [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasannavl%2Fwaldo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da14978833e92ca45147bf3955eacbd5031d44bd [INFO] checking prasannavl/waldo against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprasannavl%2Fwaldo" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/prasannavl/waldo on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-7/source/Cargo.toml [INFO] crate git repo https://github.com/prasannavl/waldo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] daf13c60777c1202d0ca16f2833ef374286c19e4c3f2018341a66ccfd1748d2f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "daf13c60777c1202d0ca16f2833ef374286c19e4c3f2018341a66ccfd1748d2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "daf13c60777c1202d0ca16f2833ef374286c19e4c3f2018341a66ccfd1748d2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daf13c60777c1202d0ca16f2833ef374286c19e4c3f2018341a66ccfd1748d2f", kill_on_drop: false }` [INFO] [stdout] daf13c60777c1202d0ca16f2833ef374286c19e4c3f2018341a66ccfd1748d2f [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45c30059eebf53c11077babf0a0447c11065d9b8940b8164c208f8ccd3969ae6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "45c30059eebf53c11077babf0a0447c11065d9b8940b8164c208f8ccd3969ae6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking libc v0.2.29 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking num-integer v0.1.35 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling user32-sys v0.2.0 [INFO] [stderr] Checking thread_local v0.3.4 [INFO] [stderr] Checking num-iter v0.1.34 [INFO] [stderr] Checking num v0.1.40 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking textwrap v0.7.0 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking clap v2.26.0 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking waldo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleWindow` in crate `kernel32` [INFO] [stdout] --> src/windows/api.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | let handle = kernel32::GetConsoleWindow(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in crate `kernel32` [INFO] [stdout] --> src/windows/api.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | kernel32::SetConsoleMode(handle as *mut raw::c_void, 0x0200); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:16:43 [INFO] [stdout] | [INFO] [stdout] 16 | let hwnd = -1 as isize as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | let v = 2 as winapi::LPARAM; [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendNotifyMessageW` in crate `user32` [INFO] [stdout] --> src/windows/api.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_SYSCOMMAND` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:18:50 [INFO] [stdout] | [INFO] [stdout] 18 | user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SC_MONITORPOWER` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:18:73 [INFO] [stdout] | [INFO] [stdout] 18 | user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_platform_commands` in this scope [INFO] [stdout] --> src/lib.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | v.extend(get_platform_commands()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [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] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetConsoleWindow` in crate `kernel32` [INFO] [stdout] --> src/windows/api.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | let handle = kernel32::GetConsoleWindow(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetConsoleMode` in crate `kernel32` [INFO] [stdout] --> src/windows/api.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | kernel32::SetConsoleMode(handle as *mut raw::c_void, 0x0200); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:16:43 [INFO] [stdout] | [INFO] [stdout] 16 | let hwnd = -1 as isize as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | let v = 2 as winapi::LPARAM; [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendNotifyMessageW` in crate `user32` [INFO] [stdout] --> src/windows/api.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_SYSCOMMAND` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:18:50 [INFO] [stdout] | [INFO] [stdout] 18 | user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SC_MONITORPOWER` in crate `winapi` [INFO] [stdout] --> src/windows/api.rs:18:73 [INFO] [stdout] | [INFO] [stdout] 18 | user32::SendNotifyMessageW(hwnd, winapi::WM_SYSCOMMAND, winapi::SC_MONITORPOWER, v); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_platform_commands` in this scope [INFO] [stdout] --> src/lib.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | v.extend(get_platform_commands()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "45c30059eebf53c11077babf0a0447c11065d9b8940b8164c208f8ccd3969ae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c30059eebf53c11077babf0a0447c11065d9b8940b8164c208f8ccd3969ae6", kill_on_drop: false }` [INFO] [stdout] 45c30059eebf53c11077babf0a0447c11065d9b8940b8164c208f8ccd3969ae6