disarray-runtime 0.1.20

This crate implements the runtime for the hybrid blockchain network, Disarray
Documentation

Build #3396522 2026-05-27 01:34:48

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 (31a9463c6 2026-05-25)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# 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" "aa39a2d50f84307a3c1bc25e61d894ab22995660ea6ab6f70301a8ecb25cc439" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260525-1.98.0-nightly-31a9463c6\", \"--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 algae-merkle v0.1.19 [INFO] [stderr] Checking scsys-actors v0.1.42 [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] | ^^^^^^^^^^^^^^^^ ^^^^ no `Hash` in the root [INFO] [stderr] | | [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] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 7 - use decanter::{crypto::Hashable, Hash}; [INFO] [stderr] 7 + use decanter::{crypto::Hashable, hash}; [INFO] [stderr] | [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] | ^^^^^^^^^^^^^^^^ ^^^^ no `Hash` in the root [INFO] [stderr] | | [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] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 7 - use decanter::{crypto::Hashable, Hash}; [INFO] [stderr] 7 + use decanter::{crypto::Hashable, hash}; [INFO] [stderr] | [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] | ^^^^ no `Hash` in `prelude` [INFO] [stderr] | [INFO] [stderr] = help: consider importing this trait instead: [INFO] [stderr] std::hash::Hash [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 10 - use decanter::prelude::{Hash, Hashable, H256}; [INFO] [stderr] 10 + use decanter::prelude::{hash, Hashable, H256}; [INFO] [stderr] | [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] | ^^^^^^^^^^^^^^^^ ^^^^ no `Hash` in the root [INFO] [stderr] | | [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] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 6 - use decanter::{crypto::Hashable, Hash}; [INFO] [stderr] 6 + use decanter::{crypto::Hashable, hash}; [INFO] [stderr] | [INFO] [stderr] [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" "aa39a2d50f84307a3c1bc25e61d894ab22995660ea6ab6f70301a8ecb25cc439", kill_on_drop: false }`