matrixcode-tui 0.4.21

MatrixCode TUI - Terminal UI library for AI Code Agent

Build #3402294 2026-05-27 15:26:22

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.98.0-nightly (d1fc603d1 2026-05-26)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# 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" "e4f230e5a9f1754521a923285b23d5db0e525f0506db619ee6c5e74d05047ebd" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260526-1.98.0-nightly-d1fc603d1\", \"--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 matrixcode-core v0.4.21 [INFO] [stderr] error[E0433]: cannot find type `Command` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/matrixcode-core-0.4.21/src/tools/codegraph/manager.rs:110:30 [INFO] [stderr] | [INFO] [stderr] 110 | let result = Command::new(&codegraph_path) [INFO] [stderr] | ^^^^^^^ use of undeclared type `Command` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these structs [INFO] [stderr] | [INFO] [stderr] 3 + use std::process::Command; [INFO] [stderr] | [INFO] [stderr] 3 + use clap::Command; [INFO] [stderr] | [INFO] [stderr] 3 + use tokio::process::Command; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `matrixcode-core` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e4f230e5a9f1754521a923285b23d5db0e525f0506db619ee6c5e74d05047ebd", kill_on_drop: false }`