blvm-node 0.1.2

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

Build #3248106 2026-05-08 02:44:38

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 (f964de49b 2026-05-07)

# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/blvm-node-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/blvm-node-0.1.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "8-13" "--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] f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79 [INFO] running `Command { std: "docker" "start" "f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79", 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" "f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79" "/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\", \"-20260507-1.97.0-nightly-f964de49b\", \"--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] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Compiling iroh-metrics-derive v0.4.1 [INFO] [stderr] Checking universal-hash v0.6.0-rc.2 [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-d4d57be5a26f2b06.long-type-308028667338692344.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] Compiling filetime v0.2.27 [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] Compiling pkarr v5.0.2 [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" "f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79", kill_on_drop: false }` [INFO] [stdout] f7bc6e5addbd0a166c22e037b950ed92468abd9cb52e06af866783a1b3cd8d79