bashkit 0.3.0

Awesomely fast virtual sandbox with bash and file system
Documentation
Build #3216155 2026-05-02 23:26:04

# rustc version rustc 1.97.0-nightly (67bcaa9c4 2026-05-01)

# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/bashkit-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/bashkit-0.3.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "20-23" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8 [INFO] running `Command { std: "docker" "start" "3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8" "/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\", \"-20260501-1.97.0-nightly-67bcaa9c4\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: agent_tool, basic, custom_backend, custom_builtins, custom_filesystem_impl, custom_fs, git_workflow, live_mounts, python_external_functions, python_scripts, realfs_readonly, realfs_readwrite, resource_limits, scripted_tool, show_tool_output, sqlite_basic, sqlite_workflow, ssh_supabase, streaming_output, text_files, text_processing, typescript_external_functions, typescript_scripts, virtual_identity [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] Documenting bashkit v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:495:7 [INFO] [stderr] | [INFO] [stderr] 495 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:503:7 [INFO] [stderr] | [INFO] [stderr] 503 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:536:11 [INFO] [stderr] | [INFO] [stderr] 536 | #[cfg(any(feature = "python", feature = "sqlite"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:2826:7 [INFO] [stderr] | [INFO] [stderr] 2826 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/builtins/mod.rs:119:7 [INFO] [stderr] | [INFO] [stderr] 119 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/builtins/mod.rs:219:7 [INFO] [stderr] | [INFO] [stderr] 219 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/builtins/mod.rs:221:7 [INFO] [stderr] | [INFO] [stderr] 221 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/tool.rs:546:11 [INFO] [stderr] | [INFO] [stderr] 546 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/tool.rs:552:11 [INFO] [stderr] | [INFO] [stderr] 552 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:562:11 [INFO] [stderr] | [INFO] [stderr] 562 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:596:19 [INFO] [stderr] | [INFO] [stderr] 596 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:627:15 [INFO] [stderr] | [INFO] [stderr] 627 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:1643:11 [INFO] [stderr] | [INFO] [stderr] 1643 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:1713:11 [INFO] [stderr] | [INFO] [stderr] 1713 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:1725:11 [INFO] [stderr] | [INFO] [stderr] 1725 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:2660:15 [INFO] [stderr] | [INFO] [stderr] 2660 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `python` [INFO] [stderr] --> src/lib.rs:2734:19 [INFO] [stderr] | [INFO] [stderr] 2734 | #[cfg(feature = "python")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bot-auth`, `default`, `fail`, `failpoints`, `git`, `http_client`, `interop`, `jq`, `logging`, `realfs`, `reqwest`, `russh`, `rustls`, `scripted_tool`, `sqlite`, `ssh`, `tracing`, and `typescript` [INFO] [stderr] = help: consider adding `python` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::python_guide` [INFO] [stderr] --> src/../docs/sqlite.md:165:20 [INFO] [stderr] | [INFO] [stderr] 165 | - [`python_guide`](crate::python_guide) — the embedded Python builtin, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `python_guide` in module `bashkit` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `bashkit` (lib doc) generated 18 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.91s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bashkit/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8", kill_on_drop: false }` [INFO] [stdout] 3c511644746a0ccea4e9dea14c074c324cc4943d8ab29fc0bd2d113f7b931cb8