[INFO] fetching crate kiutils_sexpr 0.1.1...
[INFO] documenting kiutils_sexpr-0.1.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate kiutils_sexpr 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate kiutils_sexpr 0.1.1
[INFO] finished tweaking crates.io crate kiutils_sexpr 0.1.1
[INFO] tweaked toml for crates.io crate kiutils_sexpr 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kiutils_sexpr 0.1.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 kiutils_sexpr 0.1.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-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] 0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85
[INFO] running `Command { std: "docker" "start" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85", 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" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85", 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" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]  Documenting kiutils_sexpr v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:250:1
[INFO] [stdout]     |
[INFO] [stdout] 250 | / pub fn parse_one(input: &str) -> Result<CstDocument, ParseError> {
[INFO] [stdout] 251 | |     parse_with_mode(input, ParseMode::SingleRoot)
[INFO] [stdout] 252 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse and CST data model.`
[INFO] [stdout]     = help: ends near `Parses exactly one top-level S-expression root.`
[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/parser.rs:250:1
[INFO] [stdout]     |
[INFO] [stdout] 250 | / pub fn parse_one(input: &str) -> Result<CstDocument, ParseError> {
[INFO] [stdout] 251 | |     parse_with_mode(input, ParseMode::SingleRoot)
[INFO] [stdout] 252 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parses exactly one top-level S-expression root.`
[INFO] [stdout]     = help: ends near `Parses exactly one top-level S-expression root.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / pub fn parse_rootless(input: &str) -> Result<CstDocument, ParseError> {
[INFO] [stdout] 246 | |     parse_with_mode(input, ParseMode::RootlessMany)
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse and CST data model.`
[INFO] [stdout]     = help: ends near `Parses rootless/multi-form S-expression input.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / pub fn parse_rootless(input: &str) -> Result<CstDocument, ParseError> {
[INFO] [stdout] 246 | |     parse_with_mode(input, ParseMode::RootlessMany)
[INFO] [stdout] 247 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parses rootless/multi-form S-expression input.`
[INFO] [stdout]     = help: ends near `Parses rootless/multi-form S-expression input.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub enum Atom {
[INFO] [stdout] 17 | |     /// Unquoted token.
[INFO] [stdout] 18 | |     Symbol(String),
[INFO] [stdout] 19 | |     /// Quoted token with escape sequences unescaped.
[INFO] [stdout] 20 | |     Quoted(String),
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parse and CST data model.`
[INFO] [stdout]    = help: ends near `Atom value in an S-expression node.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub enum Atom {
[INFO] [stdout] 17 | |     /// Unquoted token.
[INFO] [stdout] 18 | |     Symbol(String),
[INFO] [stdout] 19 | |     /// Quoted token with escape sequences unescaped.
[INFO] [stdout] 20 | |     Quoted(String),
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Atom value in an S-expression node.`
[INFO] [stdout]    = help: ends near `Atom value in an S-expression node.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / pub struct CstDocument {
[INFO] [stdout] 47 | |     /// Original input bytes interpreted as UTF-8 text.
[INFO] [stdout] 48 | |     pub raw: String,
[INFO] [stdout] 49 | |     /// Top-level parsed nodes.
[INFO] [stdout] 50 | |     pub nodes: Vec<Node>,
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parse and CST data model.`
[INFO] [stdout]    = help: ends near `Parsed CST document plus the original source buffer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / pub struct CstDocument {
[INFO] [stdout] 47 | |     /// Original input bytes interpreted as UTF-8 text.
[INFO] [stdout] 48 | |     pub raw: String,
[INFO] [stdout] 49 | |     /// Top-level parsed nodes.
[INFO] [stdout] 50 | |     pub nodes: Vec<Node>,
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parsed CST document plus the original source buffer.`
[INFO] [stdout]    = help: ends near `Parsed CST document plus the original source buffer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub enum Node {
[INFO] [stdout] 27 | |     /// Parenthesized list.
[INFO] [stdout] 28 | |     List {
[INFO] [stdout] 29 | |         /// Child nodes contained inside the parentheses.
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     },
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parse and CST data model.`
[INFO] [stdout]    = help: ends near `CST node (list or atom) with source span.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub enum Node {
[INFO] [stdout] 27 | |     /// Parenthesized list.
[INFO] [stdout] 28 | |     List {
[INFO] [stdout] 29 | |         /// Child nodes contained inside the parentheses.
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     },
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `CST node (list or atom) with source span.`
[INFO] [stdout]    = help: ends near `CST node (list or atom) with source span.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / pub enum ParseError {
[INFO] [stdout] 113 | |     /// Input ended before a token/list completed.
[INFO] [stdout] 114 | |     #[error("unexpected eof")]
[INFO] [stdout] 115 | |     UnexpectedEof,
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |     MaxNestingExceeded(usize),
[INFO] [stdout] 125 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse and CST data model.`
[INFO] [stdout]     = help: ends near `Parse failures.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / pub enum ParseError {
[INFO] [stdout] 113 | |     /// Input ended before a token/list completed.
[INFO] [stdout] 114 | |     #[error("unexpected eof")]
[INFO] [stdout] 115 | |     UnexpectedEof,
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |     MaxNestingExceeded(usize),
[INFO] [stdout] 125 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse failures.`
[INFO] [stdout]     = help: ends near `Parse failures.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | / pub enum ParseMode {
[INFO] [stdout] 104 | |     /// Exactly one top-level form required.
[INFO] [stdout] 105 | |     SingleRoot,
[INFO] [stdout] 106 | |     /// Zero or more top-level forms allowed.
[INFO] [stdout] 107 | |     RootlessMany,
[INFO] [stdout] 108 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse and CST data model.`
[INFO] [stdout]     = help: ends near `Parsing mode for top-level form expectations.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/parser.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | / pub enum ParseMode {
[INFO] [stdout] 104 | |     /// Exactly one top-level form required.
[INFO] [stdout] 105 | |     SingleRoot,
[INFO] [stdout] 106 | |     /// Zero or more top-level forms allowed.
[INFO] [stdout] 107 | |     RootlessMany,
[INFO] [stdout] 108 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parsing mode for top-level form expectations.`
[INFO] [stdout]     = help: ends near `Parsing mode for top-level form expectations.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub struct Span {
[INFO] [stdout]  7 | |     /// Inclusive start byte offset.
[INFO] [stdout]  8 | |     pub start: usize,
[INFO] [stdout]  9 | |     /// Exclusive end byte offset.
[INFO] [stdout] 10 | |     pub end: usize,
[INFO] [stdout] 11 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parse and CST data model.`
[INFO] [stdout]    = help: ends near `Byte-span in the original input.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/parser.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub struct Span {
[INFO] [stdout]  7 | |     /// Inclusive start byte offset.
[INFO] [stdout]  8 | |     pub start: usize,
[INFO] [stdout]  9 | |     /// Exclusive end byte offset.
[INFO] [stdout] 10 | |     pub end: usize,
[INFO] [stdout] 11 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Byte-span in the original input.`
[INFO] [stdout]    = help: ends near `Byte-span in the original input.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `kiutils_sexpr`
[INFO] running `Command { std: "docker" "inspect" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85", kill_on_drop: false }`
[INFO] [stdout] 0ee762778719d41d83414ed9eeb9fe2d96a3ff0192c82ced7c8303cd5c0e8e85
