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.86.0-nightly (049355708 2025-01-18)
# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/boing-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/boing-0.7.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250118-1.86.0-nightly-049355708\", \"--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] [stdout] 3ebff49ab163a62a9eae6eb15ae14e202a7b165247c238bcef6511b8d92042ff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3ebff49ab163a62a9eae6eb15ae14e202a7b165247c238bcef6511b8d92042ff", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling error-stack v0.2.4 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] error[E0432]: unresolved import `core::any::Demand` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.2.4/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.2.4/src/frame/mod.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.2.4/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[E0425]: cannot find function `request_ref` in module `any` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/error-stack-0.2.4/src/frame/mod.rs:90:14 [INFO] [stderr] | [INFO] [stderr] 90 | 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] 90 - any::request_ref(self) [INFO] [stderr] 90 + 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.2.4/src/frame/mod.rs:100:14 [INFO] [stderr] | [INFO] [stderr] 100 | 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] 100 - any::request_value(self) [INFO] [stderr] 100 + 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.2.4/src/report.rs:230:35 [INFO] [stderr] | [INFO] [stderr] 230 | 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] 230 - let location = core::any::request_ref::<Location>(&frame) [INFO] [stderr] 230 + 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.2.4/src/report.rs:238:36 [INFO] [stderr] | [INFO] [stderr] 238 | 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] 238 - let backtrace = core::any::request_ref::<Backtrace>(&frame) [INFO] [stderr] 238 + 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.2.4/src/lib.rs:439:13 [INFO] [stderr] | [INFO] [stderr] 439 | 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 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3ebff49ab163a62a9eae6eb15ae14e202a7b165247c238bcef6511b8d92042ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ebff49ab163a62a9eae6eb15ae14e202a7b165247c238bcef6511b8d92042ff", kill_on_drop: false }` [INFO] [stdout] 3ebff49ab163a62a9eae6eb15ae14e202a7b165247c238bcef6511b8d92042ff