conch-parser 0.1.1

A library for parsing programs written in the shell programming language.
Documentation
Build #2402238 2025-08-10 15:37:10
# rustc version
rustc 1.91.0-nightly (ca7750494 2025-08-09)# docs.rs version
docsrs 0.6.0 (e18d034e 2025-07-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/conch-parser-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/conch-parser-0.1.1/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250809-1.91.0-nightly-ca7750494\", \"--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] e96e6915685fbc1e808e9541a961c514cd17e2c77a927597fef7543811c2deb1
[INFO] running `Command { std: "docker" "start" "-a" "e96e6915685fbc1e808e9541a961c514cd17e2c77a927597fef7543811c2deb1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: parsing_input
[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 conch-parser v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]   --> src/lib.rs:37:28
[INFO] [stderr]    |
[INFO] [stderr] 37 | #![cfg_attr(all(not(test), feature = "cargo-clippy"), deny(print_stdout))]
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `clippy` and `nightly`
[INFO] [stderr]    = help: consider adding `cargo-clippy` 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: `cargo-clippy`
[INFO] [stderr]   --> src/lib.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 | #![cfg_attr(feature = "cargo-clippy", deny(wrong_self_convention))]
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `clippy` and `nightly`
[INFO] [stderr]    = help: consider adding `cargo-clippy` 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: `cargo-clippy`
[INFO] [stderr]    --> src/ast/builder/default_builder.rs:246:12
[INFO] [stderr]     |
[INFO] [stderr] 246 | #[cfg_attr(feature = "cargo-clippy", allow(expl_impl_clone_on_copy))]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy` and `nightly`
[INFO] [stderr]     = help: consider adding `cargo-clippy` 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: `cargo-clippy`
[INFO] [stderr]    --> src/ast/builder/default_builder.rs:54:20
[INFO] [stderr]     |
[INFO] [stderr]  54 |           #[cfg_attr(feature = "cargo-clippy", allow(expl_impl_clone_on_copy))]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 200 | / default_builder! {
[INFO] [stderr] 201 | |     /// A `Builder` implementation which builds shell commands
[INFO] [stderr] 202 | |     /// using the (non-atomic) AST definitions in the `ast` module.
[INFO] [stderr] 203 | |     pub struct DefaultBuilder,
[INFO] [stderr] ...   |
[INFO] [stderr] 207 | |     ShellPipeableCommand,
[INFO] [stderr] 208 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy` and `nightly`
[INFO] [stderr]     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `default_builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]    --> src/ast/builder/default_builder.rs:54:20
[INFO] [stderr]     |
[INFO] [stderr]  54 |           #[cfg_attr(feature = "cargo-clippy", allow(expl_impl_clone_on_copy))]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 210 | / default_builder! {
[INFO] [stderr] 211 | |     /// A `Builder` implementation which builds shell commands
[INFO] [stderr] 212 | |     /// using the (atomic) AST definitions in the `ast` module.
[INFO] [stderr] 213 | |     pub struct AtomicDefaultBuilder,
[INFO] [stderr] ...   |
[INFO] [stderr] 217 | |     AtomicShellPipeableCommand,
[INFO] [stderr] 218 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy` and `nightly`
[INFO] [stderr]     = help: consider adding `cargo-clippy` 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: this warning originates in the macro `default_builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `conch-parser` (lib doc) generated 5 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/conch_parser/index.html
[INFO] running `Command { std: "docker" "inspect" "e96e6915685fbc1e808e9541a961c514cd17e2c77a927597fef7543811c2deb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e96e6915685fbc1e808e9541a961c514cd17e2c77a927597fef7543811c2deb1", kill_on_drop: false }`
[INFO] [stdout] e96e6915685fbc1e808e9541a961c514cd17e2c77a927597fef7543811c2deb1