[INFO] fetching crate vec_map 0.8.2...
[INFO] testing vec_map-0.8.2 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate vec_map 0.8.2 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate vec_map 0.8.2
[INFO] finished tweaking crates.io crate vec_map 0.8.2
[INFO] tweaked toml for crates.io crate vec_map 0.8.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vec_map 0.8.2 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a715a5651dcfd8e15a84940e4893aba6b4758ed0619af79fddfbe12fd26a278
[INFO] running `Command { std: "docker" "start" "-a" "7a715a5651dcfd8e15a84940e4893aba6b4758ed0619af79fddfbe12fd26a278", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a715a5651dcfd8e15a84940e4893aba6b4758ed0619af79fddfbe12fd26a278", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a715a5651dcfd8e15a84940e4893aba6b4758ed0619af79fddfbe12fd26a278", kill_on_drop: false }`
[INFO] [stdout] 7a715a5651dcfd8e15a84940e4893aba6b4758ed0619af79fddfbe12fd26a278
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dcf51d62c4cdce00059ed92cd1a62e9ce478827e56cecc619afec24ed5d0b8a3
[INFO] running `Command { std: "docker" "start" "-a" "dcf51d62c4cdce00059ed92cd1a62e9ce478827e56cecc619afec24ed5d0b8a3", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling vec_map v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1010:34
[INFO] [stdout]      |
[INFO] [stdout] 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stdout]      |                                  ^     ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stdout] 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1017:39
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout]      |                                       ^     ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout] 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1023:34
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout]      |                                  ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout] 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn keys(&self) -> Keys<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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn keys(&self) -> Keys<'_, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn values(&self) -> Values<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] 223 |     pub fn values(&self) -> Values<'_, V> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn values_mut(&mut self) -> ValuesMut<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] 229 |     pub fn values_mut(&mut self) -> ValuesMut<'_, V> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:17
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub fn iter(&self) -> Iter<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] 251 |     pub fn iter(&self) -> Iter<'_, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:283:21
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_mut(&mut self) -> IterMut<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] 283 |     pub fn iter_mut(&mut self) -> IterMut<'_, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:406:18
[INFO] [stdout]     |
[INFO] [stdout] 406 |     pub fn drain(&mut self) -> Drain<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] 406 |     pub fn drain(&mut self) -> Drain<'_, V> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:590:18
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn entry(&mut self, key: usize) -> Entry<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] 590 |     pub fn entry(&mut self, key: usize) -> Entry<'_, V> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "dcf51d62c4cdce00059ed92cd1a62e9ce478827e56cecc619afec24ed5d0b8a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcf51d62c4cdce00059ed92cd1a62e9ce478827e56cecc619afec24ed5d0b8a3", kill_on_drop: false }`
[INFO] [stdout] dcf51d62c4cdce00059ed92cd1a62e9ce478827e56cecc619afec24ed5d0b8a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee10c98d59956be6d039eb370159fc37c2e0b5ba9046e95264b5fb616fd49f9a
[INFO] running `Command { std: "docker" "start" "-a" "ee10c98d59956be6d039eb370159fc37c2e0b5ba9046e95264b5fb616fd49f9a", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1010:34
[INFO] [stdout]      |
[INFO] [stdout] 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stdout]      |                                  ^     ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stdout] 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1017:39
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout]      |                                       ^     ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout] 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1023:34
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout]      |                                  ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout] 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn keys(&self) -> Keys<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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn keys(&self) -> Keys<'_, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn values(&self) -> Values<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] 223 |     pub fn values(&self) -> Values<'_, V> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn values_mut(&mut self) -> ValuesMut<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] 229 |     pub fn values_mut(&mut self) -> ValuesMut<'_, V> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling vec_map v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:17
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub fn iter(&self) -> Iter<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] 251 |     pub fn iter(&self) -> Iter<'_, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:283:21
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_mut(&mut self) -> IterMut<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] 283 |     pub fn iter_mut(&mut self) -> IterMut<'_, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:406:18
[INFO] [stdout]     |
[INFO] [stdout] 406 |     pub fn drain(&mut self) -> Drain<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] 406 |     pub fn drain(&mut self) -> Drain<'_, V> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:590:18
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn entry(&mut self, key: usize) -> Entry<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] 590 |     pub fn entry(&mut self, key: usize) -> Entry<'_, V> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1010:34
[INFO] [stdout]      |
[INFO] [stdout] 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stdout]      |                                  ^     ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stdout] 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1017:39
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout]      |                                       ^     ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout] 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:1023:34
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout]      |                                  ^         ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout] 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn keys(&self) -> Keys<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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn keys(&self) -> Keys<'_, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn values(&self) -> Values<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] 223 |     pub fn values(&self) -> Values<'_, V> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:229:23
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn values_mut(&mut self) -> ValuesMut<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] 229 |     pub fn values_mut(&mut self) -> ValuesMut<'_, V> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:17
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub fn iter(&self) -> Iter<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] 251 |     pub fn iter(&self) -> Iter<'_, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:283:21
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_mut(&mut self) -> IterMut<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] 283 |     pub fn iter_mut(&mut self) -> IterMut<'_, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:406:18
[INFO] [stdout]     |
[INFO] [stdout] 406 |     pub fn drain(&mut self) -> Drain<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] 406 |     pub fn drain(&mut self) -> Drain<'_, V> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:590:18
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn entry(&mut self, key: usize) -> Entry<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] 590 |     pub fn entry(&mut self, key: usize) -> Entry<'_, V> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "ee10c98d59956be6d039eb370159fc37c2e0b5ba9046e95264b5fb616fd49f9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee10c98d59956be6d039eb370159fc37c2e0b5ba9046e95264b5fb616fd49f9a", kill_on_drop: false }`
[INFO] [stdout] ee10c98d59956be6d039eb370159fc37c2e0b5ba9046e95264b5fb616fd49f9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 46b949fb75daeefac4ad8231c332a1ba54568d41d96e657fed67d41839755c5b
[INFO] running `Command { std: "docker" "start" "-a" "46b949fb75daeefac4ad8231c332a1ba54568d41d96e657fed67d41839755c5b", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1010:34
[INFO] [stderr]      |
[INFO] [stderr] 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stderr]      |                                  ^     ^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stderr] 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1017:39
[INFO] [stderr]      |
[INFO] [stderr] 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stderr]      |                                       ^     ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stderr] 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1023:34
[INFO] [stderr]      |
[INFO] [stderr] 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stderr]      |                                  ^         ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stderr] 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:217:17
[INFO] [stderr]     |
[INFO] [stderr] 217 |     pub fn keys(&self) -> Keys<V> {
[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] 217 |     pub fn keys(&self) -> Keys<'_, V> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:223:19
[INFO] [stderr]     |
[INFO] [stderr] 223 |     pub fn values(&self) -> Values<V> {
[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] 223 |     pub fn values(&self) -> Values<'_, V> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:229:23
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn values_mut(&mut self) -> ValuesMut<V> {
[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] 229 |     pub fn values_mut(&mut self) -> ValuesMut<'_, V> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:251:17
[INFO] [stderr]     |
[INFO] [stderr] 251 |     pub fn iter(&self) -> Iter<V> {
[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] 251 |     pub fn iter(&self) -> Iter<'_, V> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:283:21
[INFO] [stderr]     |
[INFO] [stderr] 283 |     pub fn iter_mut(&mut self) -> IterMut<V> {
[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] 283 |     pub fn iter_mut(&mut self) -> IterMut<'_, V> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:406:18
[INFO] [stderr]     |
[INFO] [stderr] 406 |     pub fn drain(&mut self) -> Drain<V> {
[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] 406 |     pub fn drain(&mut self) -> Drain<'_, V> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:590:18
[INFO] [stderr]     |
[INFO] [stderr] 590 |     pub fn entry(&mut self, key: usize) -> Entry<V> {
[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] 590 |     pub fn entry(&mut self, key: usize) -> Entry<'_, V> {
[INFO] [stderr]     |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `vec_map` (lib) generated 10 warnings (run `cargo fix --lib -p vec_map` to apply 10 suggestions)
[INFO] [stderr] warning: `vec_map` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vec_map-0ebe476549b4ad89)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test test::test_clone ... ok
[INFO] [stdout] test test::test_drain_iterator ... ok
[INFO] [stdout] test test::test_append ... ok
[INFO] [stdout] test test::test_clear ... ok
[INFO] [stdout] test test::test_entry ... ok
[INFO] [stdout] test test::test_eq ... ok
[INFO] [stdout] test test::test_from_iter ... ok
[INFO] [stdout] test test::test_extend_ref ... ok
[INFO] [stdout] test test::test_get_mut ... ok
[INFO] [stdout] test test::test_hash ... ok
[INFO] [stdout] test test::test_index ... ok
[INFO] [stdout] test test::test_iterator ... ok
[INFO] [stdout] test test::test_iterator_size_hints ... ok
[INFO] [stdout] test test::test_insert ... ok
[INFO] [stdout] test test::test_keys ... ok
[INFO] [stdout] test test::test_len ... ok
[INFO] [stdout] test test::test_lt ... ok
[INFO] [stdout] test test::test_rev_iterator ... ok
[INFO] [stdout] test test::test_split_off ... ok
[INFO] [stdout] test test::test_show ... ok
[INFO] [stdout] test test::test_mut_iterator ... ok
[INFO] [stdout] test test::test_mut_rev_iterator ... ok
[INFO] [stdout] test test::test_ord ... ok
[INFO] [stdout] test test::test_retain ... ok
[INFO] [stdout] test test::test_values ... ok
[INFO] [stdout] test test::test_move_iter ... ok
[INFO] [stdout] test test::test_remove ... ok
[INFO] [stderr]    Doc-tests vec_map
[INFO] [stdout] test test::test_index_nonexistent - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1010:34
[INFO] [stderr]      |
[INFO] [stderr] 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stderr]      |                                  ^     ^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
[INFO] [stderr] 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1017:39
[INFO] [stderr]      |
[INFO] [stderr] 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stderr]      |                                       ^     ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
[INFO] [stderr] 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:1023:34
[INFO] [stderr]      |
[INFO] [stderr] 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stderr]      |                                  ^         ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stderr] 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - VecMap<V>::capacity (line 138) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::new (line 114) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::get (line 466) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::iter (line 238) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::clear (line 452) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::contains_key (line 486) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::get_mut (line 503) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::is_empty (line 436) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::iter_mut (line 267) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<T>::into_iter (line 760) ... ok
[INFO] [stdout] test src/lib.rs - VecMap (line 36) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::insert (line 526) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::append (line 297) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::len (line 420) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::drain (line 394) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::entry (line 578) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::remove (line 554) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::reserve_len_exact (line 179) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::shrink_to_fit (line 198) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::reserve_len (line 156) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::with_capacity (line 125) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::split_off (line 330) ... ok
[INFO] [stdout] test src/lib.rs - VecMap<V>::retain (line 614) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "46b949fb75daeefac4ad8231c332a1ba54568d41d96e657fed67d41839755c5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46b949fb75daeefac4ad8231c332a1ba54568d41d96e657fed67d41839755c5b", kill_on_drop: false }`
[INFO] [stdout] 46b949fb75daeefac4ad8231c332a1ba54568d41d96e657fed67d41839755c5b
