objectiveai-api 2.1.2

ObjectiveAI API Server

Build #3548587 2026-06-11 19:03:58

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" "647dfd34b046c10386d1def3967127b4a06e339b9f6ac4565f322b02757cf733" "/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 starlark_map v0.13.0 [INFO] [stderr] Checking rustls-native-certs v0.8.4 [INFO] [stderr] Checking rustyline v14.0.0 [INFO] [stderr] Checking schemars v1.2.1 [INFO] [stderr] Checking display_container v0.9.0 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling jmespath v0.5.0 [INFO] [stderr] Checking debugserver-types v0.5.0 [INFO] [stderr] Checking memoffset v0.6.5 [INFO] [stderr] Checking eventsource-stream v0.2.3 [INFO] [stderr] Checking itertools v0.13.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] Checking tungstenite v0.29.0 [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" "647dfd34b046c10386d1def3967127b4a06e339b9f6ac4565f322b02757cf733", kill_on_drop: false }`