hdp-processor 0.4.0

HDP processor
Documentation
Build #2698696 2025-11-30 12:15:30

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.93.0-nightly (3ff30e7ea 2025-11-29)# docs.rs version
docsrs 0.6.0 (6d5049f1 2025-11-27 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/hdp-processor-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/hdp-processor-0.4.0/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" "-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251129-1.93.0-nightly-3ff30e7ea\", \"--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] be0ab7dd6d32ad4ada58aab971d685123541a98324e51a62262dd62376d47b51
[INFO] running `Command { std: "docker" "start" "-a" "be0ab7dd6d32ad4ada58aab971d685123541a98324e51a62262dd62376d47b51", 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: the following other types implement trait `From<T>`:
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<ParseUnits>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<alloy::alloy_primitives::FixedBytes<32>>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<alloy::alloy_sol_types::Panic>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<alloy::rpc::alloy_rpc_types::Index>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<alloy_primitives::bits::fixed::FixedBytes<32>>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<alloy_primitives::utils::units::ParseUnits>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `From<alloy_rpc_types_eth::index::Index>`
[INFO] [stderr]               `alloy::alloy_primitives::Uint<256, 4>` implements `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" "be0ab7dd6d32ad4ada58aab971d685123541a98324e51a62262dd62376d47b51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be0ab7dd6d32ad4ada58aab971d685123541a98324e51a62262dd62376d47b51", kill_on_drop: false }`
[INFO] [stdout] be0ab7dd6d32ad4ada58aab971d685123541a98324e51a62262dd62376d47b51