[INFO] fetching crate eastl-rs 0.16.4... [INFO] testing eastl-rs-0.16.4 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate eastl-rs 0.16.4 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate eastl-rs 0.16.4 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac10bc4020078c7a09cc7e7fd6c440fe387ce60e22dd521364133f2cd2fa2425 [INFO] running `Command { std: "docker" "start" "-a" "ac10bc4020078c7a09cc7e7fd6c440fe387ce60e22dd521364133f2cd2fa2425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac10bc4020078c7a09cc7e7fd6c440fe387ce60e22dd521364133f2cd2fa2425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac10bc4020078c7a09cc7e7fd6c440fe387ce60e22dd521364133f2cd2fa2425", kill_on_drop: false }` [INFO] [stdout] ac10bc4020078c7a09cc7e7fd6c440fe387ce60e22dd521364133f2cd2fa2425 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6d9f87b5ff55c3c804ca0380199dc694da71c128b5318ae5e9751ce76e58bc1 [INFO] running `Command { std: "docker" "start" "-a" "b6d9f87b5ff55c3c804ca0380199dc694da71c128b5318ae5e9751ce76e58bc1", kill_on_drop: false }` [INFO] [stderr] Compiling moveit v0.6.0 [INFO] [stderr] Compiling superslice v1.0.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling duplicate v2.0.1 [INFO] [stderr] Compiling 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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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/vector_map/mod.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn entry(&mut self, key: K) -> Entry { [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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s [INFO] running `Command { std: "docker" "inspect" "b6d9f87b5ff55c3c804ca0380199dc694da71c128b5318ae5e9751ce76e58bc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6d9f87b5ff55c3c804ca0380199dc694da71c128b5318ae5e9751ce76e58bc1", kill_on_drop: false }` [INFO] [stdout] b6d9f87b5ff55c3c804ca0380199dc694da71c128b5318ae5e9751ce76e58bc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5891718754ab5fd475cb876dd1fa4d71d1f96c2e562e0e2f0f9d17b58820be8 [INFO] running `Command { std: "docker" "start" "-a" "c5891718754ab5fd475cb876dd1fa4d71d1f96c2e562e0e2f0f9d17b58820be8", kill_on_drop: false }` [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 { [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 { [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 { [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] [stderr] Compiling eastl-rs v0.16.4 (/opt/rustwide/workdir) [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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/vector_map/mod.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn entry(&mut self, key: K) -> Entry { [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] [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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/vector_map/mod.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn entry(&mut self, key: K) -> Entry { [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] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.19s [INFO] running `Command { std: "docker" "inspect" "c5891718754ab5fd475cb876dd1fa4d71d1f96c2e562e0e2f0f9d17b58820be8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5891718754ab5fd475cb876dd1fa4d71d1f96c2e562e0e2f0f9d17b58820be8", kill_on_drop: false }` [INFO] [stdout] c5891718754ab5fd475cb876dd1fa4d71d1f96c2e562e0e2f0f9d17b58820be8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f0595211c6f6481cc9bedec106f411668d343b2b91bd33abf28a5a59b2fd8b81 [INFO] running `Command { std: "docker" "start" "-a" "f0595211c6f6481cc9bedec106f411668d343b2b91bd33abf28a5a59b2fd8b81", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hash_map/mod.rs:62:18 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 62 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, H, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hash_map/mod.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 102 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hash_map/mod.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 109 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hash_set/mod.rs:96:17 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 96 | pub fn iter(&self) -> Iter<'_, K> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal/hash_table/mod.rs:80:18 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 80 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, H, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal/hash_table/mod.rs:142:17 [INFO] [stderr] | [INFO] [stderr] 142 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 142 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal/hash_table/mod.rs:149:21 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 149 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal/rb_tree/mod.rs:169:22 [INFO] [stderr] | [INFO] [stderr] 169 | [iter] [&Self] [Iter]; [INFO] [stderr] | ______________________^^^^^_______^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] 170 | | [iter_mut] [&mut Self] [IterMut]; [INFO] [stderr] 171 | | )] [INFO] [stderr] 172 | | #[allow(clippy::needless_arbitrary_self_type)] [INFO] [stderr] 173 | | pub unsafe fn iter(self: Self) -> Iter { [INFO] [stderr] | |________________________________________________^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 173 | pub unsafe fn iter(self: Self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/internal/rb_tree/mod.rs:170:22 [INFO] [stderr] | [INFO] [stderr] 170 | [iter_mut] [&mut Self] [IterMut]; [INFO] [stderr] | ______________________^^^^^^^^^___^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] 171 | | )] [INFO] [stderr] 172 | | #[allow(clippy::needless_arbitrary_self_type)] [INFO] [stderr] 173 | | pub unsafe fn iter(self: Self) -> Iter { [INFO] [stderr] | |________________________________________________^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 173 | pub unsafe fn iter(self: Self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map/mod.rs:116:22 [INFO] [stderr] | [INFO] [stderr] 116 | [iter] [&Self] [Iter]; [INFO] [stderr] | ______________________^^^^^_______^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] 117 | | [iter_mut] [&mut Self] [IterMut]; [INFO] [stderr] 118 | | )] [INFO] [stderr] 119 | | #[allow(clippy::needless_arbitrary_self_type)] [INFO] [stderr] 120 | | pub unsafe fn iter(self: Self) -> Iter { [INFO] [stderr] | |________________________________________________^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 120 | pub unsafe fn iter(self: Self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map/mod.rs:117:22 [INFO] [stderr] | [INFO] [stderr] 117 | [iter_mut] [&mut Self] [IterMut]; [INFO] [stderr] | ______________________^^^^^^^^^___^ [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is elided here [INFO] [stderr] 118 | | )] [INFO] [stderr] 119 | | #[allow(clippy::needless_arbitrary_self_type)] [INFO] [stderr] 120 | | pub unsafe fn iter(self: Self) -> Iter { [INFO] [stderr] | |________________________________________________^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 120 | pub unsafe fn iter(self: Self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vector_map/mod.rs:76:18 [INFO] [stderr] | [INFO] [stderr] 76 | pub fn entry(&mut self, key: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 76 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A, C> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `eastl-rs` (lib) generated 12 warnings (run `cargo fix --lib -p eastl-rs` to apply 12 suggestions) [INFO] [stderr] warning: `eastl-rs` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/eastl_rs-0ce17e1a3730ea1f) [INFO] [stdout] [INFO] [stdout] running 135 tests [INFO] [stdout] test allocator::test::align ... ok [INFO] [stdout] test deque::iter::test::empty_iter ... ok [INFO] [stdout] test deque::iter::test::layout ... ok [INFO] [stdout] test deque::test::back ... ok [INFO] [stdout] test deque::test::initial_state ... ok [INFO] [stdout] test deque::test::layout ... ok [INFO] [stdout] test deque::test::push_front ... ok [INFO] [stdout] test deque::test::push_front_and_back ... ok [INFO] [stdout] test deque::test::from_iter ... ok [INFO] [stdout] test deque::iter::test::iter ... ok [INFO] [stdout] test allocator::test::layout ... ok [INFO] [stdout] test deque::test::push_back ... ok [INFO] [stdout] test deque::iter::test::iter_across_borders ... ok [INFO] [stdout] test deque::test::front ... ok [INFO] [stdout] test deque::test::realloc_ptr_back ... ok [INFO] [stdout] test deque::test::realloc_ptr_front ... ok [INFO] [stdout] test deque::test::remove_back ... ok [INFO] [stdout] test deque::test::remove_front ... ok [INFO] [stdout] test deque::test::remove_middle_back_half ... ok [INFO] [stdout] test deque::test::remove_middle_front_half ... ok [INFO] [stdout] test deque::test::remove_out_of_bounds ... ok [INFO] [stdout] test fixed_list::test::drop ... ok [INFO] [stdout] test fixed_list::test::empty ... ok [INFO] [stdout] test fixed_list::test::clear ... ok [INFO] [stdout] test fixed_list::test::fixed_alloc ... ok [INFO] [stdout] test fixed_list::test::front_empty ... ok [INFO] [stdout] test fixed_list::test::iter ... ok [INFO] [stdout] test fixed_list::test::iter_mut ... ok [INFO] [stdout] test fixed_list::test::pop_back ... ok [INFO] [stdout] test fixed_list::test::layout ... ok [INFO] [stdout] test fixed_list::test::pop_front ... ok [INFO] [stdout] test fixed_list::test::back_empty ... ok [INFO] [stdout] test fixed_list::test::push_back ... ok [INFO] [stdout] test fixed_pool::test::layout ... ok [INFO] [stdout] test fixed_list::test::modify_front ... ok [INFO] [stdout] test fixed_pool::test::simple_alloc_empty ... ok [INFO] [stdout] test fixed_list::test::push_front ... ok [INFO] [stdout] test fixed_pool::test::simple_alloc_happy_case ... ok [INFO] [stdout] test fixed_pool::with_overflow::test::layout ... ok [INFO] [stdout] test fixed_pool::test::simple_alloc_realloc ... ok [INFO] [stdout] test fixed_pool::with_overflow::test::simple_alloc_happy_case ... ok [INFO] [stdout] test fixed_list::test::push_front_owned_value ... ok [INFO] [stdout] test fixed_vector::test::iter ... ok [INFO] [stdout] test fixed_list::test::size_empty ... ok [INFO] [stdout] test fixed_pool::with_overflow::test::simple_alloc_realloc ... ok [INFO] [stdout] test fixed_pool::with_overflow::test::simple_alloc_overflow ... ok [INFO] [stdout] test fixed_vector::test::move_overflow ... ok [INFO] [stdout] test fixed_vector::test::move_stack ... ok [INFO] [stdout] test fixed_vector::test::overflow ... ok [INFO] [stdout] test hash::test::test_str ... ok [INFO] [stdout] test fixed_vector::test::push ... ok [INFO] [stdout] test hash_map::test::iter ... ok [INFO] [stdout] test hash_map::test::iter_mut ... ok [INFO] [stdout] test internal::hash_table::entry::test::occupied ... ok [INFO] [stdout] test internal::hash_table::iter::test::compat_partial_use_sanity ... ok [INFO] [stdout] test hash_set::test::iter ... ok [INFO] [stdout] test internal::hash_table::entry::test::occupied_and_modify ... ok [INFO] [stdout] test internal::hash_table::entry::test::or_insert_with ... ok [INFO] [stdout] test internal::hash_table::test::default ... ok [INFO] [stdout] test internal::hash_table::iter::test::compat_sanity ... ok [INFO] [stdout] test internal::hash_table::iter::test::iter ... ok [INFO] [stdout] test internal::hash_table::iter::test::empty_iter ... ok [INFO] [stdout] test internal::hash_table::entry::test::vacant ... ok [INFO] [stdout] test internal::hash_table::test::clear ... ok [INFO] [stdout] test internal::hash_table::iter::test::cloned ... ok [INFO] [stdout] test internal::hash_table::test::collisions ... ok [INFO] [stdout] test internal::hash_table::test::layout ... ok [INFO] [stdout] test internal::hash_table::test::insert ... ok [INFO] [stdout] test internal::hash_table::test::from_iter ... ok [INFO] [stdout] test internal::rb_tree::node::test::empty_node ... ok [INFO] [stdout] test internal::rb_tree::node::test::empty_parent ... ok [INFO] [stdout] test internal::rb_tree::node::test::non_empty_black_ptr ... ok [INFO] [stdout] test internal::rb_tree::node::test::non_empty_red_ptr ... ok [INFO] [stdout] test internal::rb_tree::test::default ... ok [INFO] [stdout] test list::test::back_empty ... ok [INFO] [stdout] test internal::hash_table::entry::test::or_insert ... ok [INFO] [stdout] test list::test::clear ... ok [INFO] [stdout] test list::test::drop ... ok [INFO] [stdout] test list::test::empty ... ok [INFO] [stdout] test list::test::front_empty ... ok [INFO] [stdout] test list::test::iter ... ok [INFO] [stdout] test list::test::iter_mut ... ok [INFO] [stdout] test list::test::pop_back ... ok [INFO] [stdout] test list::test::modify_front ... ok [INFO] [stdout] test list::test::pop_front ... ok [INFO] [stdout] test list::test::push_back ... ok [INFO] [stdout] test list::test::push_front_owned_value ... ok [INFO] [stdout] test list::test::size_empty ... ok [INFO] [stdout] test list::test::push_front ... ok [INFO] [stdout] test string::test::equals ... ok [INFO] [stdout] test string::test::from_str ... ok [INFO] [stdout] test queue::test::iter ... ok [INFO] [stdout] test string::test::is_empty ... ok [INFO] [stdout] test queue::test::layout ... ok [INFO] [stdout] test string::test::is_full ... ok [INFO] [stdout] test internal::hash_table::test::drop ... ok [INFO] [stdout] test string::test::push_pop ... ok [INFO] [stdout] test string::test::insert ... ok [INFO] [stdout] test string::test::null_terminated ... ok [INFO] [stdout] test vector::test::append ... ok [INFO] [stdout] test internal::hash_table::test::remove ... ok [INFO] [stdout] test string::test::pop_chars ... ok [INFO] [stdout] test internal::rb_tree::test::layout ... ok [INFO] [stdout] test vector::test::drop ... ok [INFO] [stdout] test string::test::push_chars ... ok [INFO] [stdout] test vector::test::empty_vec ... ok [INFO] [stdout] test queue::test::push_pop ... ok [INFO] [stdout] test vector::test::clear ... ok [INFO] [stdout] test vector::test::from ... ok [INFO] [stdout] test vector::test::into_iter ... ok [INFO] [stdout] test vector::test::layout ... ok [INFO] [stdout] test vector::test::iter ... ok [INFO] [stdout] test vector::test::insert ... ok [INFO] [stdout] test string::test::remove ... ok [INFO] [stdout] test vector::test::from_iter ... ok [INFO] [stdout] test string::test::layout ... ok [INFO] [stdout] test vector_map::test::big_test ... ok [INFO] [stdout] test vector_map::test::default_state ... ok [INFO] [stdout] test vector::test::push_one ... ok [INFO] [stdout] test vector_map::test::entry_occupied ... ok [INFO] [stdout] test vector::test::push_two ... ok [INFO] [stdout] test vector::test::ensure_clone ... ok [INFO] [stdout] test vector_map::test::from_iter ... ok [INFO] [stdout] test vector_map::test::entry_vacant ... ok [INFO] [stdout] test vector_map::test::from_owned ... ok [INFO] [stdout] test vector_map::test::from_ref ... ok [INFO] [stdout] test vector_map::test::get ... ok [INFO] [stdout] test vector_map::test::insert ... ok [INFO] [stdout] test vector::test::remove ... ok [INFO] [stdout] test vector_map::test::insert_less ... ok [INFO] [stdout] test vector_map::test::layout ... ok [INFO] [stdout] test vector_map::test::iter ... ok [INFO] [stdout] test vector_map::test::get_mut ... ok [INFO] [stdout] test vector::test::push_three ... ok [INFO] [stderr] Doc-tests eastl_rs [INFO] [stdout] test string::test::insert_out_of_bounds - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 135 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f0595211c6f6481cc9bedec106f411668d343b2b91bd33abf28a5a59b2fd8b81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0595211c6f6481cc9bedec106f411668d343b2b91bd33abf28a5a59b2fd8b81", kill_on_drop: false }` [INFO] [stdout] f0595211c6f6481cc9bedec106f411668d343b2b91bd33abf28a5a59b2fd8b81