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.78.0-nightly (8f359beca 2024-02-23)
# docs.rs version docsrs 0.6.0 (51849e8d 2024-02-21)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/aligned-buffer-0.0.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/aligned-buffer-0.0.6/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240223-1.78.0-nightly-8f359beca\", \"--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] 26a0a79db5dba403bbe91bff260f211c0685ab4cfdcd1fd4d6aa98a280cfc6df [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" "26a0a79db5dba403bbe91bff260f211c0685ab4cfdcd1fd4d6aa98a280cfc6df", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting aligned-buffer v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `alloc::alloc::alloc` [INFO] [stderr] --> src/unique.rs:184:24 [INFO] [stderr] | [INFO] [stderr] 184 | /// [`alloc::alloc`]: alloc::alloc::alloc [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `alloc` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: linking to associated items of raw pointers is experimental [INFO] [stderr] --> src/unique.rs:166:41 [INFO] [stderr] | [INFO] [stderr] 166 | /// See the safety documentation of [`pointer::offset`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #80896 <https://github.com/rust-lang/rust/issues/80896> for more information [INFO] [stderr] = help: add `#![feature(intra_doc_pointers)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-02-23; consider upgrading it if it is out of date [INFO] [stderr] = note: rustdoc does not allow disambiguating between `*const` and `*mut`, and pointers are unstable until it does [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `from_raw_parts` [INFO] [stderr] --> src/unique.rs:290:51 [INFO] [stderr] | [INFO] [stderr] 290 | /// back into a `UniqueAlignedBuffer` with the [`from_raw_parts`] function. [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `from_raw_parts` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `alloc::alloc::alloc` [INFO] [stderr] --> src/unique.rs:354:24 [INFO] [stderr] | [INFO] [stderr] 354 | /// [`alloc::alloc`]: alloc::alloc::alloc [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `alloc` in scope [INFO] [stderr] [INFO] [stderr] error[E0658]: linking to associated items of raw pointers is experimental [INFO] [stderr] --> src/unique.rs:336:41 [INFO] [stderr] | [INFO] [stderr] 336 | /// See the safety documentation of [`pointer::offset`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #80896 <https://github.com/rust-lang/rust/issues/80896> for more information [INFO] [stderr] = help: add `#![feature(intra_doc_pointers)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-02-23; consider upgrading it if it is out of date [INFO] [stderr] = note: rustdoc does not allow disambiguating between `*const` and `*mut`, and pointers are unstable until it does [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `GlobalAlloc` [INFO] [stderr] --> src/alloc.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | /// Unlike [`GlobalAlloc`][], zero-sized allocations are allowed in `Allocator`. If an underlying [INFO] [stderr] | ^^^^^^^^^^^ no item named `GlobalAlloc` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] warning: `aligned-buffer` (lib doc) generated 4 warnings [INFO] [stderr] error: could not document `aligned-buffer` [INFO] running `Command { std: "docker" "inspect" "26a0a79db5dba403bbe91bff260f211c0685ab4cfdcd1fd4d6aa98a280cfc6df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26a0a79db5dba403bbe91bff260f211c0685ab4cfdcd1fd4d6aa98a280cfc6df", kill_on_drop: false }` [INFO] [stdout] 26a0a79db5dba403bbe91bff260f211c0685ab4cfdcd1fd4d6aa98a280cfc6df