[INFO] fetching crate select_indices 3.0.0... [INFO] testing select_indices-3.0.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate select_indices 3.0.0 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate select_indices 3.0.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "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.17.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" "+beta-2025-10-28" "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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 772dfa2526a3c3b0e41ff3451853af90cd03391a066818757e17797a33faff04 [INFO] running `Command { std: "docker" "start" "-a" "772dfa2526a3c3b0e41ff3451853af90cd03391a066818757e17797a33faff04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "772dfa2526a3c3b0e41ff3451853af90cd03391a066818757e17797a33faff04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "772dfa2526a3c3b0e41ff3451853af90cd03391a066818757e17797a33faff04", kill_on_drop: false }` [INFO] [stdout] 772dfa2526a3c3b0e41ff3451853af90cd03391a066818757e17797a33faff04 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93ed24cbaeb0149665c02670d95a97ef6a115c9a19972c9834357c3a7d879ce1 [INFO] running `Command { std: "docker" "start" "-a" "93ed24cbaeb0149665c02670d95a97ef6a115c9a19972c9834357c3a7d879ce1", 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:90 [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:86 [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:69 [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:73 [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.27s [INFO] running `Command { std: "docker" "inspect" "93ed24cbaeb0149665c02670d95a97ef6a115c9a19972c9834357c3a7d879ce1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93ed24cbaeb0149665c02670d95a97ef6a115c9a19972c9834357c3a7d879ce1", kill_on_drop: false }` [INFO] [stdout] 93ed24cbaeb0149665c02670d95a97ef6a115c9a19972c9834357c3a7d879ce1 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a20d8a28ce50726da8da80c01dbcb1165ebd4dd56d712dce4e8c85aaa236a0e1 [INFO] running `Command { std: "docker" "start" "-a" "a20d8a28ce50726da8da80c01dbcb1165ebd4dd56d712dce4e8c85aaa236a0e1", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/mutable/traits.rs:71:90 [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:86 [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:69 [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:73 [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 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:90 [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:86 [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:69 [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:73 [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 0.80s [INFO] running `Command { std: "docker" "inspect" "a20d8a28ce50726da8da80c01dbcb1165ebd4dd56d712dce4e8c85aaa236a0e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a20d8a28ce50726da8da80c01dbcb1165ebd4dd56d712dce4e8c85aaa236a0e1", kill_on_drop: false }` [INFO] [stdout] a20d8a28ce50726da8da80c01dbcb1165ebd4dd56d712dce4e8c85aaa236a0e1 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 39a24d92d9b847ea3a8895f2754951170a6febf4c0fd5e3e1c98e7f6dbae5676 [INFO] running `Command { std: "docker" "start" "-a" "39a24d92d9b847ea3a8895f2754951170a6febf4c0fd5e3e1c98e7f6dbae5676", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/mutable/traits.rs:71:90 [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:86 [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:69 [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:73 [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 (run `cargo fix --lib -p select_indices` to apply 4 suggestions) [INFO] [stderr] warning: `select_indices` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/select_indices-f7d5334ab56165f4) [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-da7be0ce8c24e2e9) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test immutable::indexed_halfway ... ok [INFO] [stdout] test immutable::select_indices_rev_test ... ok [INFO] [stdout] test immutable::select_indices_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::indexed ... 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.04s [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.38s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "39a24d92d9b847ea3a8895f2754951170a6febf4c0fd5e3e1c98e7f6dbae5676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39a24d92d9b847ea3a8895f2754951170a6febf4c0fd5e3e1c98e7f6dbae5676", kill_on_drop: false }` [INFO] [stdout] 39a24d92d9b847ea3a8895f2754951170a6febf4c0fd5e3e1c98e7f6dbae5676