whisper-cpp-plus-sys 0.1.2

Low-level FFI bindings for whisper.cpp
Build #2886532 2026-02-10 14:50:30

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.95.0-nightly (18d13b533 2026-02-09)

# docs.rs version docsrs 0.0.0 (3600254d 2026-02-10 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/whisper-cpp-plus-sys-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/whisper-cpp-plus-sys-0.1.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260209-1.95.0-nightly-18d13b533\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ee9331f9ddcd309e80b7b340a642568590bca0c50ec65238695d00598e081941 [INFO] running `Command { std: "docker" "start" "-a" "ee9331f9ddcd309e80b7b340a642568590bca0c50ec65238695d00598e081941", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: whisper-cpp-plus-sys@0.1.2: docs.rs build detected, generating stub bindings only [INFO] [stderr] Documenting whisper-cpp-plus-sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error: an inner attribute is not permitted in this context [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/whisper-cpp-plus-sys-78a8809bdf4142c4/out/bindings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #![allow(non_camel_case_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 11 | pub type whisper_context = core::ffi::c_void; [INFO] [stderr] | --------------------------------------------- the inner attribute doesn't annotate this type alias [INFO] [stderr] | [INFO] [stderr] = note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning of source files [INFO] [stderr] help: to annotate the type alias, change the attribute from inner to outer style [INFO] [stderr] | [INFO] [stderr] 6 - #![allow(non_camel_case_types)] [INFO] [stderr] 6 + #[allow(non_camel_case_types)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: an inner attribute is not permitted in this context [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/whisper-cpp-plus-sys-78a8809bdf4142c4/out/bindings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #![allow(non_snake_case)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 11 | pub type whisper_context = core::ffi::c_void; [INFO] [stderr] | --------------------------------------------- the inner attribute doesn't annotate this type alias [INFO] [stderr] | [INFO] [stderr] = note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning of source files [INFO] [stderr] help: to annotate the type alias, change the attribute from inner to outer style [INFO] [stderr] | [INFO] [stderr] 7 - #![allow(non_snake_case)] [INFO] [stderr] 7 + #[allow(non_snake_case)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: an inner attribute is not permitted in this context [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/whisper-cpp-plus-sys-78a8809bdf4142c4/out/bindings.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![allow(non_upper_case_globals)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 11 | pub type whisper_context = core::ffi::c_void; [INFO] [stderr] | --------------------------------------------- the inner attribute doesn't annotate this type alias [INFO] [stderr] | [INFO] [stderr] = note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning of source files [INFO] [stderr] help: to annotate the type alias, change the attribute from inner to outer style [INFO] [stderr] | [INFO] [stderr] 8 - #![allow(non_upper_case_globals)] [INFO] [stderr] 8 + #[allow(non_upper_case_globals)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: an inner attribute is not permitted in this context [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/whisper-cpp-plus-sys-78a8809bdf4142c4/out/bindings.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![allow(dead_code)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 10 | [INFO] [stderr] 11 | pub type whisper_context = core::ffi::c_void; [INFO] [stderr] | --------------------------------------------- the inner attribute doesn't annotate this type alias [INFO] [stderr] | [INFO] [stderr] = note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning of source files [INFO] [stderr] help: to annotate the type alias, change the attribute from inner to outer style [INFO] [stderr] | [INFO] [stderr] 9 - #![allow(dead_code)] [INFO] [stderr] 9 + #[allow(dead_code)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: whisper-cpp-plus-sys@0.1.2: docs.rs build detected, generating stub bindings only [INFO] [stderr] error: could not document `whisper-cpp-plus-sys` [INFO] running `Command { std: "docker" "inspect" "ee9331f9ddcd309e80b7b340a642568590bca0c50ec65238695d00598e081941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee9331f9ddcd309e80b7b340a642568590bca0c50ec65238695d00598e081941", kill_on_drop: false }` [INFO] [stdout] ee9331f9ddcd309e80b7b340a642568590bca0c50ec65238695d00598e081941