[INFO] fetching crate h_mat 0.1.14... [INFO] testing h_mat-0.1.14 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate h_mat 0.1.14 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate h_mat 0.1.14 [INFO] finished tweaking crates.io crate h_mat 0.1.14 [INFO] tweaked toml for crates.io crate h_mat 0.1.14 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate h_mat 0.1.14 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.11.0 (available: v0.14.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42969198f80f4c0f1b3c75efa1368cc2502ab0b6c59f55f8364a194c74008fd0 [INFO] running `Command { std: "docker" "start" "-a" "42969198f80f4c0f1b3c75efa1368cc2502ab0b6c59f55f8364a194c74008fd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42969198f80f4c0f1b3c75efa1368cc2502ab0b6c59f55f8364a194c74008fd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42969198f80f4c0f1b3c75efa1368cc2502ab0b6c59f55f8364a194c74008fd0", kill_on_drop: false }` [INFO] [stdout] 42969198f80f4c0f1b3c75efa1368cc2502ab0b6c59f55f8364a194c74008fd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 468efa152d58b0345419dd7cde0779e438b363c85ad5d0b124554006fddb96f7 [INFO] running `Command { std: "docker" "start" "-a" "468efa152d58b0345419dd7cde0779e438b363c85ad5d0b124554006fddb96f7", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling h_mat v0.1.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat.rs:66:62 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stdout] | -- ^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 75 | &'a mut self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 76 | col_idx: usize, [INFO] [stdout] 77 | ) -> HCol<&mut T, >::Rem> [INFO] [stdout] | ^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 77 | ) -> HCol<&'a mut T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem>; [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:16:54 [INFO] [stdout] | [INFO] [stdout] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T, Self::Rem>; [INFO] [stdout] | -- the lifetime is named here ^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T, Self::Rem>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:37:50 [INFO] [stdout] | [INFO] [stdout] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stdout] | -- ^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:61:50 [INFO] [stdout] | [INFO] [stdout] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stdout] | -- ^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:71:50 [INFO] [stdout] | [INFO] [stdout] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:85:54 [INFO] [stdout] | [INFO] [stdout] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T1, Self::Rem> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_col.rs:32:46 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&D> [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&'a D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_col.rs:40:54 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&mut D> [INFO] [stdout] | -- ^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&'a mut D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_mat_ref.rs:22:58 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stdout] | -- ^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s [INFO] running `Command { std: "docker" "inspect" "468efa152d58b0345419dd7cde0779e438b363c85ad5d0b124554006fddb96f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "468efa152d58b0345419dd7cde0779e438b363c85ad5d0b124554006fddb96f7", kill_on_drop: false }` [INFO] [stdout] 468efa152d58b0345419dd7cde0779e438b363c85ad5d0b124554006fddb96f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8cd6c4ca373c69a210b964bb3a232c0b8e0237863936324d98715ae0e8c774e [INFO] running `Command { std: "docker" "start" "-a" "e8cd6c4ca373c69a210b964bb3a232c0b8e0237863936324d98715ae0e8c774e", kill_on_drop: false }` [INFO] [stderr] Compiling h_mat v0.1.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat.rs:66:62 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stdout] | -- ^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 75 | &'a mut self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 76 | col_idx: usize, [INFO] [stdout] 77 | ) -> HCol<&mut T, >::Rem> [INFO] [stdout] | ^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 77 | ) -> HCol<&'a mut T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem>; [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:16:54 [INFO] [stdout] | [INFO] [stdout] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T, Self::Rem>; [INFO] [stdout] | -- the lifetime is named here ^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T, Self::Rem>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:37:50 [INFO] [stdout] | [INFO] [stdout] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stdout] | -- ^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:61:50 [INFO] [stdout] | [INFO] [stdout] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stdout] | -- ^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:71:50 [INFO] [stdout] | [INFO] [stdout] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:85:54 [INFO] [stdout] | [INFO] [stdout] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T1, Self::Rem> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_col.rs:32:46 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&D> [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&'a D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_col.rs:40:54 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&mut D> [INFO] [stdout] | -- ^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&'a mut D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_mat_ref.rs:22:58 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stdout] | -- ^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat.rs:66:62 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stdout] | -- ^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 75 | &'a mut self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 76 | col_idx: usize, [INFO] [stdout] 77 | ) -> HCol<&mut T, >::Rem> [INFO] [stdout] | ^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 77 | ) -> HCol<&'a mut T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem>; [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:16:54 [INFO] [stdout] | [INFO] [stdout] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T, Self::Rem>; [INFO] [stdout] | -- the lifetime is named here ^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T, Self::Rem>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:37:50 [INFO] [stdout] | [INFO] [stdout] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stdout] | -- ^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:61:50 [INFO] [stdout] | [INFO] [stdout] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stdout] | -- ^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:71:50 [INFO] [stdout] | [INFO] [stdout] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/access_col.rs:85:54 [INFO] [stdout] | [INFO] [stdout] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T1, Self::Rem> { [INFO] [stdout] | -- the lifetime is named here ^^^^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T1, Self::Rem> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_col.rs:32:46 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&D> [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&'a D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_col.rs:40:54 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&mut D> [INFO] [stdout] | -- ^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&'a mut D> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/h_mat/h_mat_ref.rs:22:58 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stdout] | -- ^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `Command { std: "docker" "inspect" "e8cd6c4ca373c69a210b964bb3a232c0b8e0237863936324d98715ae0e8c774e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8cd6c4ca373c69a210b964bb3a232c0b8e0237863936324d98715ae0e8c774e", kill_on_drop: false }` [INFO] [stdout] e8cd6c4ca373c69a210b964bb3a232c0b8e0237863936324d98715ae0e8c774e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a131c04f0bc2ededf0658cd7803f417c888d91e2ee94cc3ecad3a690f83f093e [INFO] running `Command { std: "docker" "start" "-a" "a131c04f0bc2ededf0658cd7803f417c888d91e2ee94cc3ecad3a690f83f093e", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat.rs:66:62 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stderr] | -- ^^ -- the same lifetime is named here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_col_ref<'a>(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat.rs:77:15 [INFO] [stderr] | [INFO] [stderr] 75 | &'a mut self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 76 | col_idx: usize, [INFO] [stderr] 77 | ) -> HCol<&mut T, >::Rem> [INFO] [stderr] | ^^^^^^ -- the same lifetime is named here [INFO] [stderr] | | [INFO] [stderr] | the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 77 | ) -> HCol<&'a mut T, >::Rem> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:9:50 [INFO] [stderr] | [INFO] [stderr] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem>; [INFO] [stderr] | -- ^^ the same lifetime is elided here [INFO] [stderr] | | [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] 9 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem>; [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:16:54 [INFO] [stderr] | [INFO] [stderr] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T, Self::Rem>; [INFO] [stderr] | -- the lifetime is named here ^^^^^^ the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 16 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T, Self::Rem>; [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:37:50 [INFO] [stderr] | [INFO] [stderr] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stderr] | -- ^^^ the same lifetime is elided here [INFO] [stderr] | | [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] 37 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:47:50 [INFO] [stderr] | [INFO] [stderr] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stderr] | -- ^^ the same lifetime is elided here [INFO] [stderr] | | [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] 47 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:61:50 [INFO] [stderr] | [INFO] [stderr] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T1, Self::Rem> { [INFO] [stderr] | -- ^^^ the same lifetime is elided here [INFO] [stderr] | | [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] 61 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T1, Self::Rem> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:71:50 [INFO] [stderr] | [INFO] [stderr] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&T, Self::Rem> { [INFO] [stderr] | -- ^^ the same lifetime is elided here [INFO] [stderr] | | [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] 71 | fn get_col_ref(&'a self, idx: usize) -> HCol<&'a T, Self::Rem> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/access_col.rs:85:54 [INFO] [stderr] | [INFO] [stderr] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&mut T1, Self::Rem> { [INFO] [stderr] | -- the lifetime is named here ^^^^^^^ the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 85 | fn get_col_mut(&'a mut self, idx: usize) -> HCol<&'a mut T1, Self::Rem> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/h_col.rs:32:46 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&D> [INFO] [stderr] | -- ^^ the same lifetime is elided here [INFO] [stderr] | | [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] 32 | pub fn get<'a, D, A>(&'a self) -> Option<&'a D> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/h_col.rs:40:54 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&mut D> [INFO] [stderr] | -- ^^^^^^ the same lifetime is elided here [INFO] [stderr] | | [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] 40 | pub fn get_mut<'a, D, A>(&'a mut self) -> Option<&'a mut D> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/h_mat/h_mat_ref.rs:22:58 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&T, >::Rem> [INFO] [stderr] | -- ^^ -- the same lifetime is named here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 22 | pub fn get_col_ref(&'a self, col_idx: usize) -> HCol<&'a T, >::Rem> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `h_mat` (lib) generated 12 warnings (run `cargo fix --lib -p h_mat` to apply 12 suggestions) [INFO] [stderr] warning: `h_mat` (lib test) generated 12 warnings (12 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/h_mat-4535cd970e5396f3) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test h_mat::access_col::tests::access_col_h_mat ... ok [INFO] [stdout] test h_mat::slicer::tests::slice ... ok [INFO] [stdout] test h_mat::writer::tests::merge ... ok [INFO] [stdout] test h_mat::extend::tests::extend ... ok [INFO] [stdout] test tests::integration ... ok [INFO] [stdout] test h_mat::writer::tests::basic ... ok [INFO] [stdout] test h_mat::access_row::tests::access_row ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests h_mat [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a131c04f0bc2ededf0658cd7803f417c888d91e2ee94cc3ecad3a690f83f093e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a131c04f0bc2ededf0658cd7803f417c888d91e2ee94cc3ecad3a690f83f093e", kill_on_drop: false }` [INFO] [stdout] a131c04f0bc2ededf0658cd7803f417c888d91e2ee94cc3ecad3a690f83f093e