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.98.0-nightly (485ec3fbc 2026-06-10)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# 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" "b9006b993713d05dd305cdf6fdba7b599c0c7c8798f8b255bdf7679ef6f7fbc8" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260610-1.98.0-nightly-485ec3fbc\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking hdp-primitives v0.4.0 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/task/datalake/transactions/rlp_fields.rs:279:17 [INFO] [stderr] | [INFO] [stderr] 279 | Eip658Value::Eip658(bool) => U256::from(*bool as u8), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Eip658Value`, found a different `Eip658Value` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloy_consensus` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloy-consensus-0.4.2/src/receipt/status.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum Eip658Value { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloy-consensus-0.1.4/src/receipt/status.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum Eip658Value { [INFO] [stderr] | -------------------- this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/task/datalake/transactions/rlp_fields.rs:280:17 [INFO] [stderr] | [INFO] [stderr] 280 | Eip658Value::PostState(state) => (*state).into(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Eip658Value`, found a different `Eip658Value` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `alloy_consensus` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloy-consensus-0.4.2/src/receipt/status.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum Eip658Value { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this is the expected type [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloy-consensus-0.1.4/src/receipt/status.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum Eip658Value { [INFO] [stderr] | -------------------- this is the found type [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] [INFO] [stderr] error[E0614]: type `bool` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/task/datalake/transactions/rlp_fields.rs:279:57 [INFO] [stderr] | [INFO] [stderr] 279 | Eip658Value::Eip658(bool) => U256::from(*bool as u8), [INFO] [stderr] | ^^^^^ can't be dereferenced [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `alloy::alloy_primitives::Uint<256, 4>: From<[u8; 32]>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/task/datalake/transactions/rlp_fields.rs:280:59 [INFO] [stderr] | [INFO] [stderr] 280 | Eip658Value::PostState(state) => (*state).into(), [INFO] [stderr] | ^^^^ the trait `From<[u8; 32]>` is not implemented for `alloy::alloy_primitives::Uint<256, 4>` [INFO] [stderr] | [INFO] [stderr] = help: `alloy::alloy_primitives::Uint<256, 4>` implements trait `From<T>`: [INFO] [stderr] From<ParseUnits> [INFO] [stderr] From<alloy::alloy_primitives::FixedBytes<32>> [INFO] [stderr] From<alloy::alloy_sol_types::Panic> [INFO] [stderr] From<alloy::rpc::alloy_rpc_types::Index> [INFO] [stderr] From<alloy_primitives::bits::fixed::FixedBytes<32>> [INFO] [stderr] From<alloy_primitives::utils::units::ParseUnits> [INFO] [stderr] From<alloy_rpc_types_eth::index::Index> [INFO] [stderr] From<alloy_sol_types::types::error::Panic> [INFO] [stderr] = note: required for `[u8; 32]` to implement `Into<alloy::alloy_primitives::Uint<256, 4>>` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0614. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `hdp-primitives` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "b9006b993713d05dd305cdf6fdba7b599c0c7c8798f8b255bdf7679ef6f7fbc8", kill_on_drop: false }`