[INFO] fetching crate simple_moving_average 1.0.2...
[INFO] testing simple_moving_average-1.0.2 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate simple_moving_average 1.0.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate simple_moving_average 1.0.2
[INFO] finished tweaking crates.io crate simple_moving_average 1.0.2
[INFO] tweaked toml for crates.io crate simple_moving_average 1.0.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple_moving_average 1.0.2 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 39 packages to latest compatible versions
[INFO] [stderr]       Adding nalgebra v0.32.6 (available: v0.34.2)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61db355b0f4e039689515f7a49ddab8a877c78cac0bfd703bffb3aa9e93dac10
[INFO] running `Command { std: "docker" "start" "-a" "61db355b0f4e039689515f7a49ddab8a877c78cac0bfd703bffb3aa9e93dac10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61db355b0f4e039689515f7a49ddab8a877c78cac0bfd703bffb3aa9e93dac10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61db355b0f4e039689515f7a49ddab8a877c78cac0bfd703bffb3aa9e93dac10", kill_on_drop: false }`
[INFO] [stdout] 61db355b0f4e039689515f7a49ddab8a877c78cac0bfd703bffb3aa9e93dac10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b480efe5e6089c852b97626000a78bc0663e4a067027e790d001f9f78b86e0b1
[INFO] running `Command { std: "docker" "start" "-a" "b480efe5e6089c852b97626000a78bc0663e4a067027e790d001f9f78b86e0b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling simple_moving_average v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/no_sum_sma.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/single_sum_sma.rs:58:28
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 58 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sma.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE>;
[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 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sum_tree_sma.rs:67:28
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 67 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b480efe5e6089c852b97626000a78bc0663e4a067027e790d001f9f78b86e0b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b480efe5e6089c852b97626000a78bc0663e4a067027e790d001f9f78b86e0b1", kill_on_drop: false }`
[INFO] [stdout] b480efe5e6089c852b97626000a78bc0663e4a067027e790d001f9f78b86e0b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf8a26cc303ea93114434e25ac62fddfdfea8e11a2eec44ae44724525477aae1
[INFO] running `Command { std: "docker" "start" "-a" "cf8a26cc303ea93114434e25ac62fddfdfea8e11a2eec44ae44724525477aae1", kill_on_drop: false }`
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling approx v0.4.0
[INFO] [stderr]    Compiling euclid v0.22.14
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/no_sum_sma.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/single_sum_sma.rs:58:28
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 58 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sma.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE>;
[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 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sum_tree_sma.rs:67:28
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 67 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling simple_moving_average v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/no_sum_sma.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/single_sum_sma.rs:58:28
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 58 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sma.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE>;
[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 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sum_tree_sma.rs:67:28
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 67 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.88s
[INFO] running `Command { std: "docker" "inspect" "cf8a26cc303ea93114434e25ac62fddfdfea8e11a2eec44ae44724525477aae1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf8a26cc303ea93114434e25ac62fddfdfea8e11a2eec44ae44724525477aae1", kill_on_drop: false }`
[INFO] [stdout] cf8a26cc303ea93114434e25ac62fddfdfea8e11a2eec44ae44724525477aae1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b4ec0b5fca0d66ac1b29b60cec3fabf359f355b3064a0af71e2e8f754af9bc5e
[INFO] running `Command { std: "docker" "start" "-a" "b4ec0b5fca0d66ac1b29b60cec3fabf359f355b3064a0af71e2e8f754af9bc5e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/no_sum_sma.rs:60:28
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[INFO] [stderr]    |                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/single_sum_sma.rs:58:28
[INFO] [stderr]    |
[INFO] [stderr] 58 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 58 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sma.rs:34:28
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE>;
[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 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE>;
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sum_tree_sma.rs:67:28
[INFO] [stderr]    |
[INFO] [stderr] 67 |     fn get_sample_window_iter(&self) -> Iter<Sample, WINDOW_SIZE> {
[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] 67 |     fn get_sample_window_iter(&self) -> Iter<'_, Sample, WINDOW_SIZE> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `simple_moving_average` (lib) generated 4 warnings (run `cargo fix --lib -p simple_moving_average` to apply 4 suggestions)
[INFO] [stderr] warning: `simple_moving_average` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_moving_average-4e0de90a25884fe2)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test ring_buffer::tests::basics ... ok
[INFO] [stdout] test tests::cgmath_vector2_f32_samples ... ok
[INFO] [stdout] test common::tests::cast_to_divisor_type_success ... ok
[INFO] [stdout] test sum_tree::tests::basics ... ok
[INFO] [stdout] test tests::edge_case_zero_sized ... ok
[INFO] [stdout] test tests::duration_samples ... ok
[INFO] [stdout] test tests::f32_samples ... ok
[INFO] [stdout] test tests::misc_getters ... ok
[INFO] [stdout] test tests::euclid_vector2_f32_samples ... ok
[INFO] [stdout] test tests::nalgebra_vector2_f32_samples ... ok
[INFO] [stdout] test tests::u32_samples ... ok
[INFO] [stdout] test tests::u32_samples_2 ... ok
[INFO] [stdout] test common::tests::cast_to_divisor_type_fail - should panic ... ok
[INFO] [stdout] test tests::f32_random_samples_max_algorithm_diffs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.30s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests simple_moving_average
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 47) ... ok
[INFO] [stdout] test src/lib.rs - (line 26) ... ok
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b4ec0b5fca0d66ac1b29b60cec3fabf359f355b3064a0af71e2e8f754af9bc5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4ec0b5fca0d66ac1b29b60cec3fabf359f355b3064a0af71e2e8f754af9bc5e", kill_on_drop: false }`
[INFO] [stdout] b4ec0b5fca0d66ac1b29b60cec3fabf359f355b3064a0af71e2e8f754af9bc5e
