vtcode-core 0.52.2

Core library for VTCode - a Rust-based terminal coding agent
Build #2752837 2025-12-23 18:53:49

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.94.0-nightly (4f14395c3 2025-12-22)# docs.rs version
docsrs 0.1.0 (e6d7c66e 2025-12-21 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/vtcode-core-0.52.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/vtcode-core-0.52.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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/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\", \"-20251222-1.94.0-nightly-4f14395c3\", \"--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] 76b3906a9909c4510875cec9661bbdc8ca55ce6f9d95d156c8fbe5d3ee0dbb61
[INFO] running `Command { std: "docker" "start" "-a" "76b3906a9909c4510875cec9661bbdc8ca55ce6f9d95d156c8fbe5d3ee0dbb61", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: anstyle_ratatui_example, anstyle_test, dialoguer_example, migration_test, modern_tui_demo, test_anstyle, verify_optimization
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]    Compiling vtcode-config v0.52.2
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]     Checking schemars v0.8.22
[INFO] [stderr]     Checking toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling catppuccin v2.6.0
[INFO] [stderr]     Checking nix v0.28.0
[INFO] [stderr]     Checking image v0.25.9
[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.52.2/src/constants.rs:524:68
[INFO] [stderr]     |
[INFO] [stderr] 524 |     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.52.2/src/constants.rs:528:58
[INFO] [stderr]     |
[INFO] [stderr] 528 |     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.52.2/src/constants.rs:533:21
[INFO] [stderr]     |
[INFO] [stderr] 533 |         openrouter::ANTHROPIC_CLAUDE_SONNET_4_5;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `openrouter`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DEFAULT_MODEL` in module `models::openrouter`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vtcode-config-0.52.2/src/constants.rs:597:54
[INFO] [stderr]     |
[INFO] [stderr] 597 |             "openrouter" => Some(models::openrouter::DEFAULT_MODEL),
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^ not found in `models::openrouter`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these constants
[INFO] [stderr]     |
[INFO] [stderr] 566 +     use crate::constants::defaults::DEFAULT_MODEL;
[INFO] [stderr]     |
[INFO] [stderr] 566 +     use crate::constants::models::anthropic::DEFAULT_MODEL;
[INFO] [stderr]     |
[INFO] [stderr] 566 +     use crate::constants::models::deepseek::DEFAULT_MODEL;
[INFO] [stderr]     |
[INFO] [stderr] 566 +     use crate::constants::models::google::DEFAULT_MODEL;
[INFO] [stderr]     |
[INFO] [stderr]     = and 8 other candidates
[INFO] [stderr] help: if you import `DEFAULT_MODEL`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 597 -             "openrouter" => Some(models::openrouter::DEFAULT_MODEL),
[INFO] [stderr] 597 +             "openrouter" => Some(DEFAULT_MODEL),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling mcp-types v0.1.1
[INFO] [stderr]     Checking process-wrap v8.2.1
[INFO] [stderr] error: failed to run custom build command for `mcp-types v0.1.1`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/mcp-types-a336b0f25e4a87c4/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (65) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mcp-types-0.1.1/build.rs:27:35:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stderr]   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] warning: vtcode-config@0.52.2: docs.rs build detected, generating placeholder files
[INFO] [stderr] error: could not compile `vtcode-config` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "76b3906a9909c4510875cec9661bbdc8ca55ce6f9d95d156c8fbe5d3ee0dbb61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76b3906a9909c4510875cec9661bbdc8ca55ce6f9d95d156c8fbe5d3ee0dbb61", kill_on_drop: false }`
[INFO] [stdout] 76b3906a9909c4510875cec9661bbdc8ca55ce6f9d95d156c8fbe5d3ee0dbb61