sp1_bls12_381 0.8.0

Implementation of the BLS12-381 pairing-friendly elliptic curve construction
Documentation
Build #1338873 2024-08-27T18:03:46.795575+00:00
# rustc version
rustc 1.82.0-nightly (515395af0 2024-08-26)# docs.rs version
docsrs 0.6.0 (a6155e2c 2024-08-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sp1_bls12_381-0.8.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sp1_bls12_381-0.8.0/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--html-in-header\", \"katex-header.html\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240826-1.82.0-nightly-515395af0\", \"--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] [stdout] 502284d44b1bdebaca1cf7b3b1a2070349c8b6e91babd7e69f52b92b3ac0ee63
[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" "502284d44b1bdebaca1cf7b3b1a2070349c8b6e91babd7e69f52b92b3ac0ee63", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting sp1_bls12_381 v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `std`
[INFO] [stderr]    --> src/scalar.rs:975:7
[INFO] [stderr]     |
[INFO] [stderr] 975 | #[cfg(feature = "std")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `alloc`, `bits`, `default`, `digest`, `experimental`, `group`, `groups`, `nightly`, `pairing`, `pairings`, and `zeroize`
[INFO] [stderr]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/notes/design.rs:66:70
[INFO] [stderr]    |
[INFO] [stderr] 66 | //! To use the fast subgroup check algorithm for $\mathbb{G_1}$ from https://eprint.iacr.org/2019/814.pdf and
[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] 66 | //! To use the fast subgroup check algorithm for $\mathbb{G_1}$ from <https://eprint.iacr.org/2019/814.pdf> and
[INFO] [stderr]    |                                                                      +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/notes/design.rs:67:5
[INFO] [stderr]    |
[INFO] [stderr] 67 | //! https://eprint.iacr.org/2021/1130, it is necessary to find a nontrivial cube root of
[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] 67 | //! <https://eprint.iacr.org/2021/1130>, it is necessary to find a nontrivial cube root of
[INFO] [stderr]    |     +                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/notes/design.rs:91:70
[INFO] [stderr]    |
[INFO] [stderr] 91 | //! To use the fast subgroup check algorithm for $\mathbb{G_2}$ from https://eprint.iacr.org/2019/814.pdf and
[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] 91 | //! To use the fast subgroup check algorithm for $\mathbb{G_2}$ from <https://eprint.iacr.org/2019/814.pdf> and
[INFO] [stderr]    |                                                                      +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/notes/design.rs:92:5
[INFO] [stderr]    |
[INFO] [stderr] 92 | //! https://eprint.iacr.org/2021/1130, it is necessary to find the endomorphism:
[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] 92 | //! <https://eprint.iacr.org/2021/1130>, it is necessary to find the endomorphism:
[INFO] [stderr]    |     +                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: `sp1_bls12_381` (lib doc) generated 5 warnings (run `cargo fix --lib -p sp1_bls12_381` to apply 4 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]    Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/sp1_bls12_381/index.html
[INFO] running `Command { std: "docker" "inspect" "502284d44b1bdebaca1cf7b3b1a2070349c8b6e91babd7e69f52b92b3ac0ee63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "502284d44b1bdebaca1cf7b3b1a2070349c8b6e91babd7e69f52b92b3ac0ee63", kill_on_drop: false }`
[INFO] [stdout] 502284d44b1bdebaca1cf7b3b1a2070349c8b6e91babd7e69f52b92b3ac0ee63