[INFO] cloning repository https://github.com/smkell/fanoracle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smkell/fanoracle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmkell%2Ffanoracle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmkell%2Ffanoracle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea9a4a83e85320f800ec4405ff0ec91cceb3a230 [INFO] documenting smkell/fanoracle against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmkell%2Ffanoracle" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/smkell/fanoracle on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/smkell/fanoracle [INFO] finished tweaking git repo https://github.com/smkell/fanoracle [INFO] tweaked toml for git repo https://github.com/smkell/fanoracle written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/smkell/fanoracle already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be8467a326528aae7fd614cabb0beccdefbf2c473083ea009ce15ef53a8e289a [INFO] running `Command { std: "docker" "start" "-a" "be8467a326528aae7fd614cabb0beccdefbf2c473083ea009ce15ef53a8e289a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be8467a326528aae7fd614cabb0beccdefbf2c473083ea009ce15ef53a8e289a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be8467a326528aae7fd614cabb0beccdefbf2c473083ea009ce15ef53a8e289a", kill_on_drop: false }` [INFO] [stdout] be8467a326528aae7fd614cabb0beccdefbf2c473083ea009ce15ef53a8e289a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72e88721e8c706482c86b73c5b7aebd6a76453fc405b75a27e5687d59c1553e1 [INFO] running `Command { std: "docker" "start" "-a" "72e88721e8c706482c86b73c5b7aebd6a76453fc405b75a27e5687d59c1553e1", kill_on_drop: false }` [INFO] [stderr] Checking fanoracle v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting fanoracle v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:708:8 [INFO] [stdout] | [INFO] [stdout] 708 | 100 ... 199 => Some(StatusCodeClass::Informational), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:709:8 [INFO] [stdout] | [INFO] [stdout] 709 | 200 ... 299 => Some(StatusCodeClass::Successful), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:710:8 [INFO] [stdout] | [INFO] [stdout] 710 | 300 ... 399 => Some(StatusCodeClass::Redirection), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:711:8 [INFO] [stdout] | [INFO] [stdout] 711 | 400 ... 499 => Some(StatusCodeClass::ClientError), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:712:8 [INFO] [stdout] | [INFO] [stdout] 712 | 500 ... 599 => Some(StatusCodeClass::ServerError), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:708:8 [INFO] [stdout] | [INFO] [stdout] 708 | 100 ... 199 => Some(StatusCodeClass::Informational), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:709:8 [INFO] [stdout] | [INFO] [stdout] 709 | 200 ... 299 => Some(StatusCodeClass::Successful), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:710:8 [INFO] [stdout] | [INFO] [stdout] 710 | 300 ... 399 => Some(StatusCodeClass::Redirection), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:711:8 [INFO] [stdout] | [INFO] [stdout] 711 | 400 ... 499 => Some(StatusCodeClass::ClientError), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:712:8 [INFO] [stdout] | [INFO] [stdout] 712 | 500 ... 599 => Some(StatusCodeClass::ServerError), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | /// 100 - Continue (http://tools.ietf.org/html/rfc7231#section-6.2.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | /// described in http://tools.ietf.org/html/rfc7231#section-5.1.1. The client ought to continue [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | /// 101 - Switching Protocols (http://tools.ietf.org/html/rfc7231#section-6.2.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | /// 200 - OK (http://tools.ietf.org/html/rfc7231#section-6.3.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | /// 201 - Created (http://tools.ietf.org/html/rfc7231#section-6.3.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:70:22 [INFO] [stdout] | [INFO] [stdout] 70 | /// 202 - Accepted (http://tools.ietf.org/html/rfc7231#section-6.3.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | /// 203 - Non-Authoritative Information (http://tools.ietf.org/html/rfc7231#section-6.3.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | /// 204 - No Content (http://tools.ietf.org/html/rfc7231#section-6.3.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:132:27 [INFO] [stdout] | [INFO] [stdout] 132 | /// 205 - Reset Content (http://tools.ietf.org/html/rfc7231#section-6.3.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | /// 206 - Partial Content (http://tools.ietf.org/html/rfc7233#section-4.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:154:30 [INFO] [stdout] | [INFO] [stdout] 154 | /// 300 - Multiple Choices (http://tools.ietf.org/html/rfc7231#section-6.4.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 190 | /// 301 - Moved Permanently (http://tools.ietf.org/html/rfc7231#section-6.4.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:211:19 [INFO] [stdout] | [INFO] [stdout] 211 | /// 302 - Found (http://tools.ietf.org/html/rfc7231#section-6.4.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:226:23 [INFO] [stdout] | [INFO] [stdout] 226 | /// 303 - See Other (http://tools.ietf.org/html/rfc7231#section-6.4.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | /// 304 - Not Modified (http://tools.ietf.org/html/rfc7232#section-4.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:256:23 [INFO] [stdout] | [INFO] [stdout] 256 | /// 305 - Use Proxy (http://tools.ietf.org/html/rfc7231#section-6.4.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:261:32 [INFO] [stdout] | [INFO] [stdout] 261 | /// 307 - Temporary Redirect (http://tools.ietf.org/html/rfc7231#section-6.4.7) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:279:25 [INFO] [stdout] | [INFO] [stdout] 279 | /// 400 - Bad Request (http://tools.ietf.org/html/rfc7231#section-6.5.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:285:26 [INFO] [stdout] | [INFO] [stdout] 285 | /// 401 - Unauthorized (http://tools.ietf.org/html/rfc7235#section-3.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:287:30 [INFO] [stdout] | [INFO] [stdout] 287 | /// 402 - Payment Required (http://tools.ietf.org/html/rfc7231#section-6.5.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:291:23 [INFO] [stdout] | [INFO] [stdout] 291 | /// 403 - Forbidden (http://tools.ietf.org/html/rfc7231#section-6.5.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:305:23 [INFO] [stdout] | [INFO] [stdout] 305 | /// 404 - Not Found (http://tools.ietf.org/html/rfc7231#section-6.5.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:317:32 [INFO] [stdout] | [INFO] [stdout] 317 | /// 405 - Method Not Allowed (http://tools.ietf.org/html/rfc7231#section-6.5.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:328:28 [INFO] [stdout] | [INFO] [stdout] 328 | /// 406 - Not Acceptable (http://tools.ietf.org/html/rfc7231#section-6.5.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:343:43 [INFO] [stdout] | [INFO] [stdout] 343 | /// 407 - Proxy Authentication Required (http://tools.ietf.org/html/rfc7235#section-3.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:345:29 [INFO] [stdout] | [INFO] [stdout] 345 | /// 408 - Request Timeout (http://tools.ietf.org/html/rfc7231#section-6.5.7) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:355:22 [INFO] [stdout] | [INFO] [stdout] 355 | /// 409 - Conflict (http://tools.ietf.org/html/rfc7231#section-6.5.8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:370:18 [INFO] [stdout] | [INFO] [stdout] 370 | /// 410 - Gone (http://tools.ietf.org/html/rfc7231#section-6.5.9) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:389:29 [INFO] [stdout] | [INFO] [stdout] 389 | /// 411 - Length Required (http://tools.ietf.org/html/rfc7231#section-6.5.10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:397:33 [INFO] [stdout] | [INFO] [stdout] 397 | /// 412 - Precondition Failed (http://tools.ietf.org/html/rfc7232#section-4.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:399:31 [INFO] [stdout] | [INFO] [stdout] 399 | /// 413 - Payload Too Large (http://tools.ietf.org/html/rfc7231#section-6.5.11) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:408:26 [INFO] [stdout] | [INFO] [stdout] 408 | /// 414 - URI Too Long (http://tools.ietf.org/html/rfc7231#section-6.5.12) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:412:40 [INFO] [stdout] | [INFO] [stdout] 412 | /// ([Section 5.3 of \[RFC7230\]])(http://tools.ietf.org/html/rfc7231#section-5.3)) is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:423:36 [INFO] [stdout] | [INFO] [stdout] 423 | /// 415 - Unsupported Media Type (http://tools.ietf.org/html/rfc7231#section-6.5.13) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:430:35 [INFO] [stdout] | [INFO] [stdout] 430 | /// 416 - Range Not Satisfiable (http://tools.ietf.org/html/rfc7233#section-4.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:432:32 [INFO] [stdout] | [INFO] [stdout] 432 | /// 417 - Expectation Failed (http://tools.ietf.org/html/rfc7231#section-6.5.14) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:439:30 [INFO] [stdout] | [INFO] [stdout] 439 | /// 426 - Upgrade Required (http://tools.ietf.org/html/rfc7231#section-6.5.15) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:459:35 [INFO] [stdout] | [INFO] [stdout] 459 | /// 500 - Internal Server Error (http://tools.ietf.org/html/rfc7231#section-6.6.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:464:29 [INFO] [stdout] | [INFO] [stdout] 464 | /// 501 - Not Implemented (http://tools.ietf.org/html/rfc7231#section-6.6.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:475:25 [INFO] [stdout] | [INFO] [stdout] 475 | /// 502 - Bad Gateway (http://tools.ietf.org/html/rfc7231#section-6.6.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:481:33 [INFO] [stdout] | [INFO] [stdout] 481 | /// 503 - Service Unavailable (http://tools.ietf.org/html/rfc7231#section-6.6.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:492:29 [INFO] [stdout] | [INFO] [stdout] 492 | /// 504 - Gateway Timeout (http://tools.ietf.org/html/rfc7231#section-6.6.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:498:40 [INFO] [stdout] | [INFO] [stdout] 498 | /// 505 - HTTP Version Not Supported (http://tools.ietf.org/html/rfc7231#section-6.6.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:525:27 [INFO] [stdout] | [INFO] [stdout] 525 | /// 1xx - Informational (http://tools.ietf.org/html/rfc7231#section-6.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:542:27 [INFO] [stdout] | [INFO] [stdout] 542 | /// 2xx - Successful (http://tools.ietf.org/html/rfc7231#section-6.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:588:29 [INFO] [stdout] | [INFO] [stdout] 588 | /// 4xx - Client Error (http://tools.ietf.org/html/rfc7231#section-6.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:596:29 [INFO] [stdout] | [INFO] [stdout] 596 | /// 5xx - Server Error (http://tools.ietf.org/html/rfc7231#section-6.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `Command { std: "docker" "inspect" "72e88721e8c706482c86b73c5b7aebd6a76453fc405b75a27e5687d59c1553e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72e88721e8c706482c86b73c5b7aebd6a76453fc405b75a27e5687d59c1553e1", kill_on_drop: false }` [INFO] [stdout] 72e88721e8c706482c86b73c5b7aebd6a76453fc405b75a27e5687d59c1553e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] d36b47ef4a13bd2689399268c2d57a3b106fe4d412f83edbe6c69e133fc567df [INFO] running `Command { std: "docker" "start" "-a" "d36b47ef4a13bd2689399268c2d57a3b106fe4d412f83edbe6c69e133fc567df", kill_on_drop: false }` [INFO] [stderr] Documenting fanoracle v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:708:8 [INFO] [stdout] | [INFO] [stdout] 708 | 100 ... 199 => Some(StatusCodeClass::Informational), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:709:8 [INFO] [stdout] | [INFO] [stdout] 709 | 200 ... 299 => Some(StatusCodeClass::Successful), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:710:8 [INFO] [stdout] | [INFO] [stdout] 710 | 300 ... 399 => Some(StatusCodeClass::Redirection), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:711:8 [INFO] [stdout] | [INFO] [stdout] 711 | 400 ... 499 => Some(StatusCodeClass::ClientError), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/http/statuscodes.rs:712:8 [INFO] [stdout] | [INFO] [stdout] 712 | 500 ... 599 => Some(StatusCodeClass::ServerError), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | /// 100 - Continue (http://tools.ietf.org/html/rfc7231#section-6.2.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | /// described in http://tools.ietf.org/html/rfc7231#section-5.1.1. The client ought to continue [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | /// 101 - Switching Protocols (http://tools.ietf.org/html/rfc7231#section-6.2.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | /// 200 - OK (http://tools.ietf.org/html/rfc7231#section-6.3.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | /// 201 - Created (http://tools.ietf.org/html/rfc7231#section-6.3.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:70:22 [INFO] [stdout] | [INFO] [stdout] 70 | /// 202 - Accepted (http://tools.ietf.org/html/rfc7231#section-6.3.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | /// 203 - Non-Authoritative Information (http://tools.ietf.org/html/rfc7231#section-6.3.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:103:24 [INFO] [stdout] | [INFO] [stdout] 103 | /// 204 - No Content (http://tools.ietf.org/html/rfc7231#section-6.3.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:132:27 [INFO] [stdout] | [INFO] [stdout] 132 | /// 205 - Reset Content (http://tools.ietf.org/html/rfc7231#section-6.3.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | /// 206 - Partial Content (http://tools.ietf.org/html/rfc7233#section-4.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:154:30 [INFO] [stdout] | [INFO] [stdout] 154 | /// 300 - Multiple Choices (http://tools.ietf.org/html/rfc7231#section-6.4.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:190:31 [INFO] [stdout] | [INFO] [stdout] 190 | /// 301 - Moved Permanently (http://tools.ietf.org/html/rfc7231#section-6.4.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:211:19 [INFO] [stdout] | [INFO] [stdout] 211 | /// 302 - Found (http://tools.ietf.org/html/rfc7231#section-6.4.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:226:23 [INFO] [stdout] | [INFO] [stdout] 226 | /// 303 - See Other (http://tools.ietf.org/html/rfc7231#section-6.4.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | /// 304 - Not Modified (http://tools.ietf.org/html/rfc7232#section-4.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:256:23 [INFO] [stdout] | [INFO] [stdout] 256 | /// 305 - Use Proxy (http://tools.ietf.org/html/rfc7231#section-6.4.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:261:32 [INFO] [stdout] | [INFO] [stdout] 261 | /// 307 - Temporary Redirect (http://tools.ietf.org/html/rfc7231#section-6.4.7) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:279:25 [INFO] [stdout] | [INFO] [stdout] 279 | /// 400 - Bad Request (http://tools.ietf.org/html/rfc7231#section-6.5.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:285:26 [INFO] [stdout] | [INFO] [stdout] 285 | /// 401 - Unauthorized (http://tools.ietf.org/html/rfc7235#section-3.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:287:30 [INFO] [stdout] | [INFO] [stdout] 287 | /// 402 - Payment Required (http://tools.ietf.org/html/rfc7231#section-6.5.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:291:23 [INFO] [stdout] | [INFO] [stdout] 291 | /// 403 - Forbidden (http://tools.ietf.org/html/rfc7231#section-6.5.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:305:23 [INFO] [stdout] | [INFO] [stdout] 305 | /// 404 - Not Found (http://tools.ietf.org/html/rfc7231#section-6.5.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:317:32 [INFO] [stdout] | [INFO] [stdout] 317 | /// 405 - Method Not Allowed (http://tools.ietf.org/html/rfc7231#section-6.5.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:328:28 [INFO] [stdout] | [INFO] [stdout] 328 | /// 406 - Not Acceptable (http://tools.ietf.org/html/rfc7231#section-6.5.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:343:43 [INFO] [stdout] | [INFO] [stdout] 343 | /// 407 - Proxy Authentication Required (http://tools.ietf.org/html/rfc7235#section-3.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:345:29 [INFO] [stdout] | [INFO] [stdout] 345 | /// 408 - Request Timeout (http://tools.ietf.org/html/rfc7231#section-6.5.7) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:355:22 [INFO] [stdout] | [INFO] [stdout] 355 | /// 409 - Conflict (http://tools.ietf.org/html/rfc7231#section-6.5.8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:370:18 [INFO] [stdout] | [INFO] [stdout] 370 | /// 410 - Gone (http://tools.ietf.org/html/rfc7231#section-6.5.9) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:389:29 [INFO] [stdout] | [INFO] [stdout] 389 | /// 411 - Length Required (http://tools.ietf.org/html/rfc7231#section-6.5.10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:397:33 [INFO] [stdout] | [INFO] [stdout] 397 | /// 412 - Precondition Failed (http://tools.ietf.org/html/rfc7232#section-4.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:399:31 [INFO] [stdout] | [INFO] [stdout] 399 | /// 413 - Payload Too Large (http://tools.ietf.org/html/rfc7231#section-6.5.11) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:408:26 [INFO] [stdout] | [INFO] [stdout] 408 | /// 414 - URI Too Long (http://tools.ietf.org/html/rfc7231#section-6.5.12) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:412:40 [INFO] [stdout] | [INFO] [stdout] 412 | /// ([Section 5.3 of \[RFC7230\]])(http://tools.ietf.org/html/rfc7231#section-5.3)) is [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:423:36 [INFO] [stdout] | [INFO] [stdout] 423 | /// 415 - Unsupported Media Type (http://tools.ietf.org/html/rfc7231#section-6.5.13) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:430:35 [INFO] [stdout] | [INFO] [stdout] 430 | /// 416 - Range Not Satisfiable (http://tools.ietf.org/html/rfc7233#section-4.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:432:32 [INFO] [stdout] | [INFO] [stdout] 432 | /// 417 - Expectation Failed (http://tools.ietf.org/html/rfc7231#section-6.5.14) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:439:30 [INFO] [stdout] | [INFO] [stdout] 439 | /// 426 - Upgrade Required (http://tools.ietf.org/html/rfc7231#section-6.5.15) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:459:35 [INFO] [stdout] | [INFO] [stdout] 459 | /// 500 - Internal Server Error (http://tools.ietf.org/html/rfc7231#section-6.6.1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:464:29 [INFO] [stdout] | [INFO] [stdout] 464 | /// 501 - Not Implemented (http://tools.ietf.org/html/rfc7231#section-6.6.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:475:25 [INFO] [stdout] | [INFO] [stdout] 475 | /// 502 - Bad Gateway (http://tools.ietf.org/html/rfc7231#section-6.6.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:481:33 [INFO] [stdout] | [INFO] [stdout] 481 | /// 503 - Service Unavailable (http://tools.ietf.org/html/rfc7231#section-6.6.4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:492:29 [INFO] [stdout] | [INFO] [stdout] 492 | /// 504 - Gateway Timeout (http://tools.ietf.org/html/rfc7231#section-6.6.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:498:40 [INFO] [stdout] | [INFO] [stdout] 498 | /// 505 - HTTP Version Not Supported (http://tools.ietf.org/html/rfc7231#section-6.6.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:525:27 [INFO] [stdout] | [INFO] [stdout] 525 | /// 1xx - Informational (http://tools.ietf.org/html/rfc7231#section-6.2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:542:27 [INFO] [stdout] | [INFO] [stdout] 542 | /// 2xx - Successful (http://tools.ietf.org/html/rfc7231#section-6.3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:588:29 [INFO] [stdout] | [INFO] [stdout] 588 | /// 4xx - Client Error (http://tools.ietf.org/html/rfc7231#section-6.5) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/http/statuscodes.rs:596:29 [INFO] [stdout] | [INFO] [stdout] 596 | /// 5xx - Server Error (http://tools.ietf.org/html/rfc7231#section-6.6) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `Command { std: "docker" "inspect" "d36b47ef4a13bd2689399268c2d57a3b106fe4d412f83edbe6c69e133fc567df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d36b47ef4a13bd2689399268c2d57a3b106fe4d412f83edbe6c69e133fc567df", kill_on_drop: false }` [INFO] [stdout] d36b47ef4a13bd2689399268c2d57a3b106fe4d412f83edbe6c69e133fc567df