enso-lazy-reader 0.2.0

An efficient buffered reader.
Build #1539053 2024-11-15 03:31:49

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.84.0-nightly (90ab8eaed 2024-11-14)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/enso-lazy-reader-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/enso-lazy-reader-0.2.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241114-1.84.0-nightly-90ab8eaed\", \"--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] 795a0d24f9fb390d751656d124ca8154cf5a0ae7e556ac4ac5edda203b51ce0e
[INFO] running `Command { std: "docker" "start" "-a" "795a0d24f9fb390d751656d124ca8154cf5a0ae7e556ac4ac5edda203b51ce0e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking enso-shapely v0.2.0
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/enso-shapely-0.2.0/src/lib.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![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 import `std::ops::Generator`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/enso-shapely-0.2.0/src/generator.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::ops::Generator;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^ no `Generator` in `ops`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::ops::GeneratorState`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/enso-shapely-0.2.0/src/generator.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::ops::GeneratorState;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `GeneratorState` in `ops`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: yield syntax is experimental
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/enso-shapely-0.2.0/src/generator.rs:44:13
[INFO] [stderr]    |
[INFO] [stderr] 44 |             yield 0;
[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 2024-11-14; 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-6f17d22bba15001f/enso-shapely-0.2.0/src/generator.rs:45:13
[INFO] [stderr]    |
[INFO] [stderr] 45 |             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 2024-11-14; 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-6f17d22bba15001f/enso-shapely-0.2.0/src/generator.rs:46:13
[INFO] [stderr]    |
[INFO] [stderr] 46 |             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 2024-11-14; 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-6f17d22bba15001f/enso-shapely-0.2.0/src/lib.rs:11:24
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![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 `enso-shapely` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "795a0d24f9fb390d751656d124ca8154cf5a0ae7e556ac4ac5edda203b51ce0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "795a0d24f9fb390d751656d124ca8154cf5a0ae7e556ac4ac5edda203b51ce0e", kill_on_drop: false }`
[INFO] [stdout] 795a0d24f9fb390d751656d124ca8154cf5a0ae7e556ac4ac5edda203b51ce0e