blvm-node 0.1.13

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus

Build #3302569 2026-05-16 20:05:45

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 (d7f14d3d8 2026-05-15)

# docs.rs version docsrs 0.0.0 (e3981f6f5e851656470d52001364bbb946056a06 2026-05-14 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/blvm-node-0.1.13/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/blvm-node-0.1.13/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "26-31" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc [INFO] running `Command { std: "docker" "start" "5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc" "/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\", \"-20260515-1.97.0-nightly-d7f14d3d8\", \"--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 pkarr v5.0.2 [INFO] [stderr] Compiling netwatch v0.12.0 [INFO] [stderr] Compiling blake3 v1.8.5 [INFO] [stderr] Compiling blake2b-rs v0.2.0 [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-9360330535988778843.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] 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" "stop" "-t" "1" "5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc", kill_on_drop: false }` [INFO] [stdout] 5991310f9c080498b1e7d78831a5bf325d1cbe678f1bbf50210bbc16192aedbc