[INFO] cloning repository https://github.com/esseivaju/iri-client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/esseivaju/iri-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesseivaju%2Firi-client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesseivaju%2Firi-client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e30b63dde76c6ffe6b21e5f7be4e0f508de4eac8
[INFO] documenting esseivaju/iri-client against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesseivaju%2Firi-client" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/esseivaju/iri-client
[INFO] finished tweaking git repo https://github.com/esseivaju/iri-client
[INFO] tweaked toml for git repo https://github.com/esseivaju/iri-client written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/esseivaju/iri-client 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/esseivaju/iri-client 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143
[INFO] running `Command { std: "docker" "start" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143", 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" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143", 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" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling iri-client v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]  Documenting iri-client v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/blocking_client.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct BlockingApiClient {
[INFO] [stdout] 11 | |     base_url: Url,
[INFO] [stdout] 12 | |     authorization_token: Option<String>,
[INFO] [stdout] 13 | |     http: reqwest::blocking::Client,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Generic blocking JSON REST client.`
[INFO] [stdout]    = help: ends near `Generic blocking JSON REST client.`
[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/client.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub struct ApiClient {
[INFO] [stdout] 13 | |     base_url: Url,
[INFO] [stdout] 14 | |     authorization_token: Option<String>,
[INFO] [stdout] 15 | |     http: reqwest::Client,
[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 `Generic async JSON REST client.`
[INFO] [stdout]    = help: ends near `Generic async JSON REST client.`
[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 ClientError {
[INFO] [stdout]  6 | |     /// Base URL is not a valid absolute URL.
[INFO] [stdout]  7 | |     #[error("invalid base URL '{0}'")]
[INFO] [stdout]  8 | |     InvalidBaseUrl(String),
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     },
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Error type returned by all client operations.`
[INFO] [stdout]    = help: ends near `Errors returned by REST client 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 enum ClientError {
[INFO] [stdout]  6 | |     /// Base URL is not a valid absolute URL.
[INFO] [stdout]  7 | |     #[error("invalid base URL '{0}'")]
[INFO] [stdout]  8 | |     InvalidBaseUrl(String),
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     },
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Errors returned by REST client operations.`
[INFO] [stdout]    = help: ends near `Errors returned by REST client operations.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/openapi_client.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / pub struct BlockingIriClient {
[INFO] [stdout] 112 | |     inner: BlockingApiClient,
[INFO] [stdout] 113 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `See also [`IriClient`] for the async variant.`
[INFO] [stdout]     = help: ends near `Blocking IRI API client backed by the `OpenAPI` operation registry.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/openapi_client.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | / pub struct IriClient {
[INFO] [stdout] 41 | |     inner: ApiClient,
[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 `See also [`IriClient`] for the async variant.`
[INFO] [stdout]    = help: ends near `Async IRI API client backed by the `OpenAPI` operation registry.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/openapi_client.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub struct OperationDefinition {
[INFO] [stdout] 12 | |     /// Stable `OpenAPI` operation identifier.
[INFO] [stdout] 13 | |     pub operation_id: &'static str,
[INFO] [stdout] 14 | |     /// Uppercase HTTP method (for example `GET`, `POST`).
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     pub path_params: &'static [&'static str],
[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 `See also [`IriClient`] for the async variant.`
[INFO] [stdout]    = help: ends near `Metadata for one `OpenAPI` operation.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/openapi_client.rs:179:1
[INFO] [stdout]     |
[INFO] [stdout] 179 | / pub fn openapi_default_server_url() -> &'static str {
[INFO] [stdout] 180 | |     OPENAPI_DEFAULT_SERVER_URL
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `See also [`IriClient`] for the async variant.`
[INFO] [stdout]     = help: ends near `Returns the default server URL from the `OpenAPI` spec.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `iri-client`
[INFO] running `Command { std: "docker" "inspect" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143", kill_on_drop: false }`
[INFO] [stdout] 2534d51f4ad115b981fa86487d122bca55a8bb7dd4ceb3a8416fc963ef5c8143
