fluvio 0.22.2

The official Fluvio driver for Rust
Documentation
Build #1213344 2024-05-07T23:32:41.084149+00:00
# rustc version
rustc 1.80.0-nightly (7d83a4c13 2024-05-06)
# docs.rs version
docsrs 0.6.0 (7c63657e 2024-05-03)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fluvio-0.22.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fluvio-0.22.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240506-1.80.0-nightly-7d83a4c13\", \"--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] 09522055c6e6425901d90a3605dfe336299ccc4a12e2641ed941128b203529b8
[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" "09522055c6e6425901d90a3605dfe336299ccc4a12e2641ed941128b203529b8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting fluvio v0.22.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]  --> src/lib.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 |     feature = "nightly",
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]   = help: consider adding `nightly` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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: `stats`
[INFO] [stderr]   --> src/producer/mod.rs:32:7
[INFO] [stderr]    |
[INFO] [stderr] 32 | #[cfg(feature = "stats")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]    = help: consider adding `stats` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stats`
[INFO] [stderr]   --> src/producer/config.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(feature = "stats")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]    = help: consider adding `stats` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stats`
[INFO] [stderr]   --> src/producer/config.rs:52:7
[INFO] [stderr]    |
[INFO] [stderr] 52 | #[cfg(feature = "stats")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]    = help: consider adding `stats` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stats`
[INFO] [stderr]   --> src/producer/config.rs:98:11
[INFO] [stderr]    |
[INFO] [stderr] 98 |     #[cfg(feature = "stats")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]    = help: consider adding `stats` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stats`
[INFO] [stderr]    --> src/producer/config.rs:127:19
[INFO] [stderr]     |
[INFO] [stderr] 127 |             #[cfg(feature = "stats")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]     = help: consider adding `stats` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `stats`
[INFO] [stderr]    --> src/producer/mod.rs:504:11
[INFO] [stderr]     |
[INFO] [stderr] 504 |     #[cfg(feature = "stats")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `admin`, `default`, `fluvio-smartengine`, `openssl`, `rustls`, `smartengine`, `unstable`
[INFO] [stderr]     = help: consider adding `stats` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `Partitioner` links to private item `SiphashRoundRobinPartitioner`
[INFO] [stderr]   --> src/producer/partitioning.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | /// See [`SiphashRoundRobinPartitioner`] for a reference implementation.
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]    |
[INFO] [stderr]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `stream_with_config` links to private item `stream`
[INFO] [stderr]    --> src/consumer/mod.rs:777:5
[INFO] [stderr]     |
[INFO] [stderr] 777 | /     /// Continuously streams events from a particular offset in the selected partitions
[INFO] [stderr] 778 | |     ///
[INFO] [stderr] 779 | |     /// Most of the time, you shouldn't need to use a custom [`ConsumerConfig`].
[INFO] [stderr] 780 | |     /// If you don't know what these settings do, try checking out the simpler
[INFO] [stderr] ...   |
[INFO] [stderr] 813 | |     /// [`Offset`]: struct.Offset.html
[INFO] [stderr] 814 | |     /// [`ConsumerConfig`]: struct.ConsumerConfig.html
[INFO] [stderr]     | |______________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             [`stream`] method that uses the default streaming settings.
[INFO] [stderr]              ^^^^^^^^
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: `fluvio` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/fluvio/index.html
[INFO] running `Command { std: "docker" "inspect" "09522055c6e6425901d90a3605dfe336299ccc4a12e2641ed941128b203529b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09522055c6e6425901d90a3605dfe336299ccc4a12e2641ed941128b203529b8", kill_on_drop: false }`
[INFO] [stdout] 09522055c6e6425901d90a3605dfe336299ccc4a12e2641ed941128b203529b8