[INFO] fetching crate windows-snapshot 0.1.1... [INFO] building windows-snapshot-0.1.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate windows-snapshot 0.1.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate windows-snapshot 0.1.1 [INFO] finished tweaking crates.io crate windows-snapshot 0.1.1 [INFO] tweaked toml for crates.io crate windows-snapshot 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate windows-snapshot 0.1.1 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate windows-snapshot 0.1.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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9bd6f8b041717526213e9c92161159e6fc559de905b518a3c51f462cad2f142e [INFO] running `Command { std: "docker" "start" "-a" "9bd6f8b041717526213e9c92161159e6fc559de905b518a3c51f462cad2f142e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9bd6f8b041717526213e9c92161159e6fc559de905b518a3c51f462cad2f142e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bd6f8b041717526213e9c92161159e6fc559de905b518a3c51f462cad2f142e", kill_on_drop: false }` [INFO] [stdout] 9bd6f8b041717526213e9c92161159e6fc559de905b518a3c51f462cad2f142e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d891096797292f6709fc29347e3c7f9971854c9d32e41f6ee69839c12ef85197 [INFO] running `Command { std: "docker" "start" "-a" "d891096797292f6709fc29347e3c7f9971854c9d32e41f6ee69839c12ef85197", kill_on_drop: false }` [INFO] [stderr] Compiling windows-snapshot v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use wmi::COMLibrary; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/desktop.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/desktop.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/drivers.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/drivers.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/file_system.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/file_system.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/processes.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/processes.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/registry.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/registry.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/services.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/services.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/users.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/users.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/event_log.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/event_log.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/memory_and_pagefiles.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/memory_and_pagefiles.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/scheduler_jobs.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/scheduler_jobs.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/product_activation.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/product_activation.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use wmi::{COMLibrary, WMIConnection}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/software_license_provider.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/software_license_provider.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/shares.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/shares.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/multimedia_audio_visual.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/multimedia_audio_visual.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/operating_system/storage.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wmi` [INFO] [stdout] --> src/operating_system/storage.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use wmi::{COMLibrary, WMIConnection, WMIDateTime}; [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wmi` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wmi`, use `cargo add wmi` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/state.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio` [INFO] [stdout] --> src/state.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::join; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/services.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | update!(Services, services); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/memory_and_pagefiles.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | update!(PageFileUsages, pagefile_usage); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | update!(Directories, directories); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/users.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | update!(SystemAccounts, system_accounts); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/event_log.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | update!(NTLogEvents, nt_log_events); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 109 | update!(ShortcutFiles, shortcut_files); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/software_license_provider.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | update!(SoftwareLicensingProducts, software_licensing_products); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | update!(Volumes, volumes); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/processes.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | update!(Processes, processes); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/processes.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | update!(Threads, threads); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/registry.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | update!(Registry, registries); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/users.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | update!(UserAccounts, user_accounts); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/software_license_provider.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | update!(SoftwareLicensingServices, software_licensing_services); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/users.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | update!(Accounts, accounts); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/desktop.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | update!(Desktops, desktops); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | update!(DirectorySpecifications, directory_specifications); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/desktop.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | update!(Environments, environments); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/event_log.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | update!(NTEventlogFiles, nt_event_log_files); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | update!(DiskPartitions, disk_partitions); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | update!(LogicalDisks, logical_disks); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/users.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | update!(Groups, groups); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | update!(MappedLogicalDisks, mapped_logical_disks); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/desktop.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | update!(TimeZones, timezones); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/file_system.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | update!(QuotaSettings, quota_settings); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/software_license_provider.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | update!(SoftwareLicensingTokenActivationLicenses, software_licensing_token_activation_licenses); [INFO] [stdout] | ----------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/shares.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | update!(ServerConnections, server_connections); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/users.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | update!(LogonSessions, logon_sessions); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/desktop.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | update!(UserDesktops, user_desktops); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/memory_and_pagefiles.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | update!(PageFiles, pagefiles); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/memory_and_pagefiles.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | update!(PageFileSettings, pagefile_settings); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/scheduler_jobs.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | update!(ScheduledJobs, scheduled_jobs); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/users.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | update!(NetworkLoginProfiles, network_login_profiles); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/shares.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | update!(Shares, shares); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/multimedia_audio_visual.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | update!(CodecFiles, codec_files); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/storage.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | update!(ShadowContexts, shadow_contexts); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/shares.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | update!(ServerSessions, server_sessions); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/scheduler_jobs.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | update!(LocalTimes, local_times); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/scheduler_jobs.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | update!(UTCTimes, utc_times); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/product_activation.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | update!(Proxys, proxys); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/storage.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | update!(ShadowProviders, shadow_providers); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/drivers.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | update!(Drivers, drivers); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/storage.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | update!(ShadowCopys, shadow_copys); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/storage.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | update!(Volumes, volumes); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:53:66 [INFO] [stdout] | [INFO] [stdout] 53 | self.$struct_field = wmi_con.async_query().await.unwrap(); [INFO] [stdout] | ^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] ::: src/operating_system/product_activation.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | update!(WindowsProductActivations, windows_product_activations); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `update` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `windows-snapshot` (lib) due to 77 previous errors [INFO] running `Command { std: "docker" "inspect" "d891096797292f6709fc29347e3c7f9971854c9d32e41f6ee69839c12ef85197", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d891096797292f6709fc29347e3c7f9971854c9d32e41f6ee69839c12ef85197", kill_on_drop: false }` [INFO] [stdout] d891096797292f6709fc29347e3c7f9971854c9d32e41f6ee69839c12ef85197