[INFO] fetching crate custom_codes 2.0.4...
[INFO] documenting custom_codes-2.0.4 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate custom_codes 2.0.4 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate custom_codes 2.0.4
[INFO] finished tweaking crates.io crate custom_codes 2.0.4
[INFO] tweaked toml for crates.io crate custom_codes 2.0.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate custom_codes 2.0.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to highest compatible versions
[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] 80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc
[INFO] running `Command { std: "docker" "start" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc", 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" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc", 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" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]  Documenting custom_codes v2.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub enum Outcome {
[INFO] [stdout] 12 | |     ///Result of Operation completed successfully
[INFO] [stdout] 13 | |     Success,
[INFO] [stdout] 14 | |     /// Result of Operation produced an error
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     Forward,
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `re-exports`
[INFO] [stdout]    = help: ends near `Give the Outcome of an operation`
[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/custom_codes.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub enum Outcome {
[INFO] [stdout] 12 | |     ///Result of Operation completed successfully
[INFO] [stdout] 13 | |     Success,
[INFO] [stdout] 14 | |     /// Result of Operation produced an error
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     Forward,
[INFO] [stdout] 18 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Give the Outcome of an operation`
[INFO] [stdout]    = help: ends near `Give the Outcome of an operation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub enum GenericOutcome<Reason> {
[INFO] [stdout] 27 | |     ///Result of Operation completed successfully
[INFO] [stdout] 28 | |     Success(Reason),
[INFO] [stdout] 29 | |     /// Result of Operation produced an error
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     Forward(Reason),
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `re-exports`
[INFO] [stdout]    = help: ends near `Give the Generic Outcome of an operation with custom result as a generic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub enum GenericOutcome<Reason> {
[INFO] [stdout] 27 | |     ///Result of Operation completed successfully
[INFO] [stdout] 28 | |     Success(Reason),
[INFO] [stdout] 29 | |     /// Result of Operation produced an error
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     Forward(Reason),
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Give the Generic Outcome of an operation with custom result as a generic`
[INFO] [stdout]    = help: ends near `Give the Generic Outcome of an operation with custom result as a generic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | / pub enum AccessStatus {
[INFO] [stdout] 43 | |     /// Process or User has been given a lease
[INFO] [stdout] 44 | |     Granted,
[INFO] [stdout] 45 | |     /// Token has been discarded
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     Unspecified,
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `re-exports`
[INFO] [stdout]    = help: ends near `Access status of token or access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | / pub enum AccessStatus {
[INFO] [stdout] 43 | |     /// Process or User has been given a lease
[INFO] [stdout] 44 | |     Granted,
[INFO] [stdout] 45 | |     /// Token has been discarded
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     Unspecified,
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Access status of token or access`
[INFO] [stdout]    = help: ends near `Access status of token or access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / pub enum CustomBool {
[INFO] [stdout] 72 | |     /// Similar to boolean true
[INFO] [stdout] 73 | |     True,
[INFO] [stdout] 74 | |     /// Similar to boolean false
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |     Unspecified,
[INFO] [stdout] 78 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `re-exports`
[INFO] [stdout]    = help: ends near `Creates a custom `boolean` value with more features than a Rustlang boolean which has only `true` or `false``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom_codes.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | / pub enum CustomBool {
[INFO] [stdout] 72 | |     /// Similar to boolean true
[INFO] [stdout] 73 | |     True,
[INFO] [stdout] 74 | |     /// Similar to boolean false
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |     Unspecified,
[INFO] [stdout] 78 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Creates a custom `boolean` value with more features than a Rustlang boolean which has only `true` or `false``
[INFO] [stdout]    = help: ends near `Creates a custom `boolean` value with more features than a Rustlang boolean which has only `true` or `false``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | / pub enum DbOps {
[INFO] [stdout]  89 | |     /// A Repository has been created
[INFO] [stdout]  90 | |     RepoCreated,
[INFO] [stdout]  91 | |     /// A Repository has been initialized by loading all contents of the repo
[INFO] [stdout] ...   |
[INFO] [stdout] 233 | |     Unspecified,
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Custom Response Codes Using Enums For Efficient Comparison`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | / pub enum DbOps {
[INFO] [stdout]  89 | |     /// A Repository has been created
[INFO] [stdout]  90 | |     RepoCreated,
[INFO] [stdout]  91 | |     /// A Repository has been initialized by loading all contents of the repo
[INFO] [stdout] ...   |
[INFO] [stdout] 233 | |     Unspecified,
[INFO] [stdout] 234 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Custom Response Codes Using Enums For Efficient Comparison`
[INFO] [stdout]     = help: ends near `Custom Response Codes Using Enums For Efficient Comparison`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / pub enum ExecCommand {
[INFO] [stdout] 245 | |     /// Command Operation added to Queue
[INFO] [stdout] 246 | |     Queued,
[INFO] [stdout] 247 | |     /// Command removed from queue
[INFO] [stdout] ...   |
[INFO] [stdout] 262 | |     Unspecified,
[INFO] [stdout] 263 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Command Operations for execution`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / pub enum ExecCommand {
[INFO] [stdout] 245 | |     /// Command Operation added to Queue
[INFO] [stdout] 246 | |     Queued,
[INFO] [stdout] 247 | |     /// Command removed from queue
[INFO] [stdout] ...   |
[INFO] [stdout] 262 | |     Unspecified,
[INFO] [stdout] 263 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Command Operations for execution`
[INFO] [stdout]     = help: ends near `Command Operations for execution`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:273:1
[INFO] [stdout]     |
[INFO] [stdout] 273 | / pub enum FileOps {
[INFO] [stdout] 274 | |     /// Directory Created
[INFO] [stdout] 275 | |     DirCreated,
[INFO] [stdout] 276 | |     /// Directory Access Denied
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | |     DeleteTrue,
[INFO] [stdout] 358 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `File operations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:273:1
[INFO] [stdout]     |
[INFO] [stdout] 273 | / pub enum FileOps {
[INFO] [stdout] 274 | |     /// Directory Created
[INFO] [stdout] 275 | |     DirCreated,
[INFO] [stdout] 276 | |     /// Directory Access Denied
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | |     DeleteTrue,
[INFO] [stdout] 358 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `File operations`
[INFO] [stdout]     = help: ends near `File operations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:368:1
[INFO] [stdout]     |
[INFO] [stdout] 368 | / pub enum Compression {
[INFO] [stdout] 369 | |     /// Compression done
[INFO] [stdout] 370 | |     Done,
[INFO] [stdout] 371 | |     /// Compression in progress
[INFO] [stdout] ...   |
[INFO] [stdout] 384 | |     Unspecified,
[INFO] [stdout] 385 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Compression of files, bytes or directories`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:368:1
[INFO] [stdout]     |
[INFO] [stdout] 368 | / pub enum Compression {
[INFO] [stdout] 369 | |     /// Compression done
[INFO] [stdout] 370 | |     Done,
[INFO] [stdout] 371 | |     /// Compression in progress
[INFO] [stdout] ...   |
[INFO] [stdout] 384 | |     Unspecified,
[INFO] [stdout] 385 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Compression of files, bytes or directories`
[INFO] [stdout]     = help: ends near `Compression of files, bytes or directories`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:395:1
[INFO] [stdout]     |
[INFO] [stdout] 395 | / pub enum Subscription {
[INFO] [stdout] 396 | |     /// Subscription is active
[INFO] [stdout] 397 | |     Subscribed,
[INFO] [stdout] 398 | |     /// Subscription is inactive
[INFO] [stdout] ...   |
[INFO] [stdout] 403 | |     Unspecified,
[INFO] [stdout] 404 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Status of a subscription that happens over a timespec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:395:1
[INFO] [stdout]     |
[INFO] [stdout] 395 | / pub enum Subscription {
[INFO] [stdout] 396 | |     /// Subscription is active
[INFO] [stdout] 397 | |     Subscribed,
[INFO] [stdout] 398 | |     /// Subscription is inactive
[INFO] [stdout] ...   |
[INFO] [stdout] 403 | |     Unspecified,
[INFO] [stdout] 404 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Status of a subscription that happens over a timespec`
[INFO] [stdout]     = help: ends near `Status of a subscription that happens over a timespec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | / pub enum ActivityStatus {
[INFO] [stdout] 415 | |     /// Status of an operation has been started
[INFO] [stdout] 416 | |     Activated,
[INFO] [stdout] 417 | |     /// Status of an operation has been stopped
[INFO] [stdout] ...   |
[INFO] [stdout] 420 | |     Unspecified,
[INFO] [stdout] 421 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Status of an activity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:414:1
[INFO] [stdout]     |
[INFO] [stdout] 414 | / pub enum ActivityStatus {
[INFO] [stdout] 415 | |     /// Status of an operation has been started
[INFO] [stdout] 416 | |     Activated,
[INFO] [stdout] 417 | |     /// Status of an operation has been stopped
[INFO] [stdout] ...   |
[INFO] [stdout] 420 | |     Unspecified,
[INFO] [stdout] 421 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Status of an activity`
[INFO] [stdout]     = help: ends near `Status of an activity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:430:1
[INFO] [stdout]     |
[INFO] [stdout] 430 | / pub enum ActivityToggle {
[INFO] [stdout] 431 | |     /// Activate an operation
[INFO] [stdout] 432 | |     Activate,
[INFO] [stdout] 433 | |     /// Deactivate an operation
[INFO] [stdout] ...   |
[INFO] [stdout] 436 | |     Unspecified,
[INFO] [stdout] 437 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Initialize an activity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:430:1
[INFO] [stdout]     |
[INFO] [stdout] 430 | / pub enum ActivityToggle {
[INFO] [stdout] 431 | |     /// Activate an operation
[INFO] [stdout] 432 | |     Activate,
[INFO] [stdout] 433 | |     /// Deactivate an operation
[INFO] [stdout] ...   |
[INFO] [stdout] 436 | |     Unspecified,
[INFO] [stdout] 437 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Initialize an activity`
[INFO] [stdout]     = help: ends near `Initialize an activity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / pub enum Cli {
[INFO] [stdout] 447 | |     /// Parsing
[INFO] [stdout] 448 | |     ParseInProgress,
[INFO] [stdout] 449 | |     /// Parsed Arguments
[INFO] [stdout] ...   |
[INFO] [stdout] 462 | |     EncounteredErrors(String),
[INFO] [stdout] 463 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Command Line Options`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / pub enum Cli {
[INFO] [stdout] 447 | |     /// Parsing
[INFO] [stdout] 448 | |     ParseInProgress,
[INFO] [stdout] 449 | |     /// Parsed Arguments
[INFO] [stdout] ...   |
[INFO] [stdout] 462 | |     EncounteredErrors(String),
[INFO] [stdout] 463 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Command Line Options`
[INFO] [stdout]     = help: ends near `Command Line Options`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:472:1
[INFO] [stdout]     |
[INFO] [stdout] 472 | / pub enum DateTimeOp {
[INFO] [stdout] 473 | |     /// Date created
[INFO] [stdout] 474 | |     DateCreated,
[INFO] [stdout] 475 | |     /// Date deleted
[INFO] [stdout] ...   |
[INFO] [stdout] 490 | |     DateTimeUnspecified,
[INFO] [stdout] 491 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Date and time custom codes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:472:1
[INFO] [stdout]     |
[INFO] [stdout] 472 | / pub enum DateTimeOp {
[INFO] [stdout] 473 | |     /// Date created
[INFO] [stdout] 474 | |     DateCreated,
[INFO] [stdout] 475 | |     /// Date deleted
[INFO] [stdout] ...   |
[INFO] [stdout] 490 | |     DateTimeUnspecified,
[INFO] [stdout] 491 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Date and time custom codes`
[INFO] [stdout]     = help: ends near `Date and time custom codes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / pub enum SecOps {
[INFO] [stdout] 502 | |     /// Key could not be verified as it did not finish streaming
[INFO] [stdout] 503 | |     KeyCorrupted,
[INFO] [stdout] 504 | |     /// Key Authentic and approved
[INFO] [stdout] ...   |
[INFO] [stdout] 545 | |     KeyTooLong(KeyLength),
[INFO] [stdout] 546 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Security operations on encryption and keys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / pub enum SecOps {
[INFO] [stdout] 502 | |     /// Key could not be verified as it did not finish streaming
[INFO] [stdout] 503 | |     KeyCorrupted,
[INFO] [stdout] 504 | |     /// Key Authentic and approved
[INFO] [stdout] ...   |
[INFO] [stdout] 545 | |     KeyTooLong(KeyLength),
[INFO] [stdout] 546 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Security operations on encryption and keys`
[INFO] [stdout]     = help: ends near `Security operations on encryption and keys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:641:1
[INFO] [stdout]     |
[INFO] [stdout] 641 | / pub enum KeyLength {
[INFO] [stdout] 642 | |     /// A Key length of 8 bytes
[INFO] [stdout] 643 | |     Bytes8,
[INFO] [stdout] 644 | |     /// A Key length of 16 bytes
[INFO] [stdout] ...   |
[INFO] [stdout] 663 | |     Bytes4096,
[INFO] [stdout] 664 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `The length of a key in bytes needed by a cryptography algorithm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:641:1
[INFO] [stdout]     |
[INFO] [stdout] 641 | / pub enum KeyLength {
[INFO] [stdout] 642 | |     /// A Key length of 8 bytes
[INFO] [stdout] 643 | |     Bytes8,
[INFO] [stdout] 644 | |     /// A Key length of 16 bytes
[INFO] [stdout] ...   |
[INFO] [stdout] 663 | |     Bytes4096,
[INFO] [stdout] 664 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The length of a key in bytes needed by a cryptography algorithm`
[INFO] [stdout]     = help: ends near `The length of a key in bytes needed by a cryptography algorithm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:726:1
[INFO] [stdout]     |
[INFO] [stdout] 726 | / pub enum HardwareResources {
[INFO] [stdout] 727 | |     /// CPU is under heavy load
[INFO] [stdout] 728 | |     CpuUnderHeavyLoad,
[INFO] [stdout] 729 | |     /// RAM is under heavy load
[INFO] [stdout] ...   |
[INFO] [stdout] 852 | |     Unspecified,
[INFO] [stdout] 853 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Hardware Resources of a physical computer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:726:1
[INFO] [stdout]     |
[INFO] [stdout] 726 | / pub enum HardwareResources {
[INFO] [stdout] 727 | |     /// CPU is under heavy load
[INFO] [stdout] 728 | |     CpuUnderHeavyLoad,
[INFO] [stdout] 729 | |     /// RAM is under heavy load
[INFO] [stdout] ...   |
[INFO] [stdout] 852 | |     Unspecified,
[INFO] [stdout] 853 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Hardware Resources of a physical computer`
[INFO] [stdout]     = help: ends near `Hardware Resources of a physical computer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:863:1
[INFO] [stdout]     |
[INFO] [stdout] 863 | / pub enum Networking {
[INFO] [stdout] 864 | |     /// Permission to access network is denied
[INFO] [stdout] 865 | |     NetworkAccessDenied,
[INFO] [stdout] 866 | |     /// Network is available but unable to reach destination host
[INFO] [stdout] ...   |
[INFO] [stdout] 903 | |     Unspecified,
[INFO] [stdout] 904 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Networking Specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:863:1
[INFO] [stdout]     |
[INFO] [stdout] 863 | / pub enum Networking {
[INFO] [stdout] 864 | |     /// Permission to access network is denied
[INFO] [stdout] 865 | |     NetworkAccessDenied,
[INFO] [stdout] 866 | |     /// Network is available but unable to reach destination host
[INFO] [stdout] ...   |
[INFO] [stdout] 903 | |     Unspecified,
[INFO] [stdout] 904 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Networking Specific`
[INFO] [stdout]     = help: ends near `Networking Specific`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:914:1
[INFO] [stdout]     |
[INFO] [stdout] 914 | / pub enum SecHardware {
[INFO] [stdout] 915 | |     /// USB Stick Hardware Key is available
[INFO] [stdout] 916 | |     UsbKeyUp,
[INFO] [stdout] 917 | |     /// USB Stick Hardware Key is unavailable
[INFO] [stdout] ...   |
[INFO] [stdout] 962 | |     Unspecified,
[INFO] [stdout] 963 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `re-exports`
[INFO] [stdout]     = help: ends near `Hardware security access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/custom_codes.rs:914:1
[INFO] [stdout]     |
[INFO] [stdout] 914 | / pub enum SecHardware {
[INFO] [stdout] 915 | |     /// USB Stick Hardware Key is available
[INFO] [stdout] 916 | |     UsbKeyUp,
[INFO] [stdout] 917 | |     /// USB Stick Hardware Key is unavailable
[INFO] [stdout] ...   |
[INFO] [stdout] 962 | |     Unspecified,
[INFO] [stdout] 963 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Hardware security access`
[INFO] [stdout]     = help: ends near `Hardware security access`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `custom_codes`
[INFO] running `Command { std: "docker" "inspect" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc", kill_on_drop: false }`
[INFO] [stdout] 80a5d55397387f459b5bc0f5e7b3e109a5c4ff0a432c855db20c045b18dd7dbc
