[INFO] fetching crate planif 1.0.0...
[INFO] testing planif-1.0.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate planif 1.0.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate planif 1.0.0
[INFO] finished tweaking crates.io crate planif 1.0.0
[INFO] tweaked toml for crates.io crate planif 1.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate planif 1.0.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate planif 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-traits v0.2.16
[INFO] [stderr]   Downloaded proc-macro2 v1.0.66
[INFO] [stderr]   Downloaded cc v1.0.82
[INFO] [stderr]   Downloaded syn v2.0.29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a63bf9d16e816bcbd1e39b6e9f924a973a9b6d3c8f61e1c9037c8230eec24a52
[INFO] running `Command { std: "docker" "start" "-a" "a63bf9d16e816bcbd1e39b6e9f924a973a9b6d3c8f61e1c9037c8230eec24a52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a63bf9d16e816bcbd1e39b6e9f924a973a9b6d3c8f61e1c9037c8230eec24a52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a63bf9d16e816bcbd1e39b6e9f924a973a9b6d3c8f61e1c9037c8230eec24a52", kill_on_drop: false }`
[INFO] [stdout] a63bf9d16e816bcbd1e39b6e9f924a973a9b6d3c8f61e1c9037c8230eec24a52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7126fc2786bda3f3c7a9b8a9923de890c3b561ea63401e2b1eaa56bcba2a2e5
[INFO] running `Command { std: "docker" "start" "-a" "f7126fc2786bda3f3c7a9b8a9923de890c3b561ea63401e2b1eaa56bcba2a2e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.48.5
[INFO] [stderr]    Compiling windows-targets v0.48.5
[INFO] [stderr]    Compiling windows v0.48.0
[INFO] [stderr]    Compiling planif v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/com.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ComRuntime(Rc<Com>);
[INFO] [stdout]   |            ---------- ^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `ComRuntime` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s
[INFO] running `Command { std: "docker" "inspect" "f7126fc2786bda3f3c7a9b8a9923de890c3b561ea63401e2b1eaa56bcba2a2e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7126fc2786bda3f3c7a9b8a9923de890c3b561ea63401e2b1eaa56bcba2a2e5", kill_on_drop: false }`
[INFO] [stdout] f7126fc2786bda3f3c7a9b8a9923de890c3b561ea63401e2b1eaa56bcba2a2e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33c4e472ab4531722fcf8e441e8a73fd5a9c29328ad846b6177f300ba2b73d48
[INFO] running `Command { std: "docker" "start" "-a" "33c4e472ab4531722fcf8e441e8a73fd5a9c29328ad846b6177f300ba2b73d48", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/com.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ComRuntime(Rc<Com>);
[INFO] [stdout]   |            ---------- ^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `ComRuntime` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling planif v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustc7ZVoiv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustc7ZVoiv/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/folder_task-3507253830546381" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/com.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct ComRuntime(Rc<Com>);
[INFO] [stdout]   |            ---------- ^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `ComRuntime` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `planif` (example "folder_task") 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" "/opt/rustwide/target/debug/examples/rustc2eKEMp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustc2eKEMp/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/monthly_task-9939db5427b950db" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.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" "/opt/rustwide/target/debug/examples/rustcfgiVCN/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcfgiVCN/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/daily_task-a19ccdae587c9d7d" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.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" "/opt/rustwide/target/debug/examples/rustcLuK0ob/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcLuK0ob/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/logon_task-58b2c0ca51692731" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.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" "/opt/rustwide/target/debug/examples/rustcFqrjq5/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcFqrjq5/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/weekly_task-1f44492f7cee3052" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `planif` (example "monthly_task") due to 1 previous error
[INFO] [stderr] error: could not compile `planif` (example "daily_task") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcNcV7Os/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcNcV7Os/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/time_task-1fd9ee7a5a16277b" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `planif` (example "weekly_task") due to 1 previous error
[INFO] [stderr] error: could not compile `planif` (example "logon_task") due to 1 previous error
[INFO] [stderr] error: could not compile `planif` (example "time_task") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcRTHWPO/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcRTHWPO/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/boot_task-8f8386273be9bc2d" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `planif` (example "boot_task") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcoAwtXS/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcoAwtXS/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/monthly_dow_task-9641b99d17692beb" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.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" "/opt/rustwide/target/debug/examples/rustcHmWmng/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcHmWmng/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/various_settings_task-84606069e1ac7e25" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `planif` (example "monthly_dow_task") due to 1 previous error
[INFO] [stderr] error: could not compile `planif` (example "various_settings_task") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcVvmNzH/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanif-9603902fbb0424e6,libwindows-1c82850cd4e96f35,libwindows_targets-56156c8484e8773c,libchrono-7b0104970b3cbd6c,libnum_traits-1562c0c92239f136,libiana_time_zone-ce67e2025dbdff88,libtime-8b735345a9781b47,liblibc-26528a67cc389229}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcVvmNzH/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/multiple_tasks-1c3e76e32a3d3d38" "-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: CoInitializeEx
[INFO] [stdout]           >>> referenced by mod.rs:366 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:366)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoInitializeEx::h7e79ad731d3a654b) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoUninitialize
[INFO] [stdout]           >>> referenced by mod.rs:663 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:663)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoUninitialize::haf718526b17c8c27) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: CoCreateInstance
[INFO] [stdout]           >>> referenced by mod.rs:125 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-0.48.0/src/Windows/Win32/System/Com/mod.rs:125)
[INFO] [stdout]           >>>               planif-9603902fbb0424e6.planif.9f942392b8866b7f-cgu.0.rcgu.o:(windows::Windows::Win32::System::Com::CoCreateInstance::h39042aed29e27483) in archive /opt/rustwide/target/debug/deps/libplanif-9603902fbb0424e6.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetErrorInfo
[INFO] [stdout]           >>> referenced by error.rs:154 (src/core/error.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.10.rcgu.o:(windows::core::error::GetErrorInfo::hb3837146deaaa0f2) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysFreeString
[INFO] [stdout]           >>> referenced by bstr.rs:154 (src/core/strings/bstr.rs:154)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(_$LT$windows..core..strings..bstr..BSTR$u20$as$u20$core..ops..drop..Drop$GT$::drop::he3563f7159fa36fe) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcessHeap
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapAlloc
[INFO] [stdout]           >>> referenced by heap.rs:10 (src/imp/heap.rs:10)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_alloc::heb48abed3bd2a8f7) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: HeapFree
[INFO] [stdout]           >>> referenced by heap.rs:34 (src/imp/heap.rs:34)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.12.rcgu.o:(windows::imp::heap::heap_free::h4cb91215755d20ee) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:27 (src/core/strings/bstr.rs:27)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::len::hd214e4b4ff724c21) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: SysAllocStringLen
[INFO] [stdout]           >>> referenced by bstr.rs:46 (src/core/strings/bstr.rs:46)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.13.rcgu.o:(windows::core::strings::bstr::BSTR::from_wide::hf2cddd21b19aecd3) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: LoadLibraryA
[INFO] [stdout]           >>> referenced by delay_load.rs:11 (src/imp/delay_load.rs:11)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GetProcAddress
[INFO] [stdout]           >>> referenced by delay_load.rs:17 (src/imp/delay_load.rs:17)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FreeLibrary
[INFO] [stdout]           >>> referenced by delay_load.rs:23 (src/imp/delay_load.rs:23)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::imp::delay_load::delay_load::h935cef7a202e9d10) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: FormatMessageW
[INFO] [stdout]           >>> referenced by hresult.rs:89 (src/core/hresult.rs:89)
[INFO] [stdout]           >>>               windows-1c82850cd4e96f35.windows.39dcf1022d18155a-cgu.11.rcgu.o:(windows::core::hresult::HRESULT::message::h66ba416d57318ef1) in archive /opt/rustwide/target/debug/deps/libwindows-1c82850cd4e96f35.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `planif` (example "multiple_tasks") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "33c4e472ab4531722fcf8e441e8a73fd5a9c29328ad846b6177f300ba2b73d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33c4e472ab4531722fcf8e441e8a73fd5a9c29328ad846b6177f300ba2b73d48", kill_on_drop: false }`
[INFO] [stdout] 33c4e472ab4531722fcf8e441e8a73fd5a9c29328ad846b6177f300ba2b73d48
