[INFO] cloning repository https://github.com/LeonRein/tli493d
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LeonRein/tli493d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonRein%2Ftli493d", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonRein%2Ftli493d'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c2c54f3bfbdf7351ec45b38a6e89b502aff7a40
[INFO] documenting LeonRein/tli493d against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonRein%2Ftli493d" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LeonRein/tli493d
[INFO] finished tweaking git repo https://github.com/LeonRein/tli493d
[INFO] tweaked toml for git repo https://github.com/LeonRein/tli493d written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LeonRein/tli493d 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/LeonRein/tli493d 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f
[INFO] running `Command { std: "docker" "start" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f", 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" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f", 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" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]  Documenting tli493d v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `into_measurement_mode`
[INFO] [stdout]   --> src/driver.rs:48:39
[INFO] [stdout]    |
[INFO] [stdout] 48 |     /// (X, Y, Z, temperature). Use [`into_measurement_mode`] to change it.
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^ no item named `into_measurement_mode` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Tli493d::read`
[INFO] [stdout]   --> src/variant.rs:11:39
[INFO] [stdout]    |
[INFO] [stdout] 11 |     /// The output type returned by [`Tli493d::read`].
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^ no item named `Tli493d` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/variant.rs:160:1
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct A2B6;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Marker type for TLI493D-A2B6.`
[INFO] [stdout]     = help: ends near `Marker type for the TLI493D-A2B6 variant.`
[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/variant.rs:160:1
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct A2B6;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Marker type for the TLI493D-A2B6 variant.`
[INFO] [stdout]     = help: ends near `Marker type for the TLI493D-A2B6 variant.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/variant.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub struct W2BW;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Marker type for TLI493D-W2BW.`
[INFO] [stdout]     = help: ends near `Marker type for the TLI493D-W2BW variant.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/variant.rs:186:1
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub struct W2BW;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Marker type for the TLI493D-W2BW variant.`
[INFO] [stdout]     = help: ends near `Marker type for the TLI493D-W2BW variant.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/variant.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct BxByBzTemp;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Measurement shape: X, Y, Z, temperature (default).`
[INFO] [stdout]    = help: ends near `Measurement shape: X, Y, Z, and temperature (default).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/variant.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct BxByBzTemp;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Measurement shape: X, Y, Z, and temperature (default).`
[INFO] [stdout]    = help: ends near `Measurement shape: X, Y, Z, and temperature (default).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/variant.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct BxByBz;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Measurement shape: X, Y, Z only.`
[INFO] [stdout]    = help: ends near `Measurement shape: X, Y, Z only (temperature disabled).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/variant.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct BxByBz;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Measurement shape: X, Y, Z only (temperature disabled).`
[INFO] [stdout]    = help: ends near `Measurement shape: X, Y, Z only (temperature disabled).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/variant.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct BxBy;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Measurement shape: X, Y only.`
[INFO] [stdout]    = help: ends near `Measurement shape: X and Y only (temperature and Z disabled).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/variant.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct BxBy;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Measurement shape: X and Y only (temperature and Z disabled).`
[INFO] [stdout]    = help: ends near `Measurement shape: X and Y only (temperature and Z disabled).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `tli493d`
[INFO] running `Command { std: "docker" "inspect" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f", kill_on_drop: false }`
[INFO] [stdout] 48a058773a2e8173c33fb549ad1f58cdae3ae4c243f9297491658f26b2ffc45f
