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.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.97.0-nightly (d3cd04068 2026-05-16)
# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "9a4515678158f2aa9e71970ad28d89dab1b5672495d606d5cf0ed4043e2073f5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260516-1.97.0-nightly-d3cd04068\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: electrum-integration, rpc-address, rpc-batch, rpc-blockchain, rpc-control, rpc-mempool, rpc-mining, rpc-modules, rpc-network, rpc-payment, rpc-rawtransaction, rpc_server_bench, verify_tidesdb, wallet-integration [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] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking ed25519-dalek v3.0.0-pre.1 [INFO] [stderr] Compiling blake3 v1.8.5 [INFO] [stderr] Compiling blake2b-rs v0.2.0 [INFO] [stderr] Compiling blvm-secp256k1 v0.1.6 [INFO] [stderr] Compiling libmimalloc-sys v0.1.47 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `ed25519::pkcs8::Error` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0-pre.1/src/signing.rs:714:57 [INFO] [stderr] | [INFO] [stderr] 713 | let expected_verifying_key = VerifyingKey::from_bytes(public_bytes.as_ref()) [INFO] [stderr] | ----------------------------------------------- this has type `Result<_, ed25519::Error>` [INFO] [stderr] 714 | .map_err(|_| pkcs8::Error::KeyMalformed)?; [INFO] [stderr] | ---------------------------------------^ the trait `From<fn(KeyError) -> ed25519::pkcs8::Error {ed25519::pkcs8::Error::KeyMalformed}>` is not implemented for `ed25519::pkcs8::Error` [INFO] [stderr] | | [INFO] [stderr] | this can't be annotated with `?` because it has type `Result<_, fn(KeyError) -> ed25519::pkcs8::Error {ed25519::pkcs8::Error::KeyMalformed}>` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: `ed25519::pkcs8::Error` implements trait `From<T>`: [INFO] [stderr] From<KeyError> [INFO] [stderr] From<ed25519::pkcs8::spki::Error> [INFO] [stderr] From<ed25519::pkcs8::spki::der::Error> [INFO] [stderr] From<ed25519::pkcs8::spki::der::ErrorKind> [INFO] [stderr] From<ed25519::pkcs8::spki::der::pem_rfc7468::Error> [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/ed25519_dalek-9984c302a99c9a75.long-type-16457732812569636660.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0-pre.1/src/signing.rs:717:28 [INFO] [stderr] | [INFO] [stderr] 717 | return Err(pkcs8::Error::KeyMalformed); [INFO] [stderr] | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Error`, found enum constructor [INFO] [stderr] | | [INFO] [stderr] | arguments to this enum variant are incorrect [INFO] [stderr] | [INFO] [stderr] = note: expected enum `ed25519::pkcs8::Error` [INFO] [stderr] found enum constructor `fn(KeyError) -> ed25519::pkcs8::Error {ed25519::pkcs8::Error::KeyMalformed}` [INFO] [stderr] help: the type constructed contains `fn(KeyError) -> ed25519::pkcs8::Error {ed25519::pkcs8::Error::KeyMalformed}` due to the type of the argument passed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0-pre.1/src/signing.rs:717:24 [INFO] [stderr] | [INFO] [stderr] 717 | return Err(pkcs8::Error::KeyMalformed); [INFO] [stderr] | ^^^^--------------------------^ [INFO] [stderr] | | [INFO] [stderr] | this argument influences the type of `Err` [INFO] [stderr] note: tuple variant defined here [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/result.rs:566:5 [INFO] [stderr] | [INFO] [stderr] 566 | Err(#[stable(feature = "rust1", since = "1.0.0")] E), [INFO] [stderr] | ^^^ [INFO] [stderr] help: use parentheses to construct this tuple variant [INFO] [stderr] | [INFO] [stderr] 717 | return Err(pkcs8::Error::KeyMalformed(/* KeyError */)); [INFO] [stderr] | ++++++++++++++++ [INFO] [stderr] [INFO] [stderr] Checking uuid v1.6.0 [INFO] [stderr] Checking hyper-rustls v0.27.9 [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ed25519-dalek` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9a4515678158f2aa9e71970ad28d89dab1b5672495d606d5cf0ed4043e2073f5", kill_on_drop: false }`