bitalloc 0.0.1

Allocation managing library based on bitmap. This library does not include bitmap library.
Build #1404147 2024-10-25 13:11:07

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.84.0-nightly (a93c1718c 2024-10-24)# docs.rs version
docsrs 0.6.0 (83e30f05 2024-10-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bitalloc-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bitalloc-0.0.1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241024-1.84.0-nightly-a93c1718c\", \"--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] 17847e53e88605560abc721dc73ab3a935a07334120cf384c0ca26b3dda89c7f
[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" "17847e53e88605560abc721dc73ab3a935a07334120cf384c0ca26b3dda89c7f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking ilog2 v0.2.2
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ilog2-0.2.2/src/ffz.rs:9:12
[INFO] [stderr]     |
[INFO] [stderr] 9   |         (x.trailing_ones() as i8)
[INFO] [stderr]     |            ^^^^^^^^^^^^^ multiple `trailing_ones` found
[INFO] [stderr]     |
[INFO] [stderr] note: candidate #1 is defined in the trait `PrimInt`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/int.rs:123:5
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn trailing_ones(self) -> u32 {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: candidate #2 is defined in the trait `future::Future`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ilog2-0.2.2/src/future.rs:5:5
[INFO] [stderr]     |
[INFO] [stderr] 5   |     fn trailing_ones(self) -> u32;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: disambiguate the method for candidate #1
[INFO] [stderr]     |
[INFO] [stderr] 9   |         (PrimInt::trailing_ones(x) as i8)
[INFO] [stderr]     |          ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] help: disambiguate the method for candidate #2
[INFO] [stderr]     |
[INFO] [stderr] 9   |         (future::Future::trailing_ones(x) as i8)
[INFO] [stderr]     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ilog2-0.2.2/src/flz.rs:10:25
[INFO] [stderr]    |
[INFO] [stderr] 10 |         (bits -1i8 - (x.leading_ones() as i8))
[INFO] [stderr]    |                         ^^^^^^^^^^^^ multiple `leading_ones` found
[INFO] [stderr]    |
[INFO] [stderr] note: candidate #1 is defined in the trait `PrimInt`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/int.rs:93:5
[INFO] [stderr]    |
[INFO] [stderr] 93 |     fn leading_ones(self) -> u32 {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: candidate #2 is defined in the trait `future::Future`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ilog2-0.2.2/src/future.rs:4:5
[INFO] [stderr]    |
[INFO] [stderr] 4  |     fn leading_ones(self) -> u32;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: disambiguate the method for candidate #1
[INFO] [stderr]    |
[INFO] [stderr] 10 |         (bits -1i8 - (PrimInt::leading_ones(x) as i8))
[INFO] [stderr]    |                       ~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] help: disambiguate the method for candidate #2
[INFO] [stderr]    |
[INFO] [stderr] 10 |         (bits -1i8 - (future::Future::leading_ones(x) as i8))
[INFO] [stderr]    |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0034`.
[INFO] [stderr] error: could not compile `ilog2` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "17847e53e88605560abc721dc73ab3a935a07334120cf384c0ca26b3dda89c7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17847e53e88605560abc721dc73ab3a935a07334120cf384c0ca26b3dda89c7f", kill_on_drop: false }`
[INFO] [stdout] 17847e53e88605560abc721dc73ab3a935a07334120cf384c0ca26b3dda89c7f