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.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.98.0-nightly (485ec3fbc 2026-06-10)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "fb2513c735238ec3f8686640f4cb882370d6b0f9c8a6550ea7da71e27f65dc05" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260610-1.98.0-nightly-485ec3fbc\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Compiling aws-lc-rs v1.17.0 [INFO] [stderr] Checking starlark_map v0.13.0 [INFO] [stderr] Compiling jmespath v0.5.0 [INFO] [stderr] Checking rustpython-codegen v0.4.0 [INFO] [stderr] Checking lsp-types v0.94.1 [INFO] [stderr] error[E0277]: the trait bound `HashTable<usize>: Allocative` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/starlark_map-0.13.0/src/small_map.rs:74:12 [INFO] [stderr] | [INFO] [stderr] 69 | #[derive(Clone, Allocative)] [INFO] [stderr] | ---------- required by a bound introduced by this call [INFO] [stderr] ... [INFO] [stderr] 74 | index: Option<Box<HashTable<usize>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Allocative` is not implemented for `HashTable<usize>` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `Allocative`: [INFO] [stderr] ! [INFO] [stderr] &'static T [INFO] [stderr] () [INFO] [stderr] (A, B) [INFO] [stderr] (A, B, C) [INFO] [stderr] (A, B, C, D) [INFO] [stderr] (A, B, C, D, E) [INFO] [stderr] (A,) [INFO] [stderr] and 93 others [INFO] [stderr] = note: there are multiple different versions of crate `hashbrown` in the dependency graph [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] = note: required for `Box<HashTable<usize>>` to implement `Allocative` [INFO] [stderr] = note: 1 redundant requirement hidden [INFO] [stderr] = note: required for `std::option::Option<Box<HashTable<usize>>>` to implement `Allocative` [INFO] [stderr] note: required by a bound in `allocative::Visitor::<'a>::visit_field` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/allocative-0.3.6/src/visitor.rs:154:31 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn visit_field<'b, T: Allocative + ?Sized>(&'b mut self, name: Key, field: &T) [INFO] [stderr] | ^^^^^^^^^^ required by this bound in `Visitor::<'a>::visit_field` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `RawTable<(K, V)>: Allocative` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/starlark_map-0.13.0/src/unordered_map.rs:38:31 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Clone, Allocative)] [INFO] [stderr] | ---------- required by a bound introduced by this call [INFO] [stderr] 38 | pub struct UnorderedMap<K, V>(RawTable<(K, V)>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `Allocative` is not implemented for `RawTable<(K, V)>` [INFO] [stderr] | [INFO] [stderr] = help: the following other types implement trait `Allocative`: [INFO] [stderr] ! [INFO] [stderr] &'static T [INFO] [stderr] () [INFO] [stderr] (A, B) [INFO] [stderr] (A, B, C) [INFO] [stderr] (A, B, C, D) [INFO] [stderr] (A, B, C, D, E) [INFO] [stderr] (A,) [INFO] [stderr] and 93 others [INFO] [stderr] = note: there are multiple different versions of crate `hashbrown` in the dependency graph [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] note: required by a bound in `allocative::Visitor::<'a>::visit_field` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/allocative-0.3.6/src/visitor.rs:154:31 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn visit_field<'b, T: Allocative + ?Sized>(&'b mut self, name: Key, field: &T) [INFO] [stderr] | ^^^^^^^^^^ required by this bound in `Visitor::<'a>::visit_field` [INFO] [stderr] [INFO] [stderr] Checking hmac v0.13.0 [INFO] [stderr] Checking regex v1.12.4 [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `starlark_map` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "fb2513c735238ec3f8686640f4cb882370d6b0f9c8a6550ea7da71e27f65dc05", kill_on_drop: false }`