[INFO] cloning repository https://github.com/maroider/justaprankbro [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maroider/justaprankbro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaroider%2Fjustaprankbro"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaroider%2Fjustaprankbro'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a161702e7cf363ba0af557c5485835a43c6cea3a [INFO] checking maroider/justaprankbro against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaroider%2Fjustaprankbro" "/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/maroider/justaprankbro on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/maroider/justaprankbro [INFO] finished tweaking git repo https://github.com/maroider/justaprankbro [INFO] tweaked toml for git repo https://github.com/maroider/justaprankbro written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/maroider/justaprankbro already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] 9c96bb1fb6bc6b21cb00e6f801977a850934fb33522a5872e2ab130e4c0a3321 [INFO] running `"docker" "start" "-a" "9c96bb1fb6bc6b21cb00e6f801977a850934fb33522a5872e2ab130e4c0a3321"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking rusttype v0.8.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha3 [INFO] [stderr] Checking justaprankbro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/cursor.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | shared::{windef::HCURSOR, winerror::ERROR_FILE_NOT_FOUND}, [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/cursor.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | um::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetSystemCursor` in this scope [INFO] [stderr] --> src/cursor.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | unsafe { SetSystemCursor(self.cursor.handle, self.kind.as_id()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HCURSOR` in this scope [INFO] [stderr] --> src/cursor.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | handle: HCURSOR, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorFromFileW` in this scope [INFO] [stderr] --> src/cursor.rs:43:31 [INFO] [stderr] | [INFO] [stderr] 43 | let handle = unsafe { LoadCursorFromFileW(utf16_path.as_ptr()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stderr] --> src/cursor.rs:46:39 [INFO] [stderr] | [INFO] [stderr] 46 | let error_code = unsafe { GetLastError() }; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ERROR_FILE_NOT_FOUND` in this scope [INFO] [stderr] --> src/cursor.rs:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | if error_code == ERROR_FILE_NOT_FOUND { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursor` in this scope [INFO] [stderr] --> src/cursor.rs:61:31 [INFO] [stderr] | [INFO] [stderr] 61 | let handle = unsafe { GetCursor() }; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope [INFO] [stderr] --> src/cursor.rs:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | let cursor = unsafe { LoadCursorW(ptr::null_mut(), MAKEINTRESOURCEW(kind.as_id() as u16)) }; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MAKEINTRESOURCEW` in this scope [INFO] [stderr] --> src/cursor.rs:70:60 [INFO] [stderr] | [INFO] [stderr] 70 | let cursor = unsafe { LoadCursorW(ptr::null_mut(), MAKEINTRESOURCEW(kind.as_id() as u16)) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CopyIcon` in this scope [INFO] [stderr] --> src/cursor.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | let handle = unsafe { CopyIcon(cursor) }; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetSystemCursor` in this scope [INFO] [stderr] --> src/cursor.rs:87:18 [INFO] [stderr] | [INFO] [stderr] 87 | unsafe { SetSystemCursor(self.handle, kind.as_id()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `justaprankbro`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/cursor.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | shared::{windef::HCURSOR, winerror::ERROR_FILE_NOT_FOUND}, [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/cursor.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | um::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetSystemCursor` in this scope [INFO] [stderr] --> src/cursor.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | unsafe { SetSystemCursor(self.cursor.handle, self.kind.as_id()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HCURSOR` in this scope [INFO] [stderr] --> src/cursor.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | handle: HCURSOR, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorFromFileW` in this scope [INFO] [stderr] --> src/cursor.rs:43:31 [INFO] [stderr] | [INFO] [stderr] 43 | let handle = unsafe { LoadCursorFromFileW(utf16_path.as_ptr()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stderr] --> src/cursor.rs:46:39 [INFO] [stderr] | [INFO] [stderr] 46 | let error_code = unsafe { GetLastError() }; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ERROR_FILE_NOT_FOUND` in this scope [INFO] [stderr] --> src/cursor.rs:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | if error_code == ERROR_FILE_NOT_FOUND { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCursor` in this scope [INFO] [stderr] --> src/cursor.rs:61:31 [INFO] [stderr] | [INFO] [stderr] 61 | let handle = unsafe { GetCursor() }; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope [INFO] [stderr] --> src/cursor.rs:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | let cursor = unsafe { LoadCursorW(ptr::null_mut(), MAKEINTRESOURCEW(kind.as_id() as u16)) }; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MAKEINTRESOURCEW` in this scope [INFO] [stderr] --> src/cursor.rs:70:60 [INFO] [stderr] | [INFO] [stderr] 70 | let cursor = unsafe { LoadCursorW(ptr::null_mut(), MAKEINTRESOURCEW(kind.as_id() as u16)) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CopyIcon` in this scope [INFO] [stderr] --> src/cursor.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | let handle = unsafe { CopyIcon(cursor) }; [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetSystemCursor` in this scope [INFO] [stderr] --> src/cursor.rs:87:18 [INFO] [stderr] | [INFO] [stderr] 87 | unsafe { SetSystemCursor(self.handle, kind.as_id()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `justaprankbro`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9c96bb1fb6bc6b21cb00e6f801977a850934fb33522a5872e2ab130e4c0a3321"` [INFO] running `"docker" "rm" "-f" "9c96bb1fb6bc6b21cb00e6f801977a850934fb33522a5872e2ab130e4c0a3321"` [INFO] [stdout] 9c96bb1fb6bc6b21cb00e6f801977a850934fb33522a5872e2ab130e4c0a3321