[INFO] fetching crate win_event_hook 0.4.1... [INFO] testing win_event_hook-0.4.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate win_event_hook 0.4.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate win_event_hook 0.4.1 [INFO] finished tweaking crates.io crate win_event_hook 0.4.1 [INFO] tweaked toml for crates.io crate win_event_hook 0.4.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate win_event_hook 0.4.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate win_event_hook 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b866112f6b634e6e291c48f56c080d761776b75967737815651a188d65f40c4 [INFO] running `Command { std: "docker" "start" "-a" "9b866112f6b634e6e291c48f56c080d761776b75967737815651a188d65f40c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b866112f6b634e6e291c48f56c080d761776b75967737815651a188d65f40c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b866112f6b634e6e291c48f56c080d761776b75967737815651a188d65f40c4", kill_on_drop: false }` [INFO] [stdout] 9b866112f6b634e6e291c48f56c080d761776b75967737815651a188d65f40c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af9a75a2fcf8e9fb11a590a2e69e0c1a6bcec80992074699c60c09ee52d05ecf [INFO] running `Command { std: "docker" "start" "-a" "af9a75a2fcf8e9fb11a590a2e69e0c1a6bcec80992074699c60c09ee52d05ecf", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling win_event_hook v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows` [INFO] [stdout] --> src/event_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use windows::Win32::UI::WindowsAndMessaging::{DispatchMessageW, GetMessageW, MSG, WM_QUIT}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `windows` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows` [INFO] [stdout] --> src/handles.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `windows` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows` [INFO] [stdout] --> src/events.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use windows::Win32::UI::WindowsAndMessaging::*; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `windows` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows` [INFO] [stdout] --> src/flags.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use windows::Win32::UI::WindowsAndMessaging::{ [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `windows` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows` [INFO] [stdout] --> src/hook.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `windows` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows` [INFO] [stdout] --> src/errors.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | EventLoop(#[from] windows::core::Error), [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `windows` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_MIN` in this scope [INFO] [stdout] --> src/events.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | pub const MIN: u32 = EVENT_MIN; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_MAX` in this scope [INFO] [stdout] --> src/events.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | pub const MAX: u32 = EVENT_MAX; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_ACCELERATORCHANGE` in this scope [INFO] [stdout] --> src/events.rs:135:35 [INFO] [stdout] | [INFO] [stdout] 135 | ObjectAcceleratorChange = EVENT_OBJECT_ACCELERATORCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_CLOAKED` in this scope [INFO] [stdout] --> src/events.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | ObjectCloaked = EVENT_OBJECT_CLOAKED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_CONTENTSCROLLED` in this scope [INFO] [stdout] --> src/events.rs:141:34 [INFO] [stdout] | [INFO] [stdout] 141 | ObjectContentsScrolled = EVENT_OBJECT_CONTENTSCROLLED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_CREATE` in this scope [INFO] [stdout] --> src/events.rs:145:24 [INFO] [stdout] | [INFO] [stdout] 145 | ObjectCreate = EVENT_OBJECT_CREATE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DEFACTIONCHANGE` in this scope [INFO] [stdout] --> src/events.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | ObjectDefactionChange = EVENT_OBJECT_DEFACTIONCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DESCRIPTIONCHANGE` in this scope [INFO] [stdout] --> src/events.rs:149:35 [INFO] [stdout] | [INFO] [stdout] 149 | ObjectDescriptionChange = EVENT_OBJECT_DESCRIPTIONCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DESTROY` in this scope [INFO] [stdout] --> src/events.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | ObjectDestroy = EVENT_OBJECT_DESTROY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DRAGSTART` in this scope [INFO] [stdout] --> src/events.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | ObjectDragStart = EVENT_OBJECT_DRAGSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DRAGCANCEL` in this scope [INFO] [stdout] --> src/events.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | ObjectDragCancel = EVENT_OBJECT_DRAGCANCEL, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DRAGCOMPLETE` in this scope [INFO] [stdout] --> src/events.rs:159:30 [INFO] [stdout] | [INFO] [stdout] 159 | ObjectDragComplete = EVENT_OBJECT_DRAGCOMPLETE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DRAGENTER` in this scope [INFO] [stdout] --> src/events.rs:161:27 [INFO] [stdout] | [INFO] [stdout] 161 | ObjectDragEnter = EVENT_OBJECT_DRAGENTER, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DRAGLEAVE` in this scope [INFO] [stdout] --> src/events.rs:163:27 [INFO] [stdout] | [INFO] [stdout] 163 | ObjectDragLeave = EVENT_OBJECT_DRAGLEAVE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DRAGDROPPED` in this scope [INFO] [stdout] --> src/events.rs:165:29 [INFO] [stdout] | [INFO] [stdout] 165 | ObjectDragDropped = EVENT_OBJECT_DRAGDROPPED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_FOCUS` in this scope [INFO] [stdout] --> src/events.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 168 | ObjectFocus = EVENT_OBJECT_FOCUS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_HELPCHANGE` in this scope [INFO] [stdout] --> src/events.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | ObjectHelpChange = EVENT_OBJECT_HELPCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_HIDE` in this scope [INFO] [stdout] --> src/events.rs:174:22 [INFO] [stdout] | [INFO] [stdout] 174 | ObjectHide = EVENT_OBJECT_HIDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED` in this scope [INFO] [stdout] --> src/events.rs:176:42 [INFO] [stdout] | [INFO] [stdout] 176 | ObjectHostedObjectsInvalidated = EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_IME_HIDE` in this scope [INFO] [stdout] --> src/events.rs:178:25 [INFO] [stdout] | [INFO] [stdout] 178 | ObjectImeHide = EVENT_OBJECT_IME_HIDE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_IME_SHOW` in this scope [INFO] [stdout] --> src/events.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 180 | ObjectImeShow = EVENT_OBJECT_IME_SHOW, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_IME_CHANGE` in this scope [INFO] [stdout] --> src/events.rs:182:27 [INFO] [stdout] | [INFO] [stdout] 182 | ObjectImeChange = EVENT_OBJECT_IME_CHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_INVOKED` in this scope [INFO] [stdout] --> src/events.rs:185:25 [INFO] [stdout] | [INFO] [stdout] 185 | ObjectInvoked = EVENT_OBJECT_INVOKED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_LIVEREGIONCHANGED` in this scope [INFO] [stdout] --> src/events.rs:187:35 [INFO] [stdout] | [INFO] [stdout] 187 | ObjectLiveRegionChanged = EVENT_OBJECT_LIVEREGIONCHANGED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_LOCATIONCHANGE` in this scope [INFO] [stdout] --> src/events.rs:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | ObjectLocationChange = EVENT_OBJECT_LOCATIONCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_NAMECHANGE` in this scope [INFO] [stdout] --> src/events.rs:194:28 [INFO] [stdout] | [INFO] [stdout] 194 | ObjectNameChange = EVENT_OBJECT_NAMECHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_PARENTCHANGE` in this scope [INFO] [stdout] --> src/events.rs:196:30 [INFO] [stdout] | [INFO] [stdout] 196 | ObjectParentChange = EVENT_OBJECT_PARENTCHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_REORDER` in this scope [INFO] [stdout] --> src/events.rs:199:25 [INFO] [stdout] | [INFO] [stdout] 199 | ObjectReorder = EVENT_OBJECT_REORDER, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_SELECTION` in this scope [INFO] [stdout] --> src/events.rs:203:27 [INFO] [stdout] | [INFO] [stdout] 203 | ObjectSelection = EVENT_OBJECT_SELECTION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_SELECTIONADD` in this scope [INFO] [stdout] --> src/events.rs:206:30 [INFO] [stdout] | [INFO] [stdout] 206 | ObjectSelectionAdd = EVENT_OBJECT_SELECTIONADD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_SELECTIONREMOVE` in this scope [INFO] [stdout] --> src/events.rs:210:33 [INFO] [stdout] | [INFO] [stdout] 210 | ObjectSelectionRemove = EVENT_OBJECT_SELECTIONREMOVE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_SELECTIONWITHIN` in this scope [INFO] [stdout] --> src/events.rs:214:33 [INFO] [stdout] | [INFO] [stdout] 214 | ObjectSelectionWithin = EVENT_OBJECT_SELECTIONWITHIN, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_SHOW` in this scope [INFO] [stdout] --> src/events.rs:218:22 [INFO] [stdout] | [INFO] [stdout] 218 | ObjectShow = EVENT_OBJECT_SHOW, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_STATECHANGE` in this scope [INFO] [stdout] --> src/events.rs:222:29 [INFO] [stdout] | [INFO] [stdout] 222 | ObjectStateChange = EVENT_OBJECT_STATECHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED` in this scope [INFO] [stdout] --> src/events.rs:224:41 [INFO] [stdout] | [INFO] [stdout] 224 | ObjectConversionTargetChanged = EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_TEXTSELECTIONCHANGED` in this scope [INFO] [stdout] --> src/events.rs:227:38 [INFO] [stdout] | [INFO] [stdout] 227 | ObjectTextSelectionChanged = EVENT_OBJECT_TEXTSELECTIONCHANGED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_UNCLOAKED` in this scope [INFO] [stdout] --> src/events.rs:229:27 [INFO] [stdout] | [INFO] [stdout] 229 | ObjectUncloaked = EVENT_OBJECT_UNCLOAKED, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_VALUECHANGE` in this scope [INFO] [stdout] --> src/events.rs:231:29 [INFO] [stdout] | [INFO] [stdout] 231 | ObjectValueChange = EVENT_OBJECT_VALUECHANGE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_ALERT` in this scope [INFO] [stdout] --> src/events.rs:233:23 [INFO] [stdout] | [INFO] [stdout] 233 | SystemAlert = EVENT_SYSTEM_ALERT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_ARRANGMENTPREVIEW` in this scope [INFO] [stdout] --> src/events.rs:235:36 [INFO] [stdout] | [INFO] [stdout] 235 | SystemArrangementPreview = EVENT_SYSTEM_ARRANGMENTPREVIEW, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_CAPTUREEND` in this scope [INFO] [stdout] --> src/events.rs:237:28 [INFO] [stdout] | [INFO] [stdout] 237 | SystemCaptureEnd = EVENT_SYSTEM_CAPTUREEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_CAPTURESTART` in this scope [INFO] [stdout] --> src/events.rs:239:30 [INFO] [stdout] | [INFO] [stdout] 239 | SystemCaptureStart = EVENT_SYSTEM_CAPTURESTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_CONTEXTHELPEND` in this scope [INFO] [stdout] --> src/events.rs:241:32 [INFO] [stdout] | [INFO] [stdout] 241 | SystemContextHelpEnd = EVENT_SYSTEM_CONTEXTHELPEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_CONTEXTHELPSTART` in this scope [INFO] [stdout] --> src/events.rs:243:34 [INFO] [stdout] | [INFO] [stdout] 243 | SystemContextHelpStart = EVENT_SYSTEM_CONTEXTHELPSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_DESKTOPSWITCH` in this scope [INFO] [stdout] --> src/events.rs:245:31 [INFO] [stdout] | [INFO] [stdout] 245 | SystemDesktopSwitch = EVENT_SYSTEM_DESKTOPSWITCH, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_DIALOGEND` in this scope [INFO] [stdout] --> src/events.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | SystemDialogEnd = EVENT_SYSTEM_DIALOGEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_DIALOGSTART` in this scope [INFO] [stdout] --> src/events.rs:250:29 [INFO] [stdout] | [INFO] [stdout] 250 | SystemDialogStart = EVENT_SYSTEM_DIALOGSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_DRAGDROPEND` in this scope [INFO] [stdout] --> src/events.rs:252:29 [INFO] [stdout] | [INFO] [stdout] 252 | SystemDragDropEnd = EVENT_SYSTEM_DRAGDROPEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_DRAGDROPSTART` in this scope [INFO] [stdout] --> src/events.rs:254:31 [INFO] [stdout] | [INFO] [stdout] 254 | SystemDragDropStart = EVENT_SYSTEM_DRAGDROPSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_FOREGROUND` in this scope [INFO] [stdout] --> src/events.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | SystemForeground = EVENT_SYSTEM_FOREGROUND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MENUPOPUPEND` in this scope [INFO] [stdout] --> src/events.rs:261:30 [INFO] [stdout] | [INFO] [stdout] 261 | SystemMenuPopupEnd = EVENT_SYSTEM_MENUPOPUPEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MENUPOPUPSTART` in this scope [INFO] [stdout] --> src/events.rs:263:32 [INFO] [stdout] | [INFO] [stdout] 263 | SystemMenuPopupStart = EVENT_SYSTEM_MENUPOPUPSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MENUEND` in this scope [INFO] [stdout] --> src/events.rs:266:25 [INFO] [stdout] | [INFO] [stdout] 266 | SystemMenuEnd = EVENT_SYSTEM_MENUEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MENUSTART` in this scope [INFO] [stdout] --> src/events.rs:270:27 [INFO] [stdout] | [INFO] [stdout] 270 | SystemMenuStart = EVENT_SYSTEM_MENUSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MINIMIZEEND` in this scope [INFO] [stdout] --> src/events.rs:272:29 [INFO] [stdout] | [INFO] [stdout] 272 | SystemMinimizeEnd = EVENT_SYSTEM_MINIMIZEEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MINIMIZESTART` in this scope [INFO] [stdout] --> src/events.rs:274:31 [INFO] [stdout] | [INFO] [stdout] 274 | SystemMinimizeStart = EVENT_SYSTEM_MINIMIZESTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MOVESIZEEND` in this scope [INFO] [stdout] --> src/events.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | SystemMoveSizeEnd = EVENT_SYSTEM_MOVESIZEEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_MOVESIZESTART` in this scope [INFO] [stdout] --> src/events.rs:278:31 [INFO] [stdout] | [INFO] [stdout] 278 | SystemMoveSizeStart = EVENT_SYSTEM_MOVESIZESTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_SCROLLINGEND` in this scope [INFO] [stdout] --> src/events.rs:281:30 [INFO] [stdout] | [INFO] [stdout] 281 | SystemScrollingEnd = EVENT_SYSTEM_SCROLLINGEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_SCROLLINGSTART` in this scope [INFO] [stdout] --> src/events.rs:284:32 [INFO] [stdout] | [INFO] [stdout] 284 | SystemScrollingStart = EVENT_SYSTEM_SCROLLINGSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_SOUND` in this scope [INFO] [stdout] --> src/events.rs:287:23 [INFO] [stdout] | [INFO] [stdout] 287 | SystemSound = EVENT_SYSTEM_SOUND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_SWITCHEND` in this scope [INFO] [stdout] --> src/events.rs:290:27 [INFO] [stdout] | [INFO] [stdout] 290 | SystemSwitchEnd = EVENT_SYSTEM_SWITCHEND, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_SWITCHSTART` in this scope [INFO] [stdout] --> src/events.rs:293:29 [INFO] [stdout] | [INFO] [stdout] 293 | SystemSwitchStart = EVENT_SYSTEM_SWITCHSTART, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_END` in this scope [INFO] [stdout] --> src/events.rs:299:33 [INFO] [stdout] | [INFO] [stdout] 299 | pub const OBJECT_END: u32 = EVENT_OBJECT_END; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_SYSTEM_END` in this scope [INFO] [stdout] --> src/events.rs:302:33 [INFO] [stdout] | [INFO] [stdout] 302 | pub const SYSTEM_END: u32 = EVENT_SYSTEM_END; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_AIA_START` in this scope [INFO] [stdout] --> src/events.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | pub const MIN: u32 = EVENT_AIA_START; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_AIA_END` in this scope [INFO] [stdout] --> src/events.rs:342:26 [INFO] [stdout] | [INFO] [stdout] 342 | pub const MAX: u32 = EVENT_AIA_END; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OEM_DEFINED_START` in this scope [INFO] [stdout] --> src/events.rs:393:26 [INFO] [stdout] | [INFO] [stdout] 393 | pub const MIN: u32 = EVENT_OEM_DEFINED_START; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OEM_DEFINED_END` in this scope [INFO] [stdout] --> src/events.rs:396:26 [INFO] [stdout] | [INFO] [stdout] 396 | pub const MAX: u32 = EVENT_OEM_DEFINED_END; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_UIA_EVENTID_START` in this scope [INFO] [stdout] --> src/events.rs:447:26 [INFO] [stdout] | [INFO] [stdout] 447 | pub const MIN: u32 = EVENT_UIA_EVENTID_START; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_UIA_EVENTID_END` in this scope [INFO] [stdout] --> src/events.rs:450:26 [INFO] [stdout] | [INFO] [stdout] 450 | pub const MAX: u32 = EVENT_UIA_EVENTID_END; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_UIA_PROPID_START` in this scope [INFO] [stdout] --> src/events.rs:501:26 [INFO] [stdout] | [INFO] [stdout] 501 | pub const MIN: u32 = EVENT_UIA_PROPID_START; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_UIA_PROPID_END` in this scope [INFO] [stdout] --> src/events.rs:504:26 [INFO] [stdout] | [INFO] [stdout] 504 | pub const MAX: u32 = EVENT_UIA_PROPID_END; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write` found for struct `INSTALLED_HOOKS` in the current scope [INFO] [stdout] --> src/hook.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 63 | let mut hooks = INSTALLED_HOOKS [INFO] [stdout] | _____________________________- [INFO] [stdout] 64 | | .write() [INFO] [stdout] | | -^^^^^ method not found in `INSTALLED_HOOKS` [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] ... [INFO] [stdout] 212 | / lazy_static! { [INFO] [stdout] 213 | | /// Storage for hooks that need to be invoked by `__on_win_event_hook_event`. [INFO] [stdout] 214 | | static ref INSTALLED_HOOKS: RwLock>> = [INFO] [stdout] 215 | | RwLock::new(HashMap::new()); [INFO] [stdout] 216 | | } [INFO] [stdout] | |_- method `write` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `write`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Hasher` [INFO] [stdout] candidate #2: `std::io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write` found for struct `INSTALLED_HOOKS` in the current scope [INFO] [stdout] --> src/hook.rs:93:18 [INFO] [stdout] | [INFO] [stdout] 92 | let mut hooks = INSTALLED_HOOKS [INFO] [stdout] | _____________________________- [INFO] [stdout] 93 | | .write() [INFO] [stdout] | | -^^^^^ method not found in `INSTALLED_HOOKS` [INFO] [stdout] | |_________________| [INFO] [stdout] | [INFO] [stdout] ... [INFO] [stdout] 212 | / lazy_static! { [INFO] [stdout] 213 | | /// Storage for hooks that need to be invoked by `__on_win_event_hook_event`. [INFO] [stdout] 214 | | static ref INSTALLED_HOOKS: RwLock>> = [INFO] [stdout] 215 | | RwLock::new(HashMap::new()); [INFO] [stdout] 216 | | } [INFO] [stdout] | |_- method `write` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `write`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Hasher` [INFO] [stdout] candidate #2: `std::io::Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read` found for struct `INSTALLED_HOOKS` in the current scope [INFO] [stdout] --> src/hook.rs:230:33 [INFO] [stdout] | [INFO] [stdout] 212 | / lazy_static! { [INFO] [stdout] 213 | | /// Storage for hooks that need to be invoked by `__on_win_event_hook_event`. [INFO] [stdout] 214 | | static ref INSTALLED_HOOKS: RwLock>> = [INFO] [stdout] 215 | | RwLock::new(HashMap::new()); [INFO] [stdout] 216 | | } [INFO] [stdout] | |_- method `read` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 230 | let hooks = INSTALLED_HOOKS.read().expect("Unable to obtain read lock"); [INFO] [stdout] | ^^^^ method not found in `INSTALLED_HOOKS` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `read`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `std::io::Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `win_event_hook` (lib) due to 82 previous errors [INFO] running `Command { std: "docker" "inspect" "af9a75a2fcf8e9fb11a590a2e69e0c1a6bcec80992074699c60c09ee52d05ecf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af9a75a2fcf8e9fb11a590a2e69e0c1a6bcec80992074699c60c09ee52d05ecf", kill_on_drop: false }` [INFO] [stdout] af9a75a2fcf8e9fb11a590a2e69e0c1a6bcec80992074699c60c09ee52d05ecf