ialloc 0.0.0-2025-05-02

Allocator interface traits
Documentation
Build #2593389 2025-10-18 06:06:15
# rustc version
rustc 1.92.0-nightly (f46475914 2025-10-17)# docs.rs version
docsrs 0.6.0 (403e80ef 2025-10-16)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/ialloc-0.0.0-2025-05-02/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/ialloc-0.0.0-2025-05-02/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustflags=[\"--cfg\", \"skip_cc\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"skip_cc\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251017-1.92.0-nightly-f46475914\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", 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] 945bed6719c9e7e126038aa91496ae80db506f2064c760a6efe23f1b3b86afb9
[INFO] running `Command { std: "docker" "start" "-a" "945bed6719c9e7e126038aa91496ae80db506f2064c760a6efe23f1b3b86afb9", kill_on_drop: false }`
[INFO] [stderr] warning: ialloc@0.0.0-2025-05-02: GNU compiler is not supported for this target
[INFO] [stderr] warning: "cdecl" is not a supported ABI for the current target
[INFO] [stderr]    --> src/allocator/c/aligned_malloc.rs:259:33
[INFO] [stderr]     |
[INFO] [stderr] 259 |       #[cfg(target_env = "msvc")] extern "cdecl" {
[INFO] [stderr]     |  _________________________________^
[INFO] [stderr] 260 | |         // C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt_malloc.h
[INFO] [stderr] 261 | |         pub fn _aligned_free(block: *mut c_void);
[INFO] [stderr] 262 | |         pub fn _aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void;
[INFO] [stderr] ...   |
[INFO] [stderr] 268 | |         pub fn _aligned_recalloc(block: *mut c_void, count: size_t, size: size_t, alignment: size_t) -> *mut c_void;
[INFO] [stderr] 269 | |     }
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stderr]     = help: use `extern "C"` instead
[INFO] [stderr]     = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Pretty` is never constructed
[INFO] [stderr]   --> src/util/bytes.rs:19:35
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[derive(Clone, Copy)] pub struct Pretty<T: Copy + Display + From<u16> + Ord + ShrAssign>(pub T);
[INFO] [stderr]    |                                   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ialloc` (lib) generated 2 warnings
[INFO] [stderr]     Scraping ialloc v0.0.0-2025-05-02 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting ialloc v0.0.0-2025-05-02 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/ialloc/index.html
[INFO] running `Command { std: "docker" "inspect" "945bed6719c9e7e126038aa91496ae80db506f2064c760a6efe23f1b3b86afb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "945bed6719c9e7e126038aa91496ae80db506f2064c760a6efe23f1b3b86afb9", kill_on_drop: false }`
[INFO] [stdout] 945bed6719c9e7e126038aa91496ae80db506f2064c760a6efe23f1b3b86afb9