atrium-cli 0.1.17

CLI application for AT Protocol using ATrium API
Documentation

Build #3531794 2026-06-10 00:47:52

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 (cb46fbb8c 2026-06-08)

# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )

# 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" "c22d3f28b1630b6f2d5d51d7ac330997fd3bfc9f7f6940ca0d692facc61f8b4d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260608-1.98.0-nightly-cb46fbb8c\", \"--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 atrium-api v0.23.2 [INFO] [stderr] error[E0195]: lifetime parameters or bounds on method `send_http` do not match the trait declaration [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-api-0.23.2/src/agent/inner.rs:68:14 [INFO] [stderr] | [INFO] [stderr] 68 | async fn send_http( [INFO] [stderr] | ______________^ [INFO] [stderr] 69 | | &self, [INFO] [stderr] 70 | | request: Request<Vec<u8>>, [INFO] [stderr] 71 | | ) -> core::result::Result<Response<Vec<u8>>, Box<dyn std::error::Error + Send + Sync + 'static>> [INFO] [stderr] | |_____^ lifetimes do not match method in trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-xrpc-0.11.6/src/traits.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn send_http( [INFO] [stderr] 15 | | &self, [INFO] [stderr] 16 | | request: Request<Vec<u8>>, [INFO] [stderr] 17 | | ) -> impl Future< [INFO] [stderr] ... | [INFO] [stderr] 21 | | >, [INFO] [stderr] 22 | | >; [INFO] [stderr] | |______- lifetimes in impl do not match this method in trait [INFO] [stderr] [INFO] [stderr] error[E0195]: lifetime parameters or bounds on method `authentication_token` do not match the trait declaration [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-api-0.23.2/src/agent/inner.rs:87:14 [INFO] [stderr] | [INFO] [stderr] 87 | async fn authentication_token(&self, is_refresh: bool) -> Option<String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetimes do not match method in trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-xrpc-0.11.6/src/traits.rs:31:61 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_arch = "wasm32"), trait_variant::make(Send))] [INFO] [stderr] | _____________________________________________________________- [INFO] [stderr] 32 | | pub trait XrpcClient: HttpClient { [INFO] [stderr] 33 | | /// The base URI of the XRPC server. [INFO] [stderr] 34 | | fn base_uri(&self) -> String; [INFO] [stderr] 35 | | /// Get the authentication token to use `Authorization` header. [INFO] [stderr] 36 | | #[allow(unused_variables)] [INFO] [stderr] 37 | | fn authentication_token(&self, is_refresh: bool) -> impl Future<Output = Option<String>> { [INFO] [stderr] | |______- lifetimes in impl do not match this method in trait [INFO] [stderr] [INFO] [stderr] error[E0195]: lifetime parameters or bounds on method `atproto_proxy_header` do not match the trait declaration [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-api-0.23.2/src/agent/inner.rs:96:14 [INFO] [stderr] | [INFO] [stderr] 96 | async fn atproto_proxy_header(&self) -> Option<String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetimes do not match method in trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-xrpc-0.11.6/src/traits.rs:31:61 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_arch = "wasm32"), trait_variant::make(Send))] [INFO] [stderr] | _____________________________________________________________- [INFO] [stderr] 32 | | pub trait XrpcClient: HttpClient { [INFO] [stderr] 33 | | /// The base URI of the XRPC server. [INFO] [stderr] 34 | | fn base_uri(&self) -> String; [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// Get the `atproto-proxy` header. [INFO] [stderr] 41 | | fn atproto_proxy_header(&self) -> impl Future<Output = Option<String>> { [INFO] [stderr] | |______- lifetimes in impl do not match this method in trait [INFO] [stderr] [INFO] [stderr] error[E0195]: lifetime parameters or bounds on method `atproto_accept_labelers_header` do not match the trait declaration [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-api-0.23.2/src/agent/inner.rs:102:14 [INFO] [stderr] | [INFO] [stderr] 102 | async fn atproto_accept_labelers_header(&self) -> Option<Vec<String>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetimes do not match method in trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-xrpc-0.11.6/src/traits.rs:31:61 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(not(target_arch = "wasm32"), trait_variant::make(Send))] [INFO] [stderr] | _____________________________________________________________- [INFO] [stderr] 32 | | pub trait XrpcClient: HttpClient { [INFO] [stderr] 33 | | /// The base URI of the XRPC server. [INFO] [stderr] 34 | | fn base_uri(&self) -> String; [INFO] [stderr] ... | [INFO] [stderr] 44 | | /// Get the `atproto-accept-labelers` header. [INFO] [stderr] 45 | | fn atproto_accept_labelers_header(&self) -> impl Future<Output = Option<Vec<String>>> { [INFO] [stderr] | |______- lifetimes in impl do not match this method in trait [INFO] [stderr] [INFO] [stderr] error[E0195]: lifetime parameters or bounds on method `send_http` do not match the trait declaration [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-api-0.23.2/src/agent/inner.rs:256:14 [INFO] [stderr] | [INFO] [stderr] 256 | async fn send_http( [INFO] [stderr] | ______________^ [INFO] [stderr] 257 | | &self, [INFO] [stderr] 258 | | request: Request<Vec<u8>>, [INFO] [stderr] 259 | | ) -> core::result::Result<Response<Vec<u8>>, Box<dyn std::error::Error + Send + Sync + 'static>> [INFO] [stderr] | |_____^ lifetimes do not match method in trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-xrpc-0.11.6/src/traits.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | / fn send_http( [INFO] [stderr] 15 | | &self, [INFO] [stderr] 16 | | request: Request<Vec<u8>>, [INFO] [stderr] 17 | | ) -> impl Future< [INFO] [stderr] ... | [INFO] [stderr] 21 | | >, [INFO] [stderr] 22 | | >; [INFO] [stderr] | |______- lifetimes in impl do not match this method in trait [INFO] [stderr] [INFO] [stderr] error[E0195]: lifetime parameters or bounds on method `send_xrpc` do not match the trait declaration [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-api-0.23.2/src/agent/inner.rs:275:23 [INFO] [stderr] | [INFO] [stderr] 275 | async fn send_xrpc<P, I, O, E>( [INFO] [stderr] | ^^^^^^^^^^^^ lifetimes do not match method in trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atrium-xrpc-0.11.6/src/traits.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | / fn send_xrpc<P, I, O, E>( [INFO] [stderr] 51 | | &self, [INFO] [stderr] 52 | | request: &XrpcRequest<P, I>, [INFO] [stderr] 53 | | ) -> impl Future<Output = XrpcResult<O, E>> [INFO] [stderr] ... | [INFO] [stderr] 61 | | Self: Sync, [INFO] [stderr] | |___________________- lifetimes in impl do not match this method in trait [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0195`. [INFO] [stderr] error: could not compile `atrium-api` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "c22d3f28b1630b6f2d5d51d7ac330997fd3bfc9f7f6940ca0d692facc61f8b4d", kill_on_drop: false }`