[INFO] fetching crate bliss-audio-aubio-sys 0.2.4... [INFO] documenting bliss-audio-aubio-sys-0.2.4 against try#a394c9cd9ec93787f09a7ac445b14cc674a94549 for pr-151918 [INFO] extracting crate bliss-audio-aubio-sys 0.2.4 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate bliss-audio-aubio-sys 0.2.4 [INFO] finished tweaking crates.io crate bliss-audio-aubio-sys 0.2.4 [INFO] tweaked toml for crates.io crate bliss-audio-aubio-sys 0.2.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bliss-audio-aubio-sys 0.2.4 on toolchain a394c9cd9ec93787f09a7ac445b14cc674a94549 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate bliss-audio-aubio-sys 0.2.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27d6dd1d1ffcce7f71978f1101f28b96a5cc271af56d6a317d6bafd3df4e5829 [INFO] running `Command { std: "docker" "start" "-a" "27d6dd1d1ffcce7f71978f1101f28b96a5cc271af56d6a317d6bafd3df4e5829", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27d6dd1d1ffcce7f71978f1101f28b96a5cc271af56d6a317d6bafd3df4e5829", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27d6dd1d1ffcce7f71978f1101f28b96a5cc271af56d6a317d6bafd3df4e5829", kill_on_drop: false }` [INFO] [stdout] 27d6dd1d1ffcce7f71978f1101f28b96a5cc271af56d6a317d6bafd3df4e5829 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecab8eb1b3b5d185899755af693566c5e60c4fe229bd124fcf453387f94410e4 [INFO] running `Command { std: "docker" "start" "-a" "ecab8eb1b3b5d185899755af693566c5e60c4fe229bd124fcf453387f94410e4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling bliss-audio-aubio-sys v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Documenting bliss-audio-aubio-sys v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc = " write sample value in a buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 98 | | #[doc = ""] [INFO] [stdout] 99 | | #[doc = "\\param s vector to write to"] [INFO] [stdout] 100 | | #[doc = "\\param data value to write in s->data[position]"] [INFO] [stdout] 101 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param data value to write in s->data[position] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [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 `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | #[doc = " write norm value in a complex buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 256 | | #[doc = ""] [INFO] [stdout] 257 | | #[doc = "This is equivalent to:"] [INFO] [stdout] 258 | | #[doc = "\\code"] [INFO] [stdout] ... | [INFO] [stdout] 263 | | #[doc = "\\param val norm value to write in s->norm[position]"] [INFO] [stdout] 264 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] s->norm[position] = val; [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | #[doc = " write norm value in a complex buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 256 | | #[doc = ""] [INFO] [stdout] 257 | | #[doc = "This is equivalent to:"] [INFO] [stdout] 258 | | #[doc = "\\code"] [INFO] [stdout] ... | [INFO] [stdout] 263 | | #[doc = "\\param val norm value to write in s->norm[position]"] [INFO] [stdout] 264 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param val norm value to write in s->norm[position] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | #[doc = " write phase value in a complex buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 269 | | #[doc = ""] [INFO] [stdout] 270 | | #[doc = "This is equivalent to:"] [INFO] [stdout] 271 | | #[doc = "\\code"] [INFO] [stdout] ... | [INFO] [stdout] 276 | | #[doc = "\\param val phase value to write in s->phas[position]"] [INFO] [stdout] 277 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] s->phas[position] = val; [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | #[doc = " write phase value in a complex buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 269 | | #[doc = ""] [INFO] [stdout] 270 | | #[doc = "This is equivalent to:"] [INFO] [stdout] 271 | | #[doc = "\\code"] [INFO] [stdout] ... | [INFO] [stdout] 276 | | #[doc = "\\param val phase value to write in s->phas[position]"] [INFO] [stdout] 277 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param val phase value to write in s->phas[position] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:281:13 [INFO] [stdout] | [INFO] [stdout] 281 | #[doc = " read norm value from a complex buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 282 | | #[doc = ""] [INFO] [stdout] 283 | | #[doc = "This is equivalent to:"] [INFO] [stdout] 284 | | #[doc = "\\code"] [INFO] [stdout] ... | [INFO] [stdout] 288 | | #[doc = "\\param s vector to read from"] [INFO] [stdout] 289 | | #[doc = "\\param position sample position to read from"] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] smpl_t foo = s->norm[position]; [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:293:13 [INFO] [stdout] | [INFO] [stdout] 293 | #[doc = " read phase value from a complex buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 294 | | #[doc = ""] [INFO] [stdout] 295 | | #[doc = "This is equivalent to:"] [INFO] [stdout] 296 | | #[doc = "\\code"] [INFO] [stdout] ... | [INFO] [stdout] 301 | | #[doc = "\\param position sample position to read from"] [INFO] [stdout] 302 | | #[doc = "\\returns the value of the sample at position"] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] smpl_t foo = s->phas[position]; [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | #[doc = " write sample value in a buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 455 | | #[doc = ""] [INFO] [stdout] 456 | | #[doc = "\\param s vector to write to"] [INFO] [stdout] 457 | | #[doc = "\\param data value to write in s->data[position]"] [INFO] [stdout] 458 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param data value to write in s->data[position] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `position` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:568:13 [INFO] [stdout] | [INFO] [stdout] 568 | #[doc = " write sample value in a buffer"] [INFO] [stdout] | _____________^ [INFO] [stdout] 569 | | #[doc = ""] [INFO] [stdout] 570 | | #[doc = "\\param s vector to write to"] [INFO] [stdout] 571 | | #[doc = "\\param data value to write in s->data[channel][position]"] [INFO] [stdout] 572 | | #[doc = "\\param channel channel to write to"] [INFO] [stdout] 573 | | #[doc = "\\param position sample position to write to"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param data value to write in s->data[channel][position] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `position` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `hop_s` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1294:13 [INFO] [stdout] | [INFO] [stdout] 1294 | #[doc = " compute spectral frame"] [INFO] [stdout] | _____________^ [INFO] [stdout] 1295 | | #[doc = ""] [INFO] [stdout] 1296 | | #[doc = "This function accepts an input vector of size [hop_s]. The"] [INFO] [stdout] 1297 | | #[doc = "analysis buffer is rotated and filled with the new data. After windowing of"] [INFO] [stdout] ... | [INFO] [stdout] 1302 | | #[doc = "\\param in new input signal (hop_s long)"] [INFO] [stdout] 1303 | | #[doc = "\\param fftgrain output spectral frame"] [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This function accepts an input vector of size [hop_s]. The [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `hop_s` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `buf_s` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1310:15 [INFO] [stdout] | [INFO] [stdout] 1310 | #[doc = "[buf_s] and computes its inverse Fourier transform. Overlap-add"] [INFO] [stdout] | ^^^^^ no item named `buf_s` 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 `hop_size` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1818:47 [INFO] [stdout] | [INFO] [stdout] 1818 | #[doc = "\\param in input signal of size [hop_size]"] [INFO] [stdout] | ^^^^^^^^ no item named `hop_size` 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 `1` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1819:59 [INFO] [stdout] | [INFO] [stdout] 1819 | #[doc = "\\param out output pitch candidates of size [1]"] [INFO] [stdout] | ^ no item named `1` 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 `hop_size` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:2408:50 [INFO] [stdout] | [INFO] [stdout] 2408 | #[doc = "\\param input input signal of size [hop_size]"] [INFO] [stdout] | ^^^^^^^^ no item named `hop_size` 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 `out` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:2522:22 [INFO] [stdout] | [INFO] [stdout] 2522 | #[doc = "\\param[out] read upon returns, equals to number of frames actually read"] [INFO] [stdout] | ^^^ no item named `out` 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 `23` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:26:22 [INFO] [stdout] | [INFO] [stdout] 26 | #[doc = "input->data[23] = 2.;"] [INFO] [stdout] | ^^ no item named `23` 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 `23` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | #[doc = " Vector of real-valued phase and spectrum data"] [INFO] [stdout] | _________^ [INFO] [stdout] 167 | | #[doc = ""] [INFO] [stdout] 168 | | #[doc = "\\code"] [INFO] [stdout] 169 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 181 | | #[doc = "\\endcode"] [INFO] [stdout] 182 | | #[doc = ""] [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] input->norm[23] = 2.; [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `23` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `23` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | #[doc = " Vector of real-valued phase and spectrum data"] [INFO] [stdout] | _________^ [INFO] [stdout] 167 | | #[doc = ""] [INFO] [stdout] 168 | | #[doc = "\\code"] [INFO] [stdout] 169 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 181 | | #[doc = "\\endcode"] [INFO] [stdout] 182 | | #[doc = ""] [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] input->phas[23] = M_PI; [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `23` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `length` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:398:36 [INFO] [stdout] | [INFO] [stdout] 398 | #[doc = "< data array of size [length]"] [INFO] [stdout] | ^^^^^^ no item named `length` 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 `length` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:500:36 [INFO] [stdout] | [INFO] [stdout] 500 | #[doc = "< data array of size [length] * [height]"] [INFO] [stdout] | ^^^^^^ no item named `length` 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 `height` [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:500:47 [INFO] [stdout] | [INFO] [stdout] 500 | #[doc = "< data array of size [length] * [height]"] [INFO] [stdout] | ^^^^^^ no item named `height` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:758:14 [INFO] [stdout] | [INFO] [stdout] 758 | #[doc = "https://engineering.purdue.edu/~malcolm/interval/1998-010/"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 758 | #[doc = "~malcolm/interval/1998-010/"] [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:785:46 [INFO] [stdout] | [INFO] [stdout] 785 | #[doc = "HTK Speech Recognition Toolkit: http://htk.eng.cam.ac.uk/"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 785 | #[doc = "HTK Speech Recognition Toolkit: "] [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:959:62 [INFO] [stdout] | [INFO] [stdout] 959 | #[doc = "\\param type libsamplerate resampling type, see http://www.mega-nerd.com/SRC/api_misc.html#Converters"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 959 | #[doc = "\\param type libsamplerate resampling type, see "] [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1459:14 [INFO] [stdout] | [INFO] [stdout] 1459 | #[doc = "https://engineering.purdue.edu/~malcolm/interval/1998-010/"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 1459 | #[doc = "~malcolm/interval/1998-010/"] [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1480:14 [INFO] [stdout] | [INFO] [stdout] 1480 | #[doc = "https://engineering.purdue.edu/~malcolm/interval/1998-010/"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 1480 | #[doc = "~malcolm/interval/1998-010/"] [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/bindings/x86_64-linux-gnu_single.rs:1505:46 [INFO] [stdout] | [INFO] [stdout] 1505 | #[doc = "HTK Speech Recognition Toolkit: http://htk.eng.cam.ac.uk/"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 1505 | #[doc = "HTK Speech Recognition Toolkit: "] [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (359) panicked at src/librustdoc/html/markdown.rs:534:22: [INFO] [stderr] a production-ready version of this should handle the error somehow: LatexError(2, UnknownCommand("f")) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x774a85246d9b - <::print::DisplayBacktrace as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 1: 0x774a8580ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 2: 0x774a8525dc36 - ::write_fmt [INFO] [stderr] 3: 0x774a8521ce48 - std[6281e874092a0dfc]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x774a8523a163 - std[6281e874092a0dfc]::panicking::default_hook [INFO] [stderr] 5: 0x774a8420ff8d - std[6281e874092a0dfc]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x774a8523a442 - std[6281e874092a0dfc]::panicking::panic_with_hook [INFO] [stderr] 7: 0x774a8521cf08 - std[6281e874092a0dfc]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x774a85211479 - std[6281e874092a0dfc]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x774a8521e96d - __rustc[670611b3f56fc7d7]::rust_begin_unwind [INFO] [stderr] 10: 0x774a81ece58c - core[37ab4a9f28f6fd13]::panicking::panic_fmt [INFO] [stderr] 11: 0x774a81b88b72 - core[37ab4a9f28f6fd13]::result::unwrap_failed [INFO] [stderr] 12: 0x5bed8e93851e - ::into_iter::{closure#0}>>>>, ::into_iter::{closure#1}::{closure#0}>>> as core[37ab4a9f28f6fd13]::iter::traits::iterator::Iterator>::next [INFO] [stderr] 13: 0x5bed8e8cec16 - ::into_iter::{closure#0}>>>>, ::into_iter::{closure#1}::{closure#0}>>>> as core[37ab4a9f28f6fd13]::iter::traits::iterator::Iterator>::next [INFO] [stderr] 14: 0x5bed8e734493 - ::into_iter::{closure#0}>>>>, ::into_iter::{closure#1}::{closure#0}>>>>, pulldown_cmark_escape[cb8658d251f4e39e]::FmtWriter<&mut core[37ab4a9f28f6fd13]::fmt::Formatter>>>::run [INFO] [stderr] 15: 0x5bed8e583b80 - ::write_into::<&mut core[37ab4a9f28f6fd13]::fmt::Formatter> [INFO] [stderr] 16: 0x5bed8e927521 - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 17: 0x774a8580ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 18: 0x5bed8e92855a - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 19: 0x774a8580ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 20: 0x5bed8e9295a5 - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 21: 0x774a8580ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 22: 0x5bed8e92e04a - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 23: 0x774a8580ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 24: 0x5bed8e61fa44 - rustdoc[7f40747ea455e46f]::html::layout::render::, core[37ab4a9f28f6fd13]::fmt::builders::FromFn<::render_item::{closure#1}>> [INFO] [stderr] 25: 0x5bed8e773b85 - ::render_item [INFO] [stderr] 26: 0x5bed8e90ea5e - ::item [INFO] [stderr] 27: 0x5bed8e628adc - rustdoc[7f40747ea455e46f]::formats::renderer::run_format_inner:: [INFO] [stderr] 28: 0x5bed8e628c8f - rustdoc[7f40747ea455e46f]::formats::renderer::run_format_inner:: [INFO] [stderr] 29: 0x5bed8e6f139f - rustdoc[7f40747ea455e46f]::main_args::{closure#2}::{closure#0} [INFO] [stderr] 30: 0x5bed8e6e5100 - rustc_interface[7c235db06cadd779]::interface::run_compiler::<(), rustdoc[7f40747ea455e46f]::main_args::{closure#2}>::{closure#1} [INFO] [stderr] 31: 0x5bed8e61e078 - std[6281e874092a0dfc]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 32: 0x5bed8e717df7 - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[37ab4a9f28f6fd13]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 33: 0x774a86a1dbac - ::new::thread_start [INFO] [stderr] 34: 0x774a8048aaa4 - [INFO] [stderr] 35: 0x774a80517a64 - clone [INFO] [stderr] 36: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-rustdoc&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-02-07T18_36_38-358.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.95.0-nightly (a394c9cd9 2026-01-31) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: could not document `bliss-audio-aubio-sys` [INFO] running `Command { std: "docker" "inspect" "ecab8eb1b3b5d185899755af693566c5e60c4fe229bd124fcf453387f94410e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecab8eb1b3b5d185899755af693566c5e60c4fe229bd124fcf453387f94410e4", kill_on_drop: false }` [INFO] [stdout] ecab8eb1b3b5d185899755af693566c5e60c4fe229bd124fcf453387f94410e4