interlock 0.0.4

Readers-writer locks designed for locking intervals
Documentation
Build #1653646 2025-01-21 11:31:51

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 (f3d1d47fd 2025-01-20)

# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/interlock-0.0.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/interlock-0.0.4/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" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250120-1.86.0-nightly-f3d1d47fd\", \"--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] 1ad675064a8577f7bd2d97973d23a53c3eb1c38b58f9957ff7495dd7f3d5728a [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" "1ad675064a8577f7bd2d97973d23a53c3eb1c38b58f9957ff7495dd7f3d5728a", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting interlock v0.0.4 (/opt/rustwide/workdir) [INFO] [stderr] error: item does not constrain `utils::pin::Holder::{opaque#0}`, but has it in its signature [INFO] [stderr] --> src/utils/pin.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[pin_project::pin_project] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module [INFO] [stderr] note: this opaque type is in the signature [INFO] [stderr] --> src/utils/pin.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | type Holder<T: EarlyDrop> = impl Future<Output = !>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: item does not constrain `utils::pin::Holder::{opaque#0}`, but has it in its signature [INFO] [stderr] --> src/utils/pin.rs:64:18 [INFO] [stderr] | [INFO] [stderr] 64 | pub const fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module [INFO] [stderr] note: this opaque type is in the signature [INFO] [stderr] --> src/utils/pin.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | type Holder<T: EarlyDrop> = impl Future<Output = !>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: item does not constrain `utils::pin::Holder::{opaque#0}`, but has it in its signature [INFO] [stderr] --> src/utils/pin.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn get(&self) -> Option<Pin<&T>> { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module [INFO] [stderr] note: this opaque type is in the signature [INFO] [stderr] --> src/utils/pin.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | type Holder<T: EarlyDrop> = impl Future<Output = !>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: item does not constrain `utils::pin::Holder::{opaque#0}`, but has it in its signature [INFO] [stderr] --> src/utils/pin.rs:89:12 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn get_or_insert_with(self: Pin<&mut Self>, init: impl FnOnce() -> T) -> Pin<&T> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module [INFO] [stderr] note: this opaque type is in the signature [INFO] [stderr] --> src/utils/pin.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | type Holder<T: EarlyDrop> = impl Future<Output = !>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: item does not constrain `utils::pin::Holder::{opaque#0}`, but has it in its signature [INFO] [stderr] --> src/utils/pin.rs:146:12 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn get_or_insert_default(self: Pin<&mut Self>) -> Pin<&T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module [INFO] [stderr] note: this opaque type is in the signature [INFO] [stderr] --> src/utils/pin.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | type Holder<T: EarlyDrop> = impl Future<Output = !>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not document `interlock` [INFO] running `Command { std: "docker" "inspect" "1ad675064a8577f7bd2d97973d23a53c3eb1c38b58f9957ff7495dd7f3d5728a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ad675064a8577f7bd2d97973d23a53c3eb1c38b58f9957ff7495dd7f3d5728a", kill_on_drop: false }` [INFO] [stdout] 1ad675064a8577f7bd2d97973d23a53c3eb1c38b58f9957ff7495dd7f3d5728a