[INFO] fetching crate winctx 0.0.19...
[INFO] testing winctx-0.0.19 against 1.91.0 for beta-1.92-2
[INFO] extracting crate winctx 0.0.19 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate winctx 0.0.19
[INFO] finished tweaking crates.io crate winctx 0.0.19
[INFO] tweaked toml for crates.io crate winctx 0.0.19 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate winctx 0.0.19 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate winctx 0.0.19 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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hermit-abi v0.3.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9257c13eaea482e43725fad2f96dfc7208361069d7cdf5f35b7cdec5d3494011
[INFO] running `Command { std: "docker" "start" "-a" "9257c13eaea482e43725fad2f96dfc7208361069d7cdf5f35b7cdec5d3494011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9257c13eaea482e43725fad2f96dfc7208361069d7cdf5f35b7cdec5d3494011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9257c13eaea482e43725fad2f96dfc7208361069d7cdf5f35b7cdec5d3494011", kill_on_drop: false }`
[INFO] [stdout] 9257c13eaea482e43725fad2f96dfc7208361069d7cdf5f35b7cdec5d3494011
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e8a8743bacaafa83c7f4ee987a6e20680d359744fafe98f3c0acd646f77203c
[INFO] running `Command { std: "docker" "start" "-a" "5e8a8743bacaafa83c7f4ee987a6e20680d359744fafe98f3c0acd646f77203c", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling windows-targets v0.52.0
[INFO] [stderr]    Compiling windows-sys v0.52.0
[INFO] [stderr]    Compiling windows-core v0.52.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling winctx v0.0.19 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `to_wide` is never used
[INFO] [stdout]   --> src/convert.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) trait ToWide {
[INFO] [stdout]    |                  ------ method in this trait
[INFO] [stdout] 25 |     /// Encode into a wide string.
[INFO] [stdout] 26 |     fn to_wide(&self) -> Vec<u16>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_wide_null` is never used
[INFO] [stdout]   --> src/convert.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) trait FromWide
[INFO] [stdout]    |                  -------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53 |     fn from_wide_null(wide: &[u16]) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.22s
[INFO] running `Command { std: "docker" "inspect" "5e8a8743bacaafa83c7f4ee987a6e20680d359744fafe98f3c0acd646f77203c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e8a8743bacaafa83c7f4ee987a6e20680d359744fafe98f3c0acd646f77203c", kill_on_drop: false }`
[INFO] [stdout] 5e8a8743bacaafa83c7f4ee987a6e20680d359744fafe98f3c0acd646f77203c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e19355dc4a01f023fdec574f1d60f0534dfbfd7a943b1432fa8311fe437834a
[INFO] running `Command { std: "docker" "start" "-a" "6e19355dc4a01f023fdec574f1d60f0534dfbfd7a943b1432fa8311fe437834a", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling half v2.3.1
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling bytemuck v1.14.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling png v0.17.11
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling exr v1.72.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling image v0.24.8
[INFO] [stderr]    Compiling winctx v0.0.19 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `to_wide` is never used
[INFO] [stdout]   --> src/convert.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) trait ToWide {
[INFO] [stdout]    |                  ------ method in this trait
[INFO] [stdout] 25 |     /// Encode into a wide string.
[INFO] [stdout] 26 |     fn to_wide(&self) -> Vec<u16>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_wide_null` is never used
[INFO] [stdout]   --> src/convert.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) trait FromWide
[INFO] [stdout]    |                  -------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53 |     fn from_wide_null(wide: &[u16]) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_wide` is never used
[INFO] [stdout]   --> src/convert.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) trait ToWide {
[INFO] [stdout]    |                  ------ method in this trait
[INFO] [stdout] 25 |     /// Encode into a wide string.
[INFO] [stdout] 26 |     fn to_wide(&self) -> Vec<u16>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_wide_null` is never used
[INFO] [stdout]   --> src/convert.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub(crate) trait FromWide
[INFO] [stdout]    |                  -------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53 |     fn from_wide_null(wide: &[u16]) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc3mmShd/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-d453e0ccec3131bb,libwindows_core-0a0c7b4bc9fedc5d,libtokio-e3486b2065a78ca0,libsignal_hook_registry-30a112a910cc904c,libnum_cpus-37e6d10b3b5245b8,libsocket2-3b9ffe4026bb2ce5,libbytes-86c0c96c537d14e0,libmio-25c97699383de45f,libparking_lot-7b6d315fce1a0300,libparking_lot_core-186a84feafcc19a6,liblibc-25f9fd4729b8fe79,libcfg_if-6a7eff3bb9b3cc11,libsmallvec-c9098af2eea004d8,liblock_api-fbd07add2124da00,libscopeguard-b6a4a8f4f6aaf34b,libpin_project_lite-621c702eaa408335,libwindows_sys-6ab484b51555a0cb,libwindows_targets-08dc692a7a604499,libanyhow-f8996a86e74c3d98}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc3mmShd/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/copy_data-6bebfe5822689e4e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: FindWindowExW
[INFO] [stdout]           >>> referenced by window.rs:91 (src/window/window.rs:91)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window::window::FindWindow::find::h8efb039f2fdb79dc) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetLastError
[INFO] [stdout]           >>> referenced by window.rs:99 (src/window/window.rs:99)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window::window::FindWindow::find::h8efb039f2fdb79dc) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SendMessageW
[INFO] [stdout]           >>> referenced by window.rs:147 (src/window/window.rs:147)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window::window::Window::copy_data::ha3e96c6c1f468490) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winctx` (example "copy_data") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc8eBNFW/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-d453e0ccec3131bb,libwindows_core-0a0c7b4bc9fedc5d,libtokio-e3486b2065a78ca0,libsignal_hook_registry-30a112a910cc904c,libnum_cpus-37e6d10b3b5245b8,libsocket2-3b9ffe4026bb2ce5,libbytes-86c0c96c537d14e0,libmio-25c97699383de45f,libparking_lot-7b6d315fce1a0300,libparking_lot_core-186a84feafcc19a6,liblibc-25f9fd4729b8fe79,libcfg_if-6a7eff3bb9b3cc11,libsmallvec-c9098af2eea004d8,liblock_api-fbd07add2124da00,libscopeguard-b6a4a8f4f6aaf34b,libpin_project_lite-621c702eaa408335,libwindows_sys-6ab484b51555a0cb,libwindows_targets-08dc692a7a604499,libanyhow-f8996a86e74c3d98}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc8eBNFW/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/registry-61c527394d4a9a1a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: RegGetValueW
[INFO] [stdout]           >>> referenced by registry.rs:107 (src/registry.rs:107)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::registry::RegistryKey::get_wide::h57f55dd1d38f5205) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by registry.rs:124 (src/registry.rs:124)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::registry::RegistryKey::get_wide::h57f55dd1d38f5205) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: RegOpenKeyExW
[INFO] [stdout]           >>> referenced by registry.rs:63 (src/registry.rs:63)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::registry::OpenRegistryKey::open_inner::h778e6b41b0d9f59b) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: RegCloseKey
[INFO] [stdout]           >>> referenced by registry.rs:204 (src/registry.rs:204)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(_$LT$winctx..registry..RegistryKey$u20$as$u20$core..ops..drop..Drop$GT$::drop::he28d6c166d7c0748) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winctx` (example "registry") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcA1QF5E/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-d453e0ccec3131bb,libwindows_core-0a0c7b4bc9fedc5d,libwindows_sys-6ab484b51555a0cb,libwindows_targets-08dc692a7a604499,libtokio-e3486b2065a78ca0,libsignal_hook_registry-30a112a910cc904c,libnum_cpus-37e6d10b3b5245b8,libsocket2-3b9ffe4026bb2ce5,libbytes-86c0c96c537d14e0,libmio-25c97699383de45f,libparking_lot-7b6d315fce1a0300,libparking_lot_core-186a84feafcc19a6,liblibc-25f9fd4729b8fe79,libcfg_if-6a7eff3bb9b3cc11,libsmallvec-c9098af2eea004d8,liblock_api-fbd07add2124da00,libscopeguard-b6a4a8f4f6aaf34b,libpin_project_lite-621c702eaa408335,libanyhow-f8996a86e74c3d98}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcA1QF5E/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/multiple-cc919cd18b506349" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: AddClipboardFormatListener
[INFO] [stdout]           >>> referenced by window_loop.rs:193 (src/window_loop/window_loop.rs:193)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/multiple-cc919cd18b506349.multiple.5016ead1aca2d811-cgu.3.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h511a13d31b255229)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetMessageW
[INFO] [stdout]           >>> referenced by window_loop.rs:215 (src/window_loop/window_loop.rs:215)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/multiple-cc919cd18b506349.multiple.5016ead1aca2d811-cgu.3.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h511a13d31b255229)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: TranslateMessage
[INFO] [stdout]           >>> referenced by window_loop.rs:255 (src/window_loop/window_loop.rs:255)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/multiple-cc919cd18b506349.multiple.5016ead1aca2d811-cgu.3.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h511a13d31b255229)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: DispatchMessageW
[INFO] [stdout]           >>> referenced by window_loop.rs:256 (src/window_loop/window_loop.rs:256)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/multiple-cc919cd18b506349.multiple.5016ead1aca2d811-cgu.3.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h511a13d31b255229)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetCursorPos
[INFO] [stdout]           >>> referenced by menu_manager.rs:81 (src/window_loop/menu_manager.rs:81)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetForegroundWindow
[INFO] [stdout]           >>> referenced by menu_manager.rs:87 (src/window_loop/menu_manager.rs:87)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: TrackPopupMenu
[INFO] [stdout]           >>> referenced by menu_manager.rs:89 (src/window_loop/menu_manager.rs:89)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: InsertMenuItemW
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:68 (src/window_loop/popup_menu_handle.rs:68)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::h7dfcf0c2d94f1136) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h0c73994a007e6a92) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetMenuItemInfoW
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:110 (src/window_loop/popup_menu_handle.rs:110)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::ha7c8234588776ae5) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CreatePopupMenu
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:23 (src/window_loop/popup_menu_handle.rs:23)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hacb9ece3481876f8) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetMenuInfo
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:41 (src/window_loop/popup_menu_handle.rs:41)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hacb9ece3481876f8) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: DestroyMenu
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:167 (src/window_loop/popup_menu_handle.rs:167)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::hb2893cc8da17b1e4) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: UnregisterClassW
[INFO] [stdout]           >>> referenced by window_class_handle.rs:10 (src/window_loop/window_class_handle.rs:10)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::habb2bc2e5e1c359b) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: Shell_NotifyIconW
[INFO] [stdout]           >>> referenced by window_handle.rs:31 (src/window_loop/window_handle.rs:31)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hafb167602cd304c0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h5b73a21aa1a9704c) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::hae6ad4d3523e6007) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced 1 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SHGetStockIconInfo
[INFO] [stdout]           >>> referenced by window_handle.rs:124 (src/window_loop/window_handle.rs:124)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h5b73a21aa1a9704c) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: KillTimer
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:128 (src/window_loop/clipboard_manager.rs:128)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetTimer
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:118 (src/window_loop/clipboard_manager.rs:118)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GlobalUnlock
[INFO] [stdout]           >>> referenced by mod.rs:128 (src/clipboard/mod.rs:128)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::h9c98d271ff490c98) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LookupIconIdFromDirectoryEx
[INFO] [stdout]           >>> referenced by icon_handle.rs:15 (src/window_loop/icon_handle.rs:15)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::hb80d6a5bf9dc7ab0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CreateIconFromResourceEx
[INFO] [stdout]           >>> referenced by icon_handle.rs:31 (src/window_loop/icon_handle.rs:31)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::hb80d6a5bf9dc7ab0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winctx` (example "multiple") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcu2P0wY/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-d453e0ccec3131bb,libwindows_core-0a0c7b4bc9fedc5d,libwindows_sys-6ab484b51555a0cb,libwindows_targets-08dc692a7a604499,libtokio-e3486b2065a78ca0,libsignal_hook_registry-30a112a910cc904c,libnum_cpus-37e6d10b3b5245b8,libsocket2-3b9ffe4026bb2ce5,libbytes-86c0c96c537d14e0,libmio-25c97699383de45f,libparking_lot-7b6d315fce1a0300,libparking_lot_core-186a84feafcc19a6,liblibc-25f9fd4729b8fe79,libcfg_if-6a7eff3bb9b3cc11,libsmallvec-c9098af2eea004d8,liblock_api-fbd07add2124da00,libscopeguard-b6a4a8f4f6aaf34b,libpin_project_lite-621c702eaa408335}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcu2P0wY/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/showcase-e5a98bc8156d890e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: AddClipboardFormatListener
[INFO] [stdout]           >>> referenced by window_loop.rs:193 (src/window_loop/window_loop.rs:193)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/showcase-e5a98bc8156d890e.showcase.5e9d2438153bfe79-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8bce5c424f387de8)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetMessageW
[INFO] [stdout]           >>> referenced by window_loop.rs:215 (src/window_loop/window_loop.rs:215)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/showcase-e5a98bc8156d890e.showcase.5e9d2438153bfe79-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8bce5c424f387de8)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: TranslateMessage
[INFO] [stdout]           >>> referenced by window_loop.rs:255 (src/window_loop/window_loop.rs:255)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/showcase-e5a98bc8156d890e.showcase.5e9d2438153bfe79-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8bce5c424f387de8)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: DispatchMessageW
[INFO] [stdout]           >>> referenced by window_loop.rs:256 (src/window_loop/window_loop.rs:256)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/showcase-e5a98bc8156d890e.showcase.5e9d2438153bfe79-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8bce5c424f387de8)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: UnregisterClassW
[INFO] [stdout]           >>> referenced by window_class_handle.rs:10 (src/window_loop/window_class_handle.rs:10)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::habb2bc2e5e1c359b) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: Shell_NotifyIconW
[INFO] [stdout]           >>> referenced by window_handle.rs:31 (src/window_loop/window_handle.rs:31)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hafb167602cd304c0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h5b73a21aa1a9704c) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::hae6ad4d3523e6007) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced 1 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SHGetStockIconInfo
[INFO] [stdout]           >>> referenced by window_handle.rs:124 (src/window_loop/window_handle.rs:124)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h5b73a21aa1a9704c) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: KillTimer
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:128 (src/window_loop/clipboard_manager.rs:128)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetTimer
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:118 (src/window_loop/clipboard_manager.rs:118)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetCursorPos
[INFO] [stdout]           >>> referenced by menu_manager.rs:81 (src/window_loop/menu_manager.rs:81)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetForegroundWindow
[INFO] [stdout]           >>> referenced by menu_manager.rs:87 (src/window_loop/menu_manager.rs:87)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: TrackPopupMenu
[INFO] [stdout]           >>> referenced by menu_manager.rs:89 (src/window_loop/menu_manager.rs:89)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: InsertMenuItemW
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:68 (src/window_loop/popup_menu_handle.rs:68)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::h7dfcf0c2d94f1136) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h0c73994a007e6a92) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetMenuItemInfoW
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:110 (src/window_loop/popup_menu_handle.rs:110)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::ha7c8234588776ae5) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CreatePopupMenu
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:23 (src/window_loop/popup_menu_handle.rs:23)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hacb9ece3481876f8) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetMenuInfo
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:41 (src/window_loop/popup_menu_handle.rs:41)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hacb9ece3481876f8) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: DestroyMenu
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:167 (src/window_loop/popup_menu_handle.rs:167)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::hb2893cc8da17b1e4) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GlobalUnlock
[INFO] [stdout]           >>> referenced by mod.rs:128 (src/clipboard/mod.rs:128)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::h9c98d271ff490c98) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LookupIconIdFromDirectoryEx
[INFO] [stdout]           >>> referenced by icon_handle.rs:15 (src/window_loop/icon_handle.rs:15)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::hb80d6a5bf9dc7ab0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CreateIconFromResourceEx
[INFO] [stdout]           >>> referenced by icon_handle.rs:31 (src/window_loop/icon_handle.rs:31)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::hb80d6a5bf9dc7ab0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustciIz2FZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-d453e0ccec3131bb,libwindows_core-0a0c7b4bc9fedc5d,libwindows_sys-6ab484b51555a0cb,libwindows_targets-08dc692a7a604499,libtokio-e3486b2065a78ca0,libsignal_hook_registry-30a112a910cc904c,libnum_cpus-37e6d10b3b5245b8,libsocket2-3b9ffe4026bb2ce5,libbytes-86c0c96c537d14e0,libmio-25c97699383de45f,libparking_lot-7b6d315fce1a0300,libparking_lot_core-186a84feafcc19a6,liblibc-25f9fd4729b8fe79,libcfg_if-6a7eff3bb9b3cc11,libsmallvec-c9098af2eea004d8,liblock_api-fbd07add2124da00,libscopeguard-b6a4a8f4f6aaf34b,libpin_project_lite-621c702eaa408335,libanyhow-f8996a86e74c3d98}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustciIz2FZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/named_mutex-251d4d72ee9f0c24" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: CreateMutexW
[INFO] [stdout]           >>> referenced by named_mutex.rs:59 (src/named_mutex.rs:59)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/named_mutex-251d4d72ee9f0c24.named_mutex.d4cc2f04442eda3c-cgu.0.rcgu.o:(winctx::named_mutex::NamedMutex::create_acquired::h6769c4f6eab43cd3)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetLastError
[INFO] [stdout]           >>> referenced by named_mutex.rs:67 (src/named_mutex.rs:67)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/named_mutex-251d4d72ee9f0c24.named_mutex.d4cc2f04442eda3c-cgu.0.rcgu.o:(winctx::named_mutex::NamedMutex::create_acquired::h6769c4f6eab43cd3)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winctx` (example "showcase") due to 1 previous error
[INFO] [stderr] error: could not compile `winctx` (example "named_mutex") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcWz3K0A/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libimage-f12538935c7f1ad9,libqoi-9cd92b696ae3d3bb,libbytemuck-2b3b5edc32695621,libpng-605d4b222c1f6b39,libfdeflate-d34fa22453522f6e,libbitflags-a56917bef97924b7,libexr-97339918482f8ca5,libflume-c6ba6059a0b96b50,libzune_inflate-cd8159965152d408,libbit_field-6fa746c0178de954,liblebe-6679e85d0b1e3d94,libhalf-8c8ebe3ba0004d47,libgif-b3c8e34e28b262b7,libcolor_quant-43e17759eebdcfd3,libbyteorder-2111db28b855e2ca,libnum_traits-9207555a16cbcd65,libtiff-6903e9591eed6b7a,libflate2-7cca2de96030891f,libminiz_oxide-8068722415c88e53,libsimd_adler32-80841c86b1383db7,libcrc32fast-392fef61f9a7b203,libweezl-ec0492fef99c441e,libjpeg_decoder-ca4731049cfd755b,librayon-7affd7a8985525ce,librayon_core-7691a463b8c7647e,libcrossbeam_deque-d508e134c5743d21,libcrossbeam_epoch-f83fa8a9a2e8feb4,libcrossbeam_utils-21197e9ae7885ec6,libeither-27a5c950a85f62d8,libwinctx-d453e0ccec3131bb,libwindows_core-0a0c7b4bc9fedc5d,libwindows_sys-6ab484b51555a0cb,libwindows_targets-08dc692a7a604499,libtokio-e3486b2065a78ca0,libsignal_hook_registry-30a112a910cc904c,libnum_cpus-37e6d10b3b5245b8,libsocket2-3b9ffe4026bb2ce5,libbytes-86c0c96c537d14e0,libmio-25c97699383de45f,libparking_lot-7b6d315fce1a0300,libparking_lot_core-186a84feafcc19a6,liblibc-25f9fd4729b8fe79,libcfg_if-6a7eff3bb9b3cc11,libsmallvec-c9098af2eea004d8,liblock_api-fbd07add2124da00,libscopeguard-b6a4a8f4f6aaf34b,libpin_project_lite-621c702eaa408335,libanyhow-f8996a86e74c3d98}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcWz3K0A/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/clipboard-d5689943b1cb7f1b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: AddClipboardFormatListener
[INFO] [stdout]           >>> referenced by window_loop.rs:193 (src/window_loop/window_loop.rs:193)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clipboard-d5689943b1cb7f1b.clipboard.8b2353076294a39d-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdb91a336db8c8b4c)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetMessageW
[INFO] [stdout]           >>> referenced by window_loop.rs:215 (src/window_loop/window_loop.rs:215)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clipboard-d5689943b1cb7f1b.clipboard.8b2353076294a39d-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdb91a336db8c8b4c)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: TranslateMessage
[INFO] [stdout]           >>> referenced by window_loop.rs:255 (src/window_loop/window_loop.rs:255)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clipboard-d5689943b1cb7f1b.clipboard.8b2353076294a39d-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdb91a336db8c8b4c)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: DispatchMessageW
[INFO] [stdout]           >>> referenced by window_loop.rs:256 (src/window_loop/window_loop.rs:256)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/clipboard-d5689943b1cb7f1b.clipboard.8b2353076294a39d-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdb91a336db8c8b4c)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: UnregisterClassW
[INFO] [stdout]           >>> referenced by window_class_handle.rs:10 (src/window_loop/window_class_handle.rs:10)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::habb2bc2e5e1c359b) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: Shell_NotifyIconW
[INFO] [stdout]           >>> referenced by window_handle.rs:31 (src/window_loop/window_handle.rs:31)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hafb167602cd304c0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h5b73a21aa1a9704c) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::hae6ad4d3523e6007) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced 1 more times
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SHGetStockIconInfo
[INFO] [stdout]           >>> referenced by window_handle.rs:124 (src/window_loop/window_handle.rs:124)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h5b73a21aa1a9704c) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: KillTimer
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:128 (src/window_loop/clipboard_manager.rs:128)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetTimer
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:118 (src/window_loop/clipboard_manager.rs:118)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h673b4d8f83c70d54) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::hd755bf95be27cfd6) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetCursorPos
[INFO] [stdout]           >>> referenced by menu_manager.rs:81 (src/window_loop/menu_manager.rs:81)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetForegroundWindow
[INFO] [stdout]           >>> referenced by menu_manager.rs:87 (src/window_loop/menu_manager.rs:87)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: TrackPopupMenu
[INFO] [stdout]           >>> referenced by menu_manager.rs:89 (src/window_loop/menu_manager.rs:89)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::hde743df95989dd49) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: InsertMenuItemW
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:68 (src/window_loop/popup_menu_handle.rs:68)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::h7dfcf0c2d94f1136) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h0c73994a007e6a92) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetMenuItemInfoW
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:110 (src/window_loop/popup_menu_handle.rs:110)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::ha7c8234588776ae5) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CreatePopupMenu
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:23 (src/window_loop/popup_menu_handle.rs:23)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hacb9ece3481876f8) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SetMenuInfo
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:41 (src/window_loop/popup_menu_handle.rs:41)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hacb9ece3481876f8) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GlobalUnlock
[INFO] [stdout]           >>> referenced by mod.rs:128 (src/clipboard/mod.rs:128)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::h9c98d271ff490c98) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LookupIconIdFromDirectoryEx
[INFO] [stdout]           >>> referenced by icon_handle.rs:15 (src/window_loop/icon_handle.rs:15)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::hb80d6a5bf9dc7ab0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CreateIconFromResourceEx
[INFO] [stdout]           >>> referenced by icon_handle.rs:31 (src/window_loop/icon_handle.rs:31)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::hb80d6a5bf9dc7ab0) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: DestroyMenu
[INFO] [stdout]           >>> referenced by popup_menu_handle.rs:167 (src/window_loop/popup_menu_handle.rs:167)
[INFO] [stdout]           >>>               winctx-d453e0ccec3131bb.winctx.89dc5ef95ab204a1-cgu.2.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::hb2893cc8da17b1e4) in archive /opt/rustwide/target/debug/deps/libwinctx-d453e0ccec3131bb.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winctx` (example "clipboard") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6e19355dc4a01f023fdec574f1d60f0534dfbfd7a943b1432fa8311fe437834a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e19355dc4a01f023fdec574f1d60f0534dfbfd7a943b1432fa8311fe437834a", kill_on_drop: false }`
[INFO] [stdout] 6e19355dc4a01f023fdec574f1d60f0534dfbfd7a943b1432fa8311fe437834a
