[INFO] fetching crate winctx 0.0.19... [INFO] testing winctx-0.0.19 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate winctx 0.0.19 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate winctx 0.0.19 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7beb1f1cab41fae7715fe2a1e43a5ccb8f130801edf43747b68aeffb77aabb75 [INFO] running `Command { std: "docker" "start" "-a" "7beb1f1cab41fae7715fe2a1e43a5ccb8f130801edf43747b68aeffb77aabb75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7beb1f1cab41fae7715fe2a1e43a5ccb8f130801edf43747b68aeffb77aabb75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7beb1f1cab41fae7715fe2a1e43a5ccb8f130801edf43747b68aeffb77aabb75", kill_on_drop: false }` [INFO] [stdout] 7beb1f1cab41fae7715fe2a1e43a5ccb8f130801edf43747b68aeffb77aabb75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d51750d0f63d825aa7ee312fdc1ed347c6c65c4eac986eb60e9d780066cca604 [INFO] running `Command { std: "docker" "start" "-a" "d51750d0f63d825aa7ee312fdc1ed347c6c65c4eac986eb60e9d780066cca604", 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 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.56s [INFO] running `Command { std: "docker" "inspect" "d51750d0f63d825aa7ee312fdc1ed347c6c65c4eac986eb60e9d780066cca604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d51750d0f63d825aa7ee312fdc1ed347c6c65c4eac986eb60e9d780066cca604", kill_on_drop: false }` [INFO] [stdout] d51750d0f63d825aa7ee312fdc1ed347c6c65c4eac986eb60e9d780066cca604 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e929c4b8e27ed5e50833c0b583510f6fbc7918984dc79519a7ebd20496d23d60 [INFO] running `Command { std: "docker" "start" "-a" "e929c4b8e27ed5e50833c0b583510f6fbc7918984dc79519a7ebd20496d23d60", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling png v0.17.11 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling rayon v1.8.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tokio v1.36.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/rustcAGJ0MT/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-34bb62104bba70e3,libwindows_core-9e6b16397fbd3d96,libtokio-58220b15c54cc3b7,libsignal_hook_registry-05379fc43be957e9,libnum_cpus-8a6b0de8726d3c95,libsocket2-3d63fcf9eb6d0666,libbytes-0cbd1c7110a1e56d,libmio-4aac2ad4643ba08a,libparking_lot-901217c336129eaa,libparking_lot_core-ace5101d74bc9dcb,liblibc-4c260f4814e68eb7,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-752b9ce7d78a9e06,liblock_api-e357ca77dce1b765,libscopeguard-7ec2214574194454,libpin_project_lite-b342d85da484cd05,libwindows_sys-4a3c454dc6584e2b,libwindows_targets-5e1d19137f7aa820,libanyhow-bfb3d5276e5b59af}.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/rustcAGJ0MT/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-85c96c4549af4195" "-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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window::window::FindWindow::find::h4ddd45593097a8ff) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window::window::FindWindow::find::h4ddd45593097a8ff) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window::window::Window::copy_data::h1910912f99898b87) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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/rustcSISSUh/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-34bb62104bba70e3,libwindows_core-9e6b16397fbd3d96,libwindows_sys-4a3c454dc6584e2b,libwindows_targets-5e1d19137f7aa820,libtokio-58220b15c54cc3b7,libsignal_hook_registry-05379fc43be957e9,libnum_cpus-8a6b0de8726d3c95,libsocket2-3d63fcf9eb6d0666,libbytes-0cbd1c7110a1e56d,libmio-4aac2ad4643ba08a,libparking_lot-901217c336129eaa,libparking_lot_core-ace5101d74bc9dcb,liblibc-4c260f4814e68eb7,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-752b9ce7d78a9e06,liblock_api-e357ca77dce1b765,libscopeguard-7ec2214574194454,libpin_project_lite-b342d85da484cd05,libanyhow-bfb3d5276e5b59af}.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/rustcSISSUh/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-9a7c6ebe8c8c6a5c" "-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-9a7c6ebe8c8c6a5c.named_mutex.95a65c273debd141-cgu.0.rcgu.o:(winctx::named_mutex::NamedMutex::create_acquired::ha812684525c1809f) [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-9a7c6ebe8c8c6a5c.named_mutex.95a65c273debd141-cgu.0.rcgu.o:(winctx::named_mutex::NamedMutex::create_acquired::ha812684525c1809f) [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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcrtjTyt/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-34bb62104bba70e3,libwindows_core-9e6b16397fbd3d96,libtokio-58220b15c54cc3b7,libsignal_hook_registry-05379fc43be957e9,libnum_cpus-8a6b0de8726d3c95,libsocket2-3d63fcf9eb6d0666,libbytes-0cbd1c7110a1e56d,libmio-4aac2ad4643ba08a,libparking_lot-901217c336129eaa,libparking_lot_core-ace5101d74bc9dcb,liblibc-4c260f4814e68eb7,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-752b9ce7d78a9e06,liblock_api-e357ca77dce1b765,libscopeguard-7ec2214574194454,libpin_project_lite-b342d85da484cd05,libwindows_sys-4a3c454dc6584e2b,libwindows_targets-5e1d19137f7aa820,libanyhow-bfb3d5276e5b59af}.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/rustcrtjTyt/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-e2c050a746a83e73" "-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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::registry::RegistryKey::get_wide::h1f8b826d898e5599) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by registry.rs:124 (src/registry.rs:124) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::registry::RegistryKey::get_wide::h1f8b826d898e5599) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::registry::OpenRegistryKey::open_inner::h2f7d752c5f2d8ed0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(_$LT$winctx..registry..RegistryKey$u20$as$u20$core..ops..drop..Drop$GT$::drop::h8075bbadf75de479) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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/rustcnsvdty/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-34bb62104bba70e3,libwindows_core-9e6b16397fbd3d96,libwindows_sys-4a3c454dc6584e2b,libwindows_targets-5e1d19137f7aa820,libtokio-58220b15c54cc3b7,libsignal_hook_registry-05379fc43be957e9,libnum_cpus-8a6b0de8726d3c95,libsocket2-3d63fcf9eb6d0666,libbytes-0cbd1c7110a1e56d,libmio-4aac2ad4643ba08a,libparking_lot-901217c336129eaa,libparking_lot_core-ace5101d74bc9dcb,liblibc-4c260f4814e68eb7,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-752b9ce7d78a9e06,liblock_api-e357ca77dce1b765,libscopeguard-7ec2214574194454,libpin_project_lite-b342d85da484cd05,libanyhow-bfb3d5276e5b59af}.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/rustcnsvdty/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-0abe16da8de6ebdd" "-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: InsertMenuItemW [INFO] [stdout] >>> referenced by popup_menu_handle.rs:68 (src/window_loop/popup_menu_handle.rs:68) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::hd52eb776b942e15f) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h13cae466a65cdd3f) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::ha73272903b2707bf) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hffa5a0ccb15af135) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hffa5a0ccb15af135) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h1cfc87143c76667b) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hbcc1828299b23d2d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::hf690655efb0c2985) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::h115ff275745ebba0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::hf690655efb0c2985) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::h68818a03b1373fc0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h1381dac34895e368) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h1381dac34895e368) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::join::h0c26116afc494258) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_loop.rs:71 (src/window_loop/window_loop.rs:71) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::window_loop::window_proc::h15c9469b17062dfd) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_loop.rs:75 (src/window_loop/window_loop.rs:75) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::window_loop::window_proc::h15c9469b17062dfd) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::window_loop::init_window::hed2416def3efbc02) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::window_loop::init_window::hed2416def3efbc02) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::window_loop::window_proc::h15c9469b17062dfd) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] [INFO] [stdout] 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-0abe16da8de6ebdd.multiple.bb5753dfd222f58a-cgu.3.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h17508eff5baa8c13) [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/rustctwX8tO/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwinctx-34bb62104bba70e3,libwindows_core-9e6b16397fbd3d96,libwindows_sys-4a3c454dc6584e2b,libwindows_targets-5e1d19137f7aa820,libtokio-58220b15c54cc3b7,libsignal_hook_registry-05379fc43be957e9,libnum_cpus-8a6b0de8726d3c95,libsocket2-3d63fcf9eb6d0666,libbytes-0cbd1c7110a1e56d,libmio-4aac2ad4643ba08a,libparking_lot-901217c336129eaa,libparking_lot_core-ace5101d74bc9dcb,liblibc-4c260f4814e68eb7,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-752b9ce7d78a9e06,liblock_api-e357ca77dce1b765,libscopeguard-7ec2214574194454,libpin_project_lite-b342d85da484cd05}.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/rustctwX8tO/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-7a178d96e55a7d97" "-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-7a178d96e55a7d97.showcase.dec7405ee5d88905-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd814b551dcd1ee8c) [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-7a178d96e55a7d97.showcase.dec7405ee5d88905-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd814b551dcd1ee8c) [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-7a178d96e55a7d97.showcase.dec7405ee5d88905-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd814b551dcd1ee8c) [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-7a178d96e55a7d97.showcase.dec7405ee5d88905-cgu.1.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd814b551dcd1ee8c) [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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.0.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::ha797ba11d164d565) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hbcc1828299b23d2d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::hf690655efb0c2985) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::h115ff275745ebba0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::hf690655efb0c2985) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::hd52eb776b942e15f) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h13cae466a65cdd3f) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::ha73272903b2707bf) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hffa5a0ccb15af135) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hffa5a0ccb15af135) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h1cfc87143c76667b) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::h68818a03b1373fc0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h1381dac34895e368) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h1381dac34895e368) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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/rustcqgh4xy/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libimage-f96bbcc3b98fdb9d,libqoi-2430b687c30ef587,libbytemuck-1cc27b77da674c3a,libpng-78e3953fd07015f8,libfdeflate-a4fadcb38258be34,libbitflags-dde12b0d7d495b50,libexr-959640a2fb0b6d11,libflume-13874b39da8b8970,libzune_inflate-830e3160eed64e83,libbit_field-fb70c6f816573082,liblebe-5694b67511a9813c,libhalf-b7d55a294ad5af7d,libgif-6e1381c52562123c,libcolor_quant-72accfe2cafd1a2d,libbyteorder-8f59b6d1bfdaa844,libnum_traits-a514559589efd01b,libtiff-2d8cae5eb7d1c3ad,libflate2-0106a7d4dcf0a8f8,libminiz_oxide-398ac37eedcdf328,libsimd_adler32-a85d6c6326d2f661,libcrc32fast-b6f658faf0f4ad73,libweezl-81d61edd414eb5e8,libjpeg_decoder-7b7190f6dbc48c2f,librayon-e4d684f808e177fb,librayon_core-f137fb9180d6afdc,libcrossbeam_deque-9435ce428ad66027,libcrossbeam_epoch-041d70dd5f59120a,libcrossbeam_utils-fda2cfa30b24c11b,libeither-f99468e938f761e6,libwinctx-34bb62104bba70e3,libwindows_core-9e6b16397fbd3d96,libwindows_sys-4a3c454dc6584e2b,libwindows_targets-5e1d19137f7aa820,libtokio-58220b15c54cc3b7,libsignal_hook_registry-05379fc43be957e9,libnum_cpus-8a6b0de8726d3c95,libsocket2-3d63fcf9eb6d0666,libbytes-0cbd1c7110a1e56d,libmio-4aac2ad4643ba08a,libparking_lot-901217c336129eaa,libparking_lot_core-ace5101d74bc9dcb,liblibc-4c260f4814e68eb7,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-752b9ce7d78a9e06,liblock_api-e357ca77dce1b765,libscopeguard-7ec2214574194454,libpin_project_lite-b342d85da484cd05,libanyhow-bfb3d5276e5b59af}.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/rustcqgh4xy/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-7ff653c0c2898f7a" "-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-7ff653c0c2898f7a.clipboard.6d9a702772c90796-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4510ee75608aa221) [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-7ff653c0c2898f7a.clipboard.6d9a702772c90796-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4510ee75608aa221) [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-7ff653c0c2898f7a.clipboard.6d9a702772c90796-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4510ee75608aa221) [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-7ff653c0c2898f7a.clipboard.6d9a702772c90796-cgu.2.rcgu.o:(winctx::window_loop::window_loop::WindowLoop::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4510ee75608aa221) [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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.0.rcgu.o:(_$LT$winctx..window_loop..window_class_handle..WindowClassHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::ha797ba11d164d565) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::menu_manager::MenuManager::dispatch::h2962d29efb2cfc5d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::add_notification::hbcc1828299b23d2d) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_handle.rs:132 (src/window_loop/window_handle.rs:132) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::hf690655efb0c2985) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by window_handle.rs:44 (src/window_loop/window_handle.rs:44) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::delete_notification::h115ff275745ebba0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::window_handle::WindowHandle::send_notification::hf690655efb0c2985) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:111 (src/window_loop/clipboard_manager.rs:111) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:54 (src/window_loop/clipboard_manager.rs:54) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::handle_timer::h7a8d505e6a46e981) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:45 (src/window_loop/clipboard_manager.rs:45) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by clipboard_manager.rs:74 (src/window_loop/clipboard_manager.rs:74) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.1.rcgu.o:(winctx::window_loop::clipboard_manager::ClipboardManager::dispatch::h680f4731d3162db0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_entry::hd52eb776b942e15f) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.rlib [INFO] [stdout] >>> referenced by popup_menu_handle.rs:92 (src/window_loop/popup_menu_handle.rs:92) [INFO] [stdout] >>> winctx-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::add_menu_separator::h13cae466a65cdd3f) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::modify_menu_item::ha73272903b2707bf) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hffa5a0ccb15af135) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(winctx::window_loop::popup_menu_handle::PopupMenuHandle::new::hffa5a0ccb15af135) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.2.rcgu.o:(_$LT$winctx..window_loop..popup_menu_handle..PopupMenuHandle$u20$as$u20$core..ops..drop..Drop$GT$::drop::h1cfc87143c76667b) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(_$LT$winctx..clipboard..Lock$u20$as$u20$core..ops..drop..Drop$GT$::drop::h68818a03b1373fc0) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h1381dac34895e368) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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-34bb62104bba70e3.winctx.efe384e2d77932da-cgu.3.rcgu.o:(winctx::window_loop::icon_handle::IconHandle::from_buffer::h1381dac34895e368) in archive /opt/rustwide/target/debug/deps/libwinctx-34bb62104bba70e3.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] [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] running `Command { std: "docker" "inspect" "e929c4b8e27ed5e50833c0b583510f6fbc7918984dc79519a7ebd20496d23d60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e929c4b8e27ed5e50833c0b583510f6fbc7918984dc79519a7ebd20496d23d60", kill_on_drop: false }` [INFO] [stdout] e929c4b8e27ed5e50833c0b583510f6fbc7918984dc79519a7ebd20496d23d60