vb_accumulator 0.26.0

Positive and universal bilinear map accumulator and proof of membership and non-membership protocol
Documentation
Build #1296194 2024-07-18T17:12:07.979171+00:00
# rustc version
rustc 1.81.0-nightly (fcc325f1b 2024-07-17)# docs.rs version
docsrs 0.6.0 (bd66f012 2024-07-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/vb_accumulator-0.26.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/vb_accumulator-0.26.0/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240717-1.81.0-nightly-fcc325f1b\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", 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] 4b8bd4a6c19819dced8248f36ec1d17d076fd80a71d526c96f6d74a333967b68
[INFO] running `Command { std: "docker" "start" "-a" "4b8bd4a6c19819dced8248f36ec1d17d076fd80a71d526c96f6d74a333967b68", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting vb_accumulator v0.26.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `vb_accumulator` links to private item `crate::proofs::ProofProtocol`
[INFO] [stderr]   --> src/lib.rs:51:24
[INFO] [stderr]    |
[INFO] [stderr] 51 | //! [`ProofProtocol`]: crate::proofs::ProofProtocol
[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 `init` links to private item `ProofProtocol::randomize_witness_and_compute_commitments`
[INFO] [stderr]     --> src/proofs.rs:1043:56
[INFO] [stderr]      |
[INFO] [stderr] 1043 |     /// [`randomize_witness_and_compute_commitments`]: ProofProtocol::randomize_witness_and_compute_commitments
[INFO] [stderr]      |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `challenge_contribution` links to private item `ProofProtocol::compute_challenge_contribution`
[INFO] [stderr]     --> src/proofs.rs:1074:45
[INFO] [stderr]      |
[INFO] [stderr] 1074 |     /// [`compute_challenge_contribution`]: ProofProtocol::compute_challenge_contribution
[INFO] [stderr]      |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `gen_proof` links to private item `ProofProtocol::compute_responses`
[INFO] [stderr]     --> src/proofs.rs:1096:32
[INFO] [stderr]      |
[INFO] [stderr] 1096 |     /// [`compute_responses`]: ProofProtocol::compute_responses
[INFO] [stderr]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `compute_partial_responses`
[INFO] [stderr]     --> src/proofs.rs:1109:85
[INFO] [stderr]      |
[INFO] [stderr] 1109 |     /// Create membership proof once the overall challenge is ready. Delegates to [`compute_partial_responses`]
[INFO] [stderr]      |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `compute_partial_responses` 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: public documentation for `init` links to private item `ProofProtocol::randomize_witness_and_compute_commitments`
[INFO] [stderr]     --> src/proofs.rs:1131:56
[INFO] [stderr]      |
[INFO] [stderr] 1131 |     /// [`randomize_witness_and_compute_commitments`]: ProofProtocol::randomize_witness_and_compute_commitments
[INFO] [stderr]      |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `challenge_contribution` links to private item `ProofProtocol::compute_challenge_contribution`
[INFO] [stderr]     --> src/proofs.rs:1216:45
[INFO] [stderr]      |
[INFO] [stderr] 1216 |     /// [`compute_challenge_contribution`]: ProofProtocol::compute_challenge_contribution
[INFO] [stderr]      |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `gen_proof` links to private item `ProofProtocol::compute_responses`
[INFO] [stderr]     --> src/proofs.rs:1239:32
[INFO] [stderr]      |
[INFO] [stderr] 1239 |     /// [`compute_responses`]: ProofProtocol::compute_responses
[INFO] [stderr]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `compute_partial_responses`
[INFO] [stderr]     --> src/proofs.rs:1249:33
[INFO] [stderr]      |
[INFO] [stderr] 1249 |     /// and then delegates to [`compute_partial_responses`]
[INFO] [stderr]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `compute_partial_responses` in scope
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `verify` links to private item `ProofProtocol::verify_proof`
[INFO] [stderr]     --> src/proofs.rs:1307:27
[INFO] [stderr]      |
[INFO] [stderr] 1307 |     /// [`verify_proof`]: ProofProtocol::verify_proof
[INFO] [stderr]      |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `verify` links to private item `ProofProtocol::verify_proof`
[INFO] [stderr]     --> src/proofs.rs:1431:27
[INFO] [stderr]      |
[INFO] [stderr] 1431 |     /// [`verify_proof`]: ProofProtocol::verify_proof
[INFO] [stderr]      |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]      |
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: `vb_accumulator` (lib doc) generated 11 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
[INFO] [stderr]    Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/vb_accumulator/index.html
[INFO] running `Command { std: "docker" "inspect" "4b8bd4a6c19819dced8248f36ec1d17d076fd80a71d526c96f6d74a333967b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b8bd4a6c19819dced8248f36ec1d17d076fd80a71d526c96f6d74a333967b68", kill_on_drop: false }`
[INFO] [stdout] 4b8bd4a6c19819dced8248f36ec1d17d076fd80a71d526c96f6d74a333967b68