[INFO] fetching crate axum-extra 0.12.6...
[INFO] documenting axum-extra-0.12.6 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate axum-extra 0.12.6 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate axum-extra 0.12.6
[INFO] finished tweaking crates.io crate axum-extra 0.12.6
[INFO] tweaked toml for crates.io crate axum-extra 0.12.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate axum-extra 0.12.6 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate axum-extra 0.12.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6
[INFO] running `Command { std: "docker" "start" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]  Documenting axum-extra v0.12.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::body::AsyncReadBody`
[INFO] [stdout]   --> src/lib.rs:12:55
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! `async-read-body` | Enables the [`AsyncReadBody`](crate::body::AsyncReadBody) body |
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncReadBody` in module `body`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::response::Attachment`
[INFO] [stdout]   --> src/lib.rs:13:47
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! `attachment` | Enables the [`Attachment`](crate::response::Attachment) response |
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Attachment` in module `response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::Cached`
[INFO] [stdout]   --> src/lib.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! `cached` | Enables the [`Cached`](crate::extract::Cached) extractor |
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^ no item named `Cached` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::CookieJar`
[INFO] [stdout]   --> src/lib.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! `cookie` | Enables the [`CookieJar`](crate::extract::CookieJar) extractor |
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CookieJar` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::PrivateCookieJar`
[INFO] [stdout]   --> src/lib.rs:16:57
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! `cookie-private` | Enables the [`PrivateCookieJar`](crate::extract::PrivateCookieJar) extractor |
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `PrivateCookieJar` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::SignedCookieJar`
[INFO] [stdout]   --> src/lib.rs:17:55
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! `cookie-signed` | Enables the [`SignedCookieJar`](crate::extract::SignedCookieJar) extractor |
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `SignedCookieJar` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::cookie::Key::derive_from`
[INFO] [stdout]   --> src/lib.rs:18:63
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! `cookie-key-expansion` | Enables the [`Key::derive_from`](crate::extract::cookie::Key::derive_from) method |
[INFO] [stdout]    |                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cookie` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::response::ErasedJson`
[INFO] [stdout]   --> src/lib.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! `erased-json` | Enables the [`ErasedJson`](crate::response::ErasedJson) response |
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ErasedJson` in module `response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::response::InternalServerError`
[INFO] [stdout]   --> src/lib.rs:20:60
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! `error-response` | Enables the [`InternalServerError`](crate::response::InternalServerError) response |
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `InternalServerError` in module `response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::Form`
[INFO] [stdout]   --> src/lib.rs:21:35
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! `form` | Enables the [`Form`](crate::extract::Form) extractor |
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^ no item named `Form` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `handler`
[INFO] [stdout]   --> src/lib.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! `handler` | Enables the [handler] utilities |
[INFO] [stdout]    |                              ^^^^^^^ no item named `handler` 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 `crate::extract::JsonDeserializer`
[INFO] [stdout]   --> src/lib.rs:23:60
[INFO] [stdout]    |
[INFO] [stdout] 23 | //! `json-deserializer` | Enables the [`JsonDeserializer`](crate::extract::JsonDeserializer) extractor |
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `JsonDeserializer` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::JsonLines`
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! `json-lines` | Enables the [`JsonLines`](crate::extract::JsonLines) extractor and response |
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `JsonLines` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `middleware`
[INFO] [stdout]   --> src/lib.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! `middleware` | Enables the [middleware] utilities |
[INFO] [stdout]    |                                 ^^^^^^^^^^ no item named `middleware` 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 `crate::extract::Multipart`
[INFO] [stdout]   --> src/lib.rs:26:45
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! `multipart` | Enables the [`Multipart`](crate::extract::Multipart) extractor |
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Multipart` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::OptionalPath`
[INFO] [stdout]   --> src/lib.rs:27:52
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! `optional-path` | Enables the [`OptionalPath`](crate::extract::OptionalPath) extractor |
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `OptionalPath` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::protobuf::Protobuf`
[INFO] [stdout]   --> src/lib.rs:28:43
[INFO] [stdout]    |
[INFO] [stdout] 28 | //! `protobuf` | Enables the [`Protobuf`](crate::protobuf::Protobuf) extractor and response |
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `protobuf` in module `axum_extra`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::Query`
[INFO] [stdout]   --> src/lib.rs:29:37
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! `query` | Enables the [`Query`](crate::extract::Query) extractor |
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^ no item named `Query` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `routing`
[INFO] [stdout]   --> src/lib.rs:30:30
[INFO] [stdout]    |
[INFO] [stdout] 30 | //! `routing` | Enables the [routing] utilities |
[INFO] [stdout]    |                              ^^^^^^^ no item named `routing` 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 `crate::routing::TypedPath`
[INFO] [stdout]   --> src/lib.rs:32:49
[INFO] [stdout]    |
[INFO] [stdout] 32 | //! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities and the `routing` feature. |
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `routing` in module `axum_extra`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TypedHeader`
[INFO] [stdout]   --> src/lib.rs:33:36
[INFO] [stdout]    |
[INFO] [stdout] 33 | //! `typed-header` | Enables the [`TypedHeader`] extractor and response |
[INFO] [stdout]    |                                    ^^^^^^^^^^^ no item named `TypedHeader` 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 `crate::response::FileStream`
[INFO] [stdout]   --> src/lib.rs:34:48
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! `file-stream` | Enables the [`FileStream`](crate::response::FileStream) response |
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FileStream` in module `response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::extract::WithRejection`
[INFO] [stdout]   --> src/lib.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 | //! `with-rejection` | Enables the [`WithRejection`](crate::extract::WithRejection) extractor |
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `WithRejection` in module `extract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/axum_extra/index.html
[INFO] running `Command { std: "docker" "inspect" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_html_form v0.2.8
[INFO] [stderr]     Checking typed-json v0.1.1
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]     Checking prost v0.14.1
[INFO] [stderr]  Documenting axum-extra v0.12.6 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/response/erased_json.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub mod private {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `_not_ public API`
[INFO] [stdout]     = help: ends near `Not public API. Re-exported as `crate::response::__private_erased_json`.`
[INFO] [stdout]     = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/response/erased_json.rs:145:1
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub mod private {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Not public API. Re-exported as `crate::response::__private_erased_json`.`
[INFO] [stdout]     = help: ends near `Not public API. Re-exported as `crate::response::__private_erased_json`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `axum-extra`
[INFO] running `Command { std: "docker" "inspect" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6", kill_on_drop: false }`
[INFO] [stdout] 4e7daa691479b69e19913c5dc77f33655698129922f424dfc094bb2b39529cb6
