[INFO] fetching crate mercs2_core 1.0.3...
[INFO] documenting mercs2_core-1.0.3 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate mercs2_core 1.0.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate mercs2_core 1.0.3
[INFO] finished tweaking crates.io crate mercs2_core 1.0.3
[INFO] tweaked toml for crates.io crate mercs2_core 1.0.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mercs2_core 1.0.3 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 mercs2_core 1.0.3 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d
[INFO] running `Command { std: "docker" "start" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d", 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" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d", 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" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hecs v0.10.5
[INFO] [stderr]  Documenting mercs2_core v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `update`
[INFO] [stdout]    --> src/streaming.rs:291:82
[INFO] [stdout]     |
[INFO] [stdout] 291 |     /// fixed-sim `step` (called once per frame from the master update, before [`update`]). Returns
[INFO] [stdout]     |                                                                                  ^^^^^^ no item named `update` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `update`
[INFO] [stdout]    --> src/streaming.rs:309:11
[INFO] [stdout]     |
[INFO] [stdout] 309 |     /// [`update`], mirroring the engine's distinct PgSysPopulation cache-in/out pump).
[INFO] [stdout]     |           ^^^^^^ no item named `update` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:22:98
[INFO] [stdout]    |
[INFO] [stdout] 22 | ...e: the 5-slot application-[`LayerStack`](frame::LayerStack) the engine's master tick climbs 0→4. |
[INFO] [stdout]    |                               ------------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 22 - //! | [`frame`] | **Keystone C** — the master frame spine: the 5-slot application-[`LayerStack`](frame::LayerStack) the engine's master tick climbs 0→4. |
[INFO] [stdout] 22 + //! | [`frame`] | **Keystone C** — the master frame spine: the 5-slot application-[`LayerStack`] the engine's master tick climbs 0→4. |
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct Human;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The humanoid vocabulary (see `components.rs` §Humanoid): every person in the world carries`
[INFO] [stdout]     = help: ends near `rather than asking who is driving the entity.`
[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/components.rs:229:1
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub struct Human;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Marker: this entity is a humanoid — hero, merc, soldier or civilian alike. Systems that act on`
[INFO] [stdout]     = help: ends near `Marker: this entity is a humanoid — hero, merc, soldier or civilian alike. Systems that act on`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / pub struct HumanState {
[INFO] [stdout] 246 | |     /// `ActionTable` `Stance` column (e.g. `Upright`). [`ANY_STATE`] = unset.
[INFO] [stdout] 247 | |     pub stance: u32,
[INFO] [stdout] 248 | |     /// `ActionTable` `Action` column (e.g. `Fidget`). [`ANY_STATE`] = unset.
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     pub allow_corpse_cleanup: bool,
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The humanoid vocabulary (see `components.rs` §Humanoid): every person in the world carries`
[INFO] [stdout]     = help: ends near `is *derived from*, and the backing store for the 21 `Human.*` cfuncs.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:245:1
[INFO] [stdout]     |
[INFO] [stdout] 245 | / pub struct HumanState {
[INFO] [stdout] 246 | |     /// `ActionTable` `Stance` column (e.g. `Upright`). [`ANY_STATE`] = unset.
[INFO] [stdout] 247 | |     pub stance: u32,
[INFO] [stdout] 248 | |     /// `ActionTable` `Action` column (e.g. `Fidget`). [`ANY_STATE`] = unset.
[INFO] [stdout] ...   |
[INFO] [stdout] 263 | |     pub allow_corpse_cleanup: bool,
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Gameplay state of a humanoid: the authoritative source that the animation system's selection key`
[INFO] [stdout]     = help: ends near `Gameplay state of a humanoid: the authoritative source that the animation system's selection key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:325:1
[INFO] [stdout]     |
[INFO] [stdout] 325 | / pub struct PlayerControlled {
[INFO] [stdout] 326 | |     /// Player slot, `0..MAX_PLAYERS`. Slot 0 is the primary/hero.
[INFO] [stdout] 327 | |     pub slot: u8,
[INFO] [stdout] 328 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The humanoid vocabulary (see `components.rs` §Humanoid): every person in the world carries`
[INFO] [stdout]     = help: ends near `Annotation: this humanoid is currently driven by a player rather than by AI.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:325:1
[INFO] [stdout]     |
[INFO] [stdout] 325 | / pub struct PlayerControlled {
[INFO] [stdout] 326 | |     /// Player slot, `0..MAX_PLAYERS`. Slot 0 is the primary/hero.
[INFO] [stdout] 327 | |     pub slot: u8,
[INFO] [stdout] 328 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Annotation: this humanoid is currently driven by a player rather than by AI.`
[INFO] [stdout]     = help: ends near `Annotation: this humanoid is currently driven by a player rather than by AI.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:223:1
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub const ANY_STATE: u32 = 0x27DE_7135;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The humanoid vocabulary (see `components.rs` §Humanoid): every person in the world carries`
[INFO] [stdout]     = help: ends near `Wildcard for a [`HumanState`] key column — "matches any row value".`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:223:1
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub const ANY_STATE: u32 = 0x27DE_7135;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Wildcard for a [`HumanState`] key column — "matches any row value".`
[INFO] [stdout]     = help: ends near `Wildcard for a [`HumanState`] key column — "matches any row value".`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub const MAX_PLAYERS: usize = 2;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The humanoid vocabulary (see `components.rs` §Humanoid): every person in the world carries`
[INFO] [stdout]     = help: ends near `binary-wide, so nothing bounds it there either (`player_code_map.md` §2.3).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/components.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub const MAX_PLAYERS: usize = 2;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The number of player slots the retail engine supports. **Not a tunable** — the cap is a compile-time`
[INFO] [stdout]     = help: ends near `The number of player slots the retail engine supports. **Not a tunable** — the cap is a compile-time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `mercs2_core`
[INFO] running `Command { std: "docker" "inspect" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d", kill_on_drop: false }`
[INFO] [stdout] 4a141dd9eaef29e54c93b92cbd3c3e8725b88b5ec6e9d0e866a98f923f6d739d
