abstract-api 0.14.3

base api contract implementation
Documentation

Build #3429311 2026-05-30 07:26:41

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 (6368fd52c 2026-05-29)

# 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" "ae2bb6fe746ceb0a5bc42fe3da1f24dd5b433dab19132bde1991375f0393e757" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260529-1.98.0-nightly-6368fd52c\", \"--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 abstract-sdk v0.14.3 [INFO] [stderr] error[E0433]: cannot find `write` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `write` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `option` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `option` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `option` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `option` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `option` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `option` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `option` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `option` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this enum [INFO] [stderr] | [INFO] [stderr] 1 + use std::option::Option; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `fmt` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `fmt` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::fmt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `convert` in `core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Error, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ could not find `convert` in `core` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this module [INFO] [stderr] | [INFO] [stderr] 1 + use std::convert; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: `AbstractSdkError` doesn't implement `std::fmt::Display` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | pub enum AbstractSdkError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] help: the trait `std::fmt::Display` is not implemented for `AbstractSdkError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/abstract-sdk-0.14.3/src/error.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub enum AbstractSdkError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: required by a bound in `std::error::Error` [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/error.rs:59:26 [INFO] [stderr] | [INFO] [stderr] 59 | pub trait Error: Debug + Display { [INFO] [stderr] | ^^^^^^^ required by this bound in `Error` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `abstract-sdk` (lib) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "ae2bb6fe746ceb0a5bc42fe3da1f24dd5b433dab19132bde1991375f0393e757", kill_on_drop: false }`