bliss-audio 0.7.0

A song analysis library for making playlists
Documentation
Build #12262302024-05-21T17:18:09.871609+00:00
# rustc version
rustc 1.80.0-nightly (b92758a9a 2024-05-20)# docs.rs version
docsrs 0.6.0 (2d4f32bd 2024-05-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bliss-audio-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bliss-audio-0.7.0/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "bliss-audio-aubio-rs/rustdoc library ffmpeg" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240520-1.80.0-nightly-b92758a9a\", \"--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] [stdout] f6fda39a9e3e7b21a397b49f17bb4aad29bcd52f8120dd2ca091d52d89dca33e
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f6fda39a9e3e7b21a397b49f17bb4aad29bcd52f8120dd2ca091d52d89dca33e", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: library, library_extra_info, playlist, distance, analyze
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting bliss-audio v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `ffmpeg_7_0`
[INFO] [stderr]    --> src/song/decoder.rs:349:27
[INFO] [stderr]     |
[INFO] [stderr] 349 |                 #[cfg(not(feature = "ffmpeg_7_0"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `aubio-static`, `bench`, `build-ffmpeg`, `default`, `ffmpeg`, `ffmpeg-static`, `library`, `python-bindings`, `rpi`, `serde`, `update-aubio-bindings`
[INFO] [stderr]     = help: consider adding `ffmpeg_7_0` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `ffmpeg_7_0`
[INFO] [stderr]    --> src/song/decoder.rs:351:23
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 #[cfg(feature = "ffmpeg_7_0")]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `aubio-static`, `bench`, `build-ffmpeg`, `default`, `ffmpeg`, `ffmpeg-static`, `library`, `python-bindings`, `rpi`, `serde`, `update-aubio-bindings`
[INFO] [stderr]     = help: consider adding `ffmpeg_7_0` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `ffmpeg_7_0`
[INFO] [stderr]    --> src/song/decoder.rs:523:23
[INFO] [stderr]     |
[INFO] [stderr] 523 |             #[cfg(not(feature = "ffmpeg_7_0"))]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `aubio-static`, `bench`, `build-ffmpeg`, `default`, `ffmpeg`, `ffmpeg-static`, `library`, `python-bindings`, `rpi`, `serde`, `update-aubio-bindings`
[INFO] [stderr]     = help: consider adding `ffmpeg_7_0` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `ffmpeg_7_0`
[INFO] [stderr]    --> src/song/decoder.rs:525:19
[INFO] [stderr]     |
[INFO] [stderr] 525 |             #[cfg(feature = "ffmpeg_7_0")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `aubio-static`, `bench`, `build-ffmpeg`, `default`, `ffmpeg`, `ffmpeg-static`, `library`, `python-bindings`, `rpi`, `serde`, `update-aubio-bindings`
[INFO] [stderr]     = help: consider adding `ffmpeg_7_0` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `ffmpeg_6_0`
[INFO] [stderr]    --> src/song/decoder.rs:461:31
[INFO] [stderr]     |
[INFO] [stderr] 461 |                     #[cfg(not(feature = "ffmpeg_6_0"))]
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `aubio-static`, `bench`, `build-ffmpeg`, `default`, `ffmpeg`, `ffmpeg-static`, `library`, `python-bindings`, `rpi`, `serde`, `update-aubio-bindings`
[INFO] [stderr]     = help: consider adding `ffmpeg_6_0` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `bliss-audio` (lib doc) generated 5 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bliss_audio/index.html
[INFO] running `Command { std: "docker" "inspect" "f6fda39a9e3e7b21a397b49f17bb4aad29bcd52f8120dd2ca091d52d89dca33e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6fda39a9e3e7b21a397b49f17bb4aad29bcd52f8120dd2ca091d52d89dca33e", kill_on_drop: false }`
[INFO] [stdout] f6fda39a9e3e7b21a397b49f17bb4aad29bcd52f8120dd2ca091d52d89dca33e