[INFO] fetching crate matchkit 0.1.4...
[INFO] documenting matchkit-0.1.4 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate matchkit 0.1.4 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate matchkit 0.1.4
[INFO] finished tweaking crates.io crate matchkit 0.1.4
[INFO] tweaked toml for crates.io crate matchkit 0.1.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate matchkit 0.1.4 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 matchkit 0.1.4 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb
[INFO] running `Command { std: "docker" "start" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb", 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" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb", 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" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]  Documenting matchkit v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/match_set.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct MatchSet {
[INFO] [stdout] 23 | |     matches: Vec<Match>,
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export of the sorted, deduplicated match collection.`
[INFO] [stdout]    = help: ends near `Sorted, deduplicated collection of matches with efficient insertion.`
[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/match_set.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct MatchSet {
[INFO] [stdout] 23 | |     matches: Vec<Match>,
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Sorted, deduplicated collection of matches with efficient insertion.`
[INFO] [stdout]    = help: ends near `Sorted, deduplicated collection of matches with efficient insertion.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/match_type.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / pub struct GpuMatch(
[INFO] [stdout] 26 | |     /// Raw GPU match fields: `[pattern_id, start, end]`.
[INFO] [stdout] 27 | |     pub [u32; 3],
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export of the GPU-internal match representation.`
[INFO] [stdout]    = help: ends near `GPU-internal match representation: 3×u32, `bytemuck`-compatible.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/match_type.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / pub struct GpuMatch(
[INFO] [stdout] 26 | |     /// Raw GPU match fields: `[pattern_id, start, end]`.
[INFO] [stdout] 27 | |     pub [u32; 3],
[INFO] [stdout] 28 | | );
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `GPU-internal match representation: 3×u32, `bytemuck`-compatible.`
[INFO] [stdout]    = help: ends near `GPU-internal match representation: 3×u32, `bytemuck`-compatible.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/match_type.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | / pub struct Match {
[INFO] [stdout] 50 | |     /// Index of the pattern that matched (0-based, in insertion order).
[INFO] [stdout] 51 | |     /// Placed first for efficient GPU scatter grouping.
[INFO] [stdout] 52 | |     pub pattern_id: u32,
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | |     pub end: u32,
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export of the match result struct.`
[INFO] [stdout]    = help: ends near `A match result from pattern scanning.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/match_type.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | / pub struct Match {
[INFO] [stdout] 50 | |     /// Index of the pattern that matched (0-based, in insertion order).
[INFO] [stdout] 51 | |     /// Placed first for efficient GPU scatter grouping.
[INFO] [stdout] 52 | |     pub pattern_id: u32,
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | |     pub end: u32,
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A match result from pattern scanning.`
[INFO] [stdout]    = help: ends near `A match result from pattern scanning.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/match_type.rs:179:1
[INFO] [stdout]     |
[INFO] [stdout] 179 | / pub struct MatchBatch {
[INFO] [stdout] 180 | |     /// Vector of pattern IDs.
[INFO] [stdout] 181 | |     pub pattern_ids: Vec<u32>,
[INFO] [stdout] 182 | |     /// Vector of start offsets.
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |     pub ends: Vec<u32>,
[INFO] [stdout] 186 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export of the Structure-of-Arrays match batch.`
[INFO] [stdout]     = help: ends near `A batch of matches in Structure-of-Arrays (SoA) format.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/match_type.rs:179:1
[INFO] [stdout]     |
[INFO] [stdout] 179 | / pub struct MatchBatch {
[INFO] [stdout] 180 | |     /// Vector of pattern IDs.
[INFO] [stdout] 181 | |     pub pattern_ids: Vec<u32>,
[INFO] [stdout] 182 | |     /// Vector of start offsets.
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |     pub ends: Vec<u32>,
[INFO] [stdout] 186 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A batch of matches in Structure-of-Arrays (SoA) format.`
[INFO] [stdout]     = help: ends near `A batch of matches in Structure-of-Arrays (SoA) format.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `matchkit`
[INFO] running `Command { std: "docker" "inspect" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb", kill_on_drop: false }`
[INFO] [stdout] 6f08fc58675aedb7ab70f24eab5494a5cfbd61f79ade00a299f7e0f60bfda5fb
