vtcode 0.76.2

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
Build #2874082 2026-02-05 05:18:52

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.95.0-nightly (db3e99bba 2026-02-04)

# docs.rs version docsrs 0.1.0 (db72ef84 2026-01-29 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/vtcode-0.76.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/vtcode-0.76.2/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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260204-1.95.0-nightly-db3e99bba\", \"--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] 50a724dd09f668b3ea9e6dcb1ac8d1d2bf8db20c37ccd2a85f577c18beb65823 [INFO] running `Command { std: "docker" "start" "-a" "50a724dd09f668b3ea9e6dcb1ac8d1d2bf8db20c37ccd2a85f577c18beb65823", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling vtcode-config v0.76.2 [INFO] [stderr] Compiling tree-sitter-swift v0.7.1 [INFO] [stderr] Checking syntect v5.3.0 [INFO] [stderr] Checking serde_with v3.16.1 [INFO] [stderr] Checking image v0.25.9 [INFO] [stderr] Checking reqwest v0.13.1 [INFO] [stderr] error[E0425]: cannot find value `X_AI_GROK_CODE_FAST_1` in module `openrouter` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vtcode-config-0.76.2/src/constants/models/mod.rs:64:64 [INFO] [stderr] | [INFO] [stderr] 64 | pub const OPENROUTER_X_AI_GROK_CODE_FAST_1: &str = openrouter::X_AI_GROK_CODE_FAST_1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `openrouter` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `QWEN3_CODER` in module `openrouter` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vtcode-config-0.76.2/src/constants/models/mod.rs:68:54 [INFO] [stderr] | [INFO] [stderr] 68 | pub const OPENROUTER_QWEN3_CODER: &str = openrouter::QWEN3_CODER; [INFO] [stderr] | ^^^^^^^^^^^ not found in `openrouter` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ANTHROPIC_CLAUDE_SONNET_4_5` in module `openrouter` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vtcode-config-0.76.2/src/constants/models/mod.rs:72:70 [INFO] [stderr] | [INFO] [stderr] 72 | pub const OPENROUTER_ANTHROPIC_CLAUDE_SONNET_4_5: &str = openrouter::ANTHROPIC_CLAUDE_SONNET_4_5; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `openrouter` [INFO] [stderr] [INFO] [stderr] Checking process-wrap v9.0.1 [INFO] [stderr] Compiling catppuccin v2.6.0 [INFO] [stderr] Checking filedescriptor v0.8.3 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking async-signal v0.2.13 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking fancy-regex v0.13.0 [INFO] [stderr] Checking referencing v0.40.2 [INFO] [stderr] Compiling derive_setters v0.1.9 [INFO] [stderr] Checking fancy-regex v0.17.0 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Compiling rmcp-macros v0.14.0 [INFO] [stderr] Checking sse-stream v0.2.1 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking tokio-stream v0.1.18 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking email_address v0.2.9 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling derive-getters v0.5.0 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] warning: vtcode-config@0.76.2: docs.rs build detected, generating placeholder files [INFO] [stderr] error: could not compile `vtcode-config` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "50a724dd09f668b3ea9e6dcb1ac8d1d2bf8db20c37ccd2a85f577c18beb65823", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50a724dd09f668b3ea9e6dcb1ac8d1d2bf8db20c37ccd2a85f577c18beb65823", kill_on_drop: false }` [INFO] [stdout] 50a724dd09f668b3ea9e6dcb1ac8d1d2bf8db20c37ccd2a85f577c18beb65823