[INFO] cloning repository https://github.com/EikoocS/nbtx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EikoocS/nbtx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEikoocS%2Fnbtx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEikoocS%2Fnbtx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a08bf1fdbcd3ff42a97fac874f3104236fb410b7
[INFO] documenting EikoocS/nbtx against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEikoocS%2Fnbtx" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EikoocS/nbtx
[INFO] finished tweaking git repo https://github.com/EikoocS/nbtx
[INFO] tweaked toml for git repo https://github.com/EikoocS/nbtx written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EikoocS/nbtx 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/EikoocS/nbtx 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] 528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e
[INFO] running `Command { std: "docker" "start" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e", 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" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e", 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" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]  Documenting nbtx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/component.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / pub enum NbtComponent {
[INFO] [stdout]  4 | |     /// TAG_End (0x00), used as a sentinel inside compounds.
[INFO] [stdout]  5 | |     End,
[INFO] [stdout]  6 | |     /// TAG_Byte (0x01).
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     LongArray(Vec<i64>),
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `NBT value variants returned by [`Reader`].`
[INFO] [stdout]    = help: ends near `NBT tag payload represented as Rust values.`
[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/component.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / pub enum NbtComponent {
[INFO] [stdout]  4 | |     /// TAG_End (0x00), used as a sentinel inside compounds.
[INFO] [stdout]  5 | |     End,
[INFO] [stdout]  6 | |     /// TAG_Byte (0x01).
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     LongArray(Vec<i64>),
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `NBT tag payload represented as Rust values.`
[INFO] [stdout]    = help: ends near `NBT tag payload represented as Rust values.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/platform.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | / pub enum PlatformType {
[INFO] [stdout] 4 | |     /// Java Edition NBT encoding.
[INFO] [stdout] 5 | |     JavaEdition,
[INFO] [stdout] 6 | |     /// Bedrock Edition NBT encoding.
[INFO] [stdout] 7 | |     BedrockEdition,
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Target platform used to choose binary decoding rules.`
[INFO] [stdout]   = help: ends near `Minecraft NBT binary format variant.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/platform.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | / pub enum PlatformType {
[INFO] [stdout] 4 | |     /// Java Edition NBT encoding.
[INFO] [stdout] 5 | |     JavaEdition,
[INFO] [stdout] 6 | |     /// Bedrock Edition NBT encoding.
[INFO] [stdout] 7 | |     BedrockEdition,
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Minecraft NBT binary format variant.`
[INFO] [stdout]   = help: ends near `Minecraft NBT binary format variant.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/reader.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub struct Reader {
[INFO] [stdout] 13 | |     decoder: Decoder,
[INFO] [stdout] 14 | |     stack: Vec<Box<dyn Content>>,
[INFO] [stdout] 15 | |     next: Option<(String, NbtComponent)>,
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Streaming reader that yields flattened NBT leaf values.`
[INFO] [stdout]    = help: ends near `Streaming NBT reader that yields flattened leaf values.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/reader.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub struct Reader {
[INFO] [stdout] 13 | |     decoder: Decoder,
[INFO] [stdout] 14 | |     stack: Vec<Box<dyn Content>>,
[INFO] [stdout] 15 | |     next: Option<(String, NbtComponent)>,
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Streaming NBT reader that yields flattened leaf values.`
[INFO] [stdout]    = help: ends near `Streaming NBT reader that yields flattened leaf values.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/writer.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / pub enum RootType {
[INFO] [stdout]  9 | |     /// Root is a compound (`0x0a`) with an empty name.
[INFO] [stdout] 10 | |     Compound,
[INFO] [stdout] 11 | |     /// Root is a list (`0x09`) with an empty name.
[INFO] [stdout] 12 | |     List { id: u8, length: i32 },
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Streaming writer that emits NBT incrementally.`
[INFO] [stdout]    = help: ends near `Root type used to initialize a streaming NBT writer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/writer.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / pub enum RootType {
[INFO] [stdout]  9 | |     /// Root is a compound (`0x0a`) with an empty name.
[INFO] [stdout] 10 | |     Compound,
[INFO] [stdout] 11 | |     /// Root is a list (`0x09`) with an empty name.
[INFO] [stdout] 12 | |     List { id: u8, length: i32 },
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Root type used to initialize a streaming NBT writer.`
[INFO] [stdout]    = help: ends near `Root type used to initialize a streaming NBT writer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/writer.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub struct Writer {
[INFO] [stdout] 25 | |     encoder: Encoder,
[INFO] [stdout] 26 | |     stack: Vec<Scope>,
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Streaming writer that emits NBT incrementally.`
[INFO] [stdout]    = help: ends near `Streaming NBT writer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/writer.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub struct Writer {
[INFO] [stdout] 25 | |     encoder: Encoder,
[INFO] [stdout] 26 | |     stack: Vec<Scope>,
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Streaming NBT writer.`
[INFO] [stdout]    = help: ends near `Streaming NBT writer.`
[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 enum ParseError {
[INFO] [stdout]  6 | |     /// The stream ended before a complete value could be decoded.
[INFO] [stdout]  7 | |     UnexpectedEOF,
[INFO] [stdout]  8 | |     /// A low-level I/O error from the underlying reader.
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     Other(String),
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Error types returned when parsing fails.`
[INFO] [stdout]    = help: ends near `Errors that can happen while decoding an NBT stream.`
[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 enum ParseError {
[INFO] [stdout]  6 | |     /// The stream ended before a complete value could be decoded.
[INFO] [stdout]  7 | |     UnexpectedEOF,
[INFO] [stdout]  8 | |     /// A low-level I/O error from the underlying reader.
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     Other(String),
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Errors that can happen while decoding an NBT stream.`
[INFO] [stdout]    = help: ends near `Errors that can happen while decoding an NBT stream.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `nbtx`
[INFO] running `Command { std: "docker" "inspect" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e", kill_on_drop: false }`
[INFO] [stdout] 528863aa1a40655a7e26cf0e15152f0ae044b320c5ac3c189bf87500a303b03e
