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 (fbab78289 2024-11-04)# docs.rs version
docsrs 0.6.0 (fd0fad95 2024-11-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/object-alloc-test-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/object-alloc-test-0.1.0/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" "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\", \"-20241104-1.84.0-nightly-fbab78289\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9a9698b4e11b910328467f2bbedf3992743b27b346aad9f1aa9f11d862c30bda
[INFO] running `Command { std: "docker" "start" "-a" "9a9698b4e11b910328467f2bbedf3992743b27b346aad9f1aa9f11d862c30bda", 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 rand_core v0.6.4
[INFO] [stderr] Checking aho-corasick v0.5.3
[INFO] [stderr] Compiling syn v2.0.87
[INFO] [stderr] Checking rand v0.3.23
[INFO] [stderr] Checking object-alloc v0.1.0
[INFO] [stderr] Checking thread_local v0.2.7
[INFO] [stderr] error[E0432]: unresolved import `alloc::allocator`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/object-alloc-0.1.0/src/lib.rs:12:12
[INFO] [stderr] |
[INFO] [stderr] 12 | use alloc::allocator::Layout;
[INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc`
[INFO] [stderr]
[INFO] [stderr] Checking interpolate_idents v0.1.8
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `object-alloc` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/interpolate_idents-0.1.8/src/lib.rs:1:12
[INFO] [stderr] |
[INFO] [stderr] 1 | #![feature(plugin_registrar, rustc_private)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stderr] |
[INFO] [stderr] = note: plugins are no longer supported
[INFO] [stderr]
[INFO] [stderr] error[E0462]: found staticlib `rustc` instead of rlib or dylib
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/interpolate_idents-0.1.8/src/lib.rs:3:1
[INFO] [stderr] |
[INFO] [stderr] 3 | extern crate rustc;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the following crate versions were found:
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.safestack.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.dfsan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.lsan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.asan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.tsan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.msan.a
[INFO] [stderr] = help: please recompile that crate using --crate-type lib
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `rustc_plugin`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/interpolate_idents-0.1.8/src/lib.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | extern crate rustc_plugin;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] |
[INFO] [stderr] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `syntax`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/interpolate_idents-0.1.8/src/lib.rs:5:1
[INFO] [stderr] |
[INFO] [stderr] 5 | extern crate syntax;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr]
[INFO] [stderr] error: cannot find attribute `plugin_registrar` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/interpolate_idents-0.1.8/src/lib.rs:16:3
[INFO] [stderr] |
[INFO] [stderr] 16 | #[plugin_registrar]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `plugin_registrar` is in scope, but it is a function, not an attribute
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0462, E0463, E0557.
[INFO] [stderr] For more information about an error, try `rustc --explain E0462`.
[INFO] [stderr] error: could not compile `interpolate_idents` (lib) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "9a9698b4e11b910328467f2bbedf3992743b27b346aad9f1aa9f11d862c30bda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a9698b4e11b910328467f2bbedf3992743b27b346aad9f1aa9f11d862c30bda", kill_on_drop: false }`
[INFO] [stdout] 9a9698b4e11b910328467f2bbedf3992743b27b346aad9f1aa9f11d862c30bda