[INFO] fetching crate bevy_platform 0.19.1...
[INFO] documenting bevy_platform-0.19.1 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate bevy_platform 0.19.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate bevy_platform 0.19.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bevy_platform 0.19.1
[INFO] tweaked toml for crates.io crate bevy_platform 0.19.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_platform 0.19.1 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bevy_platform 0.19.1 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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] 59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e
[INFO] running `Command { std: "docker" "start" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e", 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" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e", 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" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking spin v0.10.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]  Documenting bevy_platform v0.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `hb::HashMap::new`
[INFO] [stdout]   --> src/collections/hash_map.rs:41:85
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// A new-type is used instead of a type alias due to critical methods like [`new`](hb::HashMap::new)
[INFO] [stdout]    |                                                                                     ^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `new`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashMap::new`
[INFO] [stdout]    --> src/collections/hash_map.rs:309:26
[INFO] [stdout]     |
[INFO] [stdout] 309 |     /// Refer to [`new`](hb::HashMap::new) for further details.
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashMap::with_capacity`
[INFO] [stdout]    --> src/collections/hash_map.rs:330:36
[INFO] [stdout]     |
[INFO] [stdout] 330 |     /// Refer to [`with_capacity`](hb::HashMap::with_capacity) for further details.
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `with_capacity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::new`
[INFO] [stdout]   --> src/collections/hash_set.rs:35:85
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// A new-type is used instead of a type alias due to critical methods like [`new`](hb::HashSet::new)
[INFO] [stdout]    |                                                                                     ^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::new`
[INFO] [stdout]    --> src/collections/hash_set.rs:285:26
[INFO] [stdout]     |
[INFO] [stdout] 285 |     /// Refer to [`new`](hb::HashSet::new) for further details.
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::with_capacity`
[INFO] [stdout]    --> src/collections/hash_set.rs:306:36
[INFO] [stdout]     |
[INFO] [stdout] 306 |     /// Refer to [`with_capacity`](hb::HashSet::with_capacity) for further details.
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `with_capacity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/bevy_platform/index.html
[INFO] running `Command { std: "docker" "inspect" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e", 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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Zunstable-options\", \"--generate-link-to-definition\", \"--generate-macro-expansion\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]  Documenting bevy_platform v0.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `hb::HashMap::new`
[INFO] [stdout]   --> src/collections/hash_map.rs:41:85
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// A new-type is used instead of a type alias due to critical methods like [`new`](hb::HashMap::new)
[INFO] [stdout]    |                                                                                     ^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `new`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashMap::new`
[INFO] [stdout]    --> src/collections/hash_map.rs:309:26
[INFO] [stdout]     |
[INFO] [stdout] 309 |     /// Refer to [`new`](hb::HashMap::new) for further details.
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashMap::with_capacity`
[INFO] [stdout]    --> src/collections/hash_map.rs:330:36
[INFO] [stdout]     |
[INFO] [stdout] 330 |     /// Refer to [`with_capacity`](hb::HashMap::with_capacity) for further details.
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `HashMap` has no field or associated item named `with_capacity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::new`
[INFO] [stdout]   --> src/collections/hash_set.rs:35:85
[INFO] [stdout]    |
[INFO] [stdout] 35 | /// A new-type is used instead of a type alias due to critical methods like [`new`](hb::HashSet::new)
[INFO] [stdout]    |                                                                                     ^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::new`
[INFO] [stdout]    --> src/collections/hash_set.rs:285:26
[INFO] [stdout]     |
[INFO] [stdout] 285 |     /// Refer to [`new`](hb::HashSet::new) for further details.
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hb::HashSet::with_capacity`
[INFO] [stdout]    --> src/collections/hash_set.rs:306:36
[INFO] [stdout]     |
[INFO] [stdout] 306 |     /// Refer to [`with_capacity`](hb::HashSet::with_capacity) for further details.
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `HashSet` has no field or associated item named `with_capacity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/bevy_platform/index.html
[INFO] running `Command { std: "docker" "inspect" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e", kill_on_drop: false }`
[INFO] [stdout] 59508fdfd0aa16a506454fdc6a92eab964174df6952ca8b06e19bd3690fe8a5e
