[INFO] fetching crate select_indices 3.0.0... [INFO] testing select_indices-3.0.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate select_indices 3.0.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate select_indices 3.0.0 [INFO] finished tweaking crates.io crate select_indices 3.0.0 [INFO] tweaked toml for crates.io crate select_indices 3.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate select_indices 3.0.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] [stderr] Adding force-send-sync v1.2.0 (available: v2.0.0) [INFO] [stderr] Adding ndarray v0.15.6 (available: v0.16.1) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded force-send-sync v1.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f87f89e298c36c1025432d48e438e2a322334a0c56a6d6f027411387a07ac41f [INFO] running `Command { std: "docker" "start" "-a" "f87f89e298c36c1025432d48e438e2a322334a0c56a6d6f027411387a07ac41f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f87f89e298c36c1025432d48e438e2a322334a0c56a6d6f027411387a07ac41f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f87f89e298c36c1025432d48e438e2a322334a0c56a6d6f027411387a07ac41f", kill_on_drop: false }` [INFO] [stdout] f87f89e298c36c1025432d48e438e2a322334a0c56a6d6f027411387a07ac41f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd5826610f6bf21db19fec160dc2c18dfd4e863ab41d4116ff2b990f21239d72 [INFO] running `Command { std: "docker" "start" "-a" "cd5826610f6bf21db19fec160dc2c18dfd4e863ab41d4116ff2b990f21239d72", kill_on_drop: false }` [INFO] [stderr] Compiling force-send-sync v1.2.0 [INFO] [stderr] Compiling select_indices v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:71:56 [INFO] [stdout] | [INFO] [stdout] 71 | ...ed(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter [INFO] [stdout] | ^^ the lifetime is named here -------------------------------------------------------------------- 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn select_with_iter_mut_unchecked(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:98:50 [INFO] [stdout] | [INFO] [stdout] 98 | ...cked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stdout] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 98 | unsafe fn select_indices_mut_unchecked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stdout] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:149:39 [INFO] [stdout] | [INFO] [stdout] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter [INFO] [stdout] | ^^ the lifetime is named here ----------------------------------------------------------- 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "cd5826610f6bf21db19fec160dc2c18dfd4e863ab41d4116ff2b990f21239d72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd5826610f6bf21db19fec160dc2c18dfd4e863ab41d4116ff2b990f21239d72", kill_on_drop: false }` [INFO] [stdout] cd5826610f6bf21db19fec160dc2c18dfd4e863ab41d4116ff2b990f21239d72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 428069b2f070083bf729d6b3c34175b1110dd3371a0924aaa734ad018d9c1dac [INFO] running `Command { std: "docker" "start" "-a" "428069b2f070083bf729d6b3c34175b1110dd3371a0924aaa734ad018d9c1dac", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:71:56 [INFO] [stdout] | [INFO] [stdout] 71 | ...ed(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter [INFO] [stdout] | ^^ the lifetime is named here -------------------------------------------------------------------- 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn select_with_iter_mut_unchecked(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:98:50 [INFO] [stdout] | [INFO] [stdout] 98 | ...cked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stdout] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 98 | unsafe fn select_indices_mut_unchecked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stdout] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:149:39 [INFO] [stdout] | [INFO] [stdout] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter [INFO] [stdout] | ^^ the lifetime is named here ----------------------------------------------------------- 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling select_indices v3.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:71:56 [INFO] [stdout] | [INFO] [stdout] 71 | ...ed(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter [INFO] [stdout] | ^^ the lifetime is named here -------------------------------------------------------------------- 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 71 | unsafe fn select_with_iter_mut_unchecked(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:98:50 [INFO] [stdout] | [INFO] [stdout] 98 | ...cked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stdout] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 98 | unsafe fn select_indices_mut_unchecked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:120:33 [INFO] [stdout] | [INFO] [stdout] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stdout] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is named here [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:149:39 [INFO] [stdout] | [INFO] [stdout] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter [INFO] [stdout] | ^^ the lifetime is named here ----------------------------------------------------------- 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.34s [INFO] running `Command { std: "docker" "inspect" "428069b2f070083bf729d6b3c34175b1110dd3371a0924aaa734ad018d9c1dac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "428069b2f070083bf729d6b3c34175b1110dd3371a0924aaa734ad018d9c1dac", kill_on_drop: false }` [INFO] [stdout] 428069b2f070083bf729d6b3c34175b1110dd3371a0924aaa734ad018d9c1dac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8fdf788e90e82c6199937719570467c40b2eba249e8a93b1e51bffcf8ae07341 [INFO] running `Command { std: "docker" "start" "-a" "8fdf788e90e82c6199937719570467c40b2eba249e8a93b1e51bffcf8ae07341", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/mutable/traits.rs:71:56 [INFO] [stderr] | [INFO] [stderr] 71 | ...ed(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter [INFO] [stderr] | ^^ the lifetime is named here -------------------------------------------------------------------- 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 71 | unsafe fn select_with_iter_mut_unchecked(&'a mut self, indices: Indices) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/mutable/traits.rs:98:50 [INFO] [stderr] | [INFO] [stderr] 98 | ...cked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stderr] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stderr] | | | | | [INFO] [stderr] | | | | the same lifetime is named here [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 98 | unsafe fn select_indices_mut_unchecked(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/mutable/traits.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter>, Unindexed> [INFO] [stderr] | ^^ ^^ ------------------------------------------------------------------------ [INFO] [stderr] | | | | | [INFO] [stderr] | | | | the same lifetime is named here [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 120 | fn select_indices_mut(&'a mut self, indices: &'a [Idx]) -> SeqSelectIndicesUncheckedMutIter<'a, Self, Copied>, Unindexed> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/mutable/traits.rs:149:39 [INFO] [stderr] | [INFO] [stderr] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter [INFO] [stderr] | ^^ the lifetime is named here ----------------------------------------------------------- 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 149 | fn select_with_iter_mut(&'a mut self, indices: Indices) -> SeqSelectIndicesMutIter<'a, Self, Indices::IntoIter, Unindexed> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `select_indices` (lib) generated 4 warnings [INFO] [stderr] warning: `select_indices` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/select_indices-ceaca568fecec157) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test mutable::unchecked::speed_test ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-ac76ca3fc6a6d132) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test immutable::indexed ... ok [INFO] [stdout] test immutable::indexed_halfway ... ok [INFO] [stdout] test immutable::select_indices_rev_test ... ok [INFO] [stdout] test mutable::indexed_halfway ... ok [INFO] [stdout] test mutable::select_indices ... ok [INFO] [stdout] test mutable::select_indices_mut_unchecked ... ok [INFO] [stdout] test immutable::select_indices_test ... ok [INFO] [stdout] test immutable::out_of_range_panic - should panic ... ok [INFO] [stdout] test mutable::out_of_range_panic - should panic ... ok [INFO] [stdout] test mutable::repeated_index_from_iter_panic - should panic ... ok [INFO] [stdout] test mutable::repeated_index_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests select_indices [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8fdf788e90e82c6199937719570467c40b2eba249e8a93b1e51bffcf8ae07341", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fdf788e90e82c6199937719570467c40b2eba249e8a93b1e51bffcf8ae07341", kill_on_drop: false }` [INFO] [stdout] 8fdf788e90e82c6199937719570467c40b2eba249e8a93b1e51bffcf8ae07341