objectiveai-api 2.2.13

ObjectiveAI API Server

Build #3973802 2026-07-28 07:57: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.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# 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" "665ff8064e1ef55d0758124b4397f8af8cabc76ae62b4ee915353ab27c57db44" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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] Compiling dupe v0.9.1 [INFO] [stderr] Checking uuid v1.24.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Checking futures-executor v0.3.33 [INFO] [stderr] Checking unicode-segmentation v1.13.3 [INFO] [stderr] Compiling rmcp v1.8.0 [INFO] [stderr] Compiling rust_decimal v1.42.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] Checking schemars v1.2.2 [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 rustyline v14.0.0 [INFO] [stderr] Checking futures v0.3.33 [INFO] [stderr] Checking tungstenite v0.24.0 [INFO] [stderr] Checking clap_builder v4.6.2 [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" "665ff8064e1ef55d0758124b4397f8af8cabc76ae62b4ee915353ab27c57db44", kill_on_drop: false }`