[INFO] fetching crate aph_disjoint_set 0.1.1... [INFO] testing aph_disjoint_set-0.1.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate aph_disjoint_set 0.1.1 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate aph_disjoint_set 0.1.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e350616c0ac61685b32f6fdc7f490f7c83e6ff508e6d543cf763c9c49d1adff7 [INFO] running `Command { std: "docker" "start" "-a" "e350616c0ac61685b32f6fdc7f490f7c83e6ff508e6d543cf763c9c49d1adff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e350616c0ac61685b32f6fdc7f490f7c83e6ff508e6d543cf763c9c49d1adff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e350616c0ac61685b32f6fdc7f490f7c83e6ff508e6d543cf763c9c49d1adff7", kill_on_drop: false }` [INFO] [stdout] e350616c0ac61685b32f6fdc7f490f7c83e6ff508e6d543cf763c9c49d1adff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9efc72f585a58bcf708cb3ca9e0fd0801583791eb6d4cf2b27708c9d4deb774 [INFO] running `Command { std: "docker" "start" "-a" "e9efc72f585a58bcf708cb3ca9e0fd0801583791eb6d4cf2b27708c9d4deb774", 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, 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, 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, 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, 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, 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, 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, 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, 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, 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), [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), [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), [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 { [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.64s [INFO] running `Command { std: "docker" "inspect" "e9efc72f585a58bcf708cb3ca9e0fd0801583791eb6d4cf2b27708c9d4deb774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9efc72f585a58bcf708cb3ca9e0fd0801583791eb6d4cf2b27708c9d4deb774", kill_on_drop: false }` [INFO] [stdout] e9efc72f585a58bcf708cb3ca9e0fd0801583791eb6d4cf2b27708c9d4deb774 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42b92738917052daf6932a23dfdf1f1fd1576cc920cff5b921a40483c89998a9 [INFO] running `Command { std: "docker" "start" "-a" "42b92738917052daf6932a23dfdf1f1fd1576cc920cff5b921a40483c89998a9", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling either v1.15.0 [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, 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, 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, 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, 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, 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, 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, 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, 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, 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), [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), [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), [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 { [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 itertools v0.10.5 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rstest_macros v0.17.0 [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, 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, 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, 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, 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, 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, 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, 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, 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, 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), [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), [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), [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 { [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 9.99s [INFO] running `Command { std: "docker" "inspect" "42b92738917052daf6932a23dfdf1f1fd1576cc920cff5b921a40483c89998a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42b92738917052daf6932a23dfdf1f1fd1576cc920cff5b921a40483c89998a9", kill_on_drop: false }` [INFO] [stdout] 42b92738917052daf6932a23dfdf1f1fd1576cc920cff5b921a40483c89998a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 32cc2b6680588843ce0fd3e1d9b5965d5c1c9e766de2b9b8990b48b9ca232a04 [INFO] running `Command { std: "docker" "start" "-a" "32cc2b6680588843ce0fd3e1d9b5965d5c1c9e766de2b9b8990b48b9ca232a04", kill_on_drop: false }` [INFO] [stderr] warning: associated constant `ONE` is never used [INFO] [stderr] --> src/tag_type.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 3 | pub(crate) trait TagType: Copy + Eq + Ord + Sized { [INFO] [stderr] | ------- associated constant in this trait [INFO] [stderr] 4 | const ZERO: Self; [INFO] [stderr] 5 | const ONE: Self; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/common.rs:244:32 [INFO] [stderr] | [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, 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, 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, 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, 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, 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, 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, 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, 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, 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), [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), [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), [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] [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] 212 | 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_fixed.rs:329:17 [INFO] [stderr] | [INFO] [stderr] 329 | 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] 329 | pub fn view(&self) -> DisjointSetRoView<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/storage.rs:232:27 [INFO] [stderr] | [INFO] [stderr] 232 | pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage { [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] 232 | pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<'_, Tag> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `aph_disjoint_set` (lib) generated 21 warnings (run `cargo fix --lib -p aph_disjoint_set` to apply 20 suggestions) [INFO] [stderr] warning: `aph_disjoint_set` (lib test) generated 21 warnings (21 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aph_disjoint_set-5291572356deebcf) [INFO] [stdout] [INFO] [stdout] running 146 tests [INFO] [stdout] test algorithm::splitted_storage_tests::test_compress_paths ... ok [INFO] [stdout] test algorithm::splitted_storage_tests::test_initialize ... ok [INFO] [stdout] test algorithm::splitted_storage_tests::test_ranks ... ok [INFO] [stdout] test algorithm::splitted_storage_tests::test_get_root ... ok [INFO] [stdout] test algorithm::splitted_storage_tests::test_detach ... ok [INFO] [stdout] test algorithm::splitted_storage_tests::test_unions ... ok [INFO] [stdout] test algorithm::tests::test_compress_paths ... ok [INFO] [stdout] test algorithm::tests::test_detach ... ok [INFO] [stdout] test algorithm::tests::test_get_root ... ok [INFO] [stdout] test algorithm::tests::test_initialize ... ok [INFO] [stdout] test algorithm::tests::test_ranks ... ok [INFO] [stdout] test algorithm::tests::test_unions ... ok [INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_1_8::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_get_root::idx_1_8::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_get_root::idx_2_9::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_3_10::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_get_root::idx_3_10::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_get_root_view::idx_2_9::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_is_united_djs::case_3::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_get_root_view::idx_3_10::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [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] [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_is_united_djs::case_1::storage_1_Box__new_BoxStorage__new_8__ - 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_is_united_djs::case_1::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_is_united_djs::case_2::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_1_Box__new_BoxStorage__new_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_get_root::idx_2_9::storage_3_Box__new_ArrayStorage____8__ZEROED_ - 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 common::tests::test_bounds_check_is_united_djs::case_3::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_is_united_djs::case_3::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [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] [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_is_united_djs::case_5::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_is_united_djs::case_5::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_2::storage_3_Box__new_ArrayStorage____8__ZEROED_ - 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_is_united_djs::case_5::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_is_united_djs::case_6::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_1::storage_1_Box__new_BoxStorage__new_8__ - should panic ... 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_bounds_check_union_djs::case_6::storage_2_Box__new_make_dyn_storage_8__ - should panic ... 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_bounds_check_union_view::case_1::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_1::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... 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_union_view::case_2::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_2::storage_1_Box__new_BoxStorage__new_8__ - 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_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_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_view::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_2::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok [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] [stdout] test common::tests::test_bounds_check_union_djs::case_3::storage_1_Box__new_BoxStorage__new_8__ - 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_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_is_united_djs::case_6::storage_1_Box__new_BoxStorage__new_8__ - should panic ... 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_djs::case_3::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_djs::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_djs::case_5::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_djs::case_5::storage_3_Box__new_ArrayStorage____8__ZEROED_ - 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_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_union_view::case_2::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_bounds_check_union_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_6::storage_1_Box__new_BoxStorage__new_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_can_split_if_reset::storage_1_Box__new_BoxStorage__new_8__ ... 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_can_split_if_reset::storage_3_Box__new_ArrayStorage____8__ZEROED_ ... ok [INFO] [stdout] test common::tests::test_compress::storage_1_Box__new_BoxStorage__new_8__ ... ok [INFO] [stdout] test common::tests::test_cannot_split_if_modified::storage_1_Box__new_BoxStorage__new_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_cannot_split_if_modified::storage_2_Box__new_make_dyn_storage_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_into_readonly::storage_3_Box__new_ArrayStorage____7__ZEROED_ ... ok [INFO] [stdout] test common::tests::test_cannot_split_if_modified::storage_3_Box__new_ArrayStorage____8__ZEROED_ - should panic ... ok [INFO] [stdout] test common::tests::test_readonly_view::storage_2_Box__new_make_dyn_storage_7__ ... ok [INFO] [stdout] test common::tests::test_into_readonly::storage_1_Box__new_BoxStorage__new_7__ ... 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_into_readonly::storage_2_Box__new_make_dyn_storage_7__ ... 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_2_10::storage_1_Box__new_BoxStorage__new_8__ - should panic ... ok [INFO] [stdout] test common::tests::test_split::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_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_2_10::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_2_Box__new_make_dyn_storage_8__ - 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_multithread::storage_1_Box__new_BoxStorage__new_8__ ... 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_compress::storage_2_Box__new_make_dyn_storage_8__ ... ok [INFO] [stdout] test common::tests::test_readonly_view::storage_3_Box__new_ArrayStorage____7__ZEROED_ ... 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_split_multithread::storage_3_Box__new_ArrayStorage____8__ZEROED_ ... ok [INFO] [stdout] test common::tests::test_split_multithread::storage_2_Box__new_make_dyn_storage_8__ ... ok [INFO] [stdout] test disjoint_set_array::tests::test_initialize ... 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 disjoint_set_array::tests::test_initialize2 ... ok [INFO] [stdout] test macros::tests::choose_by_size ... ok [INFO] [stdout] test common::tests::test_split::storage_2_Box__new_make_dyn_storage_8__ ... ok [INFO] [stdout] test disjoint_set_dynamic::tests::test_enlarge ... 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 mut_view::tests::test_get_root_bounds_check::idx_2_3 - should panic ... ok [INFO] [stdout] test disjoint_set_fixed::tests::test_new ... ok [INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_3_9 - should panic ... ok [INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_4_10 - should panic ... ok [INFO] [stdout] test disjoint_set_fixed::tests::test_clone ... ok [INFO] [stdout] test mut_view::tests::test_get_root_bounds_check::idx_5_usize__MAX - should panic ... ok [INFO] [stdout] test disjoint_set_dynamic::tests::test_clone ... ok [INFO] [stdout] test mut_view::tests::test_split ... 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_4_10 - should panic ... ok [INFO] [stdout] test mut_view::tests::test_split_bounds_check::idx_2_3 - 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_split_bounds_check::idx_5_usize__MAX - should panic ... ok [INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_3 - 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_5 - should panic ... ok [INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_1 - should panic ... ok [INFO] [stdout] test mut_view::tests::test_union_bounds_check::case_7 - 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_4 - should panic ... ok [INFO] [stdout] test storage::tests::test_enlarge ... ok [INFO] [stdout] test storage::tests::test_new_capacity::case_1 ... ok [INFO] [stdout] test storage::tests::test_new_capacity::case_3 ... ok [INFO] [stdout] test storage::tests::test_new_capacity::case_2 ... ok [INFO] [stdout] test storage::tests::test_split_at ... ok [INFO] [stdout] test storage::tests::test_new_capacity::case_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 146 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [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::DisjointSetArrayU32::initialize_inplace (line 308) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU64::initialize_inplace (line 317) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU16::new (line 295) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU16::initialize_inplace (line 299) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU32::new (line 304) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU32::initialize_inplace (line 318) ... 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::new (line 313) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU16::initialize_inplace (line 309) ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU8::initialize_inplace (line 291) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::reset (line 41) ... ok [INFO] [stdout] test src/lib.rs - (line 44) ... ok [INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::union (line 98) ... ok [INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::into_readonly (line 225) ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU8::new (line 287) - compile fail ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU8::initialize_inplace (line 301) ... ok [INFO] [stdout] test src/disjoint_set_fixed.rs - disjoint_set_fixed::DisjointSet::make_ro_view (line 189) ... ok [INFO] [stdout] test src/lib.rs - (line 81) ... ok [INFO] [stdout] test src/disjoint_set_array.rs - disjoint_set_array::DisjointSetArrayU64::initialize_inplace (line 327) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "32cc2b6680588843ce0fd3e1d9b5965d5c1c9e766de2b9b8990b48b9ca232a04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32cc2b6680588843ce0fd3e1d9b5965d5c1c9e766de2b9b8990b48b9ca232a04", kill_on_drop: false }` [INFO] [stdout] 32cc2b6680588843ce0fd3e1d9b5965d5c1c9e766de2b9b8990b48b9ca232a04