# rustc version rustc 1.86.0-nightly (a567209da 2025-02-13)
# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bump-allocator-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bump-allocator-0.1.2/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250213-1.86.0-nightly-a567209da\", \"--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] d80524af05179a5e674c4d3b61f0ba0ed1878bab26986d5b21c3f5e4263f0065 [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" "d80524af05179a5e674c4d3b61f0ba0ed1878bab26986d5b21c3f5e4263f0065", kill_on_drop: false }` [INFO] [stderr] warning: extern declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/malloc_api.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | unsafe extern fn malloc(size: usize) -> *mut u8 { [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(missing_abi)]` on by default [INFO] [stderr] [INFO] [stderr] warning: extern declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/malloc_api.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | unsafe extern fn calloc(num: usize, size: usize) -> *mut u8 { [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] [INFO] [stderr] warning: extern declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/malloc_api.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | unsafe extern fn free(_ptr: *mut u8) {} [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] [INFO] [stderr] warning: extern declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/malloc_api.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | unsafe extern fn realloc(ptr: *mut u8, bytes: usize) -> *mut u8 { [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged [INFO] [stderr] --> src/lib.rs:18:19 [INFO] [stderr] | [INFO] [stderr] 18 | let ptr = LOCAL_ALLOCATOR.alloc(bytes, align); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged [INFO] [stderr] --> src/malloc_api.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | LOCAL_ALLOCATOR.alloc(size, size.next_power_of_two()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] [INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged [INFO] [stderr] --> src/malloc_api.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let ptr = LOCAL_ALLOCATOR.alloc(size * num, size.next_power_of_two()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> [INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stderr] [INFO] [stderr] warning: `bump-allocator` (lib) generated 7 warnings (run `cargo fix --lib -p bump-allocator` to apply 4 suggestions) [INFO] [stderr] Scraping bump-allocator v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting bump-allocator v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bump_allocator/index.html [INFO] running `Command { std: "docker" "inspect" "d80524af05179a5e674c4d3b61f0ba0ed1878bab26986d5b21c3f5e4263f0065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d80524af05179a5e674c4d3b61f0ba0ed1878bab26986d5b21c3f5e4263f0065", kill_on_drop: false }` [INFO] [stdout] d80524af05179a5e674c4d3b61f0ba0ed1878bab26986d5b21c3f5e4263f0065