[INFO] cloning repository https://github.com/dtagler/switchboard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dtagler/switchboard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtagler%2Fswitchboard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtagler%2Fswitchboard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d32f579033ceb5d0cbe96cbfcaed25659e3f176
[INFO] testing dtagler/switchboard/5d32f579033ceb5d0cbe96cbfcaed25659e3f176 against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtagler%2Fswitchboard" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/dtagler/switchboard
[INFO] finished tweaking git repo https://github.com/dtagler/switchboard
[INFO] tweaked toml for git repo https://github.com/dtagler/switchboard written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dtagler/switchboard on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dtagler/switchboard 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tray-icon v0.21.3
[INFO] [stderr]   Downloaded muda v0.17.2
[INFO] [stderr]   Downloaded simplelog v0.12.2
[INFO] [stderr]   Downloaded insta v1.47.2
[INFO] [stderr]   Downloaded embed-resource v2.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd
[INFO] running `Command { std: "docker" "start" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.6
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling windows-targets v0.52.6
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling windows-result v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling dpi v0.1.2
[INFO] [stderr]    Compiling windows-strings v0.1.0
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling libxdo v0.6.0
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling embed-resource v2.5.2
[INFO] [stderr]    Compiling windows-core v0.58.0
[INFO] [stderr]    Compiling switchboard v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling windows v0.58.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling glib v0.18.5
[INFO] [stderr]    Compiling libappindicator-sys v0.9.0
[INFO] [stderr]    Compiling cairo-rs v0.18.5
[INFO] [stderr]    Compiling atk v0.18.2
[INFO] [stderr]    Compiling pango v0.18.3
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.5
[INFO] [stderr]    Compiling gdk v0.18.2
[INFO] [stderr]    Compiling libappindicator v0.9.0
[INFO] [stderr]    Compiling muda v0.17.2
[INFO] [stderr]    Compiling tray-icon v0.21.3
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/autostart.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows::Win32::Foundation::{ERROR_FILE_NOT_FOUND, ERROR_SUCCESS};
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/autostart.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use windows::Win32::System::Com::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/autostart.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | use windows::Win32::System::Registry::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/autostart.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | use windows::Win32::System::TaskScheduler::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/autostart.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use windows::core::{BSTR, GUID, HRESULT, VARIANT};
[INFO] [stdout]    |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/autostart.rs:179:18
[INFO] [stdout]     |
[INFO] [stdout] 179 |     use windows::Win32::System::WindowsProgramming::GetUserNameW;
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]    --> src/autostart.rs:178:18
[INFO] [stdout]     |
[INFO] [stdout] 178 |     use windows::core::PWSTR;
[INFO] [stdout]     |                  ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]    --> src/autostart.rs:265:18
[INFO] [stdout]     |
[INFO] [stdout] 265 |     use windows::core::PCWSTR;
[INFO] [stdout]     |                  ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Devices` in `windows`
[INFO] [stdout]   --> src/ble.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 | use windows::Devices::Bluetooth::{BluetoothConnectionStatus, BluetoothLEDevice};
[INFO] [stdout]    |              ^^^^^^^ could not find `Devices` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/ble.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 | use windows::core::*;
[INFO] [stdout]    |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/ble.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | use windows::Win32::Foundation::HWND;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/ble.rs:41:14
[INFO] [stdout]    |
[INFO] [stdout] 41 | use windows::Win32::System::Com::{CoInitializeEx, CoUninitialize, COINIT_APARTMENTTHREADED};
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/ble.rs:42:14
[INFO] [stdout]    |
[INFO] [stdout] 42 | use windows::Win32::UI::WindowsAndMessaging::PostMessageW;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::Foundation`
[INFO] [stdout]   --> src/ble.rs:39:14
[INFO] [stdout]    |
[INFO] [stdout] 39 | use windows::Foundation::TypedEventHandler;
[INFO] [stdout]    |              ^^^^^^^^^^ could not find `Foundation` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/boot_task.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use windows::Win32::System::Com::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/boot_task.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | use windows::Win32::System::TaskScheduler::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/boot_task.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows::core::{BSTR, GUID, HRESULT, VARIANT};
[INFO] [stdout]    |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/device.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | use windows::Win32::Devices::DeviceAndDriverInstallation::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/device.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 | use windows::Win32::Devices::Properties::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/device.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 | use windows::Win32::Foundation::{ERROR_INSUFFICIENT_BUFFER, ERROR_NO_MORE_ITEMS, ERROR_SUCCESS};
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/device.rs:39:14
[INFO] [stdout]    |
[INFO] [stdout] 39 | use windows::Win32::System::Registry::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/device.rs:288:18
[INFO] [stdout]     |
[INFO] [stdout] 288 |     use windows::Win32::Devices::DeviceAndDriverInstallation::SPDRP_HARDWAREID;
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/device.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 | use windows::core::PCWSTR;
[INFO] [stdout]    |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/theme.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows::Win32::Foundation::ERROR_SUCCESS;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/theme.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | use windows::Win32::System::Registry::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `windows` in `os`
[INFO] [stdout]   --> src/main.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/os/mod.rs:120:9
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/theme.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows::core::*;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:47:14
[INFO] [stdout]    |
[INFO] [stdout] 47 | use windows::Win32::Foundation::*;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 | use windows::Win32::System::Console::SetConsoleCtrlHandler;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:50:14
[INFO] [stdout]    |
[INFO] [stdout] 50 | use windows::Win32::System::Power::*;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 | use windows::Win32::System::RemoteDesktop::*;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:52:14
[INFO] [stdout]    |
[INFO] [stdout] 52 | use windows::Win32::System::StationsAndDesktops::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:57:14
[INFO] [stdout]    |
[INFO] [stdout] 57 | use windows::Win32::UI::WindowsAndMessaging::*;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | use windows::Win32::System::LibraryLoader::GetModuleHandleW;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 | use windows::Win32::System::Threading::CreateMutexW;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:62:14
[INFO] [stdout]    |
[INFO] [stdout] 62 | use windows::Win32::UI::Input::KeyboardAndMouse::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 | use windows::Win32::UI::WindowsAndMessaging::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/main.rs:322:18
[INFO] [stdout]     |
[INFO] [stdout] 322 |     use windows::Win32::Foundation::{CloseHandle, HANDLE};
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/main.rs:323:18
[INFO] [stdout]     |
[INFO] [stdout] 323 |     use windows::Win32::Security::{
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/main.rs:326:18
[INFO] [stdout]     |
[INFO] [stdout] 326 |     use windows::Win32::System::Threading::{GetCurrentProcess, OpenProcessToken};
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/main.rs:945:18
[INFO] [stdout]     |
[INFO] [stdout] 945 |     use windows::Win32::UI::WindowsAndMessaging::WNDCLASSW;
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> src/main.rs:2623:18
[INFO] [stdout]      |
[INFO] [stdout] 2623 |     use windows::Win32::Security::{
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> src/main.rs:2626:18
[INFO] [stdout]      |
[INFO] [stdout] 2626 |     use windows::Win32::System::Threading::{GetCurrentProcess, OpenProcessToken};
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> src/main.rs:2653:18
[INFO] [stdout]      |
[INFO] [stdout] 2653 |     use windows::Win32::System::Threading::{GetExitCodeProcess, WaitForSingleObject, INFINITE};
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> src/main.rs:2654:18
[INFO] [stdout]      |
[INFO] [stdout] 2654 |     use windows::Win32::UI::Shell::{ShellExecuteExW, SEE_MASK_NOCLOSEPROCESS, SHELLEXECUTEINFOW};
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> src/main.rs:2655:18
[INFO] [stdout]      |
[INFO] [stdout] 2655 |     use windows::Win32::UI::WindowsAndMessaging::SW_SHOWNORMAL;
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/main.rs:46:14
[INFO] [stdout]    |
[INFO] [stdout] 46 | use windows::core::*;
[INFO] [stdout]    |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]   --> src/theme.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     w!("Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize");
[INFO] [stdout]    |     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]   --> src/theme.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 | const VALUE_NAME: PCWSTR = w!("SystemUsesLightTheme");
[INFO] [stdout]    |                            ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]    --> src/main.rs:427:25
[INFO] [stdout]     |
[INFO] [stdout] 427 |                         w!("SwitchBoard is already running — check the tray."),
[INFO] [stdout]     |                         ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]    --> src/main.rs:428:25
[INFO] [stdout]     |
[INFO] [stdout] 428 |                         w!("SwitchBoard"),
[INFO] [stdout]     |                         ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]    --> src/main.rs:809:42
[INFO] [stdout]     |
[INFO] [stdout] 809 |         let h = CreateMutexW(None, true, w!("Local\\switchboard-singleton-v1"));
[INFO] [stdout]     |                                          ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]    --> src/main.rs:948:26
[INFO] [stdout]     |
[INFO] [stdout] 948 |         let class_name = w!("switchboard_msg_window");
[INFO] [stdout]     |                          ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]    --> src/main.rs:980:13
[INFO] [stdout]     |
[INFO] [stdout] 980 |             w!("switchboard"),
[INFO] [stdout]     |             ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `w` in this scope
[INFO] [stdout]     --> src/main.rs:2489:53
[INFO] [stdout]      |
[INFO] [stdout] 2489 |                     let hwnd = unsafe { FindWindowW(w!("switchboard_msg_window"), None) }
[INFO] [stdout]      |                                                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_resource` found for struct `tray_icon::Icon` in the current scope
[INFO] [stdout]     --> src/main.rs:1301:40
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     if let Ok(icon) = tray_icon::Icon::from_resource(primary, None) {
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^ associated function or constant not found in `tray_icon::Icon`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `tray_icon::Icon`, consider using `tray_icon::Icon::from_rgba` which returns `Result<tray_icon::Icon, tray_icon::BadIcon>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-icon-0.21.3/src/icon.rs:135:5
[INFO] [stdout]      |
[INFO] [stdout]  135 |     pub fn from_rgba(rgba: Vec<u8>, width: u32, height: u32) -> Result<Self, BadIcon> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_resource` found for struct `tray_icon::Icon` in the current scope
[INFO] [stdout]     --> src/main.rs:1308:40
[INFO] [stdout]      |
[INFO] [stdout] 1308 |     if let Ok(icon) = tray_icon::Icon::from_resource(IDI_TRAY_DARK, None) {
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^ associated function or constant not found in `tray_icon::Icon`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `tray_icon::Icon`, consider using `tray_icon::Icon::from_rgba` which returns `Result<tray_icon::Icon, tray_icon::BadIcon>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-icon-0.21.3/src/icon.rs:135:5
[INFO] [stdout]      |
[INFO] [stdout]  135 |     pub fn from_rgba(rgba: Vec<u8>, width: u32, height: u32) -> Result<Self, BadIcon> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]     --> src/main.rs:2658:43
[INFO] [stdout]      |
[INFO] [stdout] 2658 |     let exe_w: Vec<u16> = exe.as_os_str().encode_wide().chain(iter::once(0)).collect();
[INFO] [stdout]      |                                           ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/main.rs:1822:9
[INFO] [stdout]      |
[INFO] [stdout] 1814 |         WTS_SESSION_LOCK => {
[INFO] [stdout]      |         ---------------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1822 |         WTS_SESSION_UNLOCK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> src/main.rs:1831:9
[INFO] [stdout]      |
[INFO] [stdout] 1814 |         WTS_SESSION_LOCK => {
[INFO] [stdout]      |         ---------------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 1831 |         _ => {}
[INFO] [stdout]      |         ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `WTS_SESSION_LOCK`
[INFO] [stdout]     --> src/main.rs:1814:9
[INFO] [stdout]      |
[INFO] [stdout] 1814 |         WTS_SESSION_LOCK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WTS_SESSION_LOCK`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `WTS_SESSION_UNLOCK`
[INFO] [stdout]     --> src/main.rs:1822:9
[INFO] [stdout]      |
[INFO] [stdout] 1822 |         WTS_SESSION_UNLOCK => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_WTS_SESSION_UNLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `switchboard` (bin "switchboard") due to 58 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd", kill_on_drop: false }`
[INFO] [stdout] 2272d5e08b6c77b205792970ef5c8c898b648ee0ccb78a98320d6919503cdedd
