[INFO] fetching crate pi_slotmap 0.1.3... [INFO] documenting pi_slotmap-0.1.3 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate pi_slotmap 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate pi_slotmap 0.1.3 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pi_slotmap 0.1.3 [INFO] finished tweaking crates.io crate pi_slotmap 0.1.3 [INFO] tweaked toml for crates.io crate pi_slotmap 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate pi_slotmap 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck v0.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f9aa50b149da14fc412ff931fa87b26c018f709b1ffc3a73e67849f5b64b7107 [INFO] running `Command { std: "docker" "start" "-a" "f9aa50b149da14fc412ff931fa87b26c018f709b1ffc3a73e67849f5b64b7107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9aa50b149da14fc412ff931fa87b26c018f709b1ffc3a73e67849f5b64b7107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9aa50b149da14fc412ff931fa87b26c018f709b1ffc3a73e67849f5b64b7107", kill_on_drop: false }` [INFO] [stdout] f9aa50b149da14fc412ff931fa87b26c018f709b1ffc3a73e67849f5b64b7107 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2498755f7fd95dcc3f21db38999660101e528831ffa59422d9a350a9911d602e [INFO] running `Command { std: "docker" "start" "-a" "2498755f7fd95dcc3f21db38999660101e528831ffa59422d9a350a9911d602e", kill_on_drop: false }` [INFO] [stderr] Compiling pi_slotmap v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Documenting pi_slotmap v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:48:34 [INFO] [stdout] | [INFO] [stdout] 48 | /// Construct a new, empty [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | /// Creates an empty [`DenseSlotMap`] with the given capacity. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | /// Constructs a new, empty [`DenseSlotMap`] with a custom key type. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | /// Creates an empty [`DenseSlotMap`] with the given capacity and a custom key [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `ArchetypeId` [INFO] [stdout] --> src/delay.rs:167:63 [INFO] [stdout] | [INFO] [stdout] 167 | /// Flush _must_ set the entity location to the correct [`ArchetypeId`] for the given [`Entity`] [INFO] [stdout] | ^^^^^^^^^^^ no item named `ArchetypeId` 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 `Entity` [INFO] [stdout] --> src/delay.rs:167:93 [INFO] [stdout] | [INFO] [stdout] 167 | /// Flush _must_ set the entity location to the correct [`ArchetypeId`] for the given [`Entity`] [INFO] [stdout] | ^^^^^^ no item named `Entity` 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 `ArchetypeId::INVALID` [INFO] [stdout] --> src/delay.rs:168:51 [INFO] [stdout] | [INFO] [stdout] 168 | /// each time init is called. This _can_ be [`ArchetypeId::INVALID`], provided the [`Entity`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `ArchetypeId` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Entity` [INFO] [stdout] --> src/delay.rs:168:90 [INFO] [stdout] | [INFO] [stdout] 168 | /// each time init is called. This _can_ be [`ArchetypeId::INVALID`], provided the [`Entity`] [INFO] [stdout] | ^^^^^^ no item named `Entity` 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 `self::archetype::Archetype` [INFO] [stdout] --> src/delay.rs:169:51 [INFO] [stdout] | [INFO] [stdout] 169 | /// has not been assigned to an [`Archetype`][crate::archetype::Archetype]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `archetype` in module `pi_slotmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:233:46 [INFO] [stdout] | [INFO] [stdout] 233 | /// Returns the number of elements the [`DenseSlotMap`] can hold without [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | /// in the [`DenseSlotMap`]. The collection may reserve more space to [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:924:31 [INFO] [stdout] | [INFO] [stdout] 924 | /// A draining iterator for [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::drain` [INFO] [stdout] --> src/delay.rs:926:35 [INFO] [stdout] | [INFO] [stdout] 926 | /// This iterator is created by [`DenseSlotMap::drain`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:932:55 [INFO] [stdout] | [INFO] [stdout] 932 | /// An iterator that moves key-value pairs out of a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:934:69 [INFO] [stdout] | [INFO] [stdout] 934 | /// This iterator is created by calling the `into_iter` method on [`DenseSlotMap`], [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:942:49 [INFO] [stdout] | [INFO] [stdout] 942 | /// An iterator over the key-value pairs in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::iter` [INFO] [stdout] --> src/delay.rs:944:35 [INFO] [stdout] | [INFO] [stdout] 944 | /// This iterator is created by [`DenseSlotMap::iter`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:960:56 [INFO] [stdout] | [INFO] [stdout] 960 | /// A mutable iterator over the key-value pairs in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::iter_mut` [INFO] [stdout] --> src/delay.rs:962:35 [INFO] [stdout] | [INFO] [stdout] 962 | /// This iterator is created by [`DenseSlotMap::iter_mut`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:969:38 [INFO] [stdout] | [INFO] [stdout] 969 | /// An iterator over the keys in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::keys` [INFO] [stdout] --> src/delay.rs:971:35 [INFO] [stdout] | [INFO] [stdout] 971 | /// This iterator is created by [`DenseSlotMap::keys`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:985:40 [INFO] [stdout] | [INFO] [stdout] 985 | /// An iterator over the values in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::values` [INFO] [stdout] --> src/delay.rs:987:35 [INFO] [stdout] | [INFO] [stdout] 987 | /// This iterator is created by [`DenseSlotMap::values`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:1001:47 [INFO] [stdout] | [INFO] [stdout] 1001 | /// A mutable iterator over the values in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::values_mut` [INFO] [stdout] --> src/delay.rs:1003:35 [INFO] [stdout] | [INFO] [stdout] 1003 | /// This iterator is created by [`DenseSlotMap::values_mut`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `Command { std: "docker" "inspect" "2498755f7fd95dcc3f21db38999660101e528831ffa59422d9a350a9911d602e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2498755f7fd95dcc3f21db38999660101e528831ffa59422d9a350a9911d602e", kill_on_drop: false }` [INFO] [stdout] 2498755f7fd95dcc3f21db38999660101e528831ffa59422d9a350a9911d602e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] f126b04dd37c9becc76bb1f23303d55bce98a1ec7b989e220500a345d39151a7 [INFO] running `Command { std: "docker" "start" "-a" "f126b04dd37c9becc76bb1f23303d55bce98a1ec7b989e220500a345d39151a7", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pi_slotmap v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Documenting pi_slotmap v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:48:34 [INFO] [stdout] | [INFO] [stdout] 48 | /// Construct a new, empty [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | /// Creates an empty [`DenseSlotMap`] with the given capacity. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | /// Constructs a new, empty [`DenseSlotMap`] with a custom key type. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | /// Creates an empty [`DenseSlotMap`] with the given capacity and a custom key [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `ArchetypeId` [INFO] [stdout] --> src/delay.rs:167:63 [INFO] [stdout] | [INFO] [stdout] 167 | /// Flush _must_ set the entity location to the correct [`ArchetypeId`] for the given [`Entity`] [INFO] [stdout] | ^^^^^^^^^^^ no item named `ArchetypeId` 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 `Entity` [INFO] [stdout] --> src/delay.rs:167:93 [INFO] [stdout] | [INFO] [stdout] 167 | /// Flush _must_ set the entity location to the correct [`ArchetypeId`] for the given [`Entity`] [INFO] [stdout] | ^^^^^^ no item named `Entity` 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 `ArchetypeId::INVALID` [INFO] [stdout] --> src/delay.rs:168:51 [INFO] [stdout] | [INFO] [stdout] 168 | /// each time init is called. This _can_ be [`ArchetypeId::INVALID`], provided the [`Entity`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `ArchetypeId` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Entity` [INFO] [stdout] --> src/delay.rs:168:90 [INFO] [stdout] | [INFO] [stdout] 168 | /// each time init is called. This _can_ be [`ArchetypeId::INVALID`], provided the [`Entity`] [INFO] [stdout] | ^^^^^^ no item named `Entity` 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 `self::archetype::Archetype` [INFO] [stdout] --> src/delay.rs:169:51 [INFO] [stdout] | [INFO] [stdout] 169 | /// has not been assigned to an [`Archetype`][crate::archetype::Archetype]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `archetype` in module `pi_slotmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:233:46 [INFO] [stdout] | [INFO] [stdout] 233 | /// Returns the number of elements the [`DenseSlotMap`] can hold without [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | /// in the [`DenseSlotMap`]. The collection may reserve more space to [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:924:31 [INFO] [stdout] | [INFO] [stdout] 924 | /// A draining iterator for [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::drain` [INFO] [stdout] --> src/delay.rs:926:35 [INFO] [stdout] | [INFO] [stdout] 926 | /// This iterator is created by [`DenseSlotMap::drain`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:932:55 [INFO] [stdout] | [INFO] [stdout] 932 | /// An iterator that moves key-value pairs out of a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:934:69 [INFO] [stdout] | [INFO] [stdout] 934 | /// This iterator is created by calling the `into_iter` method on [`DenseSlotMap`], [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:942:49 [INFO] [stdout] | [INFO] [stdout] 942 | /// An iterator over the key-value pairs in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::iter` [INFO] [stdout] --> src/delay.rs:944:35 [INFO] [stdout] | [INFO] [stdout] 944 | /// This iterator is created by [`DenseSlotMap::iter`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:960:56 [INFO] [stdout] | [INFO] [stdout] 960 | /// A mutable iterator over the key-value pairs in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::iter_mut` [INFO] [stdout] --> src/delay.rs:962:35 [INFO] [stdout] | [INFO] [stdout] 962 | /// This iterator is created by [`DenseSlotMap::iter_mut`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:969:38 [INFO] [stdout] | [INFO] [stdout] 969 | /// An iterator over the keys in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::keys` [INFO] [stdout] --> src/delay.rs:971:35 [INFO] [stdout] | [INFO] [stdout] 971 | /// This iterator is created by [`DenseSlotMap::keys`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:985:40 [INFO] [stdout] | [INFO] [stdout] 985 | /// An iterator over the values in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::values` [INFO] [stdout] --> src/delay.rs:987:35 [INFO] [stdout] | [INFO] [stdout] 987 | /// This iterator is created by [`DenseSlotMap::values`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `DenseSlotMap` [INFO] [stdout] --> src/delay.rs:1001:47 [INFO] [stdout] | [INFO] [stdout] 1001 | /// A mutable iterator over the values in a [`DenseSlotMap`]. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DenseSlotMap` 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 `DenseSlotMap::values_mut` [INFO] [stdout] --> src/delay.rs:1003:35 [INFO] [stdout] | [INFO] [stdout] 1003 | /// This iterator is created by [`DenseSlotMap::values_mut`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DenseSlotMap` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `Command { std: "docker" "inspect" "f126b04dd37c9becc76bb1f23303d55bce98a1ec7b989e220500a345d39151a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f126b04dd37c9becc76bb1f23303d55bce98a1ec7b989e220500a345d39151a7", kill_on_drop: false }` [INFO] [stdout] f126b04dd37c9becc76bb1f23303d55bce98a1ec7b989e220500a345d39151a7