[INFO] cloning repository https://github.com/aluqas/RSDice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aluqas/RSDice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faluqas%2FRSDice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faluqas%2FRSDice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3ed3d0418074430076166f51de71e72aa9a3390
[INFO] documenting aluqas/RSDice against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faluqas%2FRSDice" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aluqas/RSDice
[INFO] finished tweaking git repo https://github.com/aluqas/RSDice
[INFO] tweaked toml for git repo https://github.com/aluqas/RSDice written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aluqas/RSDice 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 git repo https://github.com/aluqas/RSDice 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5
[INFO] running `Command { std: "docker" "start" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5", 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" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5", 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" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]  Documenting rsdice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/lexer.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / pub struct CommandLexer {
[INFO] [stdout] 64 | |     source: String,
[INFO] [stdout] 65 | |     pos: usize,
[INFO] [stdout] 66 | |     notations: Vec<CommandNotation>,
[INFO] [stdout] 67 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Lexer primitives for BCDice-style command parsing.`
[INFO] [stdout]    = help: ends near `Lexer for BCDice-style command parser input.`
[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/command/lexer.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / pub struct CommandLexer {
[INFO] [stdout] 64 | |     source: String,
[INFO] [stdout] 65 | |     pos: usize,
[INFO] [stdout] 66 | |     notations: Vec<CommandNotation>,
[INFO] [stdout] 67 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Lexer for BCDice-style command parser input.`
[INFO] [stdout]    = help: ends near `Lexer for BCDice-style command parser input.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/lexer.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub enum CommandNotation {
[INFO] [stdout]  8 | |     /// Literal notation matched case-insensitively.
[INFO] [stdout]  9 | |     Literal(String),
[INFO] [stdout] 10 | |     /// Regex notation matched from the current lexer position.
[INFO] [stdout] 11 | |     Regex(Regex),
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Lexer primitives for BCDice-style command parsing.`
[INFO] [stdout]    = help: ends near `Command notation recognized before generic numeric/symbol tokens.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/lexer.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub enum CommandNotation {
[INFO] [stdout]  8 | |     /// Literal notation matched case-insensitively.
[INFO] [stdout]  9 | |     Literal(String),
[INFO] [stdout] 10 | |     /// Regex notation matched from the current lexer position.
[INFO] [stdout] 11 | |     Regex(Regex),
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Command notation recognized before generic numeric/symbol tokens.`
[INFO] [stdout]    = help: ends near `Command notation recognized before generic numeric/symbol tokens.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/lexer.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / pub enum CommandToken {
[INFO] [stdout] 47 | |     /// End of command input.
[INFO] [stdout] 48 | |     End,
[INFO] [stdout] 49 | |     /// Integer token.
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     Illegal(String),
[INFO] [stdout] 59 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Lexer primitives for BCDice-style command parsing.`
[INFO] [stdout]    = help: ends near `Token produced by `CommandLexer`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/lexer.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / pub enum CommandToken {
[INFO] [stdout] 47 | |     /// End of command input.
[INFO] [stdout] 48 | |     End,
[INFO] [stdout] 49 | |     /// Integer token.
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     Illegal(String),
[INFO] [stdout] 59 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Token produced by `CommandLexer`.`
[INFO] [stdout]    = help: ends near `Token produced by `CommandLexer`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/parsed.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub struct CommandParsed {
[INFO] [stdout] 17 | |     /// Matched command notation.
[INFO] [stdout] 18 | |     pub command: String,
[INFO] [stdout] 19 | |     /// Optional number before the command notation.
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     pub question_target: bool,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parsed command result types.`
[INFO] [stdout]    = help: ends near `Structured result produced by `CommandParser`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/parsed.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub struct CommandParsed {
[INFO] [stdout] 17 | |     /// Matched command notation.
[INFO] [stdout] 18 | |     pub command: String,
[INFO] [stdout] 19 | |     /// Optional number before the command notation.
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     pub question_target: bool,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structured result produced by `CommandParser`.`
[INFO] [stdout]    = help: ends near `Structured result produced by `CommandParser`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/parsed.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum SuffixPosition {
[INFO] [stdout]  6 | |     /// Place suffix options immediately after the command.
[INFO] [stdout]  7 | |     AfterCommand,
[INFO] [stdout]  8 | |     /// Place suffix options after the modify number.
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     AfterTargetNumber,
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parsed command result types.`
[INFO] [stdout]    = help: ends near `Placement of suffix options when formatting a parsed command.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/parsed.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum SuffixPosition {
[INFO] [stdout]  6 | |     /// Place suffix options immediately after the command.
[INFO] [stdout]  7 | |     AfterCommand,
[INFO] [stdout]  8 | |     /// Place suffix options after the modify number.
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     AfterTargetNumber,
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Placement of suffix options when formatting a parsed command.`
[INFO] [stdout]    = help: ends near `Placement of suffix options when formatting a parsed command.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/parser.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub struct CommandParser {
[INFO] [stdout]  7 | |     notations: Vec<CommandNotation>,
[INFO] [stdout]  8 | |     round_type: RoundType,
[INFO] [stdout]  9 | |     prefix_number: bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     question_target: bool,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Configurable BCDice-style command parser.`
[INFO] [stdout]    = help: ends near `Configurable parser for BCDice-style game-system commands.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/command/parser.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub struct CommandParser {
[INFO] [stdout]  7 | |     notations: Vec<CommandNotation>,
[INFO] [stdout]  8 | |     round_type: RoundType,
[INFO] [stdout]  9 | |     prefix_number: bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     question_target: bool,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Configurable parser for BCDice-style game-system commands.`
[INFO] [stdout]    = help: ends near `Configurable parser for BCDice-style game-system commands.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/game_system/cthulhu.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Cthulhu;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Call of Cthulhu 6th edition game system.`
[INFO] [stdout]   = help: ends near `Call of Cthulhu 6th edition game system.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `rsdice`
[INFO] running `Command { std: "docker" "inspect" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5", kill_on_drop: false }`
[INFO] [stdout] 1e8eb9cfa6742b836d348693973ebde3e51838b469df85e3c4a5547394867ae5
