[INFO] fetching crate windows-volume-control 0.1.1...
[INFO] testing windows-volume-control-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate windows-volume-control 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate windows-volume-control 0.1.1
[INFO] finished tweaking crates.io crate windows-volume-control 0.1.1
[INFO] tweaked toml for crates.io crate windows-volume-control 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-volume-control 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate windows-volume-control 0.1.1 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a26b80fefa53bdc9e75e28bd4d0cb7c0866f78dab2e838ee1433b29525e5d422
[INFO] running `Command { std: "docker" "start" "-a" "a26b80fefa53bdc9e75e28bd4d0cb7c0866f78dab2e838ee1433b29525e5d422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a26b80fefa53bdc9e75e28bd4d0cb7c0866f78dab2e838ee1433b29525e5d422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a26b80fefa53bdc9e75e28bd4d0cb7c0866f78dab2e838ee1433b29525e5d422", kill_on_drop: false }`
[INFO] [stdout] a26b80fefa53bdc9e75e28bd4d0cb7c0866f78dab2e838ee1433b29525e5d422
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed2cfd7fa37279ebe3499970f2f746528e02ef2583339bffec6ed634a63c87f7
[INFO] running `Command { std: "docker" "start" "-a" "ed2cfd7fa37279ebe3499970f2f746528e02ef2583339bffec6ed634a63c87f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling windows-targets v0.42.1
[INFO] [stderr]    Compiling windows-interface v0.44.0
[INFO] [stderr]    Compiling windows-implement v0.44.0
[INFO] [stderr]    Compiling windows v0.44.0
[INFO] [stderr]    Compiling windows-volume-control v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `GetSessions` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub unsafe fn GetSessions(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^ help: convert the identifier to snake case: `get_sessions`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetDefaultAudioEnpointVolumeControl` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub unsafe fn GetDefaultAudioEnpointVolumeControl(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_default_audio_enpoint_volume_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetAllProcessSessions` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub unsafe fn GetAllProcessSessions(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_all_process_sessions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getAudioEndpointVolume` should have a snake case name
[INFO] [stdout]  --> src/session.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     unsafe fn getAudioEndpointVolume(&self) -> Option<IAudioEndpointVolume>;
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_audio_endpoint_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getName` should have a snake case name
[INFO] [stdout]  --> src/session.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     unsafe fn getName(&self) -> String;
[INFO] [stdout]   |               ^^^^^^^ help: convert the identifier to snake case: `get_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getVolume` should have a snake case name
[INFO] [stdout]   --> src/session.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     unsafe fn getVolume(&self) -> f32;
[INFO] [stdout]    |               ^^^^^^^^^ help: convert the identifier to snake case: `get_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `setVolume` should have a snake case name
[INFO] [stdout]   --> src/session.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     unsafe fn setVolume(&self, vol: f32);
[INFO] [stdout]    |               ^^^^^^^^^ help: convert the identifier to snake case: `set_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getMute` should have a snake case name
[INFO] [stdout]   --> src/session.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     unsafe fn getMute(&self) -> bool;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to snake case: `get_mute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `setMute` should have a snake case name
[INFO] [stdout]   --> src/session.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe fn setMute(&self, mute: bool);
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to snake case: `set_mute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.15s
[INFO] running `Command { std: "docker" "inspect" "ed2cfd7fa37279ebe3499970f2f746528e02ef2583339bffec6ed634a63c87f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed2cfd7fa37279ebe3499970f2f746528e02ef2583339bffec6ed634a63c87f7", kill_on_drop: false }`
[INFO] [stdout] ed2cfd7fa37279ebe3499970f2f746528e02ef2583339bffec6ed634a63c87f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e6e4c4e5a0e55642f36474a3b0521756a5038a345a6f1d5409b09896303bbfb
[INFO] running `Command { std: "docker" "start" "-a" "9e6e4c4e5a0e55642f36474a3b0521756a5038a345a6f1d5409b09896303bbfb", kill_on_drop: false }`
[INFO] [stdout] warning: method `GetSessions` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub unsafe fn GetSessions(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^ help: convert the identifier to snake case: `get_sessions`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetDefaultAudioEnpointVolumeControl` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub unsafe fn GetDefaultAudioEnpointVolumeControl(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_default_audio_enpoint_volume_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling windows-volume-control v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `GetAllProcessSessions` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub unsafe fn GetAllProcessSessions(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_all_process_sessions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getAudioEndpointVolume` should have a snake case name
[INFO] [stdout]  --> src/session.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     unsafe fn getAudioEndpointVolume(&self) -> Option<IAudioEndpointVolume>;
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_audio_endpoint_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getName` should have a snake case name
[INFO] [stdout]  --> src/session.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     unsafe fn getName(&self) -> String;
[INFO] [stdout]   |               ^^^^^^^ help: convert the identifier to snake case: `get_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getVolume` should have a snake case name
[INFO] [stdout]   --> src/session.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     unsafe fn getVolume(&self) -> f32;
[INFO] [stdout]    |               ^^^^^^^^^ help: convert the identifier to snake case: `get_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `setVolume` should have a snake case name
[INFO] [stdout]   --> src/session.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     unsafe fn setVolume(&self, vol: f32);
[INFO] [stdout]    |               ^^^^^^^^^ help: convert the identifier to snake case: `set_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getMute` should have a snake case name
[INFO] [stdout]   --> src/session.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     unsafe fn getMute(&self) -> bool;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to snake case: `get_mute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `setMute` should have a snake case name
[INFO] [stdout]   --> src/session.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe fn setMute(&self, mute: bool);
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to snake case: `set_mute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> examples/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `test`
[INFO] [stdout]   --> examples/main.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let test = controller.get_all_session_names();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_test`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcqkAjTa/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwindows_volume_control-e7dca095d786c127,libwindows-4ab08fa59b3e2479}.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" "-lwindows" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcqkAjTa/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/main-e8a976adb602f0d2" "-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: unable to find library -lwindows
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-volume-control` (example "main") due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: method `GetSessions` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub unsafe fn GetSessions(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^ help: convert the identifier to snake case: `get_sessions`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetDefaultAudioEnpointVolumeControl` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub unsafe fn GetDefaultAudioEnpointVolumeControl(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_default_audio_enpoint_volume_control`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `GetAllProcessSessions` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub unsafe fn GetAllProcessSessions(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_all_process_sessions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getAudioEndpointVolume` should have a snake case name
[INFO] [stdout]  --> src/session.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     unsafe fn getAudioEndpointVolume(&self) -> Option<IAudioEndpointVolume>;
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_audio_endpoint_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getName` should have a snake case name
[INFO] [stdout]  --> src/session.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     unsafe fn getName(&self) -> String;
[INFO] [stdout]   |               ^^^^^^^ help: convert the identifier to snake case: `get_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getVolume` should have a snake case name
[INFO] [stdout]   --> src/session.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     unsafe fn getVolume(&self) -> f32;
[INFO] [stdout]    |               ^^^^^^^^^ help: convert the identifier to snake case: `get_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `setVolume` should have a snake case name
[INFO] [stdout]   --> src/session.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     unsafe fn setVolume(&self, vol: f32);
[INFO] [stdout]    |               ^^^^^^^^^ help: convert the identifier to snake case: `set_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `getMute` should have a snake case name
[INFO] [stdout]   --> src/session.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     unsafe fn getMute(&self) -> bool;
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to snake case: `get_mute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `setMute` should have a snake case name
[INFO] [stdout]   --> src/session.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe fn setMute(&self, mute: bool);
[INFO] [stdout]    |               ^^^^^^^ help: convert the identifier to snake case: `set_mute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-volume-control` (lib test) due to 1 previous error; 9 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcpTkn98/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/libwindows-4ab08fa59b3e2479.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" "-lwindows" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcpTkn98/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/deps/windows_volume_control-68bc32b7f036f39f" "-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: unable to find library -lwindows
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-volume-control` (example "listen") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcciJ8nK/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwindows_volume_control-e7dca095d786c127,libwindows-4ab08fa59b3e2479}.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" "-lwindows" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcciJ8nK/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/listen-82d2d06ab5e1793c" "-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: unable to find library -lwindows
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9e6e4c4e5a0e55642f36474a3b0521756a5038a345a6f1d5409b09896303bbfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e6e4c4e5a0e55642f36474a3b0521756a5038a345a6f1d5409b09896303bbfb", kill_on_drop: false }`
[INFO] [stdout] 9e6e4c4e5a0e55642f36474a3b0521756a5038a345a6f1d5409b09896303bbfb
