[INFO] fetching crate jaggedarray 0.2.11... [INFO] testing jaggedarray-0.2.11 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate jaggedarray 0.2.11 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate jaggedarray 0.2.11 [INFO] finished tweaking crates.io crate jaggedarray 0.2.11 [INFO] tweaked toml for crates.io crate jaggedarray 0.2.11 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate jaggedarray 0.2.11 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 78 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11c97e24694e5474155064fefec9afca15115e4d26ef194dd13fca9756ded708 [INFO] running `Command { std: "docker" "start" "-a" "11c97e24694e5474155064fefec9afca15115e4d26ef194dd13fca9756ded708", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11c97e24694e5474155064fefec9afca15115e4d26ef194dd13fca9756ded708", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11c97e24694e5474155064fefec9afca15115e4d26ef194dd13fca9756ded708", kill_on_drop: false }` [INFO] [stdout] 11c97e24694e5474155064fefec9afca15115e4d26ef194dd13fca9756ded708 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fb510c00dfb87ea1007c7cd664205a1cac53cc97efdc5f368df8ed74affc6ca [INFO] running `Command { std: "docker" "start" "-a" "3fb510c00dfb87ea1007c7cd664205a1cac53cc97efdc5f368df8ed74affc6ca", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling generic-array v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling jaggedarray v0.2.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:433:9 [INFO] [stdout] | [INFO] [stdout] 433 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 434 | index: [usize; M], [INFO] [stdout] 435 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 455 | index: [usize; M], [INFO] [stdout] 456 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 456 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:490:9 [INFO] [stdout] | [INFO] [stdout] 490 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 491 | index: [usize; M], [INFO] [stdout] 492 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 492 | ) -> JaggedArrayMutView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 845 | impl_view_mut!(::TI,JaggedArray,TBuffer,VecLike); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 846 | impl_view_mut!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 847 | impl_view_mut!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s [INFO] running `Command { std: "docker" "inspect" "3fb510c00dfb87ea1007c7cd664205a1cac53cc97efdc5f368df8ed74affc6ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fb510c00dfb87ea1007c7cd664205a1cac53cc97efdc5f368df8ed74affc6ca", kill_on_drop: false }` [INFO] [stdout] 3fb510c00dfb87ea1007c7cd664205a1cac53cc97efdc5f368df8ed74affc6ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e535b9083b306b02676b9cef7f9b36e94793af22fc7ab2dc37c0bacd7b257a2 [INFO] running `Command { std: "docker" "start" "-a" "9e535b9083b306b02676b9cef7f9b36e94793af22fc7ab2dc37c0bacd7b257a2", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling jaggedarray v0.2.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:433:9 [INFO] [stdout] | [INFO] [stdout] 433 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 434 | index: [usize; M], [INFO] [stdout] 435 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 455 | index: [usize; M], [INFO] [stdout] 456 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 456 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:490:9 [INFO] [stdout] | [INFO] [stdout] 490 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 491 | index: [usize; M], [INFO] [stdout] 492 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 492 | ) -> JaggedArrayMutView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 845 | impl_view_mut!(::TI,JaggedArray,TBuffer,VecLike); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 846 | impl_view_mut!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 847 | impl_view_mut!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:433:9 [INFO] [stdout] | [INFO] [stdout] 433 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 434 | index: [usize; M], [INFO] [stdout] 435 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 455 | index: [usize; M], [INFO] [stdout] 456 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 456 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:490:9 [INFO] [stdout] | [INFO] [stdout] 490 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 491 | index: [usize; M], [INFO] [stdout] 492 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 492 | ) -> JaggedArrayMutView<'_, TVal, TNum, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 547 | index: [usize; M], [INFO] [stdout] 548 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 596 | index: [usize; M], [INFO] [stdout] 597 | ) -> JaggedArrayView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 845 | impl_view_mut!(::TI,JaggedArray,TBuffer,VecLike); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 846 | impl_view_mut!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/jagged_array.rs:721:17 [INFO] [stdout] | [INFO] [stdout] 721 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 722 | index: [usize; M], [INFO] [stdout] 723 | ) -> JaggedArrayMutView [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] ... [INFO] [stdout] 847 | impl_view_mut!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.48s [INFO] running `Command { std: "docker" "inspect" "9e535b9083b306b02676b9cef7f9b36e94793af22fc7ab2dc37c0bacd7b257a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e535b9083b306b02676b9cef7f9b36e94793af22fc7ab2dc37c0bacd7b257a2", kill_on_drop: false }` [INFO] [stdout] 9e535b9083b306b02676b9cef7f9b36e94793af22fc7ab2dc37c0bacd7b257a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1e0f3d2b8cf4b0bc1e95b267c7d6eb335e8d7b44dd0104d2ea7b261d3da12594 [INFO] running `Command { std: "docker" "start" "-a" "1e0f3d2b8cf4b0bc1e95b267c7d6eb335e8d7b44dd0104d2ea7b261d3da12594", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:433:9 [INFO] [stderr] | [INFO] [stderr] 433 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 434 | index: [usize; M], [INFO] [stderr] 435 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 435 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:454:9 [INFO] [stderr] | [INFO] [stderr] 454 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 455 | index: [usize; M], [INFO] [stderr] 456 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 456 | ) -> JaggedArrayView<'_, TVal, TNum, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:490:9 [INFO] [stderr] | [INFO] [stderr] 490 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 491 | index: [usize; M], [INFO] [stderr] 492 | ) -> JaggedArrayMutView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 492 | ) -> JaggedArrayMutView<'_, TVal, TNum, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:546:17 [INFO] [stderr] | [INFO] [stderr] 546 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 547 | index: [usize; M], [INFO] [stderr] 548 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:595:17 [INFO] [stderr] | [INFO] [stderr] 595 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 596 | index: [usize; M], [INFO] [stderr] 597 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 839 | impl_view!(::TI,JaggedArray,TBuffer,VecLike); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:546:17 [INFO] [stderr] | [INFO] [stderr] 546 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 547 | index: [usize; M], [INFO] [stderr] 548 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:595:17 [INFO] [stderr] | [INFO] [stderr] 595 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 596 | index: [usize; M], [INFO] [stderr] 597 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 840 | impl_view!(TNum, JaggedArrayView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:546:17 [INFO] [stderr] | [INFO] [stderr] 546 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 547 | index: [usize; M], [INFO] [stderr] 548 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:595:17 [INFO] [stderr] | [INFO] [stderr] 595 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 596 | index: [usize; M], [INFO] [stderr] 597 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 841 | impl_view!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:546:17 [INFO] [stderr] | [INFO] [stderr] 546 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 547 | index: [usize; M], [INFO] [stderr] 548 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 548 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:595:17 [INFO] [stderr] | [INFO] [stderr] 595 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 596 | index: [usize; M], [INFO] [stderr] 597 | ) -> JaggedArrayView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 842 | impl_view!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 597 | ) -> JaggedArrayView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:721:17 [INFO] [stderr] | [INFO] [stderr] 721 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 722 | index: [usize; M], [INFO] [stderr] 723 | ) -> JaggedArrayMutView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 845 | impl_view_mut!(::TI,JaggedArray,TBuffer,VecLike); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:721:17 [INFO] [stderr] | [INFO] [stderr] 721 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 722 | index: [usize; M], [INFO] [stderr] 723 | ) -> JaggedArrayMutView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 846 | impl_view_mut!(TNum, JaggedArrayMutView<'a, TVal, TNum>, TNum, Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/jagged_array.rs:721:17 [INFO] [stderr] | [INFO] [stderr] 721 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 722 | index: [usize; M], [INFO] [stderr] 723 | ) -> JaggedArrayMutView [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] ... [INFO] [stderr] 847 | impl_view_mut!(TNum,JaggedArrayOwnedView,TNum,Num); [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_view_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 723 | ) -> JaggedArrayMutView<'_, TVal, $num, R> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `jaggedarray` (lib) generated 14 warnings (run `cargo fix --lib -p jaggedarray` to apply 14 suggestions) [INFO] [stderr] warning: `jaggedarray` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jaggedarray-e326fed43f417498) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::push_1d_test ... ok [INFO] [stdout] test tests::push_2d_test ... ok [INFO] [stdout] test tests::push_4d_test ... ok [INFO] [stdout] test tests::push_3d_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests jaggedarray [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::new_row (line 139) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::append (line 291) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::pop_from_last_row (line 184) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::extend_last_row (line 205) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::extend_last_row_from_slice (line 223) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::remove_last_row (line 331) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::remove_rows (line 354) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::append_from_view (line 244) ... ok [INFO] [stdout] test src/jagged_array.rs - jagged_array::JaggedArray::truncate (line 399) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1e0f3d2b8cf4b0bc1e95b267c7d6eb335e8d7b44dd0104d2ea7b261d3da12594", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e0f3d2b8cf4b0bc1e95b267c7d6eb335e8d7b44dd0104d2ea7b261d3da12594", kill_on_drop: false }` [INFO] [stdout] 1e0f3d2b8cf4b0bc1e95b267c7d6eb335e8d7b44dd0104d2ea7b261d3da12594