hdp-processor 0.4.0

HDP processor
Documentation
Build #1706861 2025-02-03 23:19:18

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.86.0-nightly (4a4309466 2025-02-02)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/hdp-processor-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/hdp-processor-0.4.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250202-1.86.0-nightly-4a4309466\", \"--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] 88396c975662efb3edc073e173ad5115d4fd8359a6d90f035c691c1d0ac2759a
[INFO] running `Command { std: "docker" "start" "-a" "88396c975662efb3edc073e173ad5115d4fd8359a6d90f035c691c1d0ac2759a", 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: two different versions of crate `alloy_consensus` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[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 `Eip658Value`
[INFO] [stderr]     |
[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 `alloy_consensus::receipt::status::Eip658Value`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/task/datalake/transactions/rlp_fields.rs:5:5
[INFO] [stderr]     |
[INFO] [stderr] 5   | use eth_trie_proofs::{tx::ConsensusTx, tx_receipt::ConsensusTxReceipt};
[INFO] [stderr]     |     --------------- one version of crate `alloy_consensus` used here, as a dependency of crate `alloy`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/aggregate_fn/mod.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr] 1   | use alloy::primitives::U256;
[INFO] [stderr]     |     ----- one version of crate `alloy_consensus` used here, as a dependency of crate `alloy_network`
[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: two different versions of crate `alloy_consensus` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[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 `Eip658Value`
[INFO] [stderr]     |
[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 `alloy_consensus::receipt::status::Eip658Value`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/task/datalake/transactions/rlp_fields.rs:5:5
[INFO] [stderr]     |
[INFO] [stderr] 5   | use eth_trie_proofs::{tx::ConsensusTx, tx_receipt::ConsensusTxReceipt};
[INFO] [stderr]     |     --------------- one version of crate `alloy_consensus` used here, as a dependency of crate `alloy`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hdp-primitives-0.4.0/src/aggregate_fn/mod.rs:1:5
[INFO] [stderr]     |
[INFO] [stderr] 1   | use alloy::primitives::U256;
[INFO] [stderr]     |     ----- one version of crate `alloy_consensus` used here, as a dependency of crate `alloy_network`
[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]     |                                                         ^^^^^
[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" "88396c975662efb3edc073e173ad5115d4fd8359a6d90f035c691c1d0ac2759a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88396c975662efb3edc073e173ad5115d4fd8359a6d90f035c691c1d0ac2759a", kill_on_drop: false }`
[INFO] [stdout] 88396c975662efb3edc073e173ad5115d4fd8359a6d90f035c691c1d0ac2759a