[INFO] cloning repository https://github.com/ducaale/yahc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ducaale/yahc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fducaale%2Fyahc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fducaale%2Fyahc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e30cf6a8aac1418f867b0f050c6bd238889291ff
[INFO] documenting ducaale/yahc against try#a394c9cd9ec93787f09a7ac445b14cc674a94549 for pr-151918-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fducaale%2Fyahc" "/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/ducaale/yahc
[INFO] finished tweaking git repo https://github.com/ducaale/yahc
[INFO] tweaked toml for git repo https://github.com/ducaale/yahc written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ducaale/yahc on toolchain a394c9cd9ec93787f09a7ac445b14cc674a94549
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ducaale/yahc 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" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b3b752be1d5ee3d12224e5493d92777088eba613ff2014baeba13c5f0575a9c
[INFO] running `Command { std: "docker" "start" "-a" "3b3b752be1d5ee3d12224e5493d92777088eba613ff2014baeba13c5f0575a9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b3b752be1d5ee3d12224e5493d92777088eba613ff2014baeba13c5f0575a9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b3b752be1d5ee3d12224e5493d92777088eba613ff2014baeba13c5f0575a9c", kill_on_drop: false }`
[INFO] [stdout] 3b3b752be1d5ee3d12224e5493d92777088eba613ff2014baeba13c5f0575a9c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3cc69582bd8b309147785dd143b877affc9e2b02955185755b075f4582f8567
[INFO] running `Command { std: "docker" "start" "-a" "d3cc69582bd8b309147785dd143b877affc9e2b02955185755b075f4582f8567", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling aws-lc-rs v1.15.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling aws-lc-sys v0.35.0
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling base64 v0.22.1
[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.17
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling onig v6.5.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling plist v1.8.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking cookie_store v0.22.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking clap_complete v4.5.61
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]    Compiling syntect v5.3.0
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking jsonxf v1.1.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking digest_auth v0.3.1
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]     Checking rpassword v7.4.0
[INFO] [stderr]     Checking clap_complete_nushell v4.5.10
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking chardetng v0.1.17
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking serde-transcode v1.1.1
[INFO] [stderr]     Checking os_display v0.1.4
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]     Checking roff v0.2.2
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking regex-lite v0.1.8
[INFO] [stderr]     Checking mime2ext v0.1.54
[INFO] [stderr]     Checking ruzstd v0.7.3
[INFO] [stderr]    Compiling xh v0.25.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[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.1
[INFO] [stderr]     Checking reqwest_cookie_store v0.10.0
[INFO] [stderr]  Documenting xh v0.25.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unclosed HTML tag `BufWriter`
[INFO] [stdout]   --> src/buffer.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! the runtime conditions. Ansi<BufWriter> is fast, so we go through that
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! the runtime conditions. `Ansi<BufWriter>` is fast, so we go through that
[INFO] [stdout]    |                             +               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cli.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 |     /// See https://docs.rs/env_logger/0.11.3/env_logger/#enabling-logging.
[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] 175 |     /// See <https://docs.rs/env_logger/0.11.3/env_logger/#enabling-logging.>
[INFO] [stdout]     |             +                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cli.rs:296:64
[INFO] [stdout]     |
[INFO] [stdout] 296 |     /// Use a proxy for a protocol. For example: --proxy https:http://proxy.host:8080.
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 296 |     /// Use a proxy for a protocol. For example: --proxy https:<http://proxy.host:8080.>
[INFO] [stdout]     |                                                                +                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cli.rs:385:40
[INFO] [stdout]     |
[INFO] [stdout] 385 |     /// For more information, refer to https://httpie.io/docs/cli/best-practices.
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 385 |     /// For more information, refer to <https://httpie.io/docs/cli/best-practices.>
[INFO] [stdout]     |                                        +                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cli.rs:391:44
[INFO] [stdout]     |
[INFO] [stdout] 391 |     /// For translating the other way, try https://curl2httpie.online/.
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 391 |     /// For translating the other way, try <https://curl2httpie.online/.>
[INFO] [stdout]     |                                            +                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/cli.rs:475:165
[INFO] [stdout]     |
[INFO] [stdout] 475 | ...r more information on this syntax, refer to https://httpie.io/docs/cli/nested-json.
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 475 |     /// To construct a complex JSON object, the REQUEST_ITEM's key can be set to a JSON path instead of a field name. For more information on this syntax, refer to <https://httpie.io/docs/cli/nested-json.>
[INFO] [stdout]     |                                                                                                                                                                     +                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]     --> src/cli.rs:1226:9
[INFO] [stdout]      |
[INFO] [stdout] 1226 | /// See https://github.com/ducaale/xh/pull/184#pullrequestreview-787528027
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]      |
[INFO] [stdout] 1226 | /// See <https://github.com/ducaale/xh/pull/184#pullrequestreview-787528027>
[INFO] [stdout]      |         +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: could not parse code block as Rust code
[INFO] [stdout]   --> src/decoder.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |   ///      OuterReader ───────┐
[INFO] [stdout]    |  _________^
[INFO] [stdout] 78 | | ///   compression codec     ├── [Status]
[INFO] [stdout]    | |____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2500}
[INFO] [stdout]    = note: error from rustc: unknown start of token: \u{2510}
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/netrc.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! See https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! See <https://www.gnu.org/software/inetutils/manual/html_node/The->_002enetrc-file.html
[INFO] [stdout]   |         +                                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/netrc.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! And https://github.com/curl/curl/blob/b01165680450364bdc770da3c7ede190872286c8/lib/netrc.c
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! And <https://github.com/curl/curl/blob/b01165680450364bdc770da3c7ede190872286c8/lib/netrc.c>
[INFO] [stdout]   |         +                                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/printer.rs:713:9
[INFO] [stdout]     |
[INFO] [stdout] 713 | /// See https://github.com/seanmonstar/reqwest/blob/2940740493/src/async_impl/response.rs#L172
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 713 | /// See <https://github.com/seanmonstar/reqwest/blob/2940740493/src/async_impl/response.rs#L172>
[INFO] [stdout]     |         +                                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/utils.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 | /// See https://www.gnu.org/software/bash/manual/html_node/Tilde-Expansion.html
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 115 | /// See <https://www.gnu.org/software/bash/manual/html_node/Tilde-Expansion.html>
[INFO] [stdout]     |         +                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/main.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 | /// https://github.com/rust-lang/rust/issues/93346 will become the preferred way to
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 740 | /// <https://github.com/rust-lang/rust/issues/93346> will become the preferred way to
[INFO] [stdout]     |     +                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/xh/index.html
[INFO] running `Command { std: "docker" "inspect" "d3cc69582bd8b309147785dd143b877affc9e2b02955185755b075f4582f8567", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3cc69582bd8b309147785dd143b877affc9e2b02955185755b075f4582f8567", kill_on_drop: false }`
[INFO] [stdout] d3cc69582bd8b309147785dd143b877affc9e2b02955185755b075f4582f8567
