[INFO] cloning repository https://github.com/Connicpu/boop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Connicpu/boop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConnicpu%2Fboop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConnicpu%2Fboop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 99b5286757707705c8674abd474b436d9c8a5519 [INFO] checking Connicpu/boop against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FConnicpu%2Fboop" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Connicpu/boop on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Connicpu/boop [INFO] finished tweaking git repo https://github.com/Connicpu/boop [INFO] tweaked toml for git repo https://github.com/Connicpu/boop written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Connicpu/boop already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee8195dd24efb131b194f1eb80e65c307a322a9b98574f00931197aaaed26347 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ee8195dd24efb131b194f1eb80e65c307a322a9b98574f00931197aaaed26347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee8195dd24efb131b194f1eb80e65c307a322a9b98574f00931197aaaed26347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee8195dd24efb131b194f1eb80e65c307a322a9b98574f00931197aaaed26347", kill_on_drop: false }` [INFO] [stdout] ee8195dd24efb131b194f1eb80e65c307a322a9b98574f00931197aaaed26347 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dcbb3663b757cc0197b715af0c3dc2417de0fa832b10221a9ab616978ca9935 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9dcbb3663b757cc0197b715af0c3dc2417de0fa832b10221a9ab616978ca9935", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking parking v1.0.4 [INFO] [stderr] Checking waker-fn v1.0.0 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking fastrand v1.3.3 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking async-task v3.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking concurrent-queue v1.1.1 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking wio v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Checking pin-project v0.4.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking blocking v0.4.6 [INFO] [stderr] Checking smol v0.1.18 [INFO] [stderr] Checking async-std v1.6.2 [INFO] [stderr] Checking boop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/tts.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | shared::{guiddef::GUID, winerror::SUCCEEDED}, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/tts.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | um::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> src/tts.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Interface, [INFO] [stdout] | ^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `wio::com`, `wio::wide` [INFO] [stdout] --> src/tts.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | use wio::{com::ComPtr, wide::ToWide}; [INFO] [stdout] | ^^^ ^^^^ could not find `wide` in `wio` [INFO] [stdout] | | [INFO] [stdout] | could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/tts.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | shared::{guiddef::GUID, winerror::SUCCEEDED}, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/tts.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | um::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> src/tts.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Interface, [INFO] [stdout] | ^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `wio::com`, `wio::wide` [INFO] [stdout] --> src/tts.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | use wio::{com::ComPtr, wide::ToWide}; [INFO] [stdout] | ^^^ ^^^^ could not find `wide` in `wio` [INFO] [stdout] | | [INFO] [stdout] | could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ISpVoice` [INFO] [stdout] --> src/tts.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | &ISpVoice::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ISpVoice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GUID` [INFO] [stdout] --> src/tts.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let mut clsid = GUID::default(); [INFO] [stdout] | ^^^^ use of undeclared type `GUID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ISpVoice` in this scope [INFO] [stdout] --> src/tts.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Speaker { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 18 | _com_init: ComInitRaii, [INFO] [stdout] 19 | voice: ComPtr, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ISpVoice` in this scope [INFO] [stdout] --> src/tts.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 23 | impl Speaker { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 28 | let mut ptr = std::ptr::null_mut::(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoCreateInstance` in this scope [INFO] [stdout] --> src/tts.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | CoCreateInstance( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSCTX_ALL` in this scope [INFO] [stdout] --> src/tts.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | CLSCTX_ALL, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ISpVoice` [INFO] [stdout] --> src/tts.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | &ISpVoice::uuidof(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ISpVoice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | ensure!(SUCCEEDED(hr), "Failed to initialize SAPI Voice instance"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SPF_DEFAULT` in this scope [INFO] [stdout] --> src/tts.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | self.do_speak(text, SPF_DEFAULT) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SPF_ASYNC` in this scope [INFO] [stdout] --> src/tts.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | self.do_speak(text, SPF_ASYNC) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | ensure!(SUCCEEDED(hr), "Failed to speak"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitializeEx` in this scope [INFO] [stdout] --> src/tts.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | let hr = unsafe { CoInitializeEx(0 as _, COINIT_MULTITHREADED) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_MULTITHREADED` in this scope [INFO] [stdout] --> src/tts.rs:76:50 [INFO] [stdout] | [INFO] [stdout] 76 | let hr = unsafe { CoInitializeEx(0 as _, COINIT_MULTITHREADED) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | ensure!(SUCCEEDED(hr), "CoInitializeEx failed"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoUninitialize` in this scope [INFO] [stdout] --> src/tts.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | CoUninitialize(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/tts.rs:91:45 [INFO] [stdout] | [INFO] [stdout] 91 | fn get_sapi_voice_clsid() -> anyhow::Result { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CLSIDFromProgID` in this scope [INFO] [stdout] --> src/tts.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | let hr = unsafe { CLSIDFromProgID(progid.as_ptr(), &mut clsid) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | ensure!(SUCCEEDED(hr), "Failed to find SAPI.SpVoice class"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GUID` [INFO] [stdout] --> src/tts.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | let mut clsid = GUID::default(); [INFO] [stdout] | ^^^^ use of undeclared type `GUID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ISpVoice` in this scope [INFO] [stdout] --> src/tts.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Speaker { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 18 | _com_init: ComInitRaii, [INFO] [stdout] 19 | voice: ComPtr, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ISpVoice` in this scope [INFO] [stdout] --> src/tts.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 23 | impl Speaker { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 28 | let mut ptr = std::ptr::null_mut::(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoCreateInstance` in this scope [INFO] [stdout] --> src/tts.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | CoCreateInstance( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLSCTX_ALL` in this scope [INFO] [stdout] --> src/tts.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | CLSCTX_ALL, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | ensure!(SUCCEEDED(hr), "Failed to initialize SAPI Voice instance"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SPF_DEFAULT` in this scope [INFO] [stdout] --> src/tts.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | self.do_speak(text, SPF_DEFAULT) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SPF_ASYNC` in this scope [INFO] [stdout] --> src/tts.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | self.do_speak(text, SPF_ASYNC) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | ensure!(SUCCEEDED(hr), "Failed to speak"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitializeEx` in this scope [INFO] [stdout] --> src/tts.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | let hr = unsafe { CoInitializeEx(0 as _, COINIT_MULTITHREADED) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_MULTITHREADED` in this scope [INFO] [stdout] --> src/tts.rs:76:50 [INFO] [stdout] | [INFO] [stdout] 76 | let hr = unsafe { CoInitializeEx(0 as _, COINIT_MULTITHREADED) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | ensure!(SUCCEEDED(hr), "CoInitializeEx failed"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoUninitialize` in this scope [INFO] [stdout] --> src/tts.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | CoUninitialize(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/tts.rs:91:45 [INFO] [stdout] | [INFO] [stdout] 91 | fn get_sapi_voice_clsid() -> anyhow::Result { [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CLSIDFromProgID` in this scope [INFO] [stdout] --> src/tts.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | let hr = unsafe { CLSIDFromProgID(progid.as_ptr(), &mut clsid) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SUCCEEDED` in this scope [INFO] [stdout] --> src/tts.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | ensure!(SUCCEEDED(hr), "Failed to find SAPI.SpVoice class"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/tts.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | let progid = "SAPI.SpVoice".to_wide_null(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `boop` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `to_wide_null` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/tts.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | let progid = "SAPI.SpVoice".to_wide_null(); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9dcbb3663b757cc0197b715af0c3dc2417de0fa832b10221a9ab616978ca9935", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dcbb3663b757cc0197b715af0c3dc2417de0fa832b10221a9ab616978ca9935", kill_on_drop: false }` [INFO] [stdout] 9dcbb3663b757cc0197b715af0c3dc2417de0fa832b10221a9ab616978ca9935