omnipaxos 0.2.2

A distributed log library written in Rust
Documentation
Build #1015715 2023-11-28 16:23:11
# rustc version
rustc 1.76.0-nightly (49b3924bd 2023-11-27)# docs.rs version
docsrs 0.6.0 (7f551f6b 2023-11-22)# 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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231127-1.76.0-nightly-49b3924bd\", \"--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] 8f1e1b26c2f8aca3234b58cbd1cafbbe28537e3210da389f05703c559ee2e415
[INFO] running `Command { std: "docker" "start" "-a" "8f1e1b26c2f8aca3234b58cbd1cafbbe28537e3210da389f05703c559ee2e415", 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 [unoptimized + debuginfo] target(s) in 0.83s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/omnipaxos/index.html
[INFO] running `Command { std: "docker" "inspect" "8f1e1b26c2f8aca3234b58cbd1cafbbe28537e3210da389f05703c559ee2e415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f1e1b26c2f8aca3234b58cbd1cafbbe28537e3210da389f05703c559ee2e415", kill_on_drop: false }`
[INFO] [stdout] 8f1e1b26c2f8aca3234b58cbd1cafbbe28537e3210da389f05703c559ee2e415