[INFO] fetching crate aflak_plot 0.0.3...
[INFO] testing aflak_plot-0.0.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate aflak_plot 0.0.3 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate aflak_plot 0.0.3
[INFO] finished tweaking crates.io crate aflak_plot 0.0.3
[INFO] tweaked toml for crates.io crate aflak_plot 0.0.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate aflak_plot 0.0.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 103 packages to latest compatible versions
[INFO] [stderr]       Adding glium v0.22.0 (available: v0.36.0)
[INFO] [stderr]       Adding imgui v0.0.21 (available: v0.12.0)
[INFO] [stderr]       Adding imgui-glium-renderer v0.0.21 (available: v0.13.0)
[INFO] [stderr]       Adding ndarray v0.11.2 (available: v0.16.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded imgui v0.0.21
[INFO] [stderr]   Downloaded imgui-glium-renderer v0.0.21
[INFO] [stderr]   Downloaded ndarray v0.11.2
[INFO] [stderr]   Downloaded nix v0.11.1
[INFO] [stderr]   Downloaded imgui-sys v0.0.21
[INFO] [stderr]   Downloaded aflak_imgui_glium_support v0.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e60b5083290d1c1096763c06d45b9fed352519648cca286614ee17b1b0c9baca
[INFO] running `Command { std: "docker" "start" "-a" "e60b5083290d1c1096763c06d45b9fed352519648cca286614ee17b1b0c9baca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e60b5083290d1c1096763c06d45b9fed352519648cca286614ee17b1b0c9baca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e60b5083290d1c1096763c06d45b9fed352519648cca286614ee17b1b0c9baca", kill_on_drop: false }`
[INFO] [stdout] e60b5083290d1c1096763c06d45b9fed352519648cca286614ee17b1b0c9baca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f255c237197d20aebb0f75b774088643c1644c625d7e80cc0466273a6dafda6a
[INFO] running `Command { std: "docker" "start" "-a" "f255c237197d20aebb0f75b774088643c1644c625d7e80cc0466273a6dafda6a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling nix v0.11.1
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling libloading v0.6.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling owning_ref v0.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling dlib v0.4.2
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling lock_api v0.1.5
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling wayland-sys v0.20.12
[INFO] [stderr]    Compiling num-complex v0.1.44
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]    Compiling rawpointer v0.1.0
[INFO] [stderr]    Compiling ndarray v0.11.2
[INFO] [stderr]    Compiling wayland-commons v0.20.12
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling wayland-scanner v0.20.12
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]    Compiling itertools v0.7.11
[INFO] [stderr]    Compiling glutin v0.17.0
[INFO] [stderr]    Compiling glium v0.22.0
[INFO] [stderr]    Compiling wayland-client v0.20.12
[INFO] [stderr]    Compiling wayland-protocols v0.20.12
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling memmap v0.6.2
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling imgui-sys v0.0.21
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling parking_lot v0.6.4
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.2.6
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling winit v0.16.2
[INFO] [stderr]    Compiling imgui v0.0.21
[INFO] [stderr]    Compiling imgui-glium-renderer v0.0.21
[INFO] [stderr]    Compiling aflak_plot v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> src/imshow/lut.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |         VALUES.into_iter()
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 38 -         VALUES.into_iter()
[INFO] [stdout] 38 +         VALUES.iter()
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 38 -         VALUES.into_iter()
[INFO] [stdout] 38 +         IntoIterator::into_iter(VALUES)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/imshow/lut.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter, iter::Skip<StopIter>> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter<'_>, iter::Skip<StopIter<'_>>> {
[INFO] [stdout]     |                                               ++++                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imshow/state.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn stored_values(&self) -> ValueIter {
[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] 46 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imshow/state.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[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] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/plot/state.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn stored_values(&self) -> ValueIter {
[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] 34 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/plot/state.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[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] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interactions.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(crate) fn value_iter(&self) -> ValueIter {
[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] 79 |     pub(crate) fn value_iter(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interactions.rs:83:28
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut {
[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] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.52s
[INFO] running `Command { std: "docker" "inspect" "f255c237197d20aebb0f75b774088643c1644c625d7e80cc0466273a6dafda6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f255c237197d20aebb0f75b774088643c1644c625d7e80cc0466273a6dafda6a", kill_on_drop: false }`
[INFO] [stdout] f255c237197d20aebb0f75b774088643c1644c625d7e80cc0466273a6dafda6a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb9f2d2a4bd9a5093635297d358c181b9d58878cea46e1ae3c31537289725f33
[INFO] running `Command { std: "docker" "start" "-a" "eb9f2d2a4bd9a5093635297d358c181b9d58878cea46e1ae3c31537289725f33", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling aflak_imgui_glium_support v0.0.3
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> src/imshow/lut.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |         VALUES.into_iter()
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 38 -         VALUES.into_iter()
[INFO] [stdout] 38 +         VALUES.iter()
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 38 -         VALUES.into_iter()
[INFO] [stdout] 38 +         IntoIterator::into_iter(VALUES)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/imshow/lut.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter, iter::Skip<StopIter>> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter<'_>, iter::Skip<StopIter<'_>>> {
[INFO] [stdout]     |                                               ++++                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imshow/state.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn stored_values(&self) -> ValueIter {
[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] 46 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imshow/state.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[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] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/plot/state.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn stored_values(&self) -> ValueIter {
[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] 34 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/plot/state.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[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] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interactions.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(crate) fn value_iter(&self) -> ValueIter {
[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] 79 |     pub(crate) fn value_iter(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interactions.rs:83:28
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut {
[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] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling aflak_plot v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> src/imshow/lut.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |         VALUES.into_iter()
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 38 -         VALUES.into_iter()
[INFO] [stdout] 38 +         VALUES.iter()
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 38 -         VALUES.into_iter()
[INFO] [stdout] 38 +         IntoIterator::into_iter(VALUES)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/imshow/lut.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter, iter::Skip<StopIter>> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter<'_>, iter::Skip<StopIter<'_>>> {
[INFO] [stdout]     |                                               ++++                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imshow/state.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn stored_values(&self) -> ValueIter {
[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] 46 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/imshow/state.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[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] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/plot/state.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn stored_values(&self) -> ValueIter {
[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] 34 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/plot/state.rs:38:30
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[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] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interactions.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(crate) fn value_iter(&self) -> ValueIter {
[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] 79 |     pub(crate) fn value_iter(&self) -> ValueIter<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interactions.rs:83:28
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut {
[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] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.24s
[INFO] running `Command { std: "docker" "inspect" "eb9f2d2a4bd9a5093635297d358c181b9d58878cea46e1ae3c31537289725f33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb9f2d2a4bd9a5093635297d358c181b9d58878cea46e1ae3c31537289725f33", kill_on_drop: false }`
[INFO] [stdout] eb9f2d2a4bd9a5093635297d358c181b9d58878cea46e1ae3c31537289725f33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 24ec0223ac93737a1bf29b330ba01b509757401df25babd61157c20923e239e8
[INFO] running `Command { std: "docker" "start" "-a" "24ec0223ac93737a1bf29b330ba01b509757401df25babd61157c20923e239e8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stderr]   --> src/imshow/lut.rs:38:16
[INFO] [stderr]    |
[INFO] [stderr] 38 |         VALUES.into_iter()
[INFO] [stderr]    |                ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this changes meaning in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stderr]    = note: `#[warn(array_into_iter)]` on by default
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]    |
[INFO] [stderr] 38 -         VALUES.into_iter()
[INFO] [stderr] 38 +         VALUES.iter()
[INFO] [stderr]    |
[INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stderr]    |
[INFO] [stderr] 38 -         VALUES.into_iter()
[INFO] [stderr] 38 +         IntoIterator::into_iter(VALUES)
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/imshow/lut.rs:150:19
[INFO] [stderr]     |
[INFO] [stderr] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter, iter::Skip<StopIter>> {
[INFO] [stderr]     |                   ^^^^^               --------             -------- the same lifetime is hidden here
[INFO] [stderr]     |                   |                   |
[INFO] [stderr]     |                   |                   the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 150 |     pub fn bounds(&self) -> iter::Zip<StopIter<'_>, iter::Skip<StopIter<'_>>> {
[INFO] [stderr]     |                                               ++++                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/imshow/state.rs:46:26
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub fn stored_values(&self) -> ValueIter {
[INFO] [stderr]    |                          ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/imshow/state.rs:50:30
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[INFO] [stderr]    |                              ^^^^^^^^^     ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/plot/state.rs:34:26
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub fn stored_values(&self) -> ValueIter {
[INFO] [stderr]    |                          ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub fn stored_values(&self) -> ValueIter<'_> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/plot/state.rs:38:30
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut {
[INFO] [stderr]    |                              ^^^^^^^^^     ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn stored_values_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/interactions.rs:79:30
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub(crate) fn value_iter(&self) -> ValueIter {
[INFO] [stderr]    |                              ^^^^^     --------- the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub(crate) fn value_iter(&self) -> ValueIter<'_> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/interactions.rs:83:28
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut {
[INFO] [stderr]    |                            ^^^^^^^^^     ------------------ the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub(crate) fn iter_mut(&mut self) -> InteractionIterMut<'_> {
[INFO] [stderr]    |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `aflak_plot` (lib) generated 8 warnings (run `cargo fix --lib -p aflak_plot` to apply 1 suggestion)
[INFO] [stderr] warning: `aflak_plot` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aflak_plot-cf9a45898aa5304e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test imshow::lut::test::test_color_bounds_with_limits ... ok
[INFO] [stdout] test imshow::lut::test::test_bounds ... ok
[INFO] [stdout] test imshow::lut::test::test_color_at ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aflak_plot
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/imshow/mod.rs - imshow::Ui<'ui>::image2d (line 24) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "24ec0223ac93737a1bf29b330ba01b509757401df25babd61157c20923e239e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24ec0223ac93737a1bf29b330ba01b509757401df25babd61157c20923e239e8", kill_on_drop: false }`
[INFO] [stdout] 24ec0223ac93737a1bf29b330ba01b509757401df25babd61157c20923e239e8
