Build #2831740 2026-01-18 07:32:43
# rustc version
rustc 1.94.0-nightly (fe98ddcfc 2026-01-17)# docs.rs version
docsrs 0.1.0 (70ee01e6 2026-01-16 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/vtcode-config-0.65.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/vtcode-config-0.65.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/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\", \"-20260117-1.94.0-nightly-fe98ddcfc\", \"--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] fbfd86ccdc0a6ba522f8fcd755be38a003ae85c28b486a71557bebad44f84e9a
[INFO] running `Command { std: "docker" "start" "-a" "fbfd86ccdc0a6ba522f8fcd755be38a003ae85c28b486a71557bebad44f84e9a", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: minimal
[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] warning: vtcode-config@0.65.3: docs.rs build detected, generating placeholder files
[INFO] [stderr] Documenting vtcode-config v0.65.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/constants.rs:49:23
[INFO] [stderr] |
[INFO] [stderr] 49 | /// Based on: https://ai.google.dev/gemini-api/docs/gemini-3
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 49 | /// Based on: <https://ai.google.dev/gemini-api/docs/gemini-3>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/constants.rs:72:24
[INFO] [stderr] |
[INFO] [stderr] 72 | /// Reference: https://ai.google.dev/gemini-api/docs/caching
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 72 | /// Reference: <https://ai.google.dev/gemini-api/docs/caching>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/constants.rs:86:24
[INFO] [stderr] |
[INFO] [stderr] 86 | /// Reference: https://ai.google.dev/gemini-api/docs/code-execution
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 86 | /// Reference: <https://ai.google.dev/gemini-api/docs/code-execution>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `String`
[INFO] [stderr] --> src/optimization.rs:47:30
[INFO] [stderr] |
[INFO] [stderr] 47 | /// Maximum number of Vec<String> to pool
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 47 | /// Maximum number of `Vec<String>` to pool
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/root.rs:197:16
[INFO] [stderr] |
[INFO] [stderr] 197 | /// Reference: https://sw.kovidgoyal.net/kitty/keyboard-protocol/
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 197 | /// Reference: <https://sw.kovidgoyal.net/kitty/keyboard-protocol/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `vtcode-config` (lib doc) generated 5 warnings (run `cargo fix --lib -p vtcode-config` to apply 4 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vtcode_config/index.html
[INFO] running `Command { std: "docker" "inspect" "fbfd86ccdc0a6ba522f8fcd755be38a003ae85c28b486a71557bebad44f84e9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbfd86ccdc0a6ba522f8fcd755be38a003ae85c28b486a71557bebad44f84e9a", kill_on_drop: false }`
[INFO] [stdout] fbfd86ccdc0a6ba522f8fcd755be38a003ae85c28b486a71557bebad44f84e9a