vtcode-core 0.162.0

Core library for VT Code - a Rust-based terminal coding agent

Build #4438330 2026-09-13 04:55: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.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.100.0-nightly (809936eac 2026-09-12)

# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )

# 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" "e6d0cffe4b8fa782d3855d635d44246b5430e1b6c4eaa0f8856eec4d78f7780f" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260912-1.100.0-nightly-809936eac\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:465:1 [INFO] [stderr] | [INFO] [stderr] 465 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `package.homepage` is redundant with `package.repository` [INFO] [stderr] --> Cargo.toml:460:12 [INFO] [stderr] | [INFO] [stderr] 460 | homepage = "https://github.com/vinhnx/vtcode" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 466 | repository = "https://github.com/vinhnx/vtcode" [INFO] [stderr] | ---------------------------------- [INFO] [stderr] | [INFO] [stderr] = note: `cargo::redundant_homepage` is set to `warn` by default [INFO] [stderr] help: consider removing `package.homepage` [INFO] [stderr] warning: `vtcode-core` (manifest) generated 2 warnings [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: anstyle_test, dialoguer_example, migration_test [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] Checking vtcode-config v0.162.0 [INFO] [stderr] Checking vtcode-safety v0.162.0 [INFO] [stderr] warning: vtcode-core@0.162.0: docs.rs build detected, generating placeholder files [INFO] [stderr] error[E0425]: cannot find value `SYS_umount` in crate `libc` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vtcode-safety-0.162.0/src/sandboxing/linux_seccomp.rs:33:44 [INFO] [stderr] | [INFO] [stderr] 33 | const SYS_UMOUNT: Option<i64> = Some(libc::SYS_umount); [INFO] [stderr] | ^^^^^^^^^^ not found in `libc` [INFO] [stderr] | [INFO] [stderr] note: similarly named constant `SYS_mount` defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs:191:1 [INFO] [stderr] | [INFO] [stderr] 191 | pub const SYS_mount: c_long = 165; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 33 - const SYS_UMOUNT: Option<i64> = Some(libc::SYS_umount); [INFO] [stderr] 33 + const SYS_UMOUNT: Option<i64> = Some(libc::SYS_mount); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `vtcode-safety` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0204]: the trait `Copy` cannot be implemented for this type [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/vtcode-config/90d71a10ba1ab72c/out/openrouter_metadata.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Clone, Copy)] [INFO] [stderr] | ---- in this derive macro expansion [INFO] [stderr] 3 | pub struct Entry { [INFO] [stderr] | ^^^^^ [INFO] [stderr] 4 | pub variant: super::ModelId, [INFO] [stderr] | --------------------------- this field does not implement `Copy` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0204`. [INFO] [stderr] warning: vtcode-config@0.162.0: docs.rs build detected, generating placeholder files [INFO] [stderr] error: could not compile `vtcode-config` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e6d0cffe4b8fa782d3855d635d44246b5430e1b6c4eaa0f8856eec4d78f7780f", kill_on_drop: false }`