[INFO] fetching crate everything-rs 0.1.9...
[INFO] checking everything-rs-0.1.9 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate everything-rs 0.1.9 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate everything-rs 0.1.9 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate everything-rs 0.1.9
[INFO] finished tweaking crates.io crate everything-rs 0.1.9
[INFO] tweaked toml for crates.io crate everything-rs 0.1.9 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ts-rs v6.2.1
[INFO] [stderr]   Downloaded ts-rs-macros v6.2.0
[INFO] [stderr]   Downloaded everything-sys-bindgen v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf03f7854696fa5d0a5bd8cc6274c79e800a0ba1a041e5ed56c03ffe4e4a48d4
[INFO] running `Command { std: "docker" "start" "-a" "cf03f7854696fa5d0a5bd8cc6274c79e800a0ba1a041e5ed56c03ffe4e4a48d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf03f7854696fa5d0a5bd8cc6274c79e800a0ba1a041e5ed56c03ffe4e4a48d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf03f7854696fa5d0a5bd8cc6274c79e800a0ba1a041e5ed56c03ffe4e4a48d4", kill_on_drop: false }`
[INFO] [stdout] cf03f7854696fa5d0a5bd8cc6274c79e800a0ba1a041e5ed56c03ffe4e4a48d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23274981a13ea35a302b184a3c8dcf431a8fa277cb2f5557d10e4398285000be
[INFO] running `Command { std: "docker" "start" "-a" "23274981a13ea35a302b184a3c8dcf431a8fa277cb2f5557d10e4398285000be", kill_on_drop: false }`
[INFO] [stderr]     Checking everything-rs v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `everything_sys_bindgen`
[INFO] [stdout]  --> src/sort.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate everything_sys_bindgen;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `everything_sys_bindgen`
[INFO] [stdout]  --> src/sort.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate everything_sys_bindgen;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `everything_sys_bindgen`
[INFO] [stdout]  --> src/error.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use everything_sys_bindgen::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `everything_sys_bindgen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `everything_sys_bindgen`
[INFO] [stdout]   --> src/lib.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use everything_sys_bindgen::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `everything_sys_bindgen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/error.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ts_rs`
[INFO] [stdout]  --> src/error.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use ts_rs::TS;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `ts_rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `everything_sys_bindgen`
[INFO] [stdout]  --> src/error.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use everything_sys_bindgen::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `everything_sys_bindgen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/sort.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `everything_sys_bindgen`
[INFO] [stdout]   --> src/lib.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use everything_sys_bindgen::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `everything_sys_bindgen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ts_rs`
[INFO] [stdout]  --> src/sort.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ts_rs::TS;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `ts_rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/error.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bitflags`
[INFO] [stdout]   --> src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use bitflags::bitflags;
[INFO] [stdout]    |     ^^^^^^^^ use of undeclared crate or module `bitflags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `widestring`
[INFO] [stdout]   --> src/lib.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | use widestring::{U16CStr, U16CString};
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `widestring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize`
[INFO] [stdout]   --> src/error.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     Serialize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ts_rs`
[INFO] [stdout]  --> src/error.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use ts_rs::TS;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `ts_rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize`
[INFO] [stdout]   --> src/error.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Deserialize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/sort.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `TS`
[INFO] [stdout]   --> src/error.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     TS,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ts_rs`
[INFO] [stdout]  --> src/sort.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ts_rs::TS;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `ts_rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize`
[INFO] [stdout]   --> src/sort.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
[INFO] [stdout]    |                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize`
[INFO] [stdout]   --> src/sort.rs:10:62
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `TS`
[INFO] [stdout]   --> src/sort.rs:10:75
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
[INFO] [stdout]    |                                                                           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bitflags`
[INFO] [stdout]   --> src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use bitflags::bitflags;
[INFO] [stdout]    |     ^^^^^^^^ use of undeclared crate or module `bitflags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `bitflags`
[INFO] [stdout]   --> src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | bitflags! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `widestring`
[INFO] [stdout]   --> src/lib.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | use widestring::{U16CStr, U16CString};
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `widestring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize`
[INFO] [stdout]   --> src/error.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     Serialize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize`
[INFO] [stdout]   --> src/error.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Deserialize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `TS`
[INFO] [stdout]   --> src/error.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     TS,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize`
[INFO] [stdout]   --> src/sort.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
[INFO] [stdout]    |                                                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize`
[INFO] [stdout]   --> src/sort.rs:10:62
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
[INFO] [stdout]    |                                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `TS`
[INFO] [stdout]   --> src/sort.rs:10:75
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, TS)]
[INFO] [stdout]    |                                                                           ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `bitflags`
[INFO] [stdout]   --> src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | bitflags! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_OK` in this scope
[INFO] [stdout]   --> src/error.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 |     Ok = EVERYTHING_OK,
[INFO] [stdout]    |          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_MEMORY` in this scope
[INFO] [stdout]   --> src/error.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Memory = EVERYTHING_ERROR_MEMORY,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_IPC` in this scope
[INFO] [stdout]   --> src/error.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 |     Ipc = EVERYTHING_ERROR_IPC,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_REGISTERCLASSEX` in this scope
[INFO] [stdout]   --> src/error.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |     RegisterClassEx = EVERYTHING_ERROR_REGISTERCLASSEX,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_CREATEWINDOW` in this scope
[INFO] [stdout]   --> src/error.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     CreateWindow = EVERYTHING_ERROR_CREATEWINDOW,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_CREATETHREAD` in this scope
[INFO] [stdout]   --> src/error.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 |     CreateThread = EVERYTHING_ERROR_CREATETHREAD,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDINDEX` in this scope
[INFO] [stdout]   --> src/error.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     InvalidIndex = EVERYTHING_ERROR_INVALIDINDEX,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDCALL` in this scope
[INFO] [stdout]   --> src/error.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 |     InvalidCall = EVERYTHING_ERROR_INVALIDCALL,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDREQUEST` in this scope
[INFO] [stdout]   --> src/error.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 |     InvalidRequest = EVERYTHING_ERROR_INVALIDREQUEST,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDPARAMETER` in this scope
[INFO] [stdout]   --> src/error.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     InvalidParameter = EVERYTHING_ERROR_INVALIDPARAMETER,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |     NameAscending = EVERYTHING_SORT_NAME_ASCENDING,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 |     NameDescending = EVERYTHING_SORT_NAME_DESCENDING,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     PathAscending = EVERYTHING_SORT_PATH_ASCENDING,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |     PathDescending = EVERYTHING_SORT_PATH_DESCENDING,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     SizeAscending = EVERYTHING_SORT_SIZE_ASCENDING,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     SizeDescending = EVERYTHING_SORT_SIZE_DESCENDING,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ExtensionAscending = EVERYTHING_SORT_EXTENSION_ASCENDING,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ExtensionDescending = EVERYTHING_SORT_EXTENSION_DESCENDING,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     TypeNameAscending = EVERYTHING_SORT_TYPE_NAME_ASCENDING,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     TypeNameDescending = EVERYTHING_SORT_TYPE_NAME_DESCENDING,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |     DateCreatedAscending = EVERYTHING_SORT_DATE_CREATED_ASCENDING,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |     DateCreatedDescending = EVERYTHING_SORT_DATE_CREATED_DESCENDING,
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     DateModifiedAscending = EVERYTHING_SORT_DATE_MODIFIED_ASCENDING,
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:25:30
[INFO] [stdout]    |
[INFO] [stdout] 25 |     DateModifiedDescending = EVERYTHING_SORT_DATE_MODIFIED_DESCENDING,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     AttributesAscending = EVERYTHING_SORT_ATTRIBUTES_ASCENDING,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 |     AttributesDescending = EVERYTHING_SORT_ATTRIBUTES_DESCENDING,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 |     FileListFilenameAscending = EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING,
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |     FileListFilenameDescending = EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |     RunCountAscending = EVERYTHING_SORT_RUN_COUNT_ASCENDING,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 |     RunCountDescending = EVERYTHING_SORT_RUN_COUNT_DESCENDING,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:32:36
[INFO] [stdout]    |
[INFO] [stdout] 32 |     DateRecentlyChangedAscending = EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |     DateRecentlyChangedDescending = EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:34:29
[INFO] [stdout]    |
[INFO] [stdout] 34 |     DateAccessedAscending = EVERYTHING_SORT_DATE_ACCESSED_ASCENDING,
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |     DateAccessedDescending = EVERYTHING_SORT_DATE_ACCESSED_DESCENDING,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     DateRunAscending = EVERYTHING_SORT_DATE_RUN_ASCENDING,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 |     DateRunDescending = EVERYTHING_SORT_DATE_RUN_DESCENDING,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:43:46
[INFO] [stdout]    |
[INFO] [stdout] 43 |             EverythingSort::NameAscending => EVERYTHING_SORT_NAME_ASCENDING,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:44:47
[INFO] [stdout]    |
[INFO] [stdout] 44 |             EverythingSort::NameDescending => EVERYTHING_SORT_NAME_DESCENDING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:45:46
[INFO] [stdout]    |
[INFO] [stdout] 45 |             EverythingSort::PathAscending => EVERYTHING_SORT_PATH_ASCENDING,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:46:47
[INFO] [stdout]    |
[INFO] [stdout] 46 |             EverythingSort::PathDescending => EVERYTHING_SORT_PATH_DESCENDING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:47:46
[INFO] [stdout]    |
[INFO] [stdout] 47 |             EverythingSort::SizeAscending => EVERYTHING_SORT_SIZE_ASCENDING,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:48:47
[INFO] [stdout]    |
[INFO] [stdout] 48 |             EverythingSort::SizeDescending => EVERYTHING_SORT_SIZE_DESCENDING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:49:51
[INFO] [stdout]    |
[INFO] [stdout] 49 |             EverythingSort::ExtensionAscending => EVERYTHING_SORT_EXTENSION_ASCENDING,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:50:52
[INFO] [stdout]    |
[INFO] [stdout] 50 |             EverythingSort::ExtensionDescending => EVERYTHING_SORT_EXTENSION_DESCENDING,
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:51:50
[INFO] [stdout]    |
[INFO] [stdout] 51 |             EverythingSort::TypeNameAscending => EVERYTHING_SORT_TYPE_NAME_ASCENDING,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:52:51
[INFO] [stdout]    |
[INFO] [stdout] 52 |             EverythingSort::TypeNameDescending => EVERYTHING_SORT_TYPE_NAME_DESCENDING,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:53:53
[INFO] [stdout]    |
[INFO] [stdout] 53 |             EverythingSort::DateCreatedAscending => EVERYTHING_SORT_DATE_CREATED_ASCENDING,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:54:54
[INFO] [stdout]    |
[INFO] [stdout] 54 |             EverythingSort::DateCreatedDescending => EVERYTHING_SORT_DATE_CREATED_DESCENDING,
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |             EverythingSort::DateModifiedAscending => EVERYTHING_SORT_DATE_MODIFIED_ASCENDING,
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:56:55
[INFO] [stdout]    |
[INFO] [stdout] 56 |             EverythingSort::DateModifiedDescending => EVERYTHING_SORT_DATE_MODIFIED_DESCENDING,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:57:52
[INFO] [stdout]    |
[INFO] [stdout] 57 |             EverythingSort::AttributesAscending => EVERYTHING_SORT_ATTRIBUTES_ASCENDING,
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |             EverythingSort::AttributesDescending => EVERYTHING_SORT_ATTRIBUTES_DESCENDING,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:65:50
[INFO] [stdout]    |
[INFO] [stdout] 65 |             EverythingSort::RunCountAscending => EVERYTHING_SORT_RUN_COUNT_ASCENDING,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:66:51
[INFO] [stdout]    |
[INFO] [stdout] 66 |             EverythingSort::RunCountDescending => EVERYTHING_SORT_RUN_COUNT_DESCENDING,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |             EverythingSort::DateAccessedAscending => EVERYTHING_SORT_DATE_ACCESSED_ASCENDING,
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:74:55
[INFO] [stdout]    |
[INFO] [stdout] 74 |             EverythingSort::DateAccessedDescending => EVERYTHING_SORT_DATE_ACCESSED_DESCENDING,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |             EverythingSort::DateRunAscending => EVERYTHING_SORT_DATE_RUN_ASCENDING,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:76:50
[INFO] [stdout]    |
[INFO] [stdout] 76 |             EverythingSort::DateRunDescending => EVERYTHING_SORT_DATE_RUN_DESCENDING,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stdout]   --> src/lib.rs:86:18
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl U64Able for FILETIME {
[INFO] [stdout]    |                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:191:41
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn is_result_file(&self, index: DWORD) -> bool {
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:196:43
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn is_result_folder(&self, index: DWORD) -> bool {
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:201:43
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn is_result_volume(&self, index: DWORD) -> bool {
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:209:38
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn get_num_results(&self) -> DWORD {
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:215:40
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn get_total_results(&self) -> DWORD {
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:221:48
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn set_max_results(&self, max_results: DWORD) {
[INFO] [stdout]     |                                                ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:229:38
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn get_max_results(&self) -> DWORD {
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:235:53
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn set_result_offset(&self, offset_results: DWORD) {
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:243:40
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn get_result_offset(&self) -> DWORD {
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EverythingRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:249:52
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn set_request_flags(&self, request_flags: EverythingRequestFlags) {
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EverythingRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:257:40
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn get_request_flags(&self) -> EverythingRequestFlags {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:339:28
[INFO] [stdout]     |
[INFO] [stdout] 339 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:339:39
[INFO] [stdout]     |
[INFO] [stdout] 339 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:356:28
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LARGE_INTEGER` in this scope
[INFO] [stdout]    --> src/lib.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let mut size: LARGE_INTEGER = LARGE_INTEGER { QuadPart: 0 };
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LARGE_INTEGER` in this scope
[INFO] [stdout]    --> src/lib.rs:373:39
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let mut size: LARGE_INTEGER = LARGE_INTEGER { QuadPart: 0 };
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_OK` in this scope
[INFO] [stdout]   --> src/error.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 |     Ok = EVERYTHING_OK,
[INFO] [stdout]    |          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_MEMORY` in this scope
[INFO] [stdout]   --> src/error.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Memory = EVERYTHING_ERROR_MEMORY,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_IPC` in this scope
[INFO] [stdout]   --> src/error.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 |     Ipc = EVERYTHING_ERROR_IPC,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_REGISTERCLASSEX` in this scope
[INFO] [stdout]   --> src/error.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |     RegisterClassEx = EVERYTHING_ERROR_REGISTERCLASSEX,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_CREATEWINDOW` in this scope
[INFO] [stdout]   --> src/error.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     CreateWindow = EVERYTHING_ERROR_CREATEWINDOW,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_CREATETHREAD` in this scope
[INFO] [stdout]   --> src/error.rs:39:20
[INFO] [stdout]    |
[INFO] [stdout] 39 |     CreateThread = EVERYTHING_ERROR_CREATETHREAD,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDINDEX` in this scope
[INFO] [stdout]   --> src/error.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     InvalidIndex = EVERYTHING_ERROR_INVALIDINDEX,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDCALL` in this scope
[INFO] [stdout]   --> src/error.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 |     InvalidCall = EVERYTHING_ERROR_INVALIDCALL,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDREQUEST` in this scope
[INFO] [stdout]   --> src/error.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 |     InvalidRequest = EVERYTHING_ERROR_INVALIDREQUEST,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_ERROR_INVALIDPARAMETER` in this scope
[INFO] [stdout]   --> src/error.rs:48:24
[INFO] [stdout]    |
[INFO] [stdout] 48 |     InvalidParameter = EVERYTHING_ERROR_INVALIDPARAMETER,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |     NameAscending = EVERYTHING_SORT_NAME_ASCENDING,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 |     NameDescending = EVERYTHING_SORT_NAME_DESCENDING,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     PathAscending = EVERYTHING_SORT_PATH_ASCENDING,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |     PathDescending = EVERYTHING_SORT_PATH_DESCENDING,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:16:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |     SizeAscending = EVERYTHING_SORT_SIZE_ASCENDING,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     SizeDescending = EVERYTHING_SORT_SIZE_DESCENDING,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ExtensionAscending = EVERYTHING_SORT_EXTENSION_ASCENDING,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ExtensionDescending = EVERYTHING_SORT_EXTENSION_DESCENDING,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     TypeNameAscending = EVERYTHING_SORT_TYPE_NAME_ASCENDING,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 |     TypeNameDescending = EVERYTHING_SORT_TYPE_NAME_DESCENDING,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |     DateCreatedAscending = EVERYTHING_SORT_DATE_CREATED_ASCENDING,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |     DateCreatedDescending = EVERYTHING_SORT_DATE_CREATED_DESCENDING,
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |     DateModifiedAscending = EVERYTHING_SORT_DATE_MODIFIED_ASCENDING,
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:25:30
[INFO] [stdout]    |
[INFO] [stdout] 25 |     DateModifiedDescending = EVERYTHING_SORT_DATE_MODIFIED_DESCENDING,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     AttributesAscending = EVERYTHING_SORT_ATTRIBUTES_ASCENDING,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 |     AttributesDescending = EVERYTHING_SORT_ATTRIBUTES_DESCENDING,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 |     FileListFilenameAscending = EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING,
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |     FileListFilenameDescending = EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |     RunCountAscending = EVERYTHING_SORT_RUN_COUNT_ASCENDING,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 |     RunCountDescending = EVERYTHING_SORT_RUN_COUNT_DESCENDING,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:32:36
[INFO] [stdout]    |
[INFO] [stdout] 32 |     DateRecentlyChangedAscending = EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |     DateRecentlyChangedDescending = EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:34:29
[INFO] [stdout]    |
[INFO] [stdout] 34 |     DateAccessedAscending = EVERYTHING_SORT_DATE_ACCESSED_ASCENDING,
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |     DateAccessedDescending = EVERYTHING_SORT_DATE_ACCESSED_DESCENDING,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     DateRunAscending = EVERYTHING_SORT_DATE_RUN_ASCENDING,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:37:25
[INFO] [stdout]    |
[INFO] [stdout] 37 |     DateRunDescending = EVERYTHING_SORT_DATE_RUN_DESCENDING,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:43:46
[INFO] [stdout]    |
[INFO] [stdout] 43 |             EverythingSort::NameAscending => EVERYTHING_SORT_NAME_ASCENDING,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:44:47
[INFO] [stdout]    |
[INFO] [stdout] 44 |             EverythingSort::NameDescending => EVERYTHING_SORT_NAME_DESCENDING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:45:46
[INFO] [stdout]    |
[INFO] [stdout] 45 |             EverythingSort::PathAscending => EVERYTHING_SORT_PATH_ASCENDING,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_PATH_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:46:47
[INFO] [stdout]    |
[INFO] [stdout] 46 |             EverythingSort::PathDescending => EVERYTHING_SORT_PATH_DESCENDING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:47:46
[INFO] [stdout]    |
[INFO] [stdout] 47 |             EverythingSort::SizeAscending => EVERYTHING_SORT_SIZE_ASCENDING,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_SIZE_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:48:47
[INFO] [stdout]    |
[INFO] [stdout] 48 |             EverythingSort::SizeDescending => EVERYTHING_SORT_SIZE_DESCENDING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:49:51
[INFO] [stdout]    |
[INFO] [stdout] 49 |             EverythingSort::ExtensionAscending => EVERYTHING_SORT_EXTENSION_ASCENDING,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_EXTENSION_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:50:52
[INFO] [stdout]    |
[INFO] [stdout] 50 |             EverythingSort::ExtensionDescending => EVERYTHING_SORT_EXTENSION_DESCENDING,
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:51:50
[INFO] [stdout]    |
[INFO] [stdout] 51 |             EverythingSort::TypeNameAscending => EVERYTHING_SORT_TYPE_NAME_ASCENDING,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_TYPE_NAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:52:51
[INFO] [stdout]    |
[INFO] [stdout] 52 |             EverythingSort::TypeNameDescending => EVERYTHING_SORT_TYPE_NAME_DESCENDING,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:53:53
[INFO] [stdout]    |
[INFO] [stdout] 53 |             EverythingSort::DateCreatedAscending => EVERYTHING_SORT_DATE_CREATED_ASCENDING,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_CREATED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:54:54
[INFO] [stdout]    |
[INFO] [stdout] 54 |             EverythingSort::DateCreatedDescending => EVERYTHING_SORT_DATE_CREATED_DESCENDING,
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |             EverythingSort::DateModifiedAscending => EVERYTHING_SORT_DATE_MODIFIED_ASCENDING,
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_MODIFIED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:56:55
[INFO] [stdout]    |
[INFO] [stdout] 56 |             EverythingSort::DateModifiedDescending => EVERYTHING_SORT_DATE_MODIFIED_DESCENDING,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:57:52
[INFO] [stdout]    |
[INFO] [stdout] 57 |             EverythingSort::AttributesAscending => EVERYTHING_SORT_ATTRIBUTES_ASCENDING,
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_ATTRIBUTES_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |             EverythingSort::AttributesDescending => EVERYTHING_SORT_ATTRIBUTES_DESCENDING,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 EVERYTHING_SORT_FILE_LIST_FILENAME_ASCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 EVERYTHING_SORT_FILE_LIST_FILENAME_DESCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:65:50
[INFO] [stdout]    |
[INFO] [stdout] 65 |             EverythingSort::RunCountAscending => EVERYTHING_SORT_RUN_COUNT_ASCENDING,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_RUN_COUNT_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:66:51
[INFO] [stdout]    |
[INFO] [stdout] 66 |             EverythingSort::RunCountDescending => EVERYTHING_SORT_RUN_COUNT_DESCENDING,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 EVERYTHING_SORT_DATE_RECENTLY_CHANGED_ASCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 EVERYTHING_SORT_DATE_RECENTLY_CHANGED_DESCENDING
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |             EverythingSort::DateAccessedAscending => EVERYTHING_SORT_DATE_ACCESSED_ASCENDING,
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_ACCESSED_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:74:55
[INFO] [stdout]    |
[INFO] [stdout] 74 |             EverythingSort::DateAccessedDescending => EVERYTHING_SORT_DATE_ACCESSED_DESCENDING,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_ASCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:75:49
[INFO] [stdout]    |
[INFO] [stdout] 75 |             EverythingSort::DateRunAscending => EVERYTHING_SORT_DATE_RUN_ASCENDING,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EVERYTHING_SORT_DATE_RUN_DESCENDING` in this scope
[INFO] [stdout]   --> src/sort.rs:76:50
[INFO] [stdout]    |
[INFO] [stdout] 76 |             EverythingSort::DateRunDescending => EVERYTHING_SORT_DATE_RUN_DESCENDING,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stdout]   --> src/lib.rs:86:18
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl U64Able for FILETIME {
[INFO] [stdout]    |                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:191:41
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn is_result_file(&self, index: DWORD) -> bool {
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:196:43
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn is_result_folder(&self, index: DWORD) -> bool {
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:201:43
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub fn is_result_volume(&self, index: DWORD) -> bool {
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:209:38
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn get_num_results(&self) -> DWORD {
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:215:40
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn get_total_results(&self) -> DWORD {
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:221:48
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn set_max_results(&self, max_results: DWORD) {
[INFO] [stdout]     |                                                ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:229:38
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn get_max_results(&self) -> DWORD {
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:235:53
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub fn set_result_offset(&self, offset_results: DWORD) {
[INFO] [stdout]     |                                                     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stdout]    --> src/lib.rs:243:40
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn get_result_offset(&self) -> DWORD {
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EverythingRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:249:52
[INFO] [stdout]     |
[INFO] [stdout] 249 |     pub fn set_request_flags(&self, request_flags: EverythingRequestFlags) {
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EverythingRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:257:40
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub fn get_request_flags(&self) -> EverythingRequestFlags {
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:339:28
[INFO] [stdout]     |
[INFO] [stdout] 339 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:339:39
[INFO] [stdout]     |
[INFO] [stdout] 339 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:356:28
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FILETIME` in this scope
[INFO] [stdout]    --> src/lib.rs:356:39
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let mut file_time: FILETIME = FILETIME {
[INFO] [stdout]     |                                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LARGE_INTEGER` in this scope
[INFO] [stdout]    --> src/lib.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let mut size: LARGE_INTEGER = LARGE_INTEGER { QuadPart: 0 };
[INFO] [stdout]     |                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LARGE_INTEGER` in this scope
[INFO] [stdout]    --> src/lib.rs:373:39
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let mut size: LARGE_INTEGER = LARGE_INTEGER { QuadPart: 0 };
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         EverythingRequestFlags::from_bits_truncate(request_flags)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetLastError` in this scope
[INFO] [stdout]    --> src/lib.rs:114:35
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let error_code = unsafe { Everything_GetLastError() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsDBLoaded` in this scope
[INFO] [stdout]    --> src/lib.rs:128:19
[INFO] [stdout]     |
[INFO] [stdout] 128 |             while Everything_IsDBLoaded() == 0 {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetSearchW` in this scope
[INFO] [stdout]    --> src/lib.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             Everything_SetSearchW(wide_search.as_ptr());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetSearchW` in this scope
[INFO] [stdout]    --> src/lib.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 |         let search_ptr = unsafe { Everything_GetSearchW() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetSort` in this scope
[INFO] [stdout]    --> src/lib.rs:169:13
[INFO] [stdout]     |
[INFO] [stdout] 169 |             Everything_SetSort(sort.into());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetSort` in this scope
[INFO] [stdout]    --> src/lib.rs:176:29
[INFO] [stdout]     |
[INFO] [stdout] 176 |         let sort = unsafe { Everything_GetSort() };
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsFastSort` in this scope
[INFO] [stdout]    --> src/lib.rs:187:18
[INFO] [stdout]     |
[INFO] [stdout] 187 |         unsafe { Everything_IsFastSort(sort.into()) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsFileResult` in this scope
[INFO] [stdout]    --> src/lib.rs:192:18
[INFO] [stdout]     |
[INFO] [stdout] 192 |         unsafe { Everything_IsFileResult(index) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsFolderResult` in this scope
[INFO] [stdout]    --> src/lib.rs:197:18
[INFO] [stdout]     |
[INFO] [stdout] 197 |         unsafe { Everything_IsFolderResult(index) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsVolumeResult` in this scope
[INFO] [stdout]    --> src/lib.rs:202:18
[INFO] [stdout]     |
[INFO] [stdout] 202 |         unsafe { Everything_IsVolumeResult(index) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetNumResults` in this scope
[INFO] [stdout]    --> src/lib.rs:210:18
[INFO] [stdout]     |
[INFO] [stdout] 210 |         unsafe { Everything_GetNumResults() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetTotResults` in this scope
[INFO] [stdout]    --> src/lib.rs:216:18
[INFO] [stdout]     |
[INFO] [stdout] 216 |         unsafe { Everything_GetTotResults() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetMax` in this scope
[INFO] [stdout]    --> src/lib.rs:223:13
[INFO] [stdout]     |
[INFO] [stdout] 223 |             Everything_SetMax(max_results);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetMax` in this scope
[INFO] [stdout]    --> src/lib.rs:230:18
[INFO] [stdout]     |
[INFO] [stdout] 230 |         unsafe { Everything_GetMax() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetOffset` in this scope
[INFO] [stdout]    --> src/lib.rs:237:13
[INFO] [stdout]     |
[INFO] [stdout] 237 |             Everything_SetOffset(offset_results);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetOffset` in this scope
[INFO] [stdout]    --> src/lib.rs:244:18
[INFO] [stdout]     |
[INFO] [stdout] 244 |         unsafe { Everything_GetOffset() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 |             Everything_SetRequestFlags(request_flags.bits());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:258:38
[INFO] [stdout]     |
[INFO] [stdout] 258 |         let request_flags = unsafe { Everything_GetRequestFlags() };
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_QueryW` in this scope
[INFO] [stdout]    --> src/lib.rs:263:31
[INFO] [stdout]     |
[INFO] [stdout] 263 |         let result = unsafe { Everything_QueryW(1) };
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_Reset` in this scope
[INFO] [stdout]    --> src/lib.rs:275:13
[INFO] [stdout]     |
[INFO] [stdout] 275 |             Everything_Reset();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetNumResults` in this scope
[INFO] [stdout]    --> src/lib.rs:282:18
[INFO] [stdout]     |
[INFO] [stdout] 282 |         unsafe { Everything_GetNumResults() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultFullPathNameW` in this scope
[INFO] [stdout]    --> src/lib.rs:289:22
[INFO] [stdout]     |
[INFO] [stdout] 289 |             unsafe { Everything_GetResultFullPathNameW(index, std::ptr::null_mut(), 0) };
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultFullPathNameW` in this scope
[INFO] [stdout]    --> src/lib.rs:297:32
[INFO] [stdout]     |
[INFO] [stdout] 297 |             let count_copied = Everything_GetResultFullPathNameW(
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultFileNameW` in this scope
[INFO] [stdout]    --> src/lib.rs:320:35
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let result_ptr = unsafe { Everything_GetResultFileNameW(index) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultDateCreated` in this scope
[INFO] [stdout]    --> src/lib.rs:344:32
[INFO] [stdout]     |
[INFO] [stdout] 344 |         let success = unsafe { Everything_GetResultDateCreated(index, &mut file_time) };
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultDateModified` in this scope
[INFO] [stdout]    --> src/lib.rs:361:32
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let success = unsafe { Everything_GetResultDateModified(index, &mut file_time) };
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultSize` in this scope
[INFO] [stdout]    --> src/lib.rs:375:32
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let success = unsafe { Everything_GetResultSize(index, &mut size) };
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultExtensionW` in this scope
[INFO] [stdout]    --> src/lib.rs:388:35
[INFO] [stdout]     |
[INFO] [stdout] 388 |         let result_ptr = unsafe { Everything_GetResultExtensionW(index) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetMajorVersion` in this scope
[INFO] [stdout]    --> src/lib.rs:405:25
[INFO] [stdout]     |
[INFO] [stdout] 405 |             let major = Everything_GetMajorVersion();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetMinorVersion` in this scope
[INFO] [stdout]    --> src/lib.rs:406:25
[INFO] [stdout]     |
[INFO] [stdout] 406 |             let minor = Everything_GetMinorVersion();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetRevision` in this scope
[INFO] [stdout]    --> src/lib.rs:407:28
[INFO] [stdout]     |
[INFO] [stdout] 407 |             let revision = Everything_GetRevision();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetBuildNumber` in this scope
[INFO] [stdout]    --> src/lib.rs:408:25
[INFO] [stdout]     |
[INFO] [stdout] 408 |             let build = Everything_GetBuildNumber();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_CleanUp` in this scope
[INFO] [stdout]    --> src/lib.rs:418:13
[INFO] [stdout]     |
[INFO] [stdout] 418 |             Everything_CleanUp();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 130 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         EverythingRequestFlags::from_bits_truncate(request_flags)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:457:35
[INFO] [stdout]     |
[INFO] [stdout] 457 |         evthing.set_request_flags(EverythingRequestFlags::FullPathAndFileName);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:487:20
[INFO] [stdout]     |
[INFO] [stdout] 487 |         let flag = EverythingRequestFlags::FullPathAndFileName
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:488:15
[INFO] [stdout]     |
[INFO] [stdout] 488 |             | EverythingRequestFlags::DateCreated
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:489:15
[INFO] [stdout]     |
[INFO] [stdout] 489 |             | EverythingRequestFlags::DateModified
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:490:15
[INFO] [stdout]     |
[INFO] [stdout] 490 |             | EverythingRequestFlags::Size
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EverythingRequestFlags`
[INFO] [stdout]    --> src/lib.rs:491:15
[INFO] [stdout]     |
[INFO] [stdout] 491 |             | EverythingRequestFlags::Extension;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `EverythingRequestFlags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetLastError` in this scope
[INFO] [stdout]    --> src/lib.rs:114:35
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let error_code = unsafe { Everything_GetLastError() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsDBLoaded` in this scope
[INFO] [stdout]    --> src/lib.rs:128:19
[INFO] [stdout]     |
[INFO] [stdout] 128 |             while Everything_IsDBLoaded() == 0 {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetSearchW` in this scope
[INFO] [stdout]    --> src/lib.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             Everything_SetSearchW(wide_search.as_ptr());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetSearchW` in this scope
[INFO] [stdout]    --> src/lib.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 |         let search_ptr = unsafe { Everything_GetSearchW() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetSort` in this scope
[INFO] [stdout]    --> src/lib.rs:169:13
[INFO] [stdout]     |
[INFO] [stdout] 169 |             Everything_SetSort(sort.into());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetSort` in this scope
[INFO] [stdout]    --> src/lib.rs:176:29
[INFO] [stdout]     |
[INFO] [stdout] 176 |         let sort = unsafe { Everything_GetSort() };
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsFastSort` in this scope
[INFO] [stdout]    --> src/lib.rs:187:18
[INFO] [stdout]     |
[INFO] [stdout] 187 |         unsafe { Everything_IsFastSort(sort.into()) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `everything-rs` (lib) due to 131 previous errors
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsFileResult` in this scope
[INFO] [stdout]    --> src/lib.rs:192:18
[INFO] [stdout]     |
[INFO] [stdout] 192 |         unsafe { Everything_IsFileResult(index) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsFolderResult` in this scope
[INFO] [stdout]    --> src/lib.rs:197:18
[INFO] [stdout]     |
[INFO] [stdout] 197 |         unsafe { Everything_IsFolderResult(index) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_IsVolumeResult` in this scope
[INFO] [stdout]    --> src/lib.rs:202:18
[INFO] [stdout]     |
[INFO] [stdout] 202 |         unsafe { Everything_IsVolumeResult(index) != 0 }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetNumResults` in this scope
[INFO] [stdout]    --> src/lib.rs:210:18
[INFO] [stdout]     |
[INFO] [stdout] 210 |         unsafe { Everything_GetNumResults() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetTotResults` in this scope
[INFO] [stdout]    --> src/lib.rs:216:18
[INFO] [stdout]     |
[INFO] [stdout] 216 |         unsafe { Everything_GetTotResults() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetMax` in this scope
[INFO] [stdout]    --> src/lib.rs:223:13
[INFO] [stdout]     |
[INFO] [stdout] 223 |             Everything_SetMax(max_results);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetMax` in this scope
[INFO] [stdout]    --> src/lib.rs:230:18
[INFO] [stdout]     |
[INFO] [stdout] 230 |         unsafe { Everything_GetMax() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetOffset` in this scope
[INFO] [stdout]    --> src/lib.rs:237:13
[INFO] [stdout]     |
[INFO] [stdout] 237 |             Everything_SetOffset(offset_results);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetOffset` in this scope
[INFO] [stdout]    --> src/lib.rs:244:18
[INFO] [stdout]     |
[INFO] [stdout] 244 |         unsafe { Everything_GetOffset() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_SetRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 |             Everything_SetRequestFlags(request_flags.bits());
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetRequestFlags` in this scope
[INFO] [stdout]    --> src/lib.rs:258:38
[INFO] [stdout]     |
[INFO] [stdout] 258 |         let request_flags = unsafe { Everything_GetRequestFlags() };
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_QueryW` in this scope
[INFO] [stdout]    --> src/lib.rs:263:31
[INFO] [stdout]     |
[INFO] [stdout] 263 |         let result = unsafe { Everything_QueryW(1) };
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_Reset` in this scope
[INFO] [stdout]    --> src/lib.rs:275:13
[INFO] [stdout]     |
[INFO] [stdout] 275 |             Everything_Reset();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetNumResults` in this scope
[INFO] [stdout]    --> src/lib.rs:282:18
[INFO] [stdout]     |
[INFO] [stdout] 282 |         unsafe { Everything_GetNumResults() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultFullPathNameW` in this scope
[INFO] [stdout]    --> src/lib.rs:289:22
[INFO] [stdout]     |
[INFO] [stdout] 289 |             unsafe { Everything_GetResultFullPathNameW(index, std::ptr::null_mut(), 0) };
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultFullPathNameW` in this scope
[INFO] [stdout]    --> src/lib.rs:297:32
[INFO] [stdout]     |
[INFO] [stdout] 297 |             let count_copied = Everything_GetResultFullPathNameW(
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultFileNameW` in this scope
[INFO] [stdout]    --> src/lib.rs:320:35
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let result_ptr = unsafe { Everything_GetResultFileNameW(index) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultDateCreated` in this scope
[INFO] [stdout]    --> src/lib.rs:344:32
[INFO] [stdout]     |
[INFO] [stdout] 344 |         let success = unsafe { Everything_GetResultDateCreated(index, &mut file_time) };
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultDateModified` in this scope
[INFO] [stdout]    --> src/lib.rs:361:32
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let success = unsafe { Everything_GetResultDateModified(index, &mut file_time) };
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultSize` in this scope
[INFO] [stdout]    --> src/lib.rs:375:32
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let success = unsafe { Everything_GetResultSize(index, &mut size) };
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetResultExtensionW` in this scope
[INFO] [stdout]    --> src/lib.rs:388:35
[INFO] [stdout]     |
[INFO] [stdout] 388 |         let result_ptr = unsafe { Everything_GetResultExtensionW(index) };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetMajorVersion` in this scope
[INFO] [stdout]    --> src/lib.rs:405:25
[INFO] [stdout]     |
[INFO] [stdout] 405 |             let major = Everything_GetMajorVersion();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetMinorVersion` in this scope
[INFO] [stdout]    --> src/lib.rs:406:25
[INFO] [stdout]     |
[INFO] [stdout] 406 |             let minor = Everything_GetMinorVersion();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetRevision` in this scope
[INFO] [stdout]    --> src/lib.rs:407:28
[INFO] [stdout]     |
[INFO] [stdout] 407 |             let revision = Everything_GetRevision();
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_GetBuildNumber` in this scope
[INFO] [stdout]    --> src/lib.rs:408:25
[INFO] [stdout]     |
[INFO] [stdout] 408 |             let build = Everything_GetBuildNumber();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Everything_CleanUp` in this scope
[INFO] [stdout]    --> src/lib.rs:418:13
[INFO] [stdout]     |
[INFO] [stdout] 418 |             Everything_CleanUp();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 136 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `everything-rs` (lib test) due to 137 previous errors
[INFO] running `Command { std: "docker" "inspect" "23274981a13ea35a302b184a3c8dcf431a8fa277cb2f5557d10e4398285000be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23274981a13ea35a302b184a3c8dcf431a8fa277cb2f5557d10e4398285000be", kill_on_drop: false }`
[INFO] [stdout] 23274981a13ea35a302b184a3c8dcf431a8fa277cb2f5557d10e4398285000be
