w3f-bls 0.1.8

Aggregate BLS-like signatures
Documentation
Build #1486241 2024-10-30T07:29:06.022364+00:00
# rustc version
rustc 1.84.0-nightly (1e4f10ba6 2024-10-29)# docs.rs version
docsrs 0.6.0 (83e30f05 2024-10-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/w3f-bls-0.1.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/w3f-bls-0.1.8/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241029-1.84.0-nightly-1e4f10ba6\", \"--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] 2e564fca875d98cf359dfa21b4fe5062fbe9287d6a002059b769b80dfb0c3086
[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" "2e564fca875d98cf359dfa21b4fe5062fbe9287d6a002059b769b80dfb0c3086", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: aggregate_with_public_key_in_signature_group, aggregated, aggregated_with_pop, nugget_pop, simple
[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 w3f-bls v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/double_pop.rs:2:30
[INFO] [stderr]   |
[INFO] [stderr] 2 | //! the scheme described in [https://eprint.iacr.org/2022/1611] which also
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 2 | //! the scheme described in [<https://eprint.iacr.org/2022/1611>] which also
[INFO] [stderr]   |                              +                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/single.rs:23:6
[INFO] [stderr]    |
[INFO] [stderr] 23 | //!  https://github.com/ebfull/pairing/pull/87#issuecomment-402397091
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 23 | //!  <https://github.com/ebfull/pairing/pull/87#issuecomment-402397091>
[INFO] [stderr]    |      +                                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/single.rs:24:6
[INFO] [stderr]    |
[INFO] [stderr] 24 | //!  https://github.com/poanetwork/hbbft/blob/38178af1244ddeca27f9d23750ca755af6e886ee/src/crypto/serde_impl.rs#L95
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 24 | //!  <https://github.com/poanetwork/hbbft/blob/38178af1244ddeca27f9d23750ca755af6e886ee/src/crypto/serde_impl.rs#L95>
[INFO] [stderr]    |      +                                                                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/multi_pop_aggregator.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! by Thomas Ristenpart and Scott Yilek at https://eprint.iacr.org/2007/264.pdf
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! by Thomas Ristenpart and Scott Yilek at <https://eprint.iacr.org/2007/264.pdf>
[INFO] [stderr]    |                                             +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/single_pop_aggregator.rs:10:45
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! by Thomas Ristenpart and Scott Yilek at https://eprint.iacr.org/2007/264.pdf
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! by Thomas Ristenpart and Scott Yilek at <https://eprint.iacr.org/2007/264.pdf>
[INFO] [stderr]    |                                             +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:257:70
[INFO] [stderr]     |
[INFO] [stderr] 257 | /// in traits gets stabalized.  See [Rust RFCs 1522, 1951, and 2071](https://github.com/rust-lang/rust/issues/34511
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 257 | /// in traits gets stabalized.  See [Rust RFCs 1522, 1951, and 2071](<https://github.com/rust-lang/rust/issues/34511>
[INFO] [stderr]     |                                                                      +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: `w3f-bls` (lib doc) generated 6 warnings (run `cargo fix --lib -p w3f-bls` to apply 6 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/w3f_bls/index.html
[INFO] running `Command { std: "docker" "inspect" "2e564fca875d98cf359dfa21b4fe5062fbe9287d6a002059b769b80dfb0c3086", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e564fca875d98cf359dfa21b4fe5062fbe9287d6a002059b769b80dfb0c3086", kill_on_drop: false }`
[INFO] [stdout] 2e564fca875d98cf359dfa21b4fe5062fbe9287d6a002059b769b80dfb0c3086