[INFO] fetching crate simple_moving_average 1.0.2...
[INFO] testing simple_moving_average-1.0.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate simple_moving_average 1.0.2 into /workspace/builds/worker-6-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple_moving_average 1.0.2 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 806799a64642868bf2016eaa648d170a4d1fe1f38db0b529d6aaa31ee41c77b6
[INFO] running `Command { std: "docker" "start" "-a" "806799a64642868bf2016eaa648d170a4d1fe1f38db0b529d6aaa31ee41c77b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "806799a64642868bf2016eaa648d170a4d1fe1f38db0b529d6aaa31ee41c77b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "806799a64642868bf2016eaa648d170a4d1fe1f38db0b529d6aaa31ee41c77b6", kill_on_drop: false }`
[INFO] [stdout] 806799a64642868bf2016eaa648d170a4d1fe1f38db0b529d6aaa31ee41c77b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4a7895699f9b8065eec2c4acd09ed4c0cc5822ef0f5a372db69b093513e8048a
[INFO] running `Command { std: "docker" "start" "-a" "4a7895699f9b8065eec2c4acd09ed4c0cc5822ef0f5a372db69b093513e8048a", kill_on_drop: false }`
[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 `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "4a7895699f9b8065eec2c4acd09ed4c0cc5822ef0f5a372db69b093513e8048a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a7895699f9b8065eec2c4acd09ed4c0cc5822ef0f5a372db69b093513e8048a", kill_on_drop: false }`
[INFO] [stdout] 4a7895699f9b8065eec2c4acd09ed4c0cc5822ef0f5a372db69b093513e8048a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57387905946e2d15dea3a0491d5558943a6af4ee2c882a77085118361b7c75fa
[INFO] running `Command { std: "docker" "start" "-a" "57387905946e2d15dea3a0491d5558943a6af4ee2c882a77085118361b7c75fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[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 rand v0.8.6
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling wide v0.7.33
[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 19.24s
[INFO] running `Command { std: "docker" "inspect" "57387905946e2d15dea3a0491d5558943a6af4ee2c882a77085118361b7c75fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57387905946e2d15dea3a0491d5558943a6af4ee2c882a77085118361b7c75fa", kill_on_drop: false }`
[INFO] [stdout] 57387905946e2d15dea3a0491d5558943a6af4ee2c882a77085118361b7c75fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 38a44da5b8e8ce06a1c6dfc377619b312c201c81759083d84fa77cd87b908fce
[INFO] running `Command { std: "docker" "start" "-a" "38a44da5b8e8ce06a1c6dfc377619b312c201c81759083d84fa77cd87b908fce", 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 common::tests::cast_to_divisor_type_success ... ok
[INFO] [stdout] test tests::cgmath_vector2_f32_samples ... ok
[INFO] [stdout] test tests::duration_samples ... ok
[INFO] [stdout] test tests::edge_case_zero_sized ... ok
[INFO] [stdout] test tests::f32_samples ... ok
[INFO] [stdout] test tests::u32_samples_2 ... ok
[INFO] [stdout] test tests::misc_getters ... ok
[INFO] [stdout] test tests::nalgebra_vector2_f32_samples ... ok
[INFO] [stdout] test ring_buffer::tests::basics ... ok
[INFO] [stdout] test tests::euclid_vector2_f32_samples ... ok
[INFO] [stdout] test tests::u32_samples ... ok
[INFO] [stdout] test common::tests::cast_to_divisor_type_fail - should panic ... ok
[INFO] [stdout] test sum_tree::tests::basics ... 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.94s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests simple_moving_average
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 26) ... ok
[INFO] [stdout] test src/lib.rs - (line 47) ... 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.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "38a44da5b8e8ce06a1c6dfc377619b312c201c81759083d84fa77cd87b908fce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38a44da5b8e8ce06a1c6dfc377619b312c201c81759083d84fa77cd87b908fce", kill_on_drop: false }`
[INFO] [stdout] 38a44da5b8e8ce06a1c6dfc377619b312c201c81759083d84fa77cd87b908fce
