[INFO] cloning repository https://github.com/OxideAV/oxideav-g729
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OxideAV/oxideav-g729" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOxideAV%2Foxideav-g729", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOxideAV%2Foxideav-g729'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2653db5fb50ca73373eaa4d34a2ca27834ccbb2e
[INFO] documenting OxideAV/oxideav-g729 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOxideAV%2Foxideav-g729" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/OxideAV/oxideav-g729
[INFO] finished tweaking git repo https://github.com/OxideAV/oxideav-g729
[INFO] tweaked toml for git repo https://github.com/OxideAV/oxideav-g729 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OxideAV/oxideav-g729 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f
[INFO] running `Command { std: "docker" "start" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling oxideav-g729 v0.0.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking oxideav-core v0.1.35
[INFO] [stderr]  Documenting oxideav-g729 v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `as`
[INFO] [stdout]   --> src/cng.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! LPC filters in the same manner [as] the decoder produces active
[INFO] [stdout]    |                                     ^^ no item named `as` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Decoder`
[INFO] [stdout]  --> src/codec.rs:5:39
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! operator grid) into registrable [`Decoder`] / [`Encoder`]
[INFO] [stdout]   |                                       ^^^^^^^ no item named `Decoder` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Encoder`
[INFO] [stdout]  --> src/codec.rs:5:53
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! operator grid) into registrable [`Decoder`] / [`Encoder`]
[INFO] [stdout]   |                                                     ^^^^^^^ no item named `Encoder` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Decoder`
[INFO] [stdout]   --> src/codec.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 | /// Registry [`Decoder`]: 10-octet G.729 frames in, S16 mono 8 kHz
[INFO] [stdout]    |                ^^^^^^^ no item named `Decoder` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Encoder`
[INFO] [stdout]    --> src/codec.rs:205:16
[INFO] [stdout]     |
[INFO] [stdout] 205 | /// Registry [`Encoder`]: S16 mono 8 kHz PCM frames in, one 10-octet
[INFO] [stdout]     |                ^^^^^^^ no item named `Encoder` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Concealer::is_erased`
[INFO] [stdout]   --> src/concealment.rs:22:50
[INFO] [stdout]    |
[INFO] [stdout] 22 | //!    steps, exposing the repeat decision via [`Concealer::is_erased`].)
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^ the struct `Concealer` has no field or associated item named `is_erased`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `gain`
[INFO] [stdout]   --> src/decode_chain.rs:42:57
[INFO] [stdout]    |
[INFO] [stdout] 42 | //!   is found using equation (71). The fixed-codebook [gain] is
[INFO] [stdout]    |                                                         ^^^^ no item named `gain` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `postfilter` links to private item `recip_norm`
[INFO] [stdout]   --> src/fx/postfilter.rs:19:58
[INFO] [stdout]    |
[INFO] [stdout] 19 | //!   through the shared normalised-reciprocal helper ([`recip_norm`]).
[INFO] [stdout]    |                                                          ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `postfilter` links to private item `recip_norm`
[INFO] [stdout]   --> src/fx/postfilter.rs:36:52
[INFO] [stdout]    |
[INFO] [stdout] 36 | //! output grids (`g_l` Q15, `1/g_f`/`1/g_t` via [`recip_norm`]) land
[INFO] [stdout]    |                                                    ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `GAMMA_N`
[INFO] [stdout]   --> src/long_term_postfilter.rs:44:52
[INFO] [stdout]    |
[INFO] [stdout] 44 | //! applied to the reconstructed speech (`γ_n` = [`GAMMA_N`], the
[INFO] [stdout]    |                                                    ^^^^^^^ no item named `GAMMA_N` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `GAMMA_P`
[INFO] [stdout]    |
[INFO] [stdout] 44 - //! applied to the reconstructed speech (`γ_n` = [`GAMMA_N`], the
[INFO] [stdout] 44 + //! applied to the reconstructed speech (`γ_n` = [`GAMMA_P`], the
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `long_term_postfilter` links to private item `ShortTermPostfilter::weighted_num`
[INFO] [stdout]   --> src/long_term_postfilter.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 46 | //! [`ShortTermPostfilter::weighted_num`] driven without the §4.2.2
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::impulse_response`
[INFO] [stdout]   --> src/short_term_postfilter.rs:81:45
[INFO] [stdout]    |
[INFO] [stdout] 81 | //! that follows it consumes this stage's [`Self::impulse_response`]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ no item named `impulse_response` in module `short_term_postfilter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/oxideav-g729/1c85aad3a9998de6/out/lsf-search-grid-cos-Q15.rs:1:51
[INFO] [stdout]   |
[INFO] [stdout] 1 | /// §3.2.5 az_lsf() root-finding grid points grid[i] = cos(2π·i / (2·GRID_POINTS)), GRID_POINTS=60, Q15
[INFO] [stdout]   |                                                   ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! given by [eq (86)] where [`k1'`] is a tilt factor being the first
[INFO] [stdout]    |                                ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! sign of [`k1'`]. If [`k1'`] is negative, `γ_t = 0.9`, and if [`k1'`]
[INFO] [stdout]    |               ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! sign of [`k1'`]. If [`k1'`] is negative, `γ_t = 0.9`, and if [`k1'`]
[INFO] [stdout]    |                           ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:22:68
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! sign of [`k1'`]. If [`k1'`] is negative, `γ_t = 0.9`, and if [`k1'`]
[INFO] [stdout]    |                                                                    ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.88s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/oxideav_g729/index.html
[INFO] running `Command { std: "docker" "inspect" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting oxideav-g729 v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `as`
[INFO] [stdout]   --> src/cng.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! LPC filters in the same manner [as] the decoder produces active
[INFO] [stdout]    |                                     ^^ no item named `as` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Decoder`
[INFO] [stdout]  --> src/codec.rs:5:39
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! operator grid) into registrable [`Decoder`] / [`Encoder`]
[INFO] [stdout]   |                                       ^^^^^^^ no item named `Decoder` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Encoder`
[INFO] [stdout]  --> src/codec.rs:5:53
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! operator grid) into registrable [`Decoder`] / [`Encoder`]
[INFO] [stdout]   |                                                     ^^^^^^^ no item named `Encoder` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Decoder`
[INFO] [stdout]   --> src/codec.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 | /// Registry [`Decoder`]: 10-octet G.729 frames in, S16 mono 8 kHz
[INFO] [stdout]    |                ^^^^^^^ no item named `Decoder` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Encoder`
[INFO] [stdout]    --> src/codec.rs:205:16
[INFO] [stdout]     |
[INFO] [stdout] 205 | /// Registry [`Encoder`]: S16 mono 8 kHz PCM frames in, one 10-octet
[INFO] [stdout]     |                ^^^^^^^ no item named `Encoder` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Concealer::is_erased`
[INFO] [stdout]   --> src/concealment.rs:22:50
[INFO] [stdout]    |
[INFO] [stdout] 22 | //!    steps, exposing the repeat decision via [`Concealer::is_erased`].)
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^ the struct `Concealer` has no field or associated item named `is_erased`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `gain`
[INFO] [stdout]   --> src/decode_chain.rs:42:57
[INFO] [stdout]    |
[INFO] [stdout] 42 | //!   is found using equation (71). The fixed-codebook [gain] is
[INFO] [stdout]    |                                                         ^^^^ no item named `gain` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `postfilter` links to private item `recip_norm`
[INFO] [stdout]   --> src/fx/postfilter.rs:19:58
[INFO] [stdout]    |
[INFO] [stdout] 19 | //!   through the shared normalised-reciprocal helper ([`recip_norm`]).
[INFO] [stdout]    |                                                          ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `postfilter` links to private item `recip_norm`
[INFO] [stdout]   --> src/fx/postfilter.rs:36:52
[INFO] [stdout]    |
[INFO] [stdout] 36 | //! output grids (`g_l` Q15, `1/g_f`/`1/g_t` via [`recip_norm`]) land
[INFO] [stdout]    |                                                    ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `GAMMA_N`
[INFO] [stdout]   --> src/long_term_postfilter.rs:44:52
[INFO] [stdout]    |
[INFO] [stdout] 44 | //! applied to the reconstructed speech (`γ_n` = [`GAMMA_N`], the
[INFO] [stdout]    |                                                    ^^^^^^^ no item named `GAMMA_N` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `GAMMA_P`
[INFO] [stdout]    |
[INFO] [stdout] 44 - //! applied to the reconstructed speech (`γ_n` = [`GAMMA_N`], the
[INFO] [stdout] 44 + //! applied to the reconstructed speech (`γ_n` = [`GAMMA_P`], the
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `long_term_postfilter` links to private item `ShortTermPostfilter::weighted_num`
[INFO] [stdout]   --> src/long_term_postfilter.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 46 | //! [`ShortTermPostfilter::weighted_num`] driven without the §4.2.2
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::impulse_response`
[INFO] [stdout]   --> src/short_term_postfilter.rs:81:45
[INFO] [stdout]    |
[INFO] [stdout] 81 | //! that follows it consumes this stage's [`Self::impulse_response`]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^ no item named `impulse_response` in module `short_term_postfilter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/oxideav-g729/1c85aad3a9998de6/out/lsf-search-grid-cos-Q15.rs:1:51
[INFO] [stdout]   |
[INFO] [stdout] 1 | /// §3.2.5 az_lsf() root-finding grid points grid[i] = cos(2π·i / (2·GRID_POINTS)), GRID_POINTS=60, Q15
[INFO] [stdout]   |                                                   ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! given by [eq (86)] where [`k1'`] is a tilt factor being the first
[INFO] [stdout]    |                                ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! sign of [`k1'`]. If [`k1'`] is negative, `γ_t = 0.9`, and if [`k1'`]
[INFO] [stdout]    |               ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! sign of [`k1'`]. If [`k1'`] is negative, `γ_t = 0.9`, and if [`k1'`]
[INFO] [stdout]    |                           ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k1'`
[INFO] [stdout]   --> src/tilt_compensation.rs:22:68
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! sign of [`k1'`]. If [`k1'`] is negative, `γ_t = 0.9`, and if [`k1'`]
[INFO] [stdout]    |                                                                    ^^^ no item named `k1'` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/oxideav_g729/index.html
[INFO] running `Command { std: "docker" "inspect" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f", kill_on_drop: false }`
[INFO] [stdout] 23409a6970c4ce9bc054013c8c0317e3644dd62411ee268273f235ef413df29f
