tts 0.25.3

High-level Text-To-Speech (TTS) interface
Build #783052 2023-04-03T15:34:41.142783+00:00
# rustc version
rustc 1.70.0-nightly (3a8a131e9 2023-04-02)# docs.rs version
docsrs 0.6.0 (e3e044be 2023-03-31)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tts-0.25.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tts-0.25.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6ef671f6951f6f7b82eaf49ad0b3b99466e493f2d9d82dd96208252612681f61" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "speech_dispatcher_0_9" "--no-default-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230402-1.70.0-nightly-3a8a131e9\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b14cb625abe2baadd9bc3cfd1a38f91a1f7a164d3b07d39a7542f204f0e5de9a
[INFO] running `Command { std: "docker" "start" "-a" "b14cb625abe2baadd9bc3cfd1a38f91a1f7a164d3b07d39a7542f204f0e5de9a", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: clone_drop, hello_world, ramble, latency, 99bottles
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]     Checking speech-dispatcher v0.16.0
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/speech-dispatcher-0.16.0/src/lib.rs:418:54
[INFO] [stderr]      |
[INFO] [stderr] 418  |         let v = unsafe { spd_set_voice_type(*self.0, voice_type as u32) };
[INFO] [stderr]      |                          ------------------          ^^^^^^^^^^^^^^^^^ expected `i32`, found `u32`
[INFO] [stderr]      |                          |
[INFO] [stderr]      |                          arguments to this function are incorrect
[INFO] [stderr]      |
[INFO] [stderr] note: function defined here
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/speech-dispatcher-sys-a4905f1e03e85aaa/out/speech_dispatcher_sys.rs:1988:12
[INFO] [stderr]      |
[INFO] [stderr] 1988 |     pub fn spd_set_voice_type(
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you can convert a `u32` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr]      |
[INFO] [stderr] 418  |         let v = unsafe { spd_set_voice_type(*self.0, (voice_type as u32).try_into().unwrap()) };
[INFO] [stderr]      |                                                      +                 +++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/speech-dispatcher-0.16.0/src/lib.rs:426:58
[INFO] [stderr]      |
[INFO] [stderr] 426  |         let v = unsafe { spd_set_voice_type_all(*self.0, voice_type as u32) };
[INFO] [stderr]      |                          ----------------------          ^^^^^^^^^^^^^^^^^ expected `i32`, found `u32`
[INFO] [stderr]      |                          |
[INFO] [stderr]      |                          arguments to this function are incorrect
[INFO] [stderr]      |
[INFO] [stderr] note: function defined here
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/speech-dispatcher-sys-a4905f1e03e85aaa/out/speech_dispatcher_sys.rs:1994:12
[INFO] [stderr]      |
[INFO] [stderr] 1994 |     pub fn spd_set_voice_type_all(
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you can convert a `u32` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr]      |
[INFO] [stderr] 426  |         let v = unsafe { spd_set_voice_type_all(*self.0, (voice_type as u32).try_into().unwrap()) };
[INFO] [stderr]      |                                                          +                 +++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/speech-dispatcher-0.16.0/src/lib.rs:434:58
[INFO] [stderr]      |
[INFO] [stderr] 434  |         let v = unsafe { spd_set_voice_type_uid(*self.0, voice_type as u32, target_uid) };
[INFO] [stderr]      |                          ----------------------          ^^^^^^^^^^^^^^^^^ expected `i32`, found `u32`
[INFO] [stderr]      |                          |
[INFO] [stderr]      |                          arguments to this function are incorrect
[INFO] [stderr]      |
[INFO] [stderr] note: function defined here
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/speech-dispatcher-sys-a4905f1e03e85aaa/out/speech_dispatcher_sys.rs:2000:12
[INFO] [stderr]      |
[INFO] [stderr] 2000 |     pub fn spd_set_voice_type_uid(
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: you can convert a `u32` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr]      |
[INFO] [stderr] 434  |         let v = unsafe { spd_set_voice_type_uid(*self.0, (voice_type as u32).try_into().unwrap(), target_uid) };
[INFO] [stderr]      |                                                          +                 +++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `speech-dispatcher` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "b14cb625abe2baadd9bc3cfd1a38f91a1f7a164d3b07d39a7542f204f0e5de9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b14cb625abe2baadd9bc3cfd1a38f91a1f7a164d3b07d39a7542f204f0e5de9a", kill_on_drop: false }`
[INFO] [stdout] b14cb625abe2baadd9bc3cfd1a38f91a1f7a164d3b07d39a7542f204f0e5de9a