[INFO] crate fuzzyfocus 0.1.0 is already in cache [INFO] testing fuzzyfocus-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate fuzzyfocus 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate fuzzyfocus 0.1.0 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 crates.io crate fuzzyfocus 0.1.0 [INFO] finished tweaking crates.io crate fuzzyfocus 0.1.0 [INFO] tweaked toml for crates.io crate fuzzyfocus 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate fuzzyfocus 0.1.0 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 2d601341481311ab64731025262f0622d1fa6bd6fb2d90d2c94970995b502e81 [INFO] running `"docker" "start" "-a" "2d601341481311ab64731025262f0622d1fa6bd6fb2d90d2c94970995b502e81"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.4 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rustyline-derive v0.3.1 [INFO] [stderr] Compiling rustyline v6.1.2 [INFO] [stderr] Compiling fuzzyfocus v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/main.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{ffi::OsString, os::windows::ffi::OsStringExt}; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | shared::{ [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/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | um::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | um::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/main.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | pub hwnd: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/main.rs:39:33 [INFO] [stderr] | [INFO] [stderr] 39 | unsafe fn get_window_name(hwnd: HWND) -> Option { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextW` in this scope [INFO] [stderr] --> src/main.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | GetWindowTextW(hwnd, &raw as *const u16 as LPWSTR, raw.len() as i32); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope [INFO] [stderr] --> src/main.rs:41:48 [INFO] [stderr] | [INFO] [stderr] 41 | GetWindowTextW(hwnd, &raw as *const u16 as LPWSTR, raw.len() as i32); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/main.rs:46:55 [INFO] [stderr] | [INFO] [stderr] 46 | unsafe extern "system" fn enum_windows_proc(hwnd: HWND, list_raw: LPARAM) -> i32 { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stderr] --> src/main.rs:46:71 [INFO] [stderr] | [INFO] [stderr] 46 | unsafe extern "system" fn enum_windows_proc(hwnd: HWND, list_raw: LPARAM) -> i32 { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/main.rs:51:28 [INFO] [stderr] | [INFO] [stderr] 51 | None => return TRUE, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `IsWindowVisible` in this scope [INFO] [stderr] --> src/main.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | if !name.is_empty() && IsWindowVisible(hwnd) == TRUE { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/main.rs:54:57 [INFO] [stderr] | [INFO] [stderr] 54 | if !name.is_empty() && IsWindowVisible(hwnd) == TRUE { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/main.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | TRUE [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EnumWindows` in this scope [INFO] [stderr] --> src/main.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | EnumWindows( [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stderr] --> src/main.rs:63:44 [INFO] [stderr] | [INFO] [stderr] 63 | window_list as *mut Vec as LPARAM, [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/main.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 70 | unsafe fn focus_window(hwnd: HWND) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BYTE` in this scope [INFO] [stderr] --> src/main.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | let keystate = [0 as BYTE; 256]; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BYTE` in this scope [INFO] [stderr] --> src/main.rs:73:54 [INFO] [stderr] | [INFO] [stderr] 73 | if winuser::GetKeyboardState(&keystate as *const BYTE as PBYTE) == TRUE { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PBYTE` in this scope [INFO] [stderr] --> src/main.rs:73:62 [INFO] [stderr] | [INFO] [stderr] 73 | if winuser::GetKeyboardState(&keystate as *const BYTE as PBYTE) == TRUE { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/main.rs:73:72 [INFO] [stderr] | [INFO] [stderr] 73 | if winuser::GetKeyboardState(&keystate as *const BYTE as PBYTE) == TRUE { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BYTE` in this scope [INFO] [stderr] --> src/main.rs:84:54 [INFO] [stderr] | [INFO] [stderr] 84 | if winuser::GetKeyboardState(&keystate as *const BYTE as PBYTE) == TRUE { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PBYTE` in this scope [INFO] [stderr] --> src/main.rs:84:62 [INFO] [stderr] | [INFO] [stderr] 84 | if winuser::GetKeyboardState(&keystate as *const BYTE as PBYTE) == TRUE { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stderr] --> src/main.rs:84:72 [INFO] [stderr] | [INFO] [stderr] 84 | if winuser::GetKeyboardState(&keystate as *const BYTE as PBYTE) == TRUE { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope [INFO] [stderr] --> src/main.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | match OsString::from_wide(&raw[..len]).into_string() { [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stderr] [INFO] [stderr] error: aborting due to 25 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `fuzzyfocus`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2d601341481311ab64731025262f0622d1fa6bd6fb2d90d2c94970995b502e81"` [INFO] running `"docker" "rm" "-f" "2d601341481311ab64731025262f0622d1fa6bd6fb2d90d2c94970995b502e81"` [INFO] [stdout] 2d601341481311ab64731025262f0622d1fa6bd6fb2d90d2c94970995b502e81