wee_alloc 0.4.2

wee_alloc: The Wasm-Enabled, Elfin Allocator
Build #686101 2022-11-27T04:27:52.184092+00:00
# rustc version
rustc 1.67.0-nightly (b3bc6bf31 2022-11-24)
# docs.rs version
docsrs 0.6.0 (d4bc110c 2022-11-25)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wee_alloc-0.4.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wee_alloc-0.4.2/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221124-1.67.0-nightly-b3bc6bf31\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 8fec14828be4efa352059a6492f6d14ea1128599f581bce2c96365c0edc3f38f
[INFO] running `Command { std: "docker" "start" "-a" "8fec14828be4efa352059a6492f6d14ea1128599f581bce2c96365c0edc3f38f", kill_on_drop: false }`
[INFO] [stderr]  Documenting wee_alloc v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `core::alloc::AllocErr`
[INFO] [stderr]  --> src/size_classes.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use core::alloc::AllocErr;
[INFO] [stderr]   |     ^^^^^^^^^^^^^--------
[INFO] [stderr]   |     |            |
[INFO] [stderr]   |     |            help: a similar name exists in the module: `AllocError`
[INFO] [stderr]   |     no `AllocErr` in `alloc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `core::alloc::Alloc`, `core::alloc::AllocErr`
[INFO] [stderr]    --> src/lib.rs:275:19
[INFO] [stderr]     |
[INFO] [stderr] 275 | use core::alloc::{Alloc, AllocErr, GlobalAlloc, Layout};
[INFO] [stderr]     |                   ^^^^^  ^^^^^^^^
[INFO] [stderr]     |                   |      |
[INFO] [stderr]     |                   |      no `AllocErr` in `alloc`
[INFO] [stderr]     |                   |      help: a similar name exists in the module: `AllocError`
[INFO] [stderr]     |                   no `Alloc` in `alloc`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `core::alloc::AllocErr`
[INFO] [stderr]  --> src/imp_unix.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use core::alloc::AllocErr;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^ no `AllocErr` in `alloc`
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 2 | use core::alloc::AllocError;
[INFO] [stderr]   |                  ~~~~~~~~~~
[INFO] [stderr] help: consider importing this unresolved item instead
[INFO] [stderr]   |
[INFO] [stderr] 2 | use AllocErr;
[INFO] [stderr]   |     ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `wee_alloc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --crate-type lib --crate-name wee_alloc src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="default"' --cfg 'feature="size_classes"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=c97ca0df6d04967b -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-b9419fd856562018.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-4ecf88a375464381.rmeta --extern memory_units=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libmemory_units-f1dd611fbe69df12.rmeta --extern unreachable=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libunreachable-5912f0ffb2339693.rmeta --extern-html-root-url 'cfg_if=https://docs.rs/cfg-if/0.1.10/x86_64-unknown-linux-gnu' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.137/x86_64-unknown-linux-gnu' --extern-html-root-url 'memory_units=https://docs.rs/memory_units/0.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'unreachable=https://docs.rs/unreachable/1.0.0/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221124-1.67.0-nightly-b3bc6bf31 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.4.2` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "8fec14828be4efa352059a6492f6d14ea1128599f581bce2c96365c0edc3f38f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fec14828be4efa352059a6492f6d14ea1128599f581bce2c96365c0edc3f38f", kill_on_drop: false }`
[INFO] [stdout] 8fec14828be4efa352059a6492f6d14ea1128599f581bce2c96365c0edc3f38f