[INFO] fetching crate aph_disjoint_set 0.1.1...
[INFO] testing aph_disjoint_set-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate aph_disjoint_set 0.1.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate aph_disjoint_set 0.1.1
[INFO] finished tweaking crates.io crate aph_disjoint_set 0.1.1
[INFO] tweaked toml for crates.io crate aph_disjoint_set 0.1.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aph_disjoint_set 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.14.0)
[INFO] [stderr]       Adding rstest v0.17.0 (available: v0.26.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d246134555afff75f43aa055affd27af0c7283827bf60d4d9e255546986b74de
[INFO] running `Command { std: "docker" "start" "-a" "d246134555afff75f43aa055affd27af0c7283827bf60d4d9e255546986b74de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d246134555afff75f43aa055affd27af0c7283827bf60d4d9e255546986b74de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d246134555afff75f43aa055affd27af0c7283827bf60d4d9e255546986b74de", kill_on_drop: false }`
[INFO] [stdout] d246134555afff75f43aa055affd27af0c7283827bf60d4d9e255546986b74de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52cc6cbfdb8a489d63e8ca7f9083ddcb06f000aabb899fa32657c224f8d9aaba
[INFO] running `Command { std: "docker" "start" "-a" "52cc6cbfdb8a489d63e8ca7f9083ddcb06f000aabb899fa32657c224f8d9aaba", kill_on_drop: false }`
[INFO] [stderr]    Compiling aph_disjoint_set v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated constant `ONE` is never used
[INFO] [stdout]  --> src/tag_type.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(crate) trait TagType: Copy + Eq + Ord + Sized {
[INFO] [stdout]   |                  ------- associated constant in this trait
[INFO] [stdout] 4 |     const ZERO: Self;
[INFO] [stdout] 5 |     const ONE: Self;
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/common.rs:244:32
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]    |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                                |
[INFO] [stdout]    |                     |                                the same lifetime is hidden here
[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] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]    |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_dynamic.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn view(&self) -> DisjointSetRoView {
[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] 237 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                |
[INFO] [stdout]     |                     |                                the same lifetime is hidden here
[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] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:329:17
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn view(&self) -> DisjointSetRoView {
[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] 329 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<Tag> {
[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] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<'_, Tag> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] running `Command { std: "docker" "inspect" "52cc6cbfdb8a489d63e8ca7f9083ddcb06f000aabb899fa32657c224f8d9aaba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52cc6cbfdb8a489d63e8ca7f9083ddcb06f000aabb899fa32657c224f8d9aaba", kill_on_drop: false }`
[INFO] [stdout] 52cc6cbfdb8a489d63e8ca7f9083ddcb06f000aabb899fa32657c224f8d9aaba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1515fb7efc0ab4d9e8542e3baf75bea1e796d324b360217a1910da325dbcce5
[INFO] running `Command { std: "docker" "start" "-a" "b1515fb7efc0ab4d9e8542e3baf75bea1e796d324b360217a1910da325dbcce5", kill_on_drop: false }`
[INFO] [stdout] warning: associated constant `ONE` is never used
[INFO] [stdout]  --> src/tag_type.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(crate) trait TagType: Copy + Eq + Ord + Sized {
[INFO] [stdout]   |                  ------- associated constant in this trait
[INFO] [stdout] 4 |     const ZERO: Self;
[INFO] [stdout] 5 |     const ONE: Self;
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/common.rs:244:32
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]    |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                                |
[INFO] [stdout]    |                     |                                the same lifetime is hidden here
[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] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]    |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_dynamic.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn view(&self) -> DisjointSetRoView {
[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] 237 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                |
[INFO] [stdout]     |                     |                                the same lifetime is hidden here
[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] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:329:17
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn view(&self) -> DisjointSetRoView {
[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] 329 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<Tag> {
[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] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<'_, Tag> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rstest_macros v0.17.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rstest v0.17.0
[INFO] [stderr]    Compiling aph_disjoint_set v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated constant `ONE` is never used
[INFO] [stdout]  --> src/tag_type.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(crate) trait TagType: Copy + Eq + Ord + Sized {
[INFO] [stdout]   |                  ------- associated constant in this trait
[INFO] [stdout] 4 |     const ZERO: Self;
[INFO] [stdout] 5 |     const ONE: Self;
[INFO] [stdout]   |           ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/common.rs:244:32
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]    |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                                |
[INFO] [stdout]    |                     |                                the same lifetime is hidden here
[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] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]    |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_dynamic.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn view(&self) -> DisjointSetRoView {
[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] 237 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                |
[INFO] [stdout]     |                     |                                the same lifetime is hidden here
[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] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:329:17
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn view(&self) -> DisjointSetRoView {
[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] 329 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<Tag> {
[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] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<'_, Tag> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.52s
[INFO] running `Command { std: "docker" "inspect" "b1515fb7efc0ab4d9e8542e3baf75bea1e796d324b360217a1910da325dbcce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1515fb7efc0ab4d9e8542e3baf75bea1e796d324b360217a1910da325dbcce5", kill_on_drop: false }`
[INFO] [stdout] b1515fb7efc0ab4d9e8542e3baf75bea1e796d324b360217a1910da325dbcce5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1e9c20a93e9cdcf3b190aa377efece2f140d3ea862ec2e351b75f610346e2a29
[INFO] running `Command { std: "docker" "start" "-a" "1e9c20a93e9cdcf3b190aa377efece2f140d3ea862ec2e351b75f610346e2a29", kill_on_drop: false }`
[INFO] [stderr] warning: associated constant `ONE` is never used
[INFO] [stdout] 
[INFO] [stderr]  --> src/tag_type.rs:5:11
[INFO] [stdout] running 146 tests
[INFO] [stderr]   |
[INFO] [stdout] test algorithm::splitted_storage_tests::test_unions ... ok
[INFO] [stderr] 3 | pub(crate) trait TagType: Copy + Eq + Ord + Sized {
[INFO] [stdout] test algorithm::tests::test_compress_paths ... ok
[INFO] [stderr]   |                  ------- associated constant in this trait
[INFO] [stdout] test algorithm::tests::test_detach ... ok
[INFO] [stderr] 4 |     const ZERO: Self;
[INFO] [stdout] test algorithm::tests::test_get_root ... ok
[INFO] [stderr] 5 |     const ONE: Self;
[INFO] [stdout] test algorithm::tests::test_initialize ... ok
[INFO] [stderr]   |           ^^^
[INFO] [stdout] test algorithm::tests::test_ranks ... ok
[INFO] [stderr]   |
[INFO] [stdout] test algorithm::splitted_storage_tests::test_detach ... ok
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test algorithm::splitted_storage_tests::test_compress_paths ... ok
[INFO] [stderr] 
[INFO] [stdout] test algorithm::splitted_storage_tests::test_get_root ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test algorithm::tests::test_unions ... ok
[INFO] [stderr]    --> src/common.rs:244:32
[INFO] [stdout] test algorithm::splitted_storage_tests::test_initialize ... ok
[INFO] [stderr]     |
[INFO] [stdout] test algorithm::splitted_storage_tests::test_ranks ... ok
[INFO] [stderr] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 244 |     pub(crate) fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:216:21
[INFO] [stderr]     |
[INFO] [stderr] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stderr]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                                |
[INFO] [stderr]     |                       |                                the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 285 | / impl_array_djs!(
[INFO] [stderr] 286 | |     DisjointSetArrayU8,
[INFO] [stderr] 287 | |     RoDisjointSetArrayU8,
[INFO] [stderr] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 291 | |     BitsEnum::U8
[INFO] [stderr] 292 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stderr]     |                                                              ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:226:25
[INFO] [stderr]     |
[INFO] [stderr] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stderr]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 285 | / impl_array_djs!(
[INFO] [stderr] 286 | |     DisjointSetArrayU8,
[INFO] [stderr] 287 | |     RoDisjointSetArrayU8,
[INFO] [stderr] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 291 | |     BitsEnum::U8
[INFO] [stderr] 292 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:278:17
[INFO] [stderr]     |
[INFO] [stderr] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stderr]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 285 | / impl_array_djs!(
[INFO] [stderr] 286 | |     DisjointSetArrayU8,
[INFO] [stderr] 287 | |     RoDisjointSetArrayU8,
[INFO] [stderr] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 291 | |     BitsEnum::U8
[INFO] [stderr] 292 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:216:21
[INFO] [stderr]     |
[INFO] [stderr] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stderr]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                                |
[INFO] [stderr]     |                       |                                the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 293 | / impl_array_djs!(
[INFO] [stderr] 294 | |     DisjointSetArrayU16,
[INFO] [stderr] 295 | |     RoDisjointSetArrayU16,
[INFO] [stderr] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 299 | |     BitsEnum::U16
[INFO] [stderr] 300 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stderr]     |                                                              ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:226:25
[INFO] [stderr]     |
[INFO] [stderr] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stderr]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 293 | / impl_array_djs!(
[INFO] [stderr] 294 | |     DisjointSetArrayU16,
[INFO] [stderr] 295 | |     RoDisjointSetArrayU16,
[INFO] [stderr] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 299 | |     BitsEnum::U16
[INFO] [stderr] 300 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:278:17
[INFO] [stderr]     |
[INFO] [stderr] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stderr]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 293 | / impl_array_djs!(
[INFO] [stderr] 294 | |     DisjointSetArrayU16,
[INFO] [stderr] 295 | |     RoDisjointSetArrayU16,
[INFO] [stderr] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 299 | |     BitsEnum::U16
[INFO] [stderr] 300 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:216:21
[INFO] [stderr]     |
[INFO] [stderr] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stderr]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                                |
[INFO] [stderr]     |                       |                                the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 302 | / impl_array_djs!(
[INFO] [stderr] 303 | |     DisjointSetArrayU32,
[INFO] [stderr] 304 | |     RoDisjointSetArrayU32,
[INFO] [stderr] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 308 | |     BitsEnum::U32
[INFO] [stderr] 309 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stderr]     |                                                              ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:226:25
[INFO] [stderr]     |
[INFO] [stderr] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stderr]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 302 | / impl_array_djs!(
[INFO] [stderr] 303 | |     DisjointSetArrayU32,
[INFO] [stderr] 304 | |     RoDisjointSetArrayU32,
[INFO] [stderr] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 308 | |     BitsEnum::U32
[INFO] [stderr] 309 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:278:17
[INFO] [stderr]     |
[INFO] [stderr] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stderr]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 302 | / impl_array_djs!(
[INFO] [stderr] 303 | |     DisjointSetArrayU32,
[INFO] [stderr] 304 | |     RoDisjointSetArrayU32,
[INFO] [stderr] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stderr] ...   |
[INFO] [stderr] 308 | |     BitsEnum::U32
[INFO] [stderr] 309 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:216:21
[INFO] [stderr]     |
[INFO] [stderr] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stderr]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                                |
[INFO] [stderr]     |                       |                                the same lifetime is hidden here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 311 | / impl_array_djs!(
[INFO] [stderr] 312 | |     DisjointSetArrayU64,
[INFO] [stderr] 313 | |     RoDisjointSetArrayU64,
[INFO] [stderr] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stderr] ...   |
[INFO] [stderr] 317 | |     BitsEnum::U64
[INFO] [stderr] 318 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stderr]     |                                                              ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:226:25
[INFO] [stderr]     |
[INFO] [stderr] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stderr]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 311 | / impl_array_djs!(
[INFO] [stderr] 312 | |     DisjointSetArrayU64,
[INFO] [stderr] 313 | |     RoDisjointSetArrayU64,
[INFO] [stderr] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stderr] ...   |
[INFO] [stderr] 317 | |     BitsEnum::U64
[INFO] [stderr] 318 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_array.rs:278:17
[INFO] [stderr]     |
[INFO] [stderr] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stderr]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 311 | / impl_array_djs!(
[INFO] [stderr] 312 | |     DisjointSetArrayU64,
[INFO] [stderr] 313 | |     RoDisjointSetArrayU64,
[INFO] [stderr] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stderr] ...   |
[INFO] [stderr] 317 | |     BitsEnum::U64
[INFO] [stderr] 318 | | );
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/disjoint_set_dynamic.rs:89:21
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stderr]    |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |                                |
[INFO] [stderr]    |                     |                                the same lifetime is hidden here
[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] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stderr]    |                                                              ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/disjoint_set_dynamic.rs:99:25
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[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] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stderr]    |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_dynamic.rs:237:17
[INFO] [stderr]     |
[INFO] [stderr] 237 |     pub fn view(&self) -> DisjointSetRoView {
[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] 237 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_fixed.rs:172:21
[INFO] [stderr]     |
[INFO] [stderr] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stderr]     |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                                |
[INFO] [stderr]     |                     |                                the same lifetime is hidden here
[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] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stderr]     |                                                              ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/disjoint_set_fixed.rs:212:25
[INFO] [stderr]     |
[INFO] [stderr] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stderr]     |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_1_8::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     |                         |
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_2_9::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_3_10::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_1_8::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_1_8::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_1_8::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_1_8::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_1_8::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr]     |                                                        ++++
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_2_9::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr] 
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_3::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_3_10::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]    --> src/disjoint_set_fixed.rs:329:17
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_3::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_3::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr] 329 |     pub fn view(&self) -> DisjointSetRoView {
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_3_10::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_2_9::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     |                 |
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_2_9::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_5::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_2_9::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_5::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_3_10::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_3_10::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr] 329 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_6::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr]     |                                            ++++
[INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_2_9::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr] 
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_1::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_6::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]    --> src/storage.rs:232:27
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_2::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_2::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<Tag> {
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_5::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     |                           ^^^^^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_2::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr]     |                           |
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_3::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_4::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_get_root_view::idx_3_10::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_6::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_1::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]     |
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_5::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<'_, Tag> {
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_5::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     |                                                                        +++
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_1::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr] 
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_5::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stderr] warning: `aph_disjoint_set` (lib) generated 21 warnings (run `cargo fix --lib -p aph_disjoint_set` to apply 20 suggestions)
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_1::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr] warning: `aph_disjoint_set` (lib test) generated 21 warnings (21 duplicates)
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_6::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_2::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aph_disjoint_set-81680f2abb657930)
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_1::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_4::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_2::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_2::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_3::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_3::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_4::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_3::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_3::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_4::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_4::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_4::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_4::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_4::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_5::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_5::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_6::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_6::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_1::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_can_split_if_reset::storage_1_Box__new_BoxStorage__new_8__ ... ok
[INFO] [stdout] test common::tests::test_can_split_if_reset::storage_2_Box__new_make_dyn_storage_8__ ... ok
[INFO] [stdout] test common::tests::test_can_split_if_reset::storage_3_Box__new_ArrayStorage____8__ZEROED_ ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_6::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_compress::storage_1_Box__new_BoxStorage__new_8__ ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_6::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_compress::storage_2_Box__new_make_dyn_storage_8__ ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_2::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_compress::storage_3_Box__new_ArrayStorage____8__ZEROED_ ... ok
[INFO] [stdout] test common::tests::test_into_readonly::storage_1_Box__new_BoxStorage__new_7__ ... ok
[INFO] [stdout] test common::tests::test_into_readonly::storage_2_Box__new_make_dyn_storage_7__ ... ok
[INFO] [stdout] test common::tests::test_into_readonly::storage_3_Box__new_ArrayStorage____7__ZEROED_ ... ok
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_1::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_readonly_view::storage_1_Box__new_BoxStorage__new_7__ ... ok
[INFO] [stdout] test common::tests::test_split::storage_1_Box__new_BoxStorage__new_8__ ... ok
[INFO] [stdout] test common::tests::test_split::storage_3_Box__new_ArrayStorage____8__ZEROED_ ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_1_9::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_1_9::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_2_10::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_2_10::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_2_10::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_3_usize__MAX::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_3_usize__MAX::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_3_usize__MAX::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_3::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split::storage_2_Box__new_make_dyn_storage_8__ ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_1::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_1::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_2::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_split_multithread::storage_1_Box__new_BoxStorage__new_8__ ... ok
[INFO] [stdout] test disjoint_set_array::tests::test_initialize ... ok
[INFO] [stdout] test disjoint_set_array::tests::test_initialize2 ... ok
[INFO] [stdout] test common::tests::test_split_multithread::storage_2_Box__new_make_dyn_storage_8__ ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_4::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_6::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_union_view::case_5::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test common::tests::test_cannot_split_if_modified::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test disjoint_set_dynamic::tests::test_old_values_are_removed ... ok
[INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_1_1 - should panic ... ok
[INFO] [stdout] test disjoint_set_fixed::tests::test_clone ... ok
[INFO] [stdout] test disjoint_set_fixed::tests::test_new ... ok
[INFO] [stdout] test macros::tests::choose_by_size ... ok
[INFO] [stdout] test common::tests::test_cannot_split_if_modified::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok
[INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_2::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test disjoint_set_dynamic::tests::test_enlarge ... ok
[INFO] [stdout] test common::tests::test_split_bounds_check::idx_1_9::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_2_3 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_3_9 - should panic ... ok
[INFO] [stdout] test common::tests::test_cannot_split_if_modified::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_4_10 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_split_bounds_check::idx_3_9 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_5_usize__MAX - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_6 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_5 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_split_bounds_check::idx_1_1 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_split_bounds_check::idx_2_3 - should panic ... ok
[INFO] [stdout] test storage::tests::test_new_capacity::case_2 ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_3 - should panic ... ok
[INFO] [stdout] test storage::tests::test_new_capacity::case_3 ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_1 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_split_bounds_check::idx_4_10 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_split_bounds_check::idx_5_usize__MAX - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_2 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_4 - should panic ... ok
[INFO] [stdout] test storage::tests::test_split_at ... ok
[INFO] [stdout] test storage::tests::test_new_capacity::case_4 ... ok
[INFO] [stdout] test storage::tests::test_new_capacity::case_1 ... ok
[INFO] [stdout] test common::tests::test_readonly_view::storage_2_Box__new_make_dyn_storage_7__ ... ok
[INFO] [stdout] test common::tests::test_readonly_view::storage_3_Box__new_ArrayStorage____7__ZEROED_ ... ok
[INFO] [stdout] test storage::tests::test_enlarge ... ok
[INFO] [stdout] test common::tests::test_split_multithread::storage_3_Box__new_ArrayStorage____8__ZEROED_ ... ok
[INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_7 - should panic ... ok
[INFO] [stdout] test mut_view::tests::test_split ... ok
[INFO] [stdout] test disjoint_set_dynamic::tests::test_clone ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 146 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aph_disjoint_set
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU8<SIZE>::new (line 287) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU64<SIZE>::new (line 313) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU32<SIZE>::new (line 304) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU8<SIZE>::initialize_inplace (line 291) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU8<SIZE>::initialize_inplace (line 301) ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU16<SIZE>::new (line 295) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU32<SIZE>::initialize_inplace (line 308) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::split_at (line 165) ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU64<SIZE>::initialize_inplace (line 327) ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU16<SIZE>::initialize_inplace (line 299) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::union (line 98) ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU64<SIZE>::initialize_inplace (line 317) - compile fail ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU32<SIZE>::initialize_inplace (line 318) ... ok
[INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU16<SIZE>::initialize_inplace (line 309) ... ok
[INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::reset (line 41) ... ok
[INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::make_ro_view (line 189) ... ok
[INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::into_readonly (line 225) ... ok
[INFO] [stdout] test src/lib.rs - (line 44) ... ok
[INFO] [stdout] test src/lib.rs - (line 81) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1e9c20a93e9cdcf3b190aa377efece2f140d3ea862ec2e351b75f610346e2a29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e9c20a93e9cdcf3b190aa377efece2f140d3ea862ec2e351b75f610346e2a29", kill_on_drop: false }`
[INFO] [stdout] 1e9c20a93e9cdcf3b190aa377efece2f140d3ea862ec2e351b75f610346e2a29
