[INFO] cloning repository https://github.com/ben-wallis/wfd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ben-wallis/wfd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-wallis%2Fwfd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-wallis%2Fwfd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 081413a7c20dc0b687c5e48564d49c2fce32c236 [INFO] checking ben-wallis/wfd against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-wallis%2Fwfd" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ben-wallis/wfd on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ben-wallis/wfd [INFO] finished tweaking git repo https://github.com/ben-wallis/wfd [INFO] tweaked toml for git repo https://github.com/ben-wallis/wfd written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/ben-wallis/wfd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ecbc86ff42d06f583e8b28a1dc42e5f612e5dfe49817ae6a8146115492d73cc4 [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" "ecbc86ff42d06f583e8b28a1dc42e5f612e5dfe49817ae6a8146115492d73cc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ecbc86ff42d06f583e8b28a1dc42e5f612e5dfe49817ae6a8146115492d73cc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecbc86ff42d06f583e8b28a1dc42e5f612e5dfe49817ae6a8146115492d73cc4", kill_on_drop: false }` [INFO] [stdout] ecbc86ff42d06f583e8b28a1dc42e5f612e5dfe49817ae6a8146115492d73cc4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f6ece17298f7d1674809e20269a8105304217927ee9aa37ca554a37971cf0c3 [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" "8f6ece17298f7d1674809e20269a8105304217927ee9aa37ca554a37971cf0c3", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Checking wfd v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/lib.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::winapi::Interface` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/lib.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | um:: { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::winapi::Interface` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub use winapi::um::shobjidl::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | um:: { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub use winapi::um::shobjidl::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | ctypes::c_void, [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IFileOpenDialog` [INFO] [stdout] --> src/lib.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | &IFileOpenDialog::uuidof(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `IFileOpenDialog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IFileOpenDialog` [INFO] [stdout] --> src/lib.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 226 | &IFileOpenDialog::uuidof(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `IFileOpenDialog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IFileSaveDialog` [INFO] [stdout] --> src/lib.rs:336:14 [INFO] [stdout] | [INFO] [stdout] 336 | &IFileSaveDialog::uuidof(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `IFileSaveDialog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IShellItem` [INFO] [stdout] --> src/lib.rs:346:70 [INFO] [stdout] | [INFO] [stdout] 346 | ... com!(SHCreateItemFromParsingName(path.as_ptr(), null_mut(), &IShellItem::uuidof(), &mut item as *mut *mut IShellItem as *mut *mut c... [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IShellItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IShellItem` [INFO] [stdout] --> src/lib.rs:414:70 [INFO] [stdout] | [INFO] [stdout] 414 | ... com!(SHCreateItemFromParsingName(path.as_ptr(), null_mut(), &IShellItem::uuidof(), &mut default_folder as *mut *mut IShellItem as *... [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IShellItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IFileSaveDialog` [INFO] [stdout] --> src/lib.rs:336:14 [INFO] [stdout] | [INFO] [stdout] 336 | &IFileSaveDialog::uuidof(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `IFileSaveDialog` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IShellItem` [INFO] [stdout] --> src/lib.rs:426:70 [INFO] [stdout] | [INFO] [stdout] 426 | ... com!(SHCreateItemFromParsingName(path.as_ptr(), null_mut(), &IShellItem::uuidof(), &mut folder as *mut *mut IShellItem as *mut *mut... [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IShellItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IShellItem` [INFO] [stdout] --> src/lib.rs:346:70 [INFO] [stdout] | [INFO] [stdout] 346 | ... com!(SHCreateItemFromParsingName(path.as_ptr(), null_mut(), &IShellItem::uuidof(), &mut item as *mut *mut IShellItem as *mut *mut c... [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IShellItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IShellItem` [INFO] [stdout] --> src/lib.rs:414:70 [INFO] [stdout] | [INFO] [stdout] 414 | ... com!(SHCreateItemFromParsingName(path.as_ptr(), null_mut(), &IShellItem::uuidof(), &mut default_folder as *mut *mut IShellItem as *... [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IShellItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IShellItem` [INFO] [stdout] --> src/lib.rs:426:70 [INFO] [stdout] | [INFO] [stdout] 426 | ... com!(SHCreateItemFromParsingName(path.as_ptr(), null_mut(), &IShellItem::uuidof(), &mut folder as *mut *mut IShellItem as *mut *mut... [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IShellItem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PCWSTR` in this scope [INFO] [stdout] --> src/lib.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pszPath: PCWSTR, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IBindCtx` in this scope [INFO] [stdout] --> src/lib.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | pbc: *mut IBindCtx, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/lib.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | ) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitializeEx` in this scope [INFO] [stdout] --> src/lib.rs:215:10 [INFO] [stdout] | [INFO] [stdout] 215 | com!(CoInitializeEx( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_APARTMENTTHREADED` in this scope [INFO] [stdout] --> src/lib.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_DISABLE_OLE1DDE` in this scope [INFO] [stdout] --> src/lib.rs:217:40 [INFO] [stdout] | [INFO] [stdout] 217 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileOpenDialog` in this scope [INFO] [stdout] --> src/lib.rs:221:36 [INFO] [stdout] | [INFO] [stdout] 221 | let mut file_open_dialog: *mut IFileOpenDialog = null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoCreateInstance` in this scope [INFO] [stdout] --> src/lib.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | com!(CoCreateInstance( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSID_FileOpenDialog` in this scope [INFO] [stdout] --> src/lib.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 223 | &CLSID_FileOpenDialog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSCTX_ALL` in this scope [INFO] [stdout] --> src/lib.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | CLSCTX_ALL, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileOpenDialog` in this scope [INFO] [stdout] --> src/lib.rs:227:48 [INFO] [stdout] | [INFO] [stdout] 227 | &mut file_open_dialog as *mut *mut IFileOpenDialog as *mut *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItemArray` in this scope [INFO] [stdout] --> src/lib.rs:238:36 [INFO] [stdout] | [INFO] [stdout] 238 | let mut shell_item_array: *mut IShellItemArray = null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:250:34 [INFO] [stdout] | [INFO] [stdout] 250 | let mut shell_item: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SFGAOF` in this scope [INFO] [stdout] --> src/lib.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | let mut attribs: SFGAOF = 0; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoUninitialize` in this scope [INFO] [stdout] --> src/lib.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | CoUninitialize(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitializeEx` in this scope [INFO] [stdout] --> src/lib.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | com!(CoInitializeEx( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_APARTMENTTHREADED` in this scope [INFO] [stdout] --> src/lib.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_DISABLE_OLE1DDE` in this scope [INFO] [stdout] --> src/lib.rs:325:40 [INFO] [stdout] | [INFO] [stdout] 325 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileSaveDialog` in this scope [INFO] [stdout] --> src/lib.rs:330:36 [INFO] [stdout] | [INFO] [stdout] 330 | let mut file_save_dialog: *mut IFileSaveDialog; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoCreateInstance` in this scope [INFO] [stdout] --> src/lib.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | com!(CoCreateInstance( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSID_FileSaveDialog` in this scope [INFO] [stdout] --> src/lib.rs:333:14 [INFO] [stdout] | [INFO] [stdout] 333 | &CLSID_FileSaveDialog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSCTX_ALL` in this scope [INFO] [stdout] --> src/lib.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | CLSCTX_ALL, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileSaveDialog` in this scope [INFO] [stdout] --> src/lib.rs:337:48 [INFO] [stdout] | [INFO] [stdout] 337 | &mut file_save_dialog as *mut *mut IFileSaveDialog as *mut *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:344:28 [INFO] [stdout] | [INFO] [stdout] 344 | let mut item: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:346:115 [INFO] [stdout] | [INFO] [stdout] 346 | ...(), &IShellItem::uuidof(), &mut item as *mut *mut IShellItem as *mut *mut c_void), "SHCreateItemFromParsingName")?; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PCWSTR` in this scope [INFO] [stdout] --> src/lib.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pszPath: PCWSTR, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IBindCtx` in this scope [INFO] [stdout] --> src/lib.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | pbc: *mut IBindCtx, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `REFIID` in this scope [INFO] [stdout] --> src/lib.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | riid: REFIID, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | ) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitializeEx` in this scope [INFO] [stdout] --> src/lib.rs:215:10 [INFO] [stdout] | [INFO] [stdout] 215 | com!(CoInitializeEx( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_APARTMENTTHREADED` in this scope [INFO] [stdout] --> src/lib.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_DISABLE_OLE1DDE` in this scope [INFO] [stdout] --> src/lib.rs:217:40 [INFO] [stdout] | [INFO] [stdout] 217 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileOpenDialog` in this scope [INFO] [stdout] --> src/lib.rs:221:36 [INFO] [stdout] | [INFO] [stdout] 221 | let mut file_open_dialog: *mut IFileOpenDialog = null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoCreateInstance` in this scope [INFO] [stdout] --> src/lib.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | com!(CoCreateInstance( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSID_FileOpenDialog` in this scope [INFO] [stdout] --> src/lib.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 223 | &CLSID_FileOpenDialog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSCTX_ALL` in this scope [INFO] [stdout] --> src/lib.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | CLSCTX_ALL, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileOpenDialog` in this scope [INFO] [stdout] --> src/lib.rs:227:48 [INFO] [stdout] | [INFO] [stdout] 227 | &mut file_open_dialog as *mut *mut IFileOpenDialog as *mut *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItemArray` in this scope [INFO] [stdout] --> src/lib.rs:238:36 [INFO] [stdout] | [INFO] [stdout] 238 | let mut shell_item_array: *mut IShellItemArray = null_mut(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:250:34 [INFO] [stdout] | [INFO] [stdout] 250 | let mut shell_item: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:360:30 [INFO] [stdout] | [INFO] [stdout] 360 | let mut shell_item: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoUninitialize` in this scope [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | CoUninitialize(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:384:30 [INFO] [stdout] | [INFO] [stdout] 384 | fn show_dialog(file_dialog: &IFileDialog) -> Result<(), DialogError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:403:40 [INFO] [stdout] | [INFO] [stdout] 403 | fn configure_file_dialog(file_dialog: &IFileDialog, params: &DialogParams) -> Result<(), DialogError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:412:38 [INFO] [stdout] | [INFO] [stdout] 412 | let mut default_folder: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:414:125 [INFO] [stdout] | [INFO] [stdout] 414 | ...lItem::uuidof(), &mut default_folder as *mut *mut IShellItem as *mut *mut c_void), "SHCreateItemFromParsingName")?; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:424:30 [INFO] [stdout] | [INFO] [stdout] 424 | let mut folder: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:426:117 [INFO] [stdout] | [INFO] [stdout] 426 | ..., &IShellItem::uuidof(), &mut folder as *mut *mut IShellItem as *mut *mut c_void), "SHCreateItemFromParsingName")?; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:479:25 [INFO] [stdout] | [INFO] [stdout] 479 | fn add_filters(dialog: &IFileDialog, filters: &[FileExtensionFilterPair]) -> Result<(), DialogError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `COMDLG_FILTERSPEC` in this scope [INFO] [stdout] --> src/lib.rs:494:18 [INFO] [stdout] | [INFO] [stdout] 494 | .map(|x| COMDLG_FILTERSPEC { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COMDLG_FILTERSPEC` in this scope [INFO] [stdout] --> src/lib.rs:498:24 [INFO] [stdout] | [INFO] [stdout] 479 | fn add_filters(dialog: &IFileDialog, filters: &[FileExtensionFilterPair]) -> Result<(), DialogError> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 498 | .collect::>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:506:38 [INFO] [stdout] | [INFO] [stdout] 506 | fn get_file_type_index(file_dialog: &IFileDialog) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:513:45 [INFO] [stdout] | [INFO] [stdout] 513 | fn get_shell_item_display_name(shell_item: &IShellItem) -> Result { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPWSTR` in this scope [INFO] [stdout] --> src/lib.rs:514:27 [INFO] [stdout] | [INFO] [stdout] 514 | let mut display_name: LPWSTR = null_mut(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SIGDN_FILESYSPATH` in this scope [INFO] [stdout] --> src/lib.rs:516:36 [INFO] [stdout] | [INFO] [stdout] 516 | com!(shell_item.GetDisplayName(SIGDN_FILESYSPATH, &mut display_name), "IShellItem::GetDisplayName")?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoTaskMemFree` in this scope [INFO] [stdout] --> src/lib.rs:521:14 [INFO] [stdout] | [INFO] [stdout] 521 | unsafe { CoTaskMemFree(display_name as LPVOID) }; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stdout] --> src/lib.rs:521:44 [INFO] [stdout] | [INFO] [stdout] 521 | unsafe { CoTaskMemFree(display_name as LPVOID) }; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:530:19 [INFO] [stdout] | [INFO] [stdout] 530 | F: FnMut() -> HRESULT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/lib.rs:533:9 [INFO] [stdout] | [INFO] [stdout] 533 | if !SUCCEEDED(hresult) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SFGAOF` in this scope [INFO] [stdout] --> src/lib.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | let mut attribs: SFGAOF = 0; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoUninitialize` in this scope [INFO] [stdout] --> src/lib.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | CoUninitialize(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitializeEx` in this scope [INFO] [stdout] --> src/lib.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | com!(CoInitializeEx( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_APARTMENTTHREADED` in this scope [INFO] [stdout] --> src/lib.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_DISABLE_OLE1DDE` in this scope [INFO] [stdout] --> src/lib.rs:325:40 [INFO] [stdout] | [INFO] [stdout] 325 | COINIT_APARTMENTTHREADED | COINIT_DISABLE_OLE1DDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileSaveDialog` in this scope [INFO] [stdout] --> src/lib.rs:330:36 [INFO] [stdout] | [INFO] [stdout] 330 | let mut file_save_dialog: *mut IFileSaveDialog; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoCreateInstance` in this scope [INFO] [stdout] --> src/lib.rs:332:10 [INFO] [stdout] | [INFO] [stdout] 332 | com!(CoCreateInstance( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSID_FileSaveDialog` in this scope [INFO] [stdout] --> src/lib.rs:333:14 [INFO] [stdout] | [INFO] [stdout] 333 | &CLSID_FileSaveDialog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSCTX_ALL` in this scope [INFO] [stdout] --> src/lib.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | CLSCTX_ALL, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileSaveDialog` in this scope [INFO] [stdout] --> src/lib.rs:337:48 [INFO] [stdout] | [INFO] [stdout] 337 | &mut file_save_dialog as *mut *mut IFileSaveDialog as *mut *mut c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:344:28 [INFO] [stdout] | [INFO] [stdout] 344 | let mut item: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:346:115 [INFO] [stdout] | [INFO] [stdout] 346 | ...(), &IShellItem::uuidof(), &mut item as *mut *mut IShellItem as *mut *mut c_void), "SHCreateItemFromParsingName")?; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:360:30 [INFO] [stdout] | [INFO] [stdout] 360 | let mut shell_item: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoUninitialize` in this scope [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | CoUninitialize(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:384:30 [INFO] [stdout] | [INFO] [stdout] 384 | fn show_dialog(file_dialog: &IFileDialog) -> Result<(), DialogError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:403:40 [INFO] [stdout] | [INFO] [stdout] 403 | fn configure_file_dialog(file_dialog: &IFileDialog, params: &DialogParams) -> Result<(), DialogError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:412:38 [INFO] [stdout] | [INFO] [stdout] 412 | let mut default_folder: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:414:125 [INFO] [stdout] | [INFO] [stdout] 414 | ...lItem::uuidof(), &mut default_folder as *mut *mut IShellItem as *mut *mut c_void), "SHCreateItemFromParsingName")?; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:424:30 [INFO] [stdout] | [INFO] [stdout] 424 | let mut folder: *mut IShellItem = null_mut(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:426:117 [INFO] [stdout] | [INFO] [stdout] 426 | ..., &IShellItem::uuidof(), &mut folder as *mut *mut IShellItem as *mut *mut c_void), "SHCreateItemFromParsingName")?; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:479:25 [INFO] [stdout] | [INFO] [stdout] 479 | fn add_filters(dialog: &IFileDialog, filters: &[FileExtensionFilterPair]) -> Result<(), DialogError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `COMDLG_FILTERSPEC` in this scope [INFO] [stdout] --> src/lib.rs:494:18 [INFO] [stdout] | [INFO] [stdout] 494 | .map(|x| COMDLG_FILTERSPEC { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COMDLG_FILTERSPEC` in this scope [INFO] [stdout] --> src/lib.rs:498:24 [INFO] [stdout] | [INFO] [stdout] 479 | fn add_filters(dialog: &IFileDialog, filters: &[FileExtensionFilterPair]) -> Result<(), DialogError> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 498 | .collect::>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IFileDialog` in this scope [INFO] [stdout] --> src/lib.rs:506:38 [INFO] [stdout] | [INFO] [stdout] 506 | fn get_file_type_index(file_dialog: &IFileDialog) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IShellItem` in this scope [INFO] [stdout] --> src/lib.rs:513:45 [INFO] [stdout] | [INFO] [stdout] 513 | fn get_shell_item_display_name(shell_item: &IShellItem) -> Result { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPWSTR` in this scope [INFO] [stdout] --> src/lib.rs:514:27 [INFO] [stdout] | [INFO] [stdout] 514 | let mut display_name: LPWSTR = null_mut(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SIGDN_FILESYSPATH` in this scope [INFO] [stdout] --> src/lib.rs:516:36 [INFO] [stdout] | [INFO] [stdout] 516 | com!(shell_item.GetDisplayName(SIGDN_FILESYSPATH, &mut display_name), "IShellItem::GetDisplayName")?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoTaskMemFree` in this scope [INFO] [stdout] --> src/lib.rs:521:14 [INFO] [stdout] | [INFO] [stdout] 521 | unsafe { CoTaskMemFree(display_name as LPVOID) }; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stdout] --> src/lib.rs:521:44 [INFO] [stdout] | [INFO] [stdout] 521 | unsafe { CoTaskMemFree(display_name as LPVOID) }; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/lib.rs:530:19 [INFO] [stdout] | [INFO] [stdout] 530 | F: FnMut() -> HRESULT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/lib.rs:533:9 [INFO] [stdout] | [INFO] [stdout] 533 | if !SUCCEEDED(hresult) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/lib.rs:518:28 [INFO] [stdout] | [INFO] [stdout] 518 | let result = OsString::from_wide(slice); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 57 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wfd` [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[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/lib.rs:518:28 [INFO] [stdout] | [INFO] [stdout] 518 | let result = OsString::from_wide(slice); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 57 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599. [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" "8f6ece17298f7d1674809e20269a8105304217927ee9aa37ca554a37971cf0c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f6ece17298f7d1674809e20269a8105304217927ee9aa37ca554a37971cf0c3", kill_on_drop: false }` [INFO] [stdout] 8f6ece17298f7d1674809e20269a8105304217927ee9aa37ca554a37971cf0c3