disarray-network 0.1.20

This crate implements the networking features required for the hybrid blockchain network, Disarray
Documentation
Build #2535186 2025-09-25 20:55:14

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.92.0-nightly (caccb4d03 2025-09-24)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/disarray-network-0.1.20/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/disarray-network-0.1.20/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250924-1.92.0-nightly-caccb4d03\", \"--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] bb21144e024aed64eaf8ca785aef27109934c878faa96ab37daef33d09a96208
[INFO] running `Command { std: "docker" "start" "-a" "bb21144e024aed64eaf8ca785aef27109934c878faa96ab37daef33d09a96208", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking algae-merkle v0.1.19
[INFO] [stderr]     Checking scsys-actors v0.1.42
[INFO] [stderr]    Compiling libp2p-swarm-derive v0.30.1
[INFO] [stderr]     Checking ckb-merkle-mountain-range v0.5.2
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr] error[E0425]: cannot find function `hash_serialize` in module `decanter::hash`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/algae-merkle-0.1.19/src/payloads.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     Hashable,
[INFO] [stderr]    |     ^^^^^^^^ not found in `decanter::hash`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the derive macro `Hashable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `decanter::crypto::Hashable`, `decanter::Hash`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-actors-0.1.42/src/catalysts/catalyst.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 | use decanter::{crypto::Hashable, Hash};
[INFO] [stderr]   |                ^^^^^^^^^^^^^^^^  ^^^^
[INFO] [stderr]   |                |                 |
[INFO] [stderr]   |                |                 no `Hash` in the root
[INFO] [stderr]   |                |                 help: a similar name exists in the module: `hash`
[INFO] [stderr]   |                no `Hashable` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this trait instead:
[INFO] [stderr]           decanter::prelude::Hashable
[INFO] [stderr]   = help: consider importing this trait instead:
[INFO] [stderr]           std::hash::Hash
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `decanter::crypto::Hashable`, `decanter::Hash`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-actors-0.1.42/src/messages/message.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 | use decanter::{crypto::Hashable, Hash};
[INFO] [stderr]   |                ^^^^^^^^^^^^^^^^  ^^^^
[INFO] [stderr]   |                |                 |
[INFO] [stderr]   |                |                 no `Hash` in the root
[INFO] [stderr]   |                |                 help: a similar name exists in the module: `hash`
[INFO] [stderr]   |                no `Hashable` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this trait instead:
[INFO] [stderr]           decanter::prelude::Hashable
[INFO] [stderr]   = help: consider importing this trait instead:
[INFO] [stderr]           std::hash::Hash
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `decanter::prelude::Hash`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-actors-0.1.42/src/states/state.rs:10:25
[INFO] [stderr]    |
[INFO] [stderr] 10 | use decanter::prelude::{Hash, Hashable, H256};
[INFO] [stderr]    |                         ^^^^
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         no `Hash` in `prelude`
[INFO] [stderr]    |                         help: a similar name exists in the module: `hash`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing this trait instead:
[INFO] [stderr]            std::hash::Hash
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `decanter::crypto::Hashable`, `decanter::Hash`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-actors-0.1.42/src/direction.rs:6:16
[INFO] [stderr]   |
[INFO] [stderr] 6 | use decanter::{crypto::Hashable, Hash};
[INFO] [stderr]   |                ^^^^^^^^^^^^^^^^  ^^^^
[INFO] [stderr]   |                |                 |
[INFO] [stderr]   |                |                 no `Hash` in the root
[INFO] [stderr]   |                |                 help: a similar name exists in the module: `hash`
[INFO] [stderr]   |                no `Hashable` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this trait instead:
[INFO] [stderr]           decanter::prelude::Hashable
[INFO] [stderr]   = help: consider importing this trait instead:
[INFO] [stderr]           std::hash::Hash
[INFO] [stderr] 
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `algae-merkle` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `context::Context<Cnf>: AsRef<[u8]>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-actors-0.1.42/src/contexts/context.rs:23:16
[INFO] [stderr]    |
[INFO] [stderr] 23 |         hasher(self).into()
[INFO] [stderr]    |         ------ ^^^^ unsatisfied trait bound
[INFO] [stderr]    |         |
[INFO] [stderr]    |         required by a bound introduced by this call
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `AsRef<[u8]>` is not implemented for `context::Context<Cnf>`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scsys-actors-0.1.42/src/contexts/context.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct Context<Cnf: Configurable> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: required for `&context::Context<Cnf>` to implement `AsRef<[u8]>`
[INFO] [stderr] note: required by a bound in `hasher`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/decanter-0.1.5/src/hash/mod.rs:57:26
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn hasher(data: impl AsRef<[u8]>) -> GenericHash {
[INFO] [stderr]    |                          ^^^^^^^^^^^ required by this bound in `hasher`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `scsys-actors` (lib) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "bb21144e024aed64eaf8ca785aef27109934c878faa96ab37daef33d09a96208", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb21144e024aed64eaf8ca785aef27109934c878faa96ab37daef33d09a96208", kill_on_drop: false }`
[INFO] [stdout] bb21144e024aed64eaf8ca785aef27109934c878faa96ab37daef33d09a96208