[INFO] cloning repository https://github.com/mrLochness350/az_logger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrLochness350/az_logger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrLochness350%2Faz_logger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrLochness350%2Faz_logger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 871ca5459e28f2f8fc68ac3f62b757211210d8bd
[INFO] documenting mrLochness350/az_logger against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrLochness350%2Faz_logger" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mrLochness350/az_logger
[INFO] finished tweaking git repo https://github.com/mrLochness350/az_logger
[INFO] tweaked toml for git repo https://github.com/mrLochness350/az_logger written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrLochness350/az_logger 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/mrLochness350/az_logger 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90
[INFO] running `Command { std: "docker" "start" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90", 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" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90", 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" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90" "/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.95
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]  Documenting az_logger v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/utils.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub fn expand_log_name_fmt(fmt: impl Into<String>) -> String {
[INFO] [stdout] 38 | |     let now = Local::now();
[INFO] [stdout] 39 | |     let exe = std::env::current_exe()
[INFO] [stdout] 40 | |         .ok()
[INFO] [stdout] ...  |
[INFO] [stdout] 53 | |     sanitize_filename(&unsanitized)
[INFO] [stdout] 54 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-exporting for tests`
[INFO] [stdout]    = help: ends near `Expands a log file name format string into a concrete file name using the current timestamp and executable name.`
[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/utils.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub fn expand_log_name_fmt(fmt: impl Into<String>) -> String {
[INFO] [stdout] 38 | |     let now = Local::now();
[INFO] [stdout] 39 | |     let exe = std::env::current_exe()
[INFO] [stdout] 40 | |         .ok()
[INFO] [stdout] ...  |
[INFO] [stdout] 53 | |     sanitize_filename(&unsanitized)
[INFO] [stdout] 54 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Expands a log file name format string into a concrete file name using the current timestamp and executable name.`
[INFO] [stdout]    = help: ends near `Expands a log file name format string into a concrete file name using the current timestamp and executable name.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `az_logger`
[INFO] running `Command { std: "docker" "inspect" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90", kill_on_drop: false }`
[INFO] [stdout] 05c189ba9138ff414661cb79a91626b4c5d2e90cd0d270048bfa3b2bb3866d90
