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 (23a3312d9 2026-05-23)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "475a53eb4f86b8a92bd3b2a0f8307d5356b8b6de16d90bff9fb83aa9f2796afb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260523-1.98.0-nightly-23a3312d9\", \"--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 starlark_map v0.13.0 [INFO] [stderr] Checking rustpython-vm v0.4.0 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking rustls-native-certs v0.8.3 [INFO] [stderr] Compiling rustpython-stdlib v0.4.0 [INFO] [stderr] Checking display_container v0.9.0 [INFO] [stderr] Compiling rust_decimal v1.42.0 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Checking ratatui-widgets v0.3.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling jmespath v0.5.0 [INFO] [stderr] Checking mac_address v1.1.8 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking debugserver-types v0.5.0 [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] 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" "475a53eb4f86b8a92bd3b2a0f8307d5356b8b6de16d90bff9fb83aa9f2796afb", kill_on_drop: false }`