any_spawner 0.1.1

Spawn asynchronous tasks in an executor-independent way.
Build #1277005 2024-06-28T19:56:49.887946+00:00
# rustc version
rustc 1.81.0-nightly (9c3bc805d 2024-06-27)# docs.rs version
docsrs 0.6.0 (bb8cd489 2024-06-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/any_spawner-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/any_spawner-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240627-1.81.0-nightly-9c3bc805d\", \"--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] 21e41ab0088206027f85de6e350444e68bcbd6ea1f1c5242e1f5214a6143b3f0
[INFO] running `Command { std: "docker" "start" "-a" "21e41ab0088206027f85de6e350444e68bcbd6ea1f1c5242e1f5214a6143b3f0", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting any_spawner v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/lib.rs:126:24
[INFO] [stderr]     |
[INFO] [stderr] 126 |     #[cfg_attr(docsrs, doc(cfg(feature = "tokio")))]
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-06-27; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/lib.rs:147:24
[INFO] [stderr]     |
[INFO] [stderr] 147 |     #[cfg_attr(docsrs, doc(cfg(feature = "wasm-bindgen")))]
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-06-27; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/lib.rs:168:24
[INFO] [stderr]     |
[INFO] [stderr] 168 |     #[cfg_attr(docsrs, doc(cfg(feature = "glib")))]
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-06-27; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/lib.rs:192:24
[INFO] [stderr]     |
[INFO] [stderr] 192 |     #[cfg_attr(docsrs, doc(cfg(feature = "futures-executor")))]
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-06-27; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not document `any_spawner`
[INFO] running `Command { std: "docker" "inspect" "21e41ab0088206027f85de6e350444e68bcbd6ea1f1c5242e1f5214a6143b3f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21e41ab0088206027f85de6e350444e68bcbd6ea1f1c5242e1f5214a6143b3f0", kill_on_drop: false }`
[INFO] [stdout] 21e41ab0088206027f85de6e350444e68bcbd6ea1f1c5242e1f5214a6143b3f0