[INFO] fetching crate opus-cmake-sys 1.0.6... [INFO] documenting opus-cmake-sys-1.0.6 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate opus-cmake-sys 1.0.6 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate opus-cmake-sys 1.0.6 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate opus-cmake-sys 1.0.6 [INFO] finished tweaking crates.io crate opus-cmake-sys 1.0.6 [INFO] tweaked toml for crates.io crate opus-cmake-sys 1.0.6 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a3e74a98bdbae83f8d96eb6ebd245e9568906153fc35dabe2f7a5222ae92db7 [INFO] running `Command { std: "docker" "start" "-a" "4a3e74a98bdbae83f8d96eb6ebd245e9568906153fc35dabe2f7a5222ae92db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a3e74a98bdbae83f8d96eb6ebd245e9568906153fc35dabe2f7a5222ae92db7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a3e74a98bdbae83f8d96eb6ebd245e9568906153fc35dabe2f7a5222ae92db7", kill_on_drop: false }` [INFO] [stdout] 4a3e74a98bdbae83f8d96eb6ebd245e9568906153fc35dabe2f7a5222ae92db7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 891f0db898c0321e70cd67a19b65c535947464f8f3c79cabf6d9b9d0a268828a [INFO] running `Command { std: "docker" "start" "-a" "891f0db898c0321e70cd67a19b65c535947464f8f3c79cabf6d9b9d0a268828a", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling opus-cmake-sys v1.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> build.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> build.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cc` [INFO] [stdout] --> build.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use cc; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BufRead` [INFO] [stdout] --> build.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> build.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | let mut library_name: &str; [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_opus_sources` [INFO] [stdout] --> build.rs:56:4 [INFO] [stdout] | [INFO] [stdout] 56 | fn get_opus_sources(file: &str, key: &str) -> std::io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting opus-cmake-sys v1.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | / #[doc = " Converts an opus error code into a human readable string."] [INFO] [stdout] 87 | | #[doc = ""] [INFO] [stdout] 88 | | #[doc = " @param[in] error int: Error number"] [INFO] [stdout] 89 | | #[doc = " @returns Error string"] [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] error int: Error number [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / #[doc = " Gets the size of an OpusEncoder structure."] [INFO] [stdout] 109 | | #[doc = " @param[in] channels int: Number of channels."] [INFO] [stdout] 110 | | #[doc = " This must be 1 or 2."] [INFO] [stdout] 111 | | #[doc = " @returns The size in bytes."] [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] channels int: Number of channels. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."] [INFO] [stdout] 116 | | #[doc = " There are three coding modes:"] [INFO] [stdout] 117 | | #[doc = ""] [INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stdout] ... | [INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stdout] 145 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] Fs opus_int32: Sampling rate of input signal (Hz) [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."] [INFO] [stdout] 116 | | #[doc = " There are three coding modes:"] [INFO] [stdout] 117 | | #[doc = ""] [INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stdout] ... | [INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stdout] 145 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] error int*: @ref opus_errorcodes [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / #[doc = " Initializes a previously allocated encoder state"] [INFO] [stdout] 155 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."] [INFO] [stdout] 156 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."] [INFO] [stdout] 157 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"] [INFO] [stdout] ... | [INFO] [stdout] 164 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED... [INFO] [stdout] 165 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusEncoder*: Encoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."] [INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"] [INFO] [stdout] ... | [INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 200 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusEncoder*: Encoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."] [INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"] [INFO] [stdout] ... | [INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 200 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] data unsigned char*: Output payload. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stdout] ... | [INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 241 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusEncoder*: Encoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stdout] ... | [INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 241 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] data unsigned char*: Output payload. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."] [INFO] [stdout] 252 | | #[doc = " @param[in] st OpusEncoder*: State to be freed."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] st OpusEncoder*: State to be freed. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | / #[doc = " Gets the size of an OpusDecoder structure."] [INFO] [stdout] 279 | | #[doc = " @param [in] channels int: Number of channels."] [INFO] [stdout] 280 | | #[doc = " This must be 1 or 2."] [INFO] [stdout] 281 | | #[doc = " @returns The size in bytes."] [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] channels int: Number of channels. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."] [INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."] [INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"] [INFO] [stdout] 288 | | #[doc = " 24000, or 48000."] [INFO] [stdout] ... | [INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"] [INFO] [stdout] 298 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."] [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] Fs opus_int32: Sample rate to decode at (Hz). [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."] [INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."] [INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"] [INFO] [stdout] 288 | | #[doc = " 24000, or 48000."] [INFO] [stdout] ... | [INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"] [INFO] [stdout] 298 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."] [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] error int*: #OPUS_OK Success or @ref opus_errorcodes [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | / #[doc = " Initializes a previously allocated decoder state."] [INFO] [stdout] 307 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."] [INFO] [stdout] 308 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge... [INFO] [stdout] 309 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."] [INFO] [stdout] ... | [INFO] [stdout] 314 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"] [INFO] [stdout] 315 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusDecoder*: Decoder state. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."] [INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"] [INFO] [stdout] ... | [INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stdout] 337 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusDecoder*: Decoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."] [INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"] [INFO] [stdout] ... | [INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stdout] 337 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] pcm opus_int16*: Output signal (interleaved if 2 channels). length [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."] [INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"] [INFO] [stdout] ... | [INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stdout] 362 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusDecoder*: Decoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."] [INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"] [INFO] [stdout] ... | [INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stdout] 362 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] pcm float*: Output signal (interleaved if 2 channels). length [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."] [INFO] [stdout] 391 | | #[doc = " @param[in] st OpusDecoder*: State to be freed."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] st OpusDecoder*: State to be freed. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."] [INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stdout] 397 | | #[doc = " not need to use this function."] [INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stdout] ... | [INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"] [INFO] [stdout] 406 | | #[doc = " @returns number of frames"] [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet to be parsed [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."] [INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stdout] 397 | | #[doc = " not need to use this function."] [INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stdout] ... | [INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"] [INFO] [stdout] 406 | | #[doc = " @returns number of frames"] [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] out_toc char*: TOC pointer [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `48` [INFO] [stdout] --> src/bindings.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."] [INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stdout] 397 | | #[doc = " not need to use this function."] [INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stdout] ... | [INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"] [INFO] [stdout] 406 | | #[doc = " @returns number of frames"] [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] frames char*[48] encapsulated frames [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `48` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | / #[doc = " Gets the bandwidth of an Opus packet."] [INFO] [stdout] 418 | | #[doc = " @param [in] data char*: Opus packet"] [INFO] [stdout] 419 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"] [INFO] [stdout] 420 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"] [INFO] [stdout] ... | [INFO] [stdout] 423 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"] [INFO] [stdout] 424 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:429:5 [INFO] [stdout] | [INFO] [stdout] 429 | / #[doc = " Gets the number of samples per frame from an Opus packet."] [INFO] [stdout] 430 | | #[doc = " @param [in] data char*: Opus packet."] [INFO] [stdout] 431 | | #[doc = " This must contain at least one byte of"] [INFO] [stdout] 432 | | #[doc = " data."] [INFO] [stdout] ... | [INFO] [stdout] 435 | | #[doc = " inaccurate results will be returned."] [INFO] [stdout] 436 | | #[doc = " @returns Number of samples per frame."] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | / #[doc = " Gets the number of channels from an Opus packet."] [INFO] [stdout] 444 | | #[doc = " @param [in] data char*: Opus packet"] [INFO] [stdout] 445 | | #[doc = " @returns Number of channels"] [INFO] [stdout] 446 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:452:5 [INFO] [stdout] | [INFO] [stdout] 452 | / #[doc = " Gets the number of frames in an Opus packet."] [INFO] [stdout] 453 | | #[doc = " @param [in] packet char*: Opus packet"] [INFO] [stdout] 454 | | #[doc = " @param [in] len opus_int32: Length of packet"] [INFO] [stdout] 455 | | #[doc = " @returns Number of frames"] [INFO] [stdout] 456 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stdout] 457 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] packet char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:464:5 [INFO] [stdout] | [INFO] [stdout] 464 | / #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stdout] 465 | | #[doc = " @param [in] packet char*: Opus packet"] [INFO] [stdout] 466 | | #[doc = " @param [in] len opus_int32: Length of packet"] [INFO] [stdout] 467 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."] [INFO] [stdout] ... | [INFO] [stdout] 471 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stdout] 472 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] packet char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 480 | / #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stdout] 481 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"] [INFO] [stdout] 482 | | #[doc = " @param [in] packet char*: Opus packet"] [INFO] [stdout] 483 | | #[doc = " @param [in] len opus_int32: Length of packet"] [INFO] [stdout] 484 | | #[doc = " @returns Number of samples"] [INFO] [stdout] 485 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stdout] 486 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] dec OpusDecoder*: Decoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:494:5 [INFO] [stdout] | [INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stdout] ... | [INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"] [INFO] [stdout] 502 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in,out] pcm float*: Input PCM and modified PCM [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:494:5 [INFO] [stdout] | [INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stdout] ... | [INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"] [INFO] [stdout] 502 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] frame_size int Number of samples per channel to process [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:545:5 [INFO] [stdout] | [INFO] [stdout] 545 | / #[doc = " Frees an OpusRepacketizer allocated by"] [INFO] [stdout] 546 | | #[doc = " opus_repacketizer_create()."] [INFO] [stdout] 547 | | #[doc = " @param[in] rp OpusRepacketizer*: State to be freed."] [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] rp OpusRepacketizer*: State to be freed. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:551:5 [INFO] [stdout] | [INFO] [stdout] 551 | / #[doc = " Add a packet to the current repacketizer state."] [INFO] [stdout] 552 | | #[doc = " This packet must match the configuration of any packets already submitted"] [INFO] [stdout] 553 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."] [INFO] [stdout] 554 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"] [INFO] [stdout] ... | [INFO] [stdout] 595 | | #[doc = " audio stored in the repacketizer state to more"] [INFO] [stdout] 596 | | #[doc = " than 120 ms."] [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] data const unsigned char*: The packet data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"] [INFO] [stdout] 605 | | #[doc = " state via opus_repacketizer_cat()."] [INFO] [stdout] 606 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"] [INFO] [stdout] 607 | | #[doc = " construct the new packet."] [INFO] [stdout] ... | [INFO] [stdout] 632 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"] [INFO] [stdout] 633 | | #[doc = " complete output packet."] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:655:5 [INFO] [stdout] | [INFO] [stdout] 655 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"] [INFO] [stdout] 656 | | #[doc = " state via opus_repacketizer_cat()."] [INFO] [stdout] 657 | | #[doc = " This is a convenience routine that returns all the data submitted so far"] [INFO] [stdout] 658 | | #[doc = " in a single packet."] [INFO] [stdout] ... | [INFO] [stdout] 681 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"] [INFO] [stdout] 682 | | #[doc = " complete output packet."] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:690:5 [INFO] [stdout] | [INFO] [stdout] 690 | / #[doc = " Pads a given Opus packet to a larger size (possibly changing the TOC sequence)."] [INFO] [stdout] 691 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 692 | | #[doc = " packet to pad."] [INFO] [stdout] 693 | | #[doc = " @param len opus_int32: The size of the packet."] [INFO] [stdout] ... | [INFO] [stdout] 699 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."] [INFO] [stdout] 700 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:708:5 [INFO] [stdout] | [INFO] [stdout] 708 | / #[doc = " Remove all padding from a given Opus packet and rewrite the TOC sequence to"] [INFO] [stdout] 709 | | #[doc = " minimize space usage."] [INFO] [stdout] 710 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 711 | | #[doc = " packet to strip."] [INFO] [stdout] ... | [INFO] [stdout] 716 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."] [INFO] [stdout] 717 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:721:5 [INFO] [stdout] | [INFO] [stdout] 721 | / #[doc = " Pads a given Opus multi-stream packet to a larger size (possibly changing the TOC sequence)."] [INFO] [stdout] 722 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 723 | | #[doc = " packet to pad."] [INFO] [stdout] 724 | | #[doc = " @param len opus_int32: The size of the packet."] [INFO] [stdout] ... | [INFO] [stdout] 732 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."] [INFO] [stdout] 733 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:742:5 [INFO] [stdout] | [INFO] [stdout] 742 | / #[doc = " Remove all padding from a given Opus multi-stream packet and rewrite the TOC sequence to"] [INFO] [stdout] 743 | | #[doc = " minimize space usage."] [INFO] [stdout] 744 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 745 | | #[doc = " packet to strip."] [INFO] [stdout] ... | [INFO] [stdout] 752 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."] [INFO] [stdout] 753 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.11s [INFO] running `Command { std: "docker" "inspect" "891f0db898c0321e70cd67a19b65c535947464f8f3c79cabf6d9b9d0a268828a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "891f0db898c0321e70cd67a19b65c535947464f8f3c79cabf6d9b9d0a268828a", kill_on_drop: false }` [INFO] [stdout] 891f0db898c0321e70cd67a19b65c535947464f8f3c79cabf6d9b9d0a268828a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 7af94d517976423426d2ffb85a9a3563109a33bb586ad757622e498bb500c1c8 [INFO] running `Command { std: "docker" "start" "-a" "7af94d517976423426d2ffb85a9a3563109a33bb586ad757622e498bb500c1c8", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling opus-cmake-sys v1.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> build.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> build.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cc` [INFO] [stdout] --> build.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use cc; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BufRead` [INFO] [stdout] --> build.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{self, BufRead}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> build.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | let mut library_name: &str; [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_opus_sources` [INFO] [stdout] --> build.rs:56:4 [INFO] [stdout] | [INFO] [stdout] 56 | fn get_opus_sources(file: &str, key: &str) -> std::io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting opus-cmake-sys v1.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | / #[doc = " Converts an opus error code into a human readable string."] [INFO] [stdout] 87 | | #[doc = ""] [INFO] [stdout] 88 | | #[doc = " @param[in] error int: Error number"] [INFO] [stdout] 89 | | #[doc = " @returns Error string"] [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] error int: Error number [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / #[doc = " Gets the size of an OpusEncoder structure."] [INFO] [stdout] 109 | | #[doc = " @param[in] channels int: Number of channels."] [INFO] [stdout] 110 | | #[doc = " This must be 1 or 2."] [INFO] [stdout] 111 | | #[doc = " @returns The size in bytes."] [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] channels int: Number of channels. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."] [INFO] [stdout] 116 | | #[doc = " There are three coding modes:"] [INFO] [stdout] 117 | | #[doc = ""] [INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stdout] ... | [INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stdout] 145 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] Fs opus_int32: Sampling rate of input signal (Hz) [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."] [INFO] [stdout] 116 | | #[doc = " There are three coding modes:"] [INFO] [stdout] 117 | | #[doc = ""] [INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stdout] ... | [INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stdout] 145 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] error int*: @ref opus_errorcodes [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / #[doc = " Initializes a previously allocated encoder state"] [INFO] [stdout] 155 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."] [INFO] [stdout] 156 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."] [INFO] [stdout] 157 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"] [INFO] [stdout] ... | [INFO] [stdout] 164 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED... [INFO] [stdout] 165 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusEncoder*: Encoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."] [INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"] [INFO] [stdout] ... | [INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 200 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusEncoder*: Encoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."] [INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"] [INFO] [stdout] ... | [INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 200 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] data unsigned char*: Output payload. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stdout] ... | [INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 241 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusEncoder*: Encoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"] [INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stdout] ... | [INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stdout] 241 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stdout] | |___________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] data unsigned char*: Output payload. [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."] [INFO] [stdout] 252 | | #[doc = " @param[in] st OpusEncoder*: State to be freed."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] st OpusEncoder*: State to be freed. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:278:5 [INFO] [stdout] | [INFO] [stdout] 278 | / #[doc = " Gets the size of an OpusDecoder structure."] [INFO] [stdout] 279 | | #[doc = " @param [in] channels int: Number of channels."] [INFO] [stdout] 280 | | #[doc = " This must be 1 or 2."] [INFO] [stdout] 281 | | #[doc = " @returns The size in bytes."] [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] channels int: Number of channels. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."] [INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."] [INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"] [INFO] [stdout] 288 | | #[doc = " 24000, or 48000."] [INFO] [stdout] ... | [INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"] [INFO] [stdout] 298 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."] [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] Fs opus_int32: Sample rate to decode at (Hz). [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."] [INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."] [INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"] [INFO] [stdout] 288 | | #[doc = " 24000, or 48000."] [INFO] [stdout] ... | [INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"] [INFO] [stdout] 298 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."] [INFO] [stdout] | |________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] error int*: #OPUS_OK Success or @ref opus_errorcodes [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | / #[doc = " Initializes a previously allocated decoder state."] [INFO] [stdout] 307 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."] [INFO] [stdout] 308 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge... [INFO] [stdout] 309 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."] [INFO] [stdout] ... | [INFO] [stdout] 314 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"] [INFO] [stdout] 315 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusDecoder*: Decoder state. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."] [INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"] [INFO] [stdout] ... | [INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stdout] 337 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusDecoder*: Decoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."] [INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"] [INFO] [stdout] ... | [INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stdout] 337 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] pcm opus_int16*: Output signal (interleaved if 2 channels). length [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."] [INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"] [INFO] [stdout] ... | [INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stdout] 362 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] st OpusDecoder*: Decoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."] [INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"] [INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"] [INFO] [stdout] ... | [INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stdout] 362 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stdout] | |__________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] pcm float*: Output signal (interleaved if 2 channels). length [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."] [INFO] [stdout] 391 | | #[doc = " @param[in] st OpusDecoder*: State to be freed."] [INFO] [stdout] | |_______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] st OpusDecoder*: State to be freed. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."] [INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stdout] 397 | | #[doc = " not need to use this function."] [INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stdout] ... | [INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"] [INFO] [stdout] 406 | | #[doc = " @returns number of frames"] [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet to be parsed [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."] [INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stdout] 397 | | #[doc = " not need to use this function."] [INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stdout] ... | [INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"] [INFO] [stdout] 406 | | #[doc = " @returns number of frames"] [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] out_toc char*: TOC pointer [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `48` [INFO] [stdout] --> src/bindings.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."] [INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stdout] 397 | | #[doc = " not need to use this function."] [INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stdout] ... | [INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"] [INFO] [stdout] 406 | | #[doc = " @returns number of frames"] [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [out] frames char*[48] encapsulated frames [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `48` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | / #[doc = " Gets the bandwidth of an Opus packet."] [INFO] [stdout] 418 | | #[doc = " @param [in] data char*: Opus packet"] [INFO] [stdout] 419 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"] [INFO] [stdout] 420 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"] [INFO] [stdout] ... | [INFO] [stdout] 423 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"] [INFO] [stdout] 424 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:429:5 [INFO] [stdout] | [INFO] [stdout] 429 | / #[doc = " Gets the number of samples per frame from an Opus packet."] [INFO] [stdout] 430 | | #[doc = " @param [in] data char*: Opus packet."] [INFO] [stdout] 431 | | #[doc = " This must contain at least one byte of"] [INFO] [stdout] 432 | | #[doc = " data."] [INFO] [stdout] ... | [INFO] [stdout] 435 | | #[doc = " inaccurate results will be returned."] [INFO] [stdout] 436 | | #[doc = " @returns Number of samples per frame."] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | / #[doc = " Gets the number of channels from an Opus packet."] [INFO] [stdout] 444 | | #[doc = " @param [in] data char*: Opus packet"] [INFO] [stdout] 445 | | #[doc = " @returns Number of channels"] [INFO] [stdout] 446 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] data char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:452:5 [INFO] [stdout] | [INFO] [stdout] 452 | / #[doc = " Gets the number of frames in an Opus packet."] [INFO] [stdout] 453 | | #[doc = " @param [in] packet char*: Opus packet"] [INFO] [stdout] 454 | | #[doc = " @param [in] len opus_int32: Length of packet"] [INFO] [stdout] 455 | | #[doc = " @returns Number of frames"] [INFO] [stdout] 456 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stdout] 457 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] packet char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:464:5 [INFO] [stdout] | [INFO] [stdout] 464 | / #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stdout] 465 | | #[doc = " @param [in] packet char*: Opus packet"] [INFO] [stdout] 466 | | #[doc = " @param [in] len opus_int32: Length of packet"] [INFO] [stdout] 467 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."] [INFO] [stdout] ... | [INFO] [stdout] 471 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stdout] 472 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] packet char*: Opus packet [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 480 | / #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stdout] 481 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"] [INFO] [stdout] 482 | | #[doc = " @param [in] packet char*: Opus packet"] [INFO] [stdout] 483 | | #[doc = " @param [in] len opus_int32: Length of packet"] [INFO] [stdout] 484 | | #[doc = " @returns Number of samples"] [INFO] [stdout] 485 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stdout] 486 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stdout] | |_____________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] dec OpusDecoder*: Decoder state [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:494:5 [INFO] [stdout] | [INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stdout] ... | [INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"] [INFO] [stdout] 502 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in,out] pcm float*: Input PCM and modified PCM [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:494:5 [INFO] [stdout] | [INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stdout] ... | [INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"] [INFO] [stdout] 502 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param [in] frame_size int Number of samples per channel to process [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:545:5 [INFO] [stdout] | [INFO] [stdout] 545 | / #[doc = " Frees an OpusRepacketizer allocated by"] [INFO] [stdout] 546 | | #[doc = " opus_repacketizer_create()."] [INFO] [stdout] 547 | | #[doc = " @param[in] rp OpusRepacketizer*: State to be freed."] [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] rp OpusRepacketizer*: State to be freed. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in` [INFO] [stdout] --> src/bindings.rs:551:5 [INFO] [stdout] | [INFO] [stdout] 551 | / #[doc = " Add a packet to the current repacketizer state."] [INFO] [stdout] 552 | | #[doc = " This packet must match the configuration of any packets already submitted"] [INFO] [stdout] 553 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."] [INFO] [stdout] 554 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"] [INFO] [stdout] ... | [INFO] [stdout] 595 | | #[doc = " audio stored in the repacketizer state to more"] [INFO] [stdout] 596 | | #[doc = " than 120 ms."] [INFO] [stdout] | |_________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] data const unsigned char*: The packet data. [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `in` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"] [INFO] [stdout] 605 | | #[doc = " state via opus_repacketizer_cat()."] [INFO] [stdout] 606 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"] [INFO] [stdout] 607 | | #[doc = " construct the new packet."] [INFO] [stdout] ... | [INFO] [stdout] 632 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"] [INFO] [stdout] 633 | | #[doc = " complete output packet."] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `out` [INFO] [stdout] --> src/bindings.rs:655:5 [INFO] [stdout] | [INFO] [stdout] 655 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"] [INFO] [stdout] 656 | | #[doc = " state via opus_repacketizer_cat()."] [INFO] [stdout] 657 | | #[doc = " This is a convenience routine that returns all the data submitted so far"] [INFO] [stdout] 658 | | #[doc = " in a single packet."] [INFO] [stdout] ... | [INFO] [stdout] 681 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"] [INFO] [stdout] 682 | | #[doc = " complete output packet."] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:690:5 [INFO] [stdout] | [INFO] [stdout] 690 | / #[doc = " Pads a given Opus packet to a larger size (possibly changing the TOC sequence)."] [INFO] [stdout] 691 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 692 | | #[doc = " packet to pad."] [INFO] [stdout] 693 | | #[doc = " @param len opus_int32: The size of the packet."] [INFO] [stdout] ... | [INFO] [stdout] 699 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."] [INFO] [stdout] 700 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:708:5 [INFO] [stdout] | [INFO] [stdout] 708 | / #[doc = " Remove all padding from a given Opus packet and rewrite the TOC sequence to"] [INFO] [stdout] 709 | | #[doc = " minimize space usage."] [INFO] [stdout] 710 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 711 | | #[doc = " packet to strip."] [INFO] [stdout] ... | [INFO] [stdout] 716 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."] [INFO] [stdout] 717 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:721:5 [INFO] [stdout] | [INFO] [stdout] 721 | / #[doc = " Pads a given Opus multi-stream packet to a larger size (possibly changing the TOC sequence)."] [INFO] [stdout] 722 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 723 | | #[doc = " packet to pad."] [INFO] [stdout] 724 | | #[doc = " @param len opus_int32: The size of the packet."] [INFO] [stdout] ... | [INFO] [stdout] 732 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."] [INFO] [stdout] 733 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `in,out` [INFO] [stdout] --> src/bindings.rs:742:5 [INFO] [stdout] | [INFO] [stdout] 742 | / #[doc = " Remove all padding from a given Opus multi-stream packet and rewrite the TOC sequence to"] [INFO] [stdout] 743 | | #[doc = " minimize space usage."] [INFO] [stdout] 744 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"] [INFO] [stdout] 745 | | #[doc = " packet to strip."] [INFO] [stdout] ... | [INFO] [stdout] 752 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."] [INFO] [stdout] 753 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."] [INFO] [stdout] | |__________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `in,out` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `Command { std: "docker" "inspect" "7af94d517976423426d2ffb85a9a3563109a33bb586ad757622e498bb500c1c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7af94d517976423426d2ffb85a9a3563109a33bb586ad757622e498bb500c1c8", kill_on_drop: false }` [INFO] [stdout] 7af94d517976423426d2ffb85a9a3563109a33bb586ad757622e498bb500c1c8