[INFO] fetching crate harness-bash 0.2.1...
[INFO] documenting harness-bash-0.2.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate harness-bash 0.2.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate harness-bash 0.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate harness-bash 0.2.1
[INFO] tweaked toml for crates.io crate harness-bash 0.2.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate harness-bash 0.2.1 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate harness-bash 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad
[INFO] running `Command { std: "docker" "start" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad", kill_on_drop: false }`
[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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad", kill_on_drop: false }`
[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" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking harness-core v0.1.0
[INFO] [stderr]     Checking harness-bash v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting harness-bash v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unclosed HTML tag `Job`
[INFO] [stdout]    --> src/executor.rs:100:51
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// construction. The inner tokio::sync::Mutex<Job> handles async access.
[INFO] [stdout]     |                                                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 100 |     /// construction. The inner `tokio::sync::Mutex<Job>` handles async access.
[INFO] [stdout]     |                                 +                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/run.rs:89:1
[INFO] [stdout]     |
[INFO] [stdout]  89 | / pub fn apply_cwd_carry(
[INFO] [stdout]  90 | |     session: &BashSessionConfig,
[INFO] [stdout]  91 | |     command: &str,
[INFO] [stdout]  92 | |     exit_code: Option<i32>,
[INFO] [stdout] ...   |
[INFO] [stdout] 123 | |     CwdCarryOutcome { changed: true, escaped: false }
[INFO] [stdout] 124 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Expose `applyCwdCarry` equivalent for harnesses that want to mutate`
[INFO] [stdout]     = help: ends near `annotate the tool result if an escape attempt was blocked.`
[INFO] [stdout]     = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/run.rs:89:1
[INFO] [stdout]     |
[INFO] [stdout]  89 | / pub fn apply_cwd_carry(
[INFO] [stdout]  90 | |     session: &BashSessionConfig,
[INFO] [stdout]  91 | |     command: &str,
[INFO] [stdout]  92 | |     exit_code: Option<i32>,
[INFO] [stdout] ...   |
[INFO] [stdout] 123 | |     CwdCarryOutcome { changed: true, escaped: false }
[INFO] [stdout] 124 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Mirror of the TS `applyCwdCarry`. Takes the executed command, its`
[INFO] [stdout]     = help: ends near `Mirror of the TS `applyCwdCarry`. Takes the executed command, its`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/run.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / pub fn detect_top_level_cd(command: &str) -> Option<String> {
[INFO] [stdout] 49 | |     let trimmed = command.trim();
[INFO] [stdout] 50 | |     if trimmed.is_empty() {
[INFO] [stdout] 51 | |         return None;
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |     Some(stripped)
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Expose `applyCwdCarry` equivalent for harnesses that want to mutate`
[INFO] [stdout]    = help: ends near `only for a single, unambiguous cd with no shell operators.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/run.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / pub fn detect_top_level_cd(command: &str) -> Option<String> {
[INFO] [stdout] 49 | |     let trimmed = command.trim();
[INFO] [stdout] 50 | |     if trimmed.is_empty() {
[INFO] [stdout] 51 | |         return None;
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |     Some(stripped)
[INFO] [stdout] 77 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Top-level grammar check for a `cd <path>` command. Returns the target`
[INFO] [stdout]    = help: ends near `Top-level grammar check for a `cd <path>` command. Returns the target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `harness-bash`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad", kill_on_drop: false }`
[INFO] [stdout] 6e8499124d6801cff882952b8acf1bca24a20f8fc0d6ea8a767ff29083c0b6ad
