[INFO] fetching crate windows-volume-control 0.1.1... [INFO] testing windows-volume-control-0.1.1 against 1.91.0 for beta-1.92-2 [INFO] extracting crate windows-volume-control 0.1.1 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate windows-volume-control 0.1.1 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate 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" "+1.91.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 windows-interface v0.44.0 [INFO] [stderr] Downloaded windows-implement v0.44.0 [INFO] [stderr] Downloaded windows v0.44.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97688b13fdabedd504d7bfdd47cc1683cef5e7a885c7d7239afe59fee189a52e [INFO] running `Command { std: "docker" "start" "-a" "97688b13fdabedd504d7bfdd47cc1683cef5e7a885c7d7239afe59fee189a52e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97688b13fdabedd504d7bfdd47cc1683cef5e7a885c7d7239afe59fee189a52e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97688b13fdabedd504d7bfdd47cc1683cef5e7a885c7d7239afe59fee189a52e", kill_on_drop: false }` [INFO] [stdout] 97688b13fdabedd504d7bfdd47cc1683cef5e7a885c7d7239afe59fee189a52e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d1e8dc437b5cd62be9249921c1ca5cb625f31e1cc5627e5f10984753aee204c [INFO] running `Command { std: "docker" "start" "-a" "3d1e8dc437b5cd62be9249921c1ca5cb625f31e1cc5627e5f10984753aee204c", 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-implement v0.44.0 [INFO] [stderr] Compiling windows-interface 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; [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 20.68s [INFO] running `Command { std: "docker" "inspect" "3d1e8dc437b5cd62be9249921c1ca5cb625f31e1cc5627e5f10984753aee204c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d1e8dc437b5cd62be9249921c1ca5cb625f31e1cc5627e5f10984753aee204c", kill_on_drop: false }` [INFO] [stdout] 3d1e8dc437b5cd62be9249921c1ca5cb625f31e1cc5627e5f10984753aee204c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d87e3edf23a59beccb94e85cb48e18702fd492a048af0833cb0fc4b563d0f05f [INFO] running `Command { std: "docker" "start" "-a" "d87e3edf23a59beccb94e85cb48e18702fd492a048af0833cb0fc4b563d0f05f", 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] [stderr] Compiling windows-volume-control v0.1.1 (/opt/rustwide/workdir) [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; [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] 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; [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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcIQ7P9j/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwindows_volume_control-90799170e322cbe0,libwindows-9eaa934dd64479d8}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lwindows" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcIQ7P9j/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/main-25e7db0206ab60a5" "-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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcRSagdi/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/libwindows-9eaa934dd64479d8.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lwindows" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcRSagdi/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/windows_volume_control-e7b584b79dbd13dd" "-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` (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/rustcds3Wnn/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwindows_volume_control-90799170e322cbe0,libwindows-9eaa934dd64479d8}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lwindows" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcds3Wnn/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/listen-0555b785d39eec01" "-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] running `Command { std: "docker" "inspect" "d87e3edf23a59beccb94e85cb48e18702fd492a048af0833cb0fc4b563d0f05f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d87e3edf23a59beccb94e85cb48e18702fd492a048af0833cb0fc4b563d0f05f", kill_on_drop: false }` [INFO] [stdout] d87e3edf23a59beccb94e85cb48e18702fd492a048af0833cb0fc4b563d0f05f