[INFO] fetching crate winctx 0.0.19... [INFO] testing winctx-0.0.19 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate winctx 0.0.19 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate winctx 0.0.19 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c1718e4a6e84a4836189ee49f422b47c4dd54bb3bea55eacbb9f46e310266a7 [INFO] running `Command { std: "docker" "start" "-a" "1c1718e4a6e84a4836189ee49f422b47c4dd54bb3bea55eacbb9f46e310266a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c1718e4a6e84a4836189ee49f422b47c4dd54bb3bea55eacbb9f46e310266a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c1718e4a6e84a4836189ee49f422b47c4dd54bb3bea55eacbb9f46e310266a7", kill_on_drop: false }` [INFO] [stdout] 1c1718e4a6e84a4836189ee49f422b47c4dd54bb3bea55eacbb9f46e310266a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcce2c97c3aac87cfe3cd931f67967352bd04298b889093ce16ce5a456c383aa [INFO] running `Command { std: "docker" "start" "-a" "bcce2c97c3aac87cfe3cd931f67967352bd04298b889093ce16ce5a456c383aa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling windows_x86_64_gnu v0.52.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [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 quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [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; [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 8.18s [INFO] running `Command { std: "docker" "inspect" "bcce2c97c3aac87cfe3cd931f67967352bd04298b889093ce16ce5a456c383aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcce2c97c3aac87cfe3cd931f67967352bd04298b889093ce16ce5a456c383aa", kill_on_drop: false }` [INFO] [stdout] bcce2c97c3aac87cfe3cd931f67967352bd04298b889093ce16ce5a456c383aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9e1fed8337eb8961d595541188bebc6fe63bc54cbf20fa629c7081b67b9b185 [INFO] running `Command { std: "docker" "start" "-a" "d9e1fed8337eb8961d595541188bebc6fe63bc54cbf20fa629c7081b67b9b185", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling png v0.17.11 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling tokio v1.36.0 [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; [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/rustcv0KnWl/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-bea80aabd15503f7,libwindows_core-73d3d12352b91a93,libtokio-287f727b9a12b28c,libsignal_hook_registry-dd4ee52d78debb89,libnum_cpus-b162a96607ee60b4,libsocket2-0d0c54946062b849,libbytes-3ad72df070df6f8e,libmio-e8d8a92b43b0f9a4,libparking_lot-0ebe08c1e47157c4,libparking_lot_core-7f88662a66d225b5,liblibc-21d71f812ea07b39,libcfg_if-33ef6c02a07f9fec,libsmallvec-1a60f31cc60814d8,liblock_api-90201506d4856d35,libscopeguard-d52bd00767847e44,libpin_project_lite-89bb0688a32eddef,libwindows_sys-d89c321150ca7e0f,libwindows_targets-41062d35a64649b2,libanyhow-6782a3e5f1593a63}.rlib" "/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/rustcv0KnWl/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/copy_data-62e28146da32216e" "-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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window::window::FindWindow::find::h78f0a9b2ba69b697) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window::window::FindWindow::find::h78f0a9b2ba69b697) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window::window::Window::copy_data::h3d5346cfcdb71364) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [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/rustcbJtQRY/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-bea80aabd15503f7,libwindows_core-73d3d12352b91a93,libtokio-287f727b9a12b28c,libsignal_hook_registry-dd4ee52d78debb89,libnum_cpus-b162a96607ee60b4,libsocket2-0d0c54946062b849,libbytes-3ad72df070df6f8e,libmio-e8d8a92b43b0f9a4,libparking_lot-0ebe08c1e47157c4,libparking_lot_core-7f88662a66d225b5,liblibc-21d71f812ea07b39,libcfg_if-33ef6c02a07f9fec,libsmallvec-1a60f31cc60814d8,liblock_api-90201506d4856d35,libscopeguard-d52bd00767847e44,libpin_project_lite-89bb0688a32eddef,libwindows_sys-d89c321150ca7e0f,libwindows_targets-41062d35a64649b2,libanyhow-6782a3e5f1593a63}.rlib" "/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/rustcbJtQRY/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/registry-74ec4e4ef2ac4791" "-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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::registry::RegistryKey::get_wide::h888a4065dd7bac20) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by registry.rs:124 (src/registry.rs:124) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::registry::RegistryKey::get_wide::h888a4065dd7bac20) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::registry::OpenRegistryKey::open_inner::hd5bb49ac6a8cb308) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(_$LT$winctx..registry..RegistryKey$u20$as$u20$core..ops..drop..Drop$GT$::drop::he87de2c9d919bcd4) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `winctx` (example "copy_data") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcuj7geq/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-bea80aabd15503f7,libwindows_core-73d3d12352b91a93,libwindows_sys-d89c321150ca7e0f,libwindows_targets-41062d35a64649b2,libtokio-287f727b9a12b28c,libsignal_hook_registry-dd4ee52d78debb89,libnum_cpus-b162a96607ee60b4,libsocket2-0d0c54946062b849,libbytes-3ad72df070df6f8e,libmio-e8d8a92b43b0f9a4,libparking_lot-0ebe08c1e47157c4,libparking_lot_core-7f88662a66d225b5,liblibc-21d71f812ea07b39,libcfg_if-33ef6c02a07f9fec,libsmallvec-1a60f31cc60814d8,liblock_api-90201506d4856d35,libscopeguard-d52bd00767847e44,libpin_project_lite-89bb0688a32eddef,libanyhow-6782a3e5f1593a63}.rlib" "/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/rustcuj7geq/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/named_mutex-838f6005023279e1" "-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-838f6005023279e1.named_mutex.65c28e138279a32c-cgu.0.rcgu.o:(winctx::named_mutex::NamedMutex::create_acquired::h31390f7ae6b2f4b8) [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-838f6005023279e1.named_mutex.65c28e138279a32c-cgu.0.rcgu.o:(winctx::named_mutex::NamedMutex::create_acquired::h31390f7ae6b2f4b8) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winctx` (example "named_mutex") due to 1 previous error [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; [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/rustciGjTxi/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-bea80aabd15503f7,libwindows_core-73d3d12352b91a93,libwindows_sys-d89c321150ca7e0f,libwindows_targets-41062d35a64649b2,libtokio-287f727b9a12b28c,libsignal_hook_registry-dd4ee52d78debb89,libnum_cpus-b162a96607ee60b4,libsocket2-0d0c54946062b849,libbytes-3ad72df070df6f8e,libmio-e8d8a92b43b0f9a4,libparking_lot-0ebe08c1e47157c4,libparking_lot_core-7f88662a66d225b5,liblibc-21d71f812ea07b39,libcfg_if-33ef6c02a07f9fec,libsmallvec-1a60f31cc60814d8,liblock_api-90201506d4856d35,libscopeguard-d52bd00767847e44,libpin_project_lite-89bb0688a32eddef,libanyhow-6782a3e5f1593a63}.rlib" "/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/rustciGjTxi/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/multiple-5efb3b0ed7696655" "-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-5efb3b0ed7696655.multiple.aee3252d7c21dc89-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0913d5f7b3a4f12a) [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-5efb3b0ed7696655.multiple.aee3252d7c21dc89-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0913d5f7b3a4f12a) [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-5efb3b0ed7696655.multiple.aee3252d7c21dc89-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0913d5f7b3a4f12a) [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-5efb3b0ed7696655.multiple.aee3252d7c21dc89-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0913d5f7b3a4f12a) [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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::hfa2678227d9164c8) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PostMessageW [INFO] [stdout] >>> referenced by window_loop.rs:292 (src/window_loop/window_loop.rs:292) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::join::hba77893af3faddd4) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_loop.rs:71 (src/window_loop/window_loop.rs:71) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_loop.rs:75 (src/window_loop/window_loop.rs:75) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced 3 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: RegisterClassW [INFO] [stdout] >>> referenced by window_loop.rs:117 (src/window_loop/window_loop.rs:117) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::init_window::h2353ea923aad2d24) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CreateWindowExW [INFO] [stdout] >>> referenced by window_loop.rs:123 (src/window_loop/window_loop.rs:123) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::init_window::h2353ea923aad2d24) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: DefWindowProcW [INFO] [stdout] >>> referenced by window_loop.rs:97 (src/window_loop/window_loop.rs:97) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GlobalLock [INFO] [stdout] >>> referenced by mod.rs:84 (src/clipboard/mod.rs:84) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Data::lock::h769ec15885aa367a) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GlobalSize [INFO] [stdout] >>> referenced by mod.rs:117 (src/clipboard/mod.rs:117) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Lock::as_wide_slice::hf3e4859d10db7937) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by mod.rs:108 (src/clipboard/mod.rs:108) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Lock::as_slice::hdccb22cc1c6cc0d9) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GetUpdatedClipboardFormats [INFO] [stdout] >>> referenced by mod.rs:38 (src/clipboard/mod.rs:38) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Clipboard::updated_formats::h42d46756a273c314) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: OpenClipboard [INFO] [stdout] >>> referenced by mod.rs:26 (src/clipboard/mod.rs:26) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Clipboard::new::h6a5c2c4dad6e6993) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GetClipboardData [INFO] [stdout] >>> referenced by mod.rs:51 (src/clipboard/mod.rs:51) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Clipboard::data::h8289887dc2f89a89) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CloseClipboard [INFO] [stdout] >>> referenced by mod.rs:68 (src/clipboard/mod.rs:68) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(_$LT$winctx..clipboard..Clipboard$u20$as$u20$core..ops..drop..Drop$GT$::drop::h48b70e84a871ff26) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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/rustcbPsm4r/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-bea80aabd15503f7,libwindows_core-73d3d12352b91a93,libwindows_sys-d89c321150ca7e0f,libwindows_targets-41062d35a64649b2,libtokio-287f727b9a12b28c,libsignal_hook_registry-dd4ee52d78debb89,libnum_cpus-b162a96607ee60b4,libsocket2-0d0c54946062b849,libbytes-3ad72df070df6f8e,libmio-e8d8a92b43b0f9a4,libparking_lot-0ebe08c1e47157c4,libparking_lot_core-7f88662a66d225b5,liblibc-21d71f812ea07b39,libcfg_if-33ef6c02a07f9fec,libsmallvec-1a60f31cc60814d8,liblock_api-90201506d4856d35,libscopeguard-d52bd00767847e44,libpin_project_lite-89bb0688a32eddef}.rlib" "/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/rustcbPsm4r/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/showcase-df1b6bfc15128dd3" "-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: UnregisterClassW [INFO] [stdout] >>> referenced by window_class_handle.rs:10 (src/window_loop/window_class_handle.rs:10) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.3.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h58121713862d0189) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h03aab24bd46c1fbc) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h03aab24bd46c1fbc) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hc129b442b1fae2f2) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h3914731dbcfa7cc3) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::hea3d574e6bf73307) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::h3914731dbcfa7cc3) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::h4df8656271fb50f4) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h81210d0db4eaa7b4) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::hff094d7c214c5e44) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::h84b8749fba67f166) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::h84b8749fba67f166) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: DestroyIcon [INFO] [stdout] >>> referenced by icon_handle.rs:54 (src/window_loop/icon_handle.rs:54) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(_$LT$winctx..window_loop..icon_handle..IconHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h25ca82ee42478290) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.1.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h482659d711f7ed19) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::hfa2678227d9164c8) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PostMessageW [INFO] [stdout] >>> referenced by window_loop.rs:292 (src/window_loop/window_loop.rs:292) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::join::hba77893af3faddd4) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_loop.rs:71 (src/window_loop/window_loop.rs:71) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_loop.rs:75 (src/window_loop/window_loop.rs:75) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced 3 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: RegisterClassW [INFO] [stdout] >>> referenced by window_loop.rs:117 (src/window_loop/window_loop.rs:117) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::init_window::h2353ea923aad2d24) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CreateWindowExW [INFO] [stdout] >>> referenced by window_loop.rs:123 (src/window_loop/window_loop.rs:123) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::init_window::h2353ea923aad2d24) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: DefWindowProcW [INFO] [stdout] >>> referenced by window_loop.rs:97 (src/window_loop/window_loop.rs:97) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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] [stderr] error: could not compile `winctx` (example "showcase") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc0JsV60/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libimage-c4f2b604fcf2c967,libqoi-042f20de30db9306,libbytemuck-01e6b82c6c4c95af,libpng-95124641651a638a,libfdeflate-2676e2396689691a,libbitflags-e2b4db6c651223da,libexr-526d34b758661bb0,libflume-7785f858401b6738,libzune_inflate-249878d2816071b4,libbit_field-eda3227a244109cb,liblebe-dd40720b17de66d8,libhalf-4655816b303e2197,libgif-8ed99f0e5c62f413,libcolor_quant-fa7ff1de0e6ea74b,libbyteorder-1efcbe4f07366651,libnum_traits-50a6f4963e45af36,libtiff-2213d2da30213e5d,libflate2-b184057c0aa41a1f,libminiz_oxide-3d4b64de72f97cc3,libsimd_adler32-eda01a159841bab2,libcrc32fast-6bd2f9a022460d01,libweezl-a28855e8054185c9,libjpeg_decoder-7c86d030d0feb0a1,librayon-2a6cc4b9cf805aa7,librayon_core-91553b22dcd827f2,libcrossbeam_deque-9ef4ee6c8344f758,libcrossbeam_epoch-83d4e6858184b011,libcrossbeam_utils-8767270430be56a4,libeither-8836ea092cd3657f,libwinctx-bea80aabd15503f7,libwindows_core-73d3d12352b91a93,libwindows_sys-d89c321150ca7e0f,libwindows_targets-41062d35a64649b2,libtokio-287f727b9a12b28c,libsignal_hook_registry-dd4ee52d78debb89,libnum_cpus-b162a96607ee60b4,libsocket2-0d0c54946062b849,libbytes-3ad72df070df6f8e,libmio-e8d8a92b43b0f9a4,libparking_lot-0ebe08c1e47157c4,libparking_lot_core-7f88662a66d225b5,liblibc-21d71f812ea07b39,libcfg_if-33ef6c02a07f9fec,libsmallvec-1a60f31cc60814d8,liblock_api-90201506d4856d35,libscopeguard-d52bd00767847e44,libpin_project_lite-89bb0688a32eddef,libanyhow-6782a3e5f1593a63}.rlib" "/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/rustc0JsV60/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/clipboard-2ef9e8c40edfd21d" "-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-2ef9e8c40edfd21d.clipboard.66c1065e3eba7b60-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8af543e096a3345f) [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-2ef9e8c40edfd21d.clipboard.66c1065e3eba7b60-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8af543e096a3345f) [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-2ef9e8c40edfd21d.clipboard.66c1065e3eba7b60-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8af543e096a3345f) [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-2ef9e8c40edfd21d.clipboard.66c1065e3eba7b60-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8af543e096a3345f) [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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.2.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h849bcfcfae06434f) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.3.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h58121713862d0189) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::hfa2678227d9164c8) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PostMessageW [INFO] [stdout] >>> referenced by window_loop.rs:292 (src/window_loop/window_loop.rs:292) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::join::hba77893af3faddd4) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_loop.rs:71 (src/window_loop/window_loop.rs:71) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by window_loop.rs:75 (src/window_loop/window_loop.rs:75) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced 3 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: RegisterClassW [INFO] [stdout] >>> referenced by window_loop.rs:117 (src/window_loop/window_loop.rs:117) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::init_window::h2353ea923aad2d24) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CreateWindowExW [INFO] [stdout] >>> referenced by window_loop.rs:123 (src/window_loop/window_loop.rs:123) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::init_window::h2353ea923aad2d24) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: DefWindowProcW [INFO] [stdout] >>> referenced by window_loop.rs:97 (src/window_loop/window_loop.rs:97) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::window_loop::window_proc::h58669acb0d0bf572) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h073fea006dfcaecb) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::ha91d88d790c9a931) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GlobalLock [INFO] [stdout] >>> referenced by mod.rs:84 (src/clipboard/mod.rs:84) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Data::lock::h769ec15885aa367a) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GlobalSize [INFO] [stdout] >>> referenced by mod.rs:117 (src/clipboard/mod.rs:117) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Lock::as_wide_slice::hf3e4859d10db7937) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] >>> referenced by mod.rs:108 (src/clipboard/mod.rs:108) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Lock::as_slice::hdccb22cc1c6cc0d9) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GetUpdatedClipboardFormats [INFO] [stdout] >>> referenced by mod.rs:38 (src/clipboard/mod.rs:38) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Clipboard::updated_formats::h42d46756a273c314) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: OpenClipboard [INFO] [stdout] >>> referenced by mod.rs:26 (src/clipboard/mod.rs:26) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Clipboard::new::h6a5c2c4dad6e6993) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: GetClipboardData [INFO] [stdout] >>> referenced by mod.rs:51 (src/clipboard/mod.rs:51) [INFO] [stdout] >>> winctx-bea80aabd15503f7.winctx.1ae3bf83c52f5038-cgu.0.rcgu.o:(winctx::clipboard::Clipboard::data::h8289887dc2f89a89) in archive /opt/rustwide/target/debug/deps/libwinctx-bea80aabd15503f7.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" "d9e1fed8337eb8961d595541188bebc6fe63bc54cbf20fa629c7081b67b9b185", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9e1fed8337eb8961d595541188bebc6fe63bc54cbf20fa629c7081b67b9b185", kill_on_drop: false }` [INFO] [stdout] d9e1fed8337eb8961d595541188bebc6fe63bc54cbf20fa629c7081b67b9b185