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.88.0-nightly (10fa3c449 2025-04-26)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rocket_error_stack-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rocket_error_stack-0.1.1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250426-1.88.0-nightly-10fa3c449\", \"--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] 891f062f084ceea6c937a60737b34a7a041a1927e83fc19b38a92382110d7f07 [INFO] running `Command { std: "docker" "start" "-a" "891f062f084ceea6c937a60737b34a7a041a1927e83fc19b38a92382110d7f07", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking toml v0.8.21 [INFO] [stderr] Checking error-stack v0.3.1 [INFO] [stderr] error[E0432]: unresolved import `core::any::Demand` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/frame/frame_impl.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use core::any::Demand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Demand` in `any` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::any::Demand`, `core::any::Provider` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/frame.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | use core::any::{self, Demand, Provider}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^ no `Provider` in `any` [INFO] [stderr] | | [INFO] [stderr] | no `Demand` in `any` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::any::Demand` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/context.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::any::Demand; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Demand` in `any` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::any::Demand`, `core::any::Provider` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/error.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | any::{Demand, Provider}, [INFO] [stderr] | ^^^^^^ ^^^^^^^^ no `Provider` in `any` [INFO] [stderr] | | [INFO] [stderr] | no `Demand` in `any` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `request_ref` in module `any` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/frame.rs:62:14 [INFO] [stderr] | [INFO] [stderr] 62 | any::request_ref(self) [INFO] [stderr] | ^^^^^^^^^^^ not found in `any` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 4 + use std::error::request_ref; [INFO] [stderr] | [INFO] [stderr] help: if you import `request_ref`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 62 - any::request_ref(self) [INFO] [stderr] 62 + request_ref(self) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `request_value` in module `any` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/frame.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | any::request_value(self) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `any` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 4 + use std::error::request_value; [INFO] [stderr] | [INFO] [stderr] help: if you import `request_value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 72 - any::request_value(self) [INFO] [stderr] 72 + request_value(self) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `request_ref` in module `core::any` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/report.rs:280:35 [INFO] [stderr] | [INFO] [stderr] 280 | let location = core::any::request_ref::<Location>(&frame) [INFO] [stderr] | ^^^^^^^^^^^ not found in `core::any` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 1 + use std::error::request_ref; [INFO] [stderr] | [INFO] [stderr] help: if you import `request_ref`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 280 - let location = core::any::request_ref::<Location>(&frame) [INFO] [stderr] 280 + let location = request_ref::<Location>(&frame) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `request_ref` in module `core::any` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/report.rs:288:36 [INFO] [stderr] | [INFO] [stderr] 288 | let backtrace = core::any::request_ref::<Backtrace>(&frame) [INFO] [stderr] | ^^^^^^^^^^^ not found in `core::any` [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 1 + use std::error::request_ref; [INFO] [stderr] | [INFO] [stderr] help: if you import `request_ref`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 288 - let backtrace = core::any::request_ref::<Backtrace>(&frame) [INFO] [stderr] 288 + let backtrace = request_ref::<Backtrace>(&frame) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `provide_any` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.3.1/src/lib.rs:445:13 [INFO] [stderr] | [INFO] [stderr] 445 | feature(provide_any, error_in_core, error_generic_member_access) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0635. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `error-stack` (lib) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "891f062f084ceea6c937a60737b34a7a041a1927e83fc19b38a92382110d7f07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "891f062f084ceea6c937a60737b34a7a041a1927e83fc19b38a92382110d7f07", kill_on_drop: false }` [INFO] [stdout] 891f062f084ceea6c937a60737b34a7a041a1927e83fc19b38a92382110d7f07