[INFO] updating cached repository https://github.com/maroider/justaprankbro [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] ac2f893678c02445efb4cd2679ed6bfebb14dfb1 [INFO] testing maroider/justaprankbro against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaroider%2Fjustaprankbro" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maroider/justaprankbro on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-8/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+beta-2020-06-03" "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] 6e5a2391bc04d961ce166bd52927dfd24110fe95d7212ed432eaac0da74a4bb5 [INFO] running `"docker" "start" "-a" "6e5a2391bc04d961ce166bd52927dfd24110fe95d7212ed432eaac0da74a4bb5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling rusttype v0.8.0 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.4 [INFO] [stderr] Compiling winit v0.20.0-alpha3 [INFO] [stderr] Compiling 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::{ntdef::HANDLE, windef::HICON, 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:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | unsafe { SetSystemCursor(self.cursor.handle as HICON, self.kind.as_id()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HICON` in this scope [INFO] [stderr] --> src/cursor.rs:27:56 [INFO] [stderr] | [INFO] [stderr] 27 | unsafe { SetSystemCursor(self.cursor.handle as HICON, self.kind.as_id()) }; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stderr] --> src/cursor.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | handle: HANDLE, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadImageW` in this scope [INFO] [stderr] --> src/cursor.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | LoadImageW( [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IMAGE_CURSOR` in this scope [INFO] [stderr] --> src/cursor.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | IMAGE_CURSOR, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stderr] --> src/cursor.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | LR_SHARED | LR_LOADFROMFILE, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LR_LOADFROMFILE` in this scope [INFO] [stderr] --> src/cursor.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | LR_SHARED | LR_LOADFROMFILE, [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:60:39 [INFO] [stderr] | [INFO] [stderr] 60 | 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:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | 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 `LoadImageW` in this scope [INFO] [stderr] --> src/cursor.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | LoadImageW( [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:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | MAKEINTRESOURCEW(kind.as_id() as u16), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IMAGE_CURSOR` in this scope [INFO] [stderr] --> src/cursor.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | IMAGE_CURSOR, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stderr] --> src/cursor.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | LR_SHARED, [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CopyImage` in this scope [INFO] [stderr] --> src/cursor.rs:88:31 [INFO] [stderr] | [INFO] [stderr] 88 | let handle = unsafe { CopyImage(cursor, IMAGE_CURSOR, 0, 0, 0) }; [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IMAGE_CURSOR` in this scope [INFO] [stderr] --> src/cursor.rs:88:49 [INFO] [stderr] | [INFO] [stderr] 88 | let handle = unsafe { CopyImage(cursor, IMAGE_CURSOR, 0, 0, 0) }; [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:99:18 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe { SetSystemCursor(self.handle as HICON, kind.as_id()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HICON` in this scope [INFO] [stderr] --> src/cursor.rs:99:49 [INFO] [stderr] | [INFO] [stderr] 99 | unsafe { SetSystemCursor(self.handle as HICON, kind.as_id()) }; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 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" "6e5a2391bc04d961ce166bd52927dfd24110fe95d7212ed432eaac0da74a4bb5"` [INFO] running `"docker" "rm" "-f" "6e5a2391bc04d961ce166bd52927dfd24110fe95d7212ed432eaac0da74a4bb5"` [INFO] [stdout] 6e5a2391bc04d961ce166bd52927dfd24110fe95d7212ed432eaac0da74a4bb5