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.94.0-nightly (85c8ff69c 2026-01-02)
# docs.rs version docsrs 0.1.0 (7bfb09c2 2026-01-03 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bucky-objects-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bucky-objects-0.1.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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260102-1.94.0-nightly-85c8ff69c\", \"--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] ed4bbe1811065fab2dc2fe8c9cba27b74d5b9484c9faa8f900ea65130f351650 [INFO] running `Command { std: "docker" "start" "-a" "ed4bbe1811065fab2dc2fe8c9cba27b74d5b9484c9faa8f900ea65130f351650", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking bucky-crypto v0.1.0 [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bucky-crypto-0.1.0/src/private_key.rs:360:31 [INFO] [stderr] | [INFO] [stderr] 360 | let aes_key = ecies::utils::decapsulate(&ephemeral_pk, &private_key).map_err(|e| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- argument #3 of type `bool` is missing [INFO] [stderr] | [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ecies-0.2.10/src/elliptic/secp256k1.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn decapsulate(pk: &PublicKey, peer_sk: &SecretKey, compressed: bool) -> Result<SharedSecret, Error> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 360 | let aes_key = ecies::utils::decapsulate(&ephemeral_pk, &private_key, /* bool */).map_err(|e| { [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bucky-crypto-0.1.0/src/public_key.rs:122:31 [INFO] [stderr] | [INFO] [stderr] 122 | let aes_key = ecies::utils::encapsulate(&ephemeral_sk, &public_key).map_err(|e| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------- argument #3 of type `bool` is missing [INFO] [stderr] | [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ecies-0.2.10/src/elliptic/secp256k1.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn encapsulate(sk: &SecretKey, peer_pk: &PublicKey, compressed: bool) -> Result<SharedSecret, Error> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 122 | let aes_key = ecies::utils::encapsulate(&ephemeral_sk, &public_key, /* bool */).map_err(|e| { [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `bucky-crypto` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "ed4bbe1811065fab2dc2fe8c9cba27b74d5b9484c9faa8f900ea65130f351650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed4bbe1811065fab2dc2fe8c9cba27b74d5b9484c9faa8f900ea65130f351650", kill_on_drop: false }` [INFO] [stdout] ed4bbe1811065fab2dc2fe8c9cba27b74d5b9484c9faa8f900ea65130f351650