# rustc version rustc 1.97.0-nightly (9ec5d5f32 2026-04-21)
# docs.rs version docsrs 0.0.0 (15f7e1e9 2026-04-21 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder6/builds/zigzag-alloc-1.0.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder6/builds/zigzag-alloc-1.0.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder6/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder6/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "28-31" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3 [INFO] running `Command { std: "docker" "start" "04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260421-1.97.0-nightly-9ec5d5f32\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/alloc/system.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / /// Allocates `size` bytes with a minimum alignment of `alignment`. [INFO] [stderr] 23 | | /// [INFO] [stderr] 24 | | /// On success writes the pointer to `*memptr` and returns 0. [INFO] [stderr] 25 | | /// On failure returns a non-zero error code and leaves `*memptr` unchanged. [INFO] [stderr] ... | [INFO] [stderr] 28 | | /// `alignment` must be a power of two and a multiple of `sizeof(void*)`. [INFO] [stderr] 29 | | /// `size` must be greater than zero. [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] 30 | #[cfg(target_family = "unix")] [INFO] [stderr] 31 | / unsafe extern "C" { [INFO] [stderr] 32 | | fn posix_memalign(memptr: *mut *mut c_void, alignment: usize, size: usize) -> i32; [INFO] [stderr] 33 | | [INFO] [stderr] 34 | | /// Releases memory previously obtained from `posix_memalign` (or `malloc`). [INFO] [stderr] ... | [INFO] [stderr] 39 | | fn free(ptr: *mut c_void); [INFO] [stderr] 40 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `zigzag-alloc` (lib) generated 1 warning [INFO] [stderr] Scraping zigzag-alloc v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Documenting zigzag-alloc v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `reset` [INFO] [stderr] --> src/alloc/bump.rs:12:60 [INFO] [stderr] | [INFO] [stderr] 12 | //! | Thread-safe without a mutex (CAS loop) | Must call [`reset`] to reclaim memory | [INFO] [stderr] | ^^^^^ no item named `reset` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `arena` links to private item `Header` [INFO] [stderr] --> src/alloc/arena.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | //! list of [`Header`]–prefixed blocks. Each call to [INFO] [stderr] | ^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `hash_map` links to private item `CTRL_EMPTY` [INFO] [stderr] --> src/collections/hash_map.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | //! * [`CTRL_EMPTY`] (`0x80`) — the slot is vacant. [INFO] [stderr] | ^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `hash_map` links to private item `Group` [INFO] [stderr] --> src/collections/hash_map.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | //! Lookups load a 16-byte [`Group`] from `ctrl` and use SIMD to find all [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `ExHashMap` links to private item `Slot` [INFO] [stderr] --> src/collections/hash_map.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | /// 2. **`data`** — `cap` [`Slot<K, V>`] entries. [INFO] [stderr] | ^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `alloc` links to private item `Header` [INFO] [stderr] --> src/alloc/arena.rs:178:45 [INFO] [stderr] | [INFO] [stderr] 178 | /// Allocates a new block, prepends a [`Header`], and returns a pointer to [INFO] [stderr] | ^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: `zigzag-alloc` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/zigzag_alloc/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3", kill_on_drop: false }` [INFO] [stdout] 04c14df6848d3bbb1304e48083dbc5c98d26db201fb5c7fe535797f0fddacfb3