omnipaxos 0.2.2

A distributed log library written in Rust
Documentation
Build #1869269 2025-03-15 07:46:02
# rustc version
rustc 1.87.0-nightly (ecade534c 2025-03-14)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/omnipaxos-0.2.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/omnipaxos-0.2.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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250314-1.87.0-nightly-ecade534c\", \"--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] ae62614abc29c32a88f52073d17083aa24ded6edbaa81c3aa2a16eef7f4d2aa9
[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" "ae62614abc29c32a88f52073d17083aa24ded6edbaa81c3aa2a16eef7f4d2aa9", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting omnipaxos v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `trim_index`
[INFO] [stderr]    --> src/omni_paxos.rs:240:54
[INFO] [stderr]     |
[INFO] [stderr] 240 |     /// * `trim_index` - Deletes all entries up to [`trim_index`], if the [`trim_index`] is `None` then the minimum index accepted by **A...
[INFO] [stderr]     |                                                      ^^^^^^^^^^ no item named `trim_index` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `trim_index`
[INFO] [stderr]    --> src/omni_paxos.rs:240:77
[INFO] [stderr]     |
[INFO] [stderr] 240 |     /// * `trim_index` - Deletes all entries up to [`trim_index`], if the [`trim_index`] is `None` then the minimum index accepted by **A...
[INFO] [stderr]     |                                                                             ^^^^^^^^^^ no item named `trim_index` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `trim_index`
[INFO] [stderr]    --> src/omni_paxos.rs:240:173
[INFO] [stderr]     |
[INFO] [stderr] 240 | ...ed by **ALL** servers will be used as the [`trim_index`].
[INFO] [stderr]     |                                                ^^^^^^^^^^ no item named `trim_index` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `compact_idx`
[INFO] [stderr]    --> src/omni_paxos.rs:247:51
[INFO] [stderr]     |
[INFO] [stderr] 247 |     /// `compact_idx` - Snapshots all entries < [`compact_idx`], if the [`compact_idx`] is None then the decided index will be used.
[INFO] [stderr]     |                                                   ^^^^^^^^^^^ no item named `compact_idx` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `compact_idx`
[INFO] [stderr]    --> src/omni_paxos.rs:247:75
[INFO] [stderr]     |
[INFO] [stderr] 247 |     /// `compact_idx` - Snapshots all entries < [`compact_idx`], if the [`compact_idx`] is None then the decided index will be used.
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^ no item named `compact_idx` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `idx`
[INFO] [stderr]    --> src/storage.rs:155:44
[INFO] [stderr]     |
[INFO] [stderr] 155 |     /// Removes elements up to the given [`idx`] from storage.
[INFO] [stderr]     |                                            ^^^ no item named `idx` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `omnipaxos` (lib doc) generated 6 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/omnipaxos/index.html
[INFO] running `Command { std: "docker" "inspect" "ae62614abc29c32a88f52073d17083aa24ded6edbaa81c3aa2a16eef7f4d2aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae62614abc29c32a88f52073d17083aa24ded6edbaa81c3aa2a16eef7f4d2aa9", kill_on_drop: false }`
[INFO] [stdout] ae62614abc29c32a88f52073d17083aa24ded6edbaa81c3aa2a16eef7f4d2aa9