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 (9a1d156f3 2025-01-19)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/unity-utils-0.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/unity-utils-0.0.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\", \"-20250119-1.86.0-nightly-9a1d156f3\", \"--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] 902f2f4a32e2c281050f4e0e6b6036407bb9b95f7fd8f2ef950e117b4b3c8138
[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" "902f2f4a32e2c281050f4e0e6b6036407bb9b95f7fd8f2ef950e117b4b3c8138", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling synstructure v0.13.1
[INFO] [stderr] Compiling zerovec-derive v0.10.3
[INFO] [stderr] Compiling displaydoc v0.2.5
[INFO] [stderr] Compiling icu_provider_macros v1.5.0
[INFO] [stderr] Checking num-traits v0.2.19
[INFO] [stderr] Compiling tracing-attributes v0.1.28
[INFO] [stderr] Checking gen-iter v0.3.0
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/lib.rs:60:12
[INFO] [stderr] |
[INFO] [stderr] 60 | #![feature(generators, generator_trait)]
[INFO] [stderr] | ^^^^^^^^^^ feature has been removed
[INFO] [stderr] |
[INFO] [stderr] = note: renamed to `coroutines`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `core::ops::Generator`, `core::ops::GeneratorState`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter.rs:1:17
[INFO] [stderr] |
[INFO] [stderr] 1 | use core::ops::{Generator, GeneratorState};
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ no `GeneratorState` in `ops`
[INFO] [stderr] | |
[INFO] [stderr] | no `Generator` in `ops`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `core::ops::Generator`, `core::ops::GeneratorState`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter_return.rs:1:17
[INFO] [stderr] |
[INFO] [stderr] 1 | use core::ops::{Generator, GeneratorState};
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ no `GeneratorState` in `ops`
[INFO] [stderr] | |
[INFO] [stderr] | no `Generator` in `ops`
[INFO] [stderr]
[INFO] [stderr] error[E0658]: yield syntax is experimental
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter.rs:86:13
[INFO] [stderr] |
[INFO] [stderr] 86 | yield 1;
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-19; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: yield syntax is experimental
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter.rs:87:13
[INFO] [stderr] |
[INFO] [stderr] 87 | yield 2;
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-19; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: yield syntax is experimental
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter_return.rs:110:13
[INFO] [stderr] |
[INFO] [stderr] 110 | yield 1;
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-19; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0658]: yield syntax is experimental
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/gen_iter_return.rs:133:13
[INFO] [stderr] |
[INFO] [stderr] 133 | yield 1;
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stderr] = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stderr] = note: this compiler was built on 2025-01-19; consider upgrading it if it is out of date
[INFO] [stderr]
[INFO] [stderr] error[E0635]: unknown feature `generator_trait`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gen-iter-0.3.0/src/lib.rs:60:24
[INFO] [stderr] |
[INFO] [stderr] 60 | #![feature(generators, generator_trait)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0432, E0557, E0635, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `gen-iter` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "902f2f4a32e2c281050f4e0e6b6036407bb9b95f7fd8f2ef950e117b4b3c8138", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "902f2f4a32e2c281050f4e0e6b6036407bb9b95f7fd8f2ef950e117b4b3c8138", kill_on_drop: false }`
[INFO] [stdout] 902f2f4a32e2c281050f4e0e6b6036407bb9b95f7fd8f2ef950e117b4b3c8138