[INFO] fetching crate lzf-rust 0.1.0...
[INFO] documenting lzf-rust-0.1.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate lzf-rust 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate lzf-rust 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lzf-rust 0.1.0
[INFO] tweaked toml for crates.io crate lzf-rust 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lzf-rust 0.1.0 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 lzf-rust 0.1.0 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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39
[INFO] running `Command { std: "docker" "start" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39", 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" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39", 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" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting lzf-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub enum Error {
[INFO] [stdout] 13 | |     /// End of input reached unexpectedly.
[INFO] [stdout] 14 | |     Eof,
[INFO] [stdout] 15 | |     /// Operation was interrupted.
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     Other,
[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 `Crate error and result types.`
[INFO] [stdout]    = help: ends near `Error type for LZF encode/decode operations.`
[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/error.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub enum Error {
[INFO] [stdout] 13 | |     /// End of input reached unexpectedly.
[INFO] [stdout] 14 | |     Eof,
[INFO] [stdout] 15 | |     /// Operation was interrupted.
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |     Other,
[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 `Error type for LZF encode/decode operations.`
[INFO] [stdout]    = help: ends near `Error type for LZF encode/decode operations.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/error.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type Result<T> = core::result::Result<T, Error>;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Crate error and result types.`
[INFO] [stdout]   = help: ends near `Result type used by this crate.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/error.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type Result<T> = core::result::Result<T, Error>;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Result type used by this crate.`
[INFO] [stdout]   = help: ends near `Result type used by this crate.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/framed.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | / pub fn decode_blocks(input: &[u8]) -> Result<Vec<u8>> {
[INFO] [stdout] 101 | |     let mut ip = 0usize;
[INFO] [stdout] 102 | |     let mut output = Vec::new();
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |     Ok(output)
[INFO] [stdout] 155 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Decodes `lzf` framed block streams (`ZV\0`/`ZV\1`).`
[INFO] [stdout]     = help: ends near `Decodes data encoded with `encode_blocks` or the `lzf` utility stream format.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/framed.rs:100:1
[INFO] [stdout]     |
[INFO] [stdout] 100 | / pub fn decode_blocks(input: &[u8]) -> Result<Vec<u8>> {
[INFO] [stdout] 101 | |     let mut ip = 0usize;
[INFO] [stdout] 102 | |     let mut output = Vec::new();
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |     Ok(output)
[INFO] [stdout] 155 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Decodes data encoded with `encode_blocks` or the `lzf` utility stream format.`
[INFO] [stdout]     = help: ends near `Decodes data encoded with `encode_blocks` or the `lzf` utility stream format.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/framed.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub fn encode_blocks(input: &[u8], block_size: usize) -> Result<Vec<u8>> {
[INFO] [stdout] 25 | |     encode_blocks_with_mode(input, block_size, CompressionMode::Normal)
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Encodes bytes into `lzf` framed block streams (`ZV\0`/`ZV\1`).`
[INFO] [stdout]    = help: ends near `Encodes input into `lzf` block stream format (`ZV\0`/`ZV\1` blocks).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/framed.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub fn encode_blocks(input: &[u8], block_size: usize) -> Result<Vec<u8>> {
[INFO] [stdout] 25 | |     encode_blocks_with_mode(input, block_size, CompressionMode::Normal)
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Encodes input into `lzf` block stream format (`ZV\0`/`ZV\1` blocks).`
[INFO] [stdout]    = help: ends near `Encodes input into `lzf` block stream format (`ZV\0`/`ZV\1` blocks).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/framed.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub fn encode_blocks_with_mode(
[INFO] [stdout] 37 | |     input: &[u8],
[INFO] [stdout] 38 | |     block_size: usize,
[INFO] [stdout] 39 | |     mode: CompressionMode,
[INFO] [stdout] ...  |
[INFO] [stdout] 82 | |     Ok(output)
[INFO] [stdout] 83 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Encodes bytes into framed block streams with an explicit compression mode.`
[INFO] [stdout]    = help: ends near `selecting the raw compressor mode.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/framed.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub fn encode_blocks_with_mode(
[INFO] [stdout] 37 | |     input: &[u8],
[INFO] [stdout] 38 | |     block_size: usize,
[INFO] [stdout] 39 | |     mode: CompressionMode,
[INFO] [stdout] ...  |
[INFO] [stdout] 82 | |     Ok(output)
[INFO] [stdout] 83 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Encodes input into `lzf` block stream format (`ZV\0`/`ZV\1` blocks),`
[INFO] [stdout]    = help: ends near `Encodes input into `lzf` block stream format (`ZV\0`/`ZV\1` blocks),`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub trait Read {
[INFO] [stdout] 12 | |     /// Reads bytes into `buf`, returning the number of bytes read.
[INFO] [stdout] 13 | |     fn read(&mut self, buf: &mut [u8]) -> Result<usize>;
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ``no_std`-compatible read/write traits used by streaming APIs.`
[INFO] [stdout]    = help: ends near ``no_std`-compatible read trait used by streaming interfaces.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub trait Read {
[INFO] [stdout] 12 | |     /// Reads bytes into `buf`, returning the number of bytes read.
[INFO] [stdout] 13 | |     fn read(&mut self, buf: &mut [u8]) -> Result<usize>;
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ``no_std`-compatible read trait used by streaming interfaces.`
[INFO] [stdout]    = help: ends near ``no_std`-compatible read trait used by streaming interfaces.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / pub trait Write {
[INFO] [stdout] 29 | |     /// Writes bytes from `buf`, returning the number of bytes written.
[INFO] [stdout] 30 | |     fn write(&mut self, buf: &[u8]) -> Result<usize>;
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ``no_std`-compatible read/write traits used by streaming APIs.`
[INFO] [stdout]    = help: ends near ``no_std`-compatible write trait used by streaming interfaces.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / pub trait Write {
[INFO] [stdout] 29 | |     /// Writes bytes from `buf`, returning the number of bytes written.
[INFO] [stdout] 30 | |     fn write(&mut self, buf: &[u8]) -> Result<usize>;
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ``no_std`-compatible write trait used by streaming interfaces.`
[INFO] [stdout]    = help: ends near ``no_std`-compatible write trait used by streaming interfaces.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub trait Read {
[INFO] [stdout] 12 | |     /// Reads bytes into `buf`, returning the number of bytes read.
[INFO] [stdout] 13 | |     fn read(&mut self, buf: &mut [u8]) -> Result<usize>;
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Alias for `Read` to mirror naming used by related compression crates.`
[INFO] [stdout]    = help: ends near ``no_std`-compatible read trait used by streaming interfaces.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/io.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / pub trait Write {
[INFO] [stdout] 29 | |     /// Writes bytes from `buf`, returning the number of bytes written.
[INFO] [stdout] 30 | |     fn write(&mut self, buf: &[u8]) -> Result<usize>;
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Alias for `Read` to mirror naming used by related compression crates.`
[INFO] [stdout]    = help: ends near ``no_std`-compatible write trait used by streaming interfaces.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/raw/encoder.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub enum CompressionMode {
[INFO] [stdout] 13 | |     /// Fast/liblzf default mode (`lzf_compress`).
[INFO] [stdout] 14 | |     Normal,
[INFO] [stdout] 15 | |     /// Best-compression mode (`lzf_compress_best`).
[INFO] [stdout] 16 | |     Best,
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Raw LZF encoder APIs.`
[INFO] [stdout]    = help: ends near `Encoder mode for raw LZF compression.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/raw/encoder.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub enum CompressionMode {
[INFO] [stdout] 13 | |     /// Fast/liblzf default mode (`lzf_compress`).
[INFO] [stdout] 14 | |     Normal,
[INFO] [stdout] 15 | |     /// Best-compression mode (`lzf_compress_best`).
[INFO] [stdout] 16 | |     Best,
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Encoder mode for raw LZF compression.`
[INFO] [stdout]    = help: ends near `Encoder mode for raw LZF compression.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/encoder.rs:264:1
[INFO] [stdout]     |
[INFO] [stdout] 264 | / pub fn compress(input: &[u8], output: &mut [u8]) -> Result<usize> {
[INFO] [stdout] 265 | |     compress_with_mode(input, output, CompressionMode::Normal)
[INFO] [stdout] 266 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Raw LZF encoder APIs.`
[INFO] [stdout]     = help: ends near `Compresses `input` into `output` using raw LZF format.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/encoder.rs:264:1
[INFO] [stdout]     |
[INFO] [stdout] 264 | / pub fn compress(input: &[u8], output: &mut [u8]) -> Result<usize> {
[INFO] [stdout] 265 | |     compress_with_mode(input, output, CompressionMode::Normal)
[INFO] [stdout] 266 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Compresses `input` into `output` using raw LZF format.`
[INFO] [stdout]     = help: ends near `Compresses `input` into `output` using raw LZF format.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/encoder.rs:273:1
[INFO] [stdout]     |
[INFO] [stdout] 273 | / pub fn compress_best(input: &[u8], output: &mut [u8]) -> Result<usize> {
[INFO] [stdout] 274 | |     compress_best_impl(input, output)
[INFO] [stdout] 275 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Raw LZF encoder APIs.`
[INFO] [stdout]     = help: ends near `Compresses `input` into `output` using liblzf best-compression mode.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/encoder.rs:273:1
[INFO] [stdout]     |
[INFO] [stdout] 273 | / pub fn compress_best(input: &[u8], output: &mut [u8]) -> Result<usize> {
[INFO] [stdout] 274 | |     compress_best_impl(input, output)
[INFO] [stdout] 275 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Compresses `input` into `output` using liblzf best-compression mode.`
[INFO] [stdout]     = help: ends near `Compresses `input` into `output` using liblzf best-compression mode.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/encoder.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / pub fn compress_with_mode(input: &[u8], output: &mut [u8], mode: CompressionMode) -> Result<usize> {
[INFO] [stdout] 282 | |     match mode {
[INFO] [stdout] 283 | |         CompressionMode::Normal => compress_normal(input, output),
[INFO] [stdout] 284 | |         CompressionMode::Best => compress_best_impl(input, output),
[INFO] [stdout] 285 | |     }
[INFO] [stdout] 286 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Raw LZF encoder APIs.`
[INFO] [stdout]     = help: ends near `Compresses `input` into `output` using the given encoder mode.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/encoder.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / pub fn compress_with_mode(input: &[u8], output: &mut [u8], mode: CompressionMode) -> Result<usize> {
[INFO] [stdout] 282 | |     match mode {
[INFO] [stdout] 283 | |         CompressionMode::Normal => compress_normal(input, output),
[INFO] [stdout] 284 | |         CompressionMode::Best => compress_best_impl(input, output),
[INFO] [stdout] 285 | |     }
[INFO] [stdout] 286 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Compresses `input` into `output` using the given encoder mode.`
[INFO] [stdout]     = help: ends near `Compresses `input` into `output` using the given encoder mode.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/decoder.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | / pub fn decompress(input: &[u8], output: &mut [u8]) -> Result<usize> {
[INFO] [stdout]  31 | |     let mut ip = 0usize;
[INFO] [stdout]  32 | |     let mut op = 0usize;
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     Ok(op)
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Raw LZF decoder APIs.`
[INFO] [stdout]     = help: ends near `Decompresses raw LZF `input` into `output`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/decoder.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | / pub fn decompress(input: &[u8], output: &mut [u8]) -> Result<usize> {
[INFO] [stdout]  31 | |     let mut ip = 0usize;
[INFO] [stdout]  32 | |     let mut op = 0usize;
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     Ok(op)
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Decompresses raw LZF `input` into `output`.`
[INFO] [stdout]     = help: ends near `Decompresses raw LZF `input` into `output`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/decoder.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / pub fn decompress_into_vec(input: &[u8], output_len: usize) -> Result<Vec<u8>> {
[INFO] [stdout] 110 | |     let mut output = vec![0u8; output_len];
[INFO] [stdout] 111 | |     let written = decompress(input, &mut output)?;
[INFO] [stdout] 112 | |     if written != output_len {
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     Ok(output)
[INFO] [stdout] 116 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Raw LZF decoder APIs.`
[INFO] [stdout]     = help: ends near `Decompresses raw LZF `input` into a fresh `Vec<u8>` of `output_len` bytes.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/raw/decoder.rs:109:1
[INFO] [stdout]     |
[INFO] [stdout] 109 | / pub fn decompress_into_vec(input: &[u8], output_len: usize) -> Result<Vec<u8>> {
[INFO] [stdout] 110 | |     let mut output = vec![0u8; output_len];
[INFO] [stdout] 111 | |     let written = decompress(input, &mut output)?;
[INFO] [stdout] 112 | |     if written != output_len {
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     Ok(output)
[INFO] [stdout] 116 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Decompresses raw LZF `input` into a fresh `Vec<u8>` of `output_len` bytes.`
[INFO] [stdout]     = help: ends near `Decompresses raw LZF `input` into a fresh `Vec<u8>` of `output_len` bytes.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/stream.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub struct LzfReader<R: Read> {
[INFO] [stdout] 37 | |     inner: R,
[INFO] [stdout] 38 | |     in_buf: Vec<u8>,
[INFO] [stdout] 39 | |     out_buf: Vec<u8>,
[INFO] [stdout] 40 | |     out_pos: usize,
[INFO] [stdout] 41 | |     finished: bool,
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Framed LZF stream reader.`
[INFO] [stdout]    = help: ends near `Reader that decodes framed LZF (`ZV` block stream).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/stream.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub struct LzfReader<R: Read> {
[INFO] [stdout] 37 | |     inner: R,
[INFO] [stdout] 38 | |     in_buf: Vec<u8>,
[INFO] [stdout] 39 | |     out_buf: Vec<u8>,
[INFO] [stdout] 40 | |     out_pos: usize,
[INFO] [stdout] 41 | |     finished: bool,
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Reader that decodes framed LZF (`ZV` block stream).`
[INFO] [stdout]    = help: ends near `Reader that decodes framed LZF (`ZV` block stream).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/stream.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | / pub struct LzfWriter<W: Write> {
[INFO] [stdout] 150 | |     inner: W,
[INFO] [stdout] 151 | |     block_size: usize,
[INFO] [stdout] 152 | |     mode: CompressionMode,
[INFO] [stdout] ...   |
[INFO] [stdout] 155 | |     write_eof_marker: bool,
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Framed LZF stream writer.`
[INFO] [stdout]     = help: ends near `Writer that encodes framed LZF (`ZV` block stream).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/stream.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | / pub struct LzfWriter<W: Write> {
[INFO] [stdout] 150 | |     inner: W,
[INFO] [stdout] 151 | |     block_size: usize,
[INFO] [stdout] 152 | |     mode: CompressionMode,
[INFO] [stdout] ...   |
[INFO] [stdout] 155 | |     write_eof_marker: bool,
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Writer that encodes framed LZF (`ZV` block stream).`
[INFO] [stdout]     = help: ends near `Writer that encodes framed LZF (`ZV` block stream).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `lzf-rust`
[INFO] running `Command { std: "docker" "inspect" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39", kill_on_drop: false }`
[INFO] [stdout] 6c8dcd96b8e56075bffc625be1bbab29d0e30045d096fdddbda7890282694d39
