[INFO] cloning repository https://github.com/st-all-one/gitlab-wrapper-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/st-all-one/gitlab-wrapper-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fst-all-one%2Fgitlab-wrapper-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fst-all-one%2Fgitlab-wrapper-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ae13ccdf9c6b3edd353706581cfe6ce992047b4
[INFO] documenting st-all-one/gitlab-wrapper-rs against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fst-all-one%2Fgitlab-wrapper-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/st-all-one/gitlab-wrapper-rs
[INFO] finished tweaking git repo https://github.com/st-all-one/gitlab-wrapper-rs
[INFO] tweaked toml for git repo https://github.com/st-all-one/gitlab-wrapper-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/st-all-one/gitlab-wrapper-rs 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/st-all-one/gitlab-wrapper-rs 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28
[INFO] running `Command { std: "docker" "start" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28", 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" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28", 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" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]  Documenting gitlab-wrapper-rs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `config::GitLabConfig`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Contém os tipos fundamentais usados por toda a biblioteca: [`config::GitLabConfig`],
[INFO] [stdout]                                                                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `config` in scope
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `config::ResolvedConfig`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`config::ResolvedConfig`], [`errors::GitLabError`], [`errors::ErrorCategory`],
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `config` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `errors::GitLabError`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`config::ResolvedConfig`], [`errors::GitLabError`], [`errors::ErrorCategory`],
[INFO] [stdout]                                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `errors` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `errors::ErrorCategory`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`config::ResolvedConfig`], [`errors::GitLabError`], [`errors::ErrorCategory`],
[INFO] [stdout]                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `errors` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `constants`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           e [`constants`] com valores padrão.
[INFO] [stdout]              ^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `constants` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AuthMethod`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Define [`AuthMethod`] (método de autenticação), [`GitLabConfig`] (configuração
[INFO] [stdout]                   ^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AuthMethod` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `GitLabConfig`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Define [`AuthMethod`] (método de autenticação), [`GitLabConfig`] (configuração
[INFO] [stdout]                                                               ^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `GitLabConfig` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ResolvedConfig`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           fornecida pelo usuário) e [`ResolvedConfig`] (configuração com valores padrão aplicados).
[INFO] [stdout]                                       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `ResolvedConfig` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ErrorCategory`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Define [`ErrorCategory`] (classificação semântica de erros da API),
[INFO] [stdout]                   ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `ErrorCategory` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ErrorContext`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`ErrorContext`] (metadados adicionais sobre a falha) e [`GitLabError`]
[INFO] [stdout]            ^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `ErrorContext` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `GitLabError`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`ErrorContext`] (metadados adicionais sobre a falha) e [`GitLabError`]
[INFO] [stdout]                                                                    ^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `GitLabError` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `GitLabClient` links to private item `ResourceGroup`
[INFO] [stdout]   --> src/client/mod.rs:20:53
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// merge requests, etc.) através de `Deref` para [`ResourceGroup`].
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `<unknown>` links to private item `ResourceGroup`
[INFO] [stdout]   --> src/client/mod.rs:27:81
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// Implementação de `Deref` para acesso transparente aos campos e métodos de [`ResourceGroup`].
[INFO] [stdout]    |                                                                                 ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `GitLabClient` links to private item `ResourceGroup`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           merge requests, etc.) através de `Deref` para [`ResourceGroup`].
[INFO] [stdout]                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/types/issue.rs:85:36
[INFO] [stdout]    |
[INFO] [stdout] 85 |     /// Referência completa (ex.: "https://gitlab.com/grupo/projeto/-/issues/123").
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 85 |     /// Referência completa (ex.: "<https://gitlab.com/grupo/projeto/-/issues/123>").
[INFO] [stdout]    |                                    +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/client/mod.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct GitLabClient {
[INFO] [stdout] 23 | |     pub(crate) config: ResolvedConfig,
[INFO] [stdout] 24 | |     inner: ResourceGroup,
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Cliente principal para interagir com a API do GitLab.`
[INFO] [stdout]    = help: ends near `Cliente principal para interagir com a API REST do GitLab.`
[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/mod.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct GitLabClient {
[INFO] [stdout] 23 | |     pub(crate) config: ResolvedConfig,
[INFO] [stdout] 24 | |     inner: ResourceGroup,
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Cliente principal para interagir com a API REST do GitLab.`
[INFO] [stdout]    = help: ends near `Cliente principal para interagir com a API REST do GitLab.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `gitlab-wrapper-rs`
[INFO] running `Command { std: "docker" "inspect" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28", kill_on_drop: false }`
[INFO] [stdout] 6043e46e5c8ec9939ec6af051bfe053e0b5356b9fd7868422b28f03b18844a28
