[INFO] fetching crate aph_disjoint_set 0.1.1...
[INFO] checking aph_disjoint_set-0.1.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate aph_disjoint_set 0.1.1 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aph_disjoint_set 0.1.1 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0021a3240620dd7c2549ac68dc1ed0186af74d81f242cd68f6dba6763f1d94cd
[INFO] running `Command { std: "docker" "start" "-a" "0021a3240620dd7c2549ac68dc1ed0186af74d81f242cd68f6dba6763f1d94cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0021a3240620dd7c2549ac68dc1ed0186af74d81f242cd68f6dba6763f1d94cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0021a3240620dd7c2549ac68dc1ed0186af74d81f242cd68f6dba6763f1d94cd", kill_on_drop: false }`
[INFO] [stdout] 0021a3240620dd7c2549ac68dc1ed0186af74d81f242cd68f6dba6763f1d94cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b685b9c90faed3635aa802dddc4ef5757f111de64d1972363350d2ada4b29994
[INFO] running `Command { std: "docker" "start" "-a" "b685b9c90faed3635aa802dddc4ef5757f111de64d1972363350d2ada4b29994", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking aph_disjoint_set v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rstest_macros v0.17.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<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 285 | / impl_array_djs!(
[INFO] [stdout] 286 | |     DisjointSetArrayU8,
[INFO] [stdout] 287 | |     RoDisjointSetArrayU8,
[INFO] [stdout] 288 | |     common_strct!(ArrayStorage<u8, SIZE>, Impossible, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 291 | |     BitsEnum::U8
[INFO] [stdout] 292 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 293 | / impl_array_djs!(
[INFO] [stdout] 294 | |     DisjointSetArrayU16,
[INFO] [stdout] 295 | |     RoDisjointSetArrayU16,
[INFO] [stdout] 296 | |     common_strct!(Impossible, ArrayStorage<u16, SIZE>, Impossible,Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |     BitsEnum::U16
[INFO] [stdout] 300 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 302 | / impl_array_djs!(
[INFO] [stdout] 303 | |     DisjointSetArrayU32,
[INFO] [stdout] 304 | |     RoDisjointSetArrayU32,
[INFO] [stdout] 305 | |     common_strct!(Impossible,Impossible, ArrayStorage<u32, SIZE>, Impossible),
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     BitsEnum::U32
[INFO] [stdout] 309 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:216:21
[INFO] [stdout]     |
[INFO] [stdout] 216 |       pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                       ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                                |
[INFO] [stdout]     |                       |                                the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |       pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_array.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |       pub fn view(&self)->DisjointSetRoView{
[INFO] [stdout]     |                   ^^^^^   ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 311 | / impl_array_djs!(
[INFO] [stdout] 312 | |     DisjointSetArrayU64,
[INFO] [stdout] 313 | |     RoDisjointSetArrayU64,
[INFO] [stdout] 314 | |     common_strct!(Impossible,Impossible,Impossible, ArrayStorage<u64, SIZE>),
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     BitsEnum::U64
[INFO] [stdout] 318 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_array_djs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn view(&self)->DisjointSetRoView<'_>{
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]    |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                                |
[INFO] [stdout]    |                     |                                the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]    |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/disjoint_set_dynamic.rs:99:25
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]    |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_dynamic.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn view(&self) -> DisjointSetRoView {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:172:21
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut, ChunkMut) {
[INFO] [stdout]     |                     ^^^^^^^^^                        ^^^^^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                |
[INFO] [stdout]     |                     |                                the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn split_at(&mut self, split_idx: usize) -> (ChunkMut<'_>, ChunkMut<'_>) {
[INFO] [stdout]     |                                                              ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView {
[INFO] [stdout]     |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn make_ro_view(&mut self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/disjoint_set_fixed.rs:329:17
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn view(&self) -> DisjointSetRoView {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub fn view(&self) -> DisjointSetRoView<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage.rs:232:27
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<Tag> {
[INFO] [stdout]     |                           ^^^^^^^^^                        ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 232 |     pub(crate) fn enlarge(&mut self, additional: usize) -> ViewStorage<'_, Tag> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/tag_type.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 usize::try_from(self).unwrap()
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | impl_tag_type!(u8);
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the macro `impl_tag_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<usize, Infallible>
[INFO] [stdout]   --> src/tag_type.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 usize::try_from(self).unwrap()
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 | impl_tag_type!(u16);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `impl_tag_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aph_disjoint_set` (lib) due to 2 previous errors; 21 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b685b9c90faed3635aa802dddc4ef5757f111de64d1972363350d2ada4b29994", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b685b9c90faed3635aa802dddc4ef5757f111de64d1972363350d2ada4b29994", kill_on_drop: false }`
[INFO] [stdout] b685b9c90faed3635aa802dddc4ef5757f111de64d1972363350d2ada4b29994
