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.89.0-nightly (8405332bd 2025-05-12)
# docs.rs version docsrs 0.6.0 (f7595057 2025-05-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/atrium-cli-0.1.17/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/atrium-cli-0.1.17/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250512-1.89.0-nightly-8405332bd\", \"--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] 1dded9bd97697e6a5566afde3f2ecc678a8916da4afbd7fcb008ae2c097116ea [INFO] running `Command { std: "docker" "start" "-a" "1dded9bd97697e6a5566afde3f2ecc678a8916da4afbd7fcb008ae2c097116ea", 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] 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] 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] 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] 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] 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] 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" "1dded9bd97697e6a5566afde3f2ecc678a8916da4afbd7fcb008ae2c097116ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dded9bd97697e6a5566afde3f2ecc678a8916da4afbd7fcb008ae2c097116ea", kill_on_drop: false }` [INFO] [stdout] 1dded9bd97697e6a5566afde3f2ecc678a8916da4afbd7fcb008ae2c097116ea