[INFO] fetching crate eastl-rs 0.16.4...
[INFO] checking eastl-rs-0.16.4 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate eastl-rs 0.16.4 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate eastl-rs 0.16.4
[INFO] finished tweaking crates.io crate eastl-rs 0.16.4
[INFO] tweaked toml for crates.io crate eastl-rs 0.16.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate eastl-rs 0.16.4 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 71a559f22d8253e3c86ed745989e7ac23734dc9034ce35bc8b63a15daaecfb2e
[INFO] running `Command { std: "docker" "start" "-a" "71a559f22d8253e3c86ed745989e7ac23734dc9034ce35bc8b63a15daaecfb2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "71a559f22d8253e3c86ed745989e7ac23734dc9034ce35bc8b63a15daaecfb2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71a559f22d8253e3c86ed745989e7ac23734dc9034ce35bc8b63a15daaecfb2e", kill_on_drop: false }`
[INFO] [stdout] 71a559f22d8253e3c86ed745989e7ac23734dc9034ce35bc8b63a15daaecfb2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fbf64f0c7c3533998ebbd54d2d7cc70f2caa7aacf9770ed225f36282f7620db2
[INFO] running `Command { std: "docker" "start" "-a" "fbf64f0c7c3533998ebbd54d2d7cc70f2caa7aacf9770ed225f36282f7620db2", kill_on_drop: false }`
[INFO] [stderr]     Checking superslice v1.0.0
[INFO] [stderr]     Checking moveit v0.6.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling duplicate v2.0.1
[INFO] [stderr]     Checking eastl-rs v0.16.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hash_map/mod.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn entry(&mut self, key: K) -> Entry<K, V, A, H, E> {
[INFO] [stdout]    |                  ^^^^^^^^^             ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, H, E> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hash_map/mod.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hash_map/mod.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hash_set/mod.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn iter(&self) -> Iter<K> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn iter(&self) -> Iter<'_, K> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internal/hash_table/mod.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn entry(&mut self, key: K) -> Entry<K, V, A, H, E> {
[INFO] [stdout]    |                  ^^^^^^^^^             ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, H, E> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/hash_table/mod.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/hash_table/mod.rs:149:21
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/rb_tree/mod.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |           [iter]      [&Self]     [Iter];
[INFO] [stdout]     |  ______________________^^^^^_______^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 170 | |         [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout] 171 | |     )]
[INFO] [stdout] 172 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 173 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/rb_tree/mod.rs:170:22
[INFO] [stdout]     |
[INFO] [stdout] 170 |           [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout]     |  ______________________^^^^^^^^^___^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 171 | |     )]
[INFO] [stdout] 172 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 173 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map/mod.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |           [iter]      [&Self]     [Iter];
[INFO] [stdout]     |  ______________________^^^^^_______^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 117 | |         [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout] 118 | |     )]
[INFO] [stdout] 119 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 120 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map/mod.rs:117:22
[INFO] [stdout]     |
[INFO] [stdout] 117 |           [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout]     |  ______________________^^^^^^^^^___^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 118 | |     )]
[INFO] [stdout] 119 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 120 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<string::String<A>, Infallible>
[INFO] [stdout]    --> src/string/mod.rs:255:53
[INFO] [stdout]     |
[INFO] [stdout] 255 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 256 | |         Ok(Self::from(s))
[INFO] [stdout] 257 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<string::String<A>, Infallible>
[INFO] [stdout]    --> src/string/mod.rs:256:9
[INFO] [stdout]     |
[INFO] [stdout] 256 |         Ok(Self::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vector_map/mod.rs:76:18
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn entry(&mut self, key: K) -> Entry<K, V, A, C> {
[INFO] [stdout]    |                  ^^^^^^^^^             ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, C> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eastl-rs` (lib) due to 2 previous errors; 12 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hash_map/mod.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn entry(&mut self, key: K) -> Entry<K, V, A, H, E> {
[INFO] [stdout]    |                  ^^^^^^^^^             ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, H, E> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hash_map/mod.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hash_map/mod.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hash_set/mod.rs:96:17
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn iter(&self) -> Iter<K> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn iter(&self) -> Iter<'_, K> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internal/hash_table/mod.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn entry(&mut self, key: K) -> Entry<K, V, A, H, E> {
[INFO] [stdout]    |                  ^^^^^^^^^             ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, H, E> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/hash_table/mod.rs:142:17
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/hash_table/mod.rs:149:21
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/rb_tree/mod.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |           [iter]      [&Self]     [Iter];
[INFO] [stdout]     |  ______________________^^^^^_______^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 170 | |         [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout] 171 | |     )]
[INFO] [stdout] 172 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 173 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internal/rb_tree/mod.rs:170:22
[INFO] [stdout]     |
[INFO] [stdout] 170 |           [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout]     |  ______________________^^^^^^^^^___^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 171 | |     )]
[INFO] [stdout] 172 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 173 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map/mod.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |           [iter]      [&Self]     [Iter];
[INFO] [stdout]     |  ______________________^^^^^_______^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 117 | |         [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout] 118 | |     )]
[INFO] [stdout] 119 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 120 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map/mod.rs:117:22
[INFO] [stdout]     |
[INFO] [stdout] 117 |           [iter_mut]  [&mut Self] [IterMut];
[INFO] [stdout]     |  ______________________^^^^^^^^^___^
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      the lifetime is elided here
[INFO] [stdout] 118 | |     )]
[INFO] [stdout] 119 | |     #[allow(clippy::needless_arbitrary_self_type)]
[INFO] [stdout] 120 | |     pub unsafe fn iter(self: Self) -> Iter<K, V> {
[INFO] [stdout]     | |________________________________________________^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub unsafe fn iter(self: Self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<string::String<A>, Infallible>
[INFO] [stdout]    --> src/string/mod.rs:255:53
[INFO] [stdout]     |
[INFO] [stdout] 255 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 256 | |         Ok(Self::from(s))
[INFO] [stdout] 257 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<string::String<A>, Infallible>
[INFO] [stdout]    --> src/string/mod.rs:256:9
[INFO] [stdout]     |
[INFO] [stdout] 256 |         Ok(Self::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/vector_map/mod.rs:76:18
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn entry(&mut self, key: K) -> Entry<K, V, A, C> {
[INFO] [stdout]    |                  ^^^^^^^^^             ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, C> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eastl-rs` (lib test) due to 2 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "fbf64f0c7c3533998ebbd54d2d7cc70f2caa7aacf9770ed225f36282f7620db2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbf64f0c7c3533998ebbd54d2d7cc70f2caa7aacf9770ed225f36282f7620db2", kill_on_drop: false }`
[INFO] [stdout] fbf64f0c7c3533998ebbd54d2d7cc70f2caa7aacf9770ed225f36282f7620db2
