[INFO] fetching crate aahc 0.1.0... [INFO] documenting aahc-0.1.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate aahc 0.1.0 into /workspace/builds/worker-114/source [INFO] validating manifest of crates.io crate aahc 0.1.0 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 crates.io crate aahc 0.1.0 [INFO] finished tweaking crates.io crate aahc 0.1.0 [INFO] tweaked toml for crates.io crate aahc 0.1.0 written to /workspace/builds/worker-114/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] 0d9934c5a74d8263340181430ce716f233fb6e6ada0b1eb0632796d2235e70ea [INFO] running `Command { std: "docker" "start" "-a" "0d9934c5a74d8263340181430ce716f233fb6e6ada0b1eb0632796d2235e70ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d9934c5a74d8263340181430ce716f233fb6e6ada0b1eb0632796d2235e70ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d9934c5a74d8263340181430ce716f233fb6e6ada0b1eb0632796d2235e70ea", kill_on_drop: false }` [INFO] [stdout] 0d9934c5a74d8263340181430ce716f233fb6e6ada0b1eb0632796d2235e70ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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] f51fc1d0bfe6564b812e025113131846fe630f006d9fd423838dba517c6ae4c6 [INFO] running `Command { std: "docker" "start" "-a" "f51fc1d0bfe6564b812e025113131846fe630f006d9fd423838dba517c6ae4c6", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Documenting aahc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead [INFO] [stdout] --> src/lib.rs:6:2 [INFO] [stdout] | [INFO] [stdout] 6 | rustdoc, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `missing_crate_level_docs` has been renamed to `rustdoc::missing_crate_level_docs` [INFO] [stdout] --> src/lib.rs:11:2 [INFO] [stdout] | [INFO] [stdout] 11 | missing_crate_level_docs, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_crate_level_docs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | missing_doc_code_examples, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `response::headers::receive` [INFO] [stdout] --> src/request.rs:16:49 [INFO] [stdout] | [INFO] [stdout] 16 | /// immediately passed into [`receive_headers`](response::headers::receive). More complex [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `response` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ChunkSizeRest` [INFO] [stdout] --> src/response/body/chunked.rs:18:55 [INFO] [stdout] | [INFO] [stdout] 18 | /// Once a hex digit is seen, state transitions to [`ChunkSizeRest`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `ChunkSizeRest` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ChunkExt` [INFO] [stdout] --> src/response/body/chunked.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | /// Once a semicolon is seen, state transitions to [`ChunkExt`]. Once a CR is seen, state [INFO] [stdout] | ^^^^^^^^ no item named `ChunkExt` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HeaderLF` [INFO] [stdout] --> src/response/body/chunked.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | /// transitions to [`HeaderLF`]. [INFO] [stdout] | ^^^^^^^^ no item named `HeaderLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HeaderLF` [INFO] [stdout] --> src/response/body/chunked.rs:33:48 [INFO] [stdout] | [INFO] [stdout] 33 | /// Once a CR is seen, state transitions to [`HeaderLF`]. [INFO] [stdout] | ^^^^^^^^ no item named `HeaderLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Data` [INFO] [stdout] --> src/response/body/chunked.rs:40:49 [INFO] [stdout] | [INFO] [stdout] 40 | /// Once an LF is seen, state transitions to [`Data`] or [`FinalCR`]. [INFO] [stdout] | ^^^^ no item named `Data` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FinalCR` [INFO] [stdout] --> src/response/body/chunked.rs:40:61 [INFO] [stdout] | [INFO] [stdout] 40 | /// Once an LF is seen, state transitions to [`Data`] or [`FinalCR`]. [INFO] [stdout] | ^^^^^^^ no item named `FinalCR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DataCR` [INFO] [stdout] --> src/response/body/chunked.rs:47:64 [INFO] [stdout] | [INFO] [stdout] 47 | /// Once all the bytes have been read, state transitions to [`DataCR`]. [INFO] [stdout] | ^^^^^^ no item named `DataCR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DataLF` [INFO] [stdout] --> src/response/body/chunked.rs:52:48 [INFO] [stdout] | [INFO] [stdout] 52 | /// Once a CR is seen, state transitions to [`DataLF`]. [INFO] [stdout] | ^^^^^^ no item named `DataLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SizeFirst` [INFO] [stdout] --> src/response/body/chunked.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | /// Once an LF is seen, state transitions to [`SizeFirst`]. [INFO] [stdout] | ^^^^^^^^^ no item named `SizeFirst` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FinalLF` [INFO] [stdout] --> src/response/body/chunked.rs:62:48 [INFO] [stdout] | [INFO] [stdout] 62 | /// Once a CR is seen, state transitions to [`FinalLF`]. [INFO] [stdout] | ^^^^^^^ no item named `FinalLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Done` [INFO] [stdout] --> src/response/body/chunked.rs:67:49 [INFO] [stdout] | [INFO] [stdout] 67 | /// Once an LF is seen, state transitions to [`Done`]. [INFO] [stdout] | ^^^^ no item named `Done` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CR` [INFO] [stdout] --> src/response/headers.rs:278:36 [INFO] [stdout] | [INFO] [stdout] 278 | /// in bytes, including the final [CR]LF[CR]LF. If not all headers have been received yet, [INFO] [stdout] | ^^ no item named `CR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CR` [INFO] [stdout] --> src/response/headers.rs:278:42 [INFO] [stdout] | [INFO] [stdout] 278 | /// in bytes, including the final [CR]LF[CR]LF. If not all headers have been received yet, [INFO] [stdout] | ^^ no item named `CR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f51fc1d0bfe6564b812e025113131846fe630f006d9fd423838dba517c6ae4c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f51fc1d0bfe6564b812e025113131846fe630f006d9fd423838dba517c6ae4c6", kill_on_drop: false }` [INFO] [stdout] f51fc1d0bfe6564b812e025113131846fe630f006d9fd423838dba517c6ae4c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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] 8ac6634442c3504edb6dacdceaac4eadf479625ef63c51af9280cd4c1e70863e [INFO] running `Command { std: "docker" "start" "-a" "8ac6634442c3504edb6dacdceaac4eadf479625ef63c51af9280cd4c1e70863e", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Documenting aahc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead [INFO] [stdout] --> src/lib.rs:6:2 [INFO] [stdout] | [INFO] [stdout] 6 | rustdoc, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `missing_crate_level_docs` has been renamed to `rustdoc::missing_crate_level_docs` [INFO] [stdout] --> src/lib.rs:11:2 [INFO] [stdout] | [INFO] [stdout] 11 | missing_crate_level_docs, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_crate_level_docs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | missing_doc_code_examples, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/error.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Errors that originate inside `aahc` or `httparse`. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! `aahc` API functions report three kinds of errors: errors passed up from the underlying socket, [INFO] [stdout] 4 | | //! errors caused by the server sending an invalid or unsupported HTTP response, and errors caused [INFO] [stdout] ... | [INFO] [stdout] 11 | | //! inner error of the [`std::io::Error`] is an [`InvalidData`] instance, otherwise there is no [INFO] [stdout] 12 | | //! source and this module is not exported. [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:14:2 [INFO] [stdout] | [INFO] [stdout] 14 | missing_doc_code_examples, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/error.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | /// The ways in which a received `Content-Type` header can be invalid. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/error.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | /// The ways in which a chunk header can be invalid. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/error.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | / /// The type of nested error included in any error of kind [INFO] [stdout] 75 | | /// [`InvalidData`](std::io::ErrorKind::InvalidData) that originates within this `aahc` itself. [INFO] [stdout] 76 | | /// [INFO] [stdout] 77 | | /// Errors that pass through `aahc` but do not originate there—such as errors returned by the [INFO] [stdout] ... | [INFO] [stdout] 82 | | /// requires heap allocation. If the `detailed-errors` feature is disabled, this type does not [INFO] [stdout] 83 | | /// exist. [INFO] [stdout] | |__________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `response::headers::receive` [INFO] [stdout] --> src/request.rs:16:49 [INFO] [stdout] | [INFO] [stdout] 16 | /// immediately passed into [`receive_headers`](response::headers::receive). More complex [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `response` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ChunkSizeRest` [INFO] [stdout] --> src/response/body/chunked.rs:18:55 [INFO] [stdout] | [INFO] [stdout] 18 | /// Once a hex digit is seen, state transitions to [`ChunkSizeRest`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `ChunkSizeRest` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ChunkExt` [INFO] [stdout] --> src/response/body/chunked.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | /// Once a semicolon is seen, state transitions to [`ChunkExt`]. Once a CR is seen, state [INFO] [stdout] | ^^^^^^^^ no item named `ChunkExt` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HeaderLF` [INFO] [stdout] --> src/response/body/chunked.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | /// transitions to [`HeaderLF`]. [INFO] [stdout] | ^^^^^^^^ no item named `HeaderLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HeaderLF` [INFO] [stdout] --> src/response/body/chunked.rs:33:48 [INFO] [stdout] | [INFO] [stdout] 33 | /// Once a CR is seen, state transitions to [`HeaderLF`]. [INFO] [stdout] | ^^^^^^^^ no item named `HeaderLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Data` [INFO] [stdout] --> src/response/body/chunked.rs:40:49 [INFO] [stdout] | [INFO] [stdout] 40 | /// Once an LF is seen, state transitions to [`Data`] or [`FinalCR`]. [INFO] [stdout] | ^^^^ no item named `Data` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FinalCR` [INFO] [stdout] --> src/response/body/chunked.rs:40:61 [INFO] [stdout] | [INFO] [stdout] 40 | /// Once an LF is seen, state transitions to [`Data`] or [`FinalCR`]. [INFO] [stdout] | ^^^^^^^ no item named `FinalCR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DataCR` [INFO] [stdout] --> src/response/body/chunked.rs:47:64 [INFO] [stdout] | [INFO] [stdout] 47 | /// Once all the bytes have been read, state transitions to [`DataCR`]. [INFO] [stdout] | ^^^^^^ no item named `DataCR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DataLF` [INFO] [stdout] --> src/response/body/chunked.rs:52:48 [INFO] [stdout] | [INFO] [stdout] 52 | /// Once a CR is seen, state transitions to [`DataLF`]. [INFO] [stdout] | ^^^^^^ no item named `DataLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `SizeFirst` [INFO] [stdout] --> src/response/body/chunked.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | /// Once an LF is seen, state transitions to [`SizeFirst`]. [INFO] [stdout] | ^^^^^^^^^ no item named `SizeFirst` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FinalLF` [INFO] [stdout] --> src/response/body/chunked.rs:62:48 [INFO] [stdout] | [INFO] [stdout] 62 | /// Once a CR is seen, state transitions to [`FinalLF`]. [INFO] [stdout] | ^^^^^^^ no item named `FinalLF` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Done` [INFO] [stdout] --> src/response/body/chunked.rs:67:49 [INFO] [stdout] | [INFO] [stdout] 67 | /// Once an LF is seen, state transitions to [`Done`]. [INFO] [stdout] | ^^^^ no item named `Done` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CR` [INFO] [stdout] --> src/response/headers.rs:278:36 [INFO] [stdout] | [INFO] [stdout] 278 | /// in bytes, including the final [CR]LF[CR]LF. If not all headers have been received yet, [INFO] [stdout] | ^^ no item named `CR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `CR` [INFO] [stdout] --> src/response/headers.rs:278:42 [INFO] [stdout] | [INFO] [stdout] 278 | /// in bytes, including the final [CR]LF[CR]LF. If not all headers have been received yet, [INFO] [stdout] | ^^ no item named `CR` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.04s [INFO] running `Command { std: "docker" "inspect" "8ac6634442c3504edb6dacdceaac4eadf479625ef63c51af9280cd4c1e70863e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ac6634442c3504edb6dacdceaac4eadf479625ef63c51af9280cd4c1e70863e", kill_on_drop: false }` [INFO] [stdout] 8ac6634442c3504edb6dacdceaac4eadf479625ef63c51af9280cd4c1e70863e