[INFO] fetching crate base85n 0.5.1...
[INFO] documenting base85n-0.5.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate base85n 0.5.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate base85n 0.5.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate base85n 0.5.1
[INFO] tweaked toml for crates.io crate base85n 0.5.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate base85n 0.5.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 base85n 0.5.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-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] 76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1
[INFO] running `Command { std: "docker" "start" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1", 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" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1", 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" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting base85n v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/alphabet.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub const ALPHABET_N: &[u8; 85] =
[INFO] [stdout] 17 | |     b"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?`_~()[]{}@%$#";
[INFO] [stdout]    | |_____________________________________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Alphabet-N, the R-Set and the donor profiles of spec section 4. They are`
[INFO] [stdout]    = help: ends near `The 85-character alphabet used by Base85N, in index order (0-84).`
[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/alphabet.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub const ALPHABET_N: &[u8; 85] =
[INFO] [stdout] 17 | |     b"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-:+=^!/*?`_~()[]{}@%$#";
[INFO] [stdout]    | |_____________________________________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The 85-character alphabet used by Base85N, in index order (0-84).`
[INFO] [stdout]    = help: ends near `The 85-character alphabet used by Base85N, in index order (0-84).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/alphabet.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / pub const PROFILES: [[u8; RSET_LEN]; NUM_PROFILES] = [
[INFO] [stdout] 53 | |     *b"~^?%@+`$#!*.-",
[INFO] [stdout] 54 | |     *b"~^+[]`?@!%#*(",
[INFO] [stdout] 55 | |     *b"^~$#?%!`@[]+_",
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     *b"^$~@?!%`[]:}{",
[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 `Alphabet-N, the R-Set and the donor profiles of spec section 4. They are`
[INFO] [stdout]    = help: ends near `13 distinct Alphabet-N characters.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/alphabet.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / pub const PROFILES: [[u8; RSET_LEN]; NUM_PROFILES] = [
[INFO] [stdout] 53 | |     *b"~^?%@+`$#!*.-",
[INFO] [stdout] 54 | |     *b"~^+[]`?@!%#*(",
[INFO] [stdout] 55 | |     *b"^~$#?%!`@[]+_",
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     *b"^$~@?!%`[]:}{",
[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 `The eight donor profiles of spec section 4.2: each an ordered sequence of`
[INFO] [stdout]    = help: ends near `The eight donor profiles of spec section 4.2: each an ordered sequence of`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/alphabet.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / pub const RSET_ASCII: [u8; 13] = [
[INFO] [stdout] 22 | |     b' ',  // 0  space
[INFO] [stdout] 23 | |     b'"',  // 1  double quote
[INFO] [stdout] 24 | |     b'\'', // 2  single quote
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     b'\r', // 12 carriage return
[INFO] [stdout] 35 | | ];
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Alphabet-N, the R-Set and the donor profiles of spec section 4. They are`
[INFO] [stdout]    = help: ends near `ASCII byte value. See spec section 4.1.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/alphabet.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / pub const RSET_ASCII: [u8; 13] = [
[INFO] [stdout] 22 | |     b' ',  // 0  space
[INFO] [stdout] 23 | |     b'"',  // 1  double quote
[INFO] [stdout] 24 | |     b'\'', // 2  single quote
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     b'\r', // 12 carriage return
[INFO] [stdout] 35 | | ];
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The 13 R-Set characters, indexed by R-Set index j (0-12), given as their`
[INFO] [stdout]    = help: ends near `The 13 R-Set characters, indexed by R-Set index j (0-12), given as their`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `crate::encode` is both a function and a module
[INFO] [stdout]    --> src/alphabet.rs:201:7
[INFO] [stdout]     |
[INFO] [stdout] 201 | /// [`crate::encode`]'s skip has to ask per byte.
[INFO] [stdout]     |       ^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 201 | /// [`crate::encode()`]'s skip has to ask per byte.
[INFO] [stdout]     |                    ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]     |
[INFO] [stdout] 201 | /// [`mod@crate::encode`]'s skip has to ask per byte.
[INFO] [stdout]     |       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `crate::decode` is both a function and a module
[INFO] [stdout]  --> src/error.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! Errors returned by [`crate::decode`].
[INFO] [stdout]   |                          ^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]   |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! Errors returned by [`crate::decode()`].
[INFO] [stdout]   |                                       ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! Errors returned by [`mod@crate::decode`].
[INFO] [stdout]   |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `crate::decode` is both a function and a module
[INFO] [stdout]   --> src/error.rs:61:44
[INFO] [stdout]    |
[INFO] [stdout] 61 |     /// Which is the caller's string for [`crate::decode`], and not always the
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 |     /// Which is the caller's string for [`crate::decode()`], and not always the
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     /// Which is the caller's string for [`mod@crate::decode`], and not always the
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `encode` is both a function and a module
[INFO] [stdout]   --> src/lib.rs:59:7
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// [`encode`] produces.
[INFO] [stdout]    |       ^^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// [`encode()`] produces.
[INFO] [stdout]    |             ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// [`mod@encode`] produces.
[INFO] [stdout]    |       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `base85n`
[INFO] running `Command { std: "docker" "inspect" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1", kill_on_drop: false }`
[INFO] [stdout] 76efc542b4cc4e6da33f555f20d60415c8f0a1f32fd93233d98f7bdeefe096d1
