[go: up one dir, main page]

sha3 0.11.0-pre.3

Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE
Build #1111922 2024-02-01 18:51:27

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.77.0-nightly (11f32b73e 2024-01-31)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/sha3-0.11.0-pre.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/sha3-0.11.0-pre.3/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\", \"-20240131-1.77.0-nightly-11f32b73e\", \"--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] 71631a7201b499a35144fe2b826d40d868f4bfe34a35847c9d07b70bed265e84
[INFO] running `Command { std: "docker" "start" "-a" "71631a7201b499a35144fe2b826d40d868f4bfe34a35847c9d07b70bed265e84", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting sha3 v0.11.0-pre.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:104:28
[INFO] [stderr]     |
[INFO] [stderr] 104 |           #[cfg_attr(docsrs, doc(cfg(feature = "oid")))]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:60:1
[INFO] [stderr]     |
[INFO] [stderr] 60  | / impl_sha3!(
[INFO] [stderr] 61  | |     Sha3_224Core,
[INFO] [stderr] 62  | |     Sha3_224,
[INFO] [stderr] 63  | |     U28,
[INFO] [stderr] ...   |
[INFO] [stderr] 67  | |     "2.16.840.1.101.3.4.2.7",
[INFO] [stderr] 68  | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-01-31; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `impl_sha3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:104:28
[INFO] [stderr]     |
[INFO] [stderr] 104 |           #[cfg_attr(docsrs, doc(cfg(feature = "oid")))]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:69:1
[INFO] [stderr]     |
[INFO] [stderr] 69  | / impl_sha3!(
[INFO] [stderr] 70  | |     Sha3_256Core,
[INFO] [stderr] 71  | |     Sha3_256,
[INFO] [stderr] 72  | |     U32,
[INFO] [stderr] ...   |
[INFO] [stderr] 76  | |     "2.16.840.1.101.3.4.2.8",
[INFO] [stderr] 77  | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-01-31; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `impl_sha3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:104:28
[INFO] [stderr]     |
[INFO] [stderr] 104 |           #[cfg_attr(docsrs, doc(cfg(feature = "oid")))]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:78:1
[INFO] [stderr]     |
[INFO] [stderr] 78  | / impl_sha3!(
[INFO] [stderr] 79  | |     Sha3_384Core,
[INFO] [stderr] 80  | |     Sha3_384,
[INFO] [stderr] 81  | |     U48,
[INFO] [stderr] ...   |
[INFO] [stderr] 85  | |     "2.16.840.1.101.3.4.2.9",
[INFO] [stderr] 86  | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-01-31; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `impl_sha3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:104:28
[INFO] [stderr]     |
[INFO] [stderr] 104 |           #[cfg_attr(docsrs, doc(cfg(feature = "oid")))]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:87:1
[INFO] [stderr]     |
[INFO] [stderr] 87  | / impl_sha3!(
[INFO] [stderr] 88  | |     Sha3_512Core,
[INFO] [stderr] 89  | |     Sha3_512,
[INFO] [stderr] 90  | |     U64,
[INFO] [stderr] ...   |
[INFO] [stderr] 94  | |     "2.16.840.1.101.3.4.2.10",
[INFO] [stderr] 95  | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-01-31; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `impl_sha3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:260:28
[INFO] [stderr]     |
[INFO] [stderr] 260 |           #[cfg_attr(docsrs, doc(cfg(feature = "oid")))]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:97:1
[INFO] [stderr]     |
[INFO] [stderr] 97  | / impl_shake!(
[INFO] [stderr] 98  | |     Shake128Core,
[INFO] [stderr] 99  | |     Shake128,
[INFO] [stderr] 100 | |     Shake128ReaderCore,
[INFO] [stderr] ...   |
[INFO] [stderr] 105 | |     "2.16.840.1.101.3.4.2.11",
[INFO] [stderr] 106 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-01-31; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `impl_shake` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:260:28
[INFO] [stderr]     |
[INFO] [stderr] 260 |           #[cfg_attr(docsrs, doc(cfg(feature = "oid")))]
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:107:1
[INFO] [stderr]     |
[INFO] [stderr] 107 | / impl_shake!(
[INFO] [stderr] 108 | |     Shake256Core,
[INFO] [stderr] 109 | |     Shake256,
[INFO] [stderr] 110 | |     Shake256ReaderCore,
[INFO] [stderr] ...   |
[INFO] [stderr] 115 | |     "2.16.840.1.101.3.4.2.11",
[INFO] [stderr] 116 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-01-31; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `impl_shake` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not document `sha3`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name sha3 src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="reset"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=8060adefa0aed0e0 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern digest=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libdigest-38d7f7383bf023cf.rmeta --extern keccak=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libkeccak-9c8a10585f4bf8d8.rmeta --extern-html-root-url 'digest=https://docs.rs/digest/0.11.0-pre.8/x86_64-unknown-linux-gnu' --extern-html-root-url 'keccak=https://docs.rs/keccak/0.2.0-pre.0/x86_64-unknown-linux-gnu' -Zunstable-options --cfg docsrs -Z unstable-options --emit=invocation-specific --resource-suffix -20240131-1.77.0-nightly-11f32b73e --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 0.11.0-pre.3` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "71631a7201b499a35144fe2b826d40d868f4bfe34a35847c9d07b70bed265e84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71631a7201b499a35144fe2b826d40d868f4bfe34a35847c9d07b70bed265e84", kill_on_drop: false }`
[INFO] [stdout] 71631a7201b499a35144fe2b826d40d868f4bfe34a35847c9d07b70bed265e84