[INFO] fetching crate sketches-rust 0.2.3...
[INFO] testing sketches-rust-0.2.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate sketches-rust 0.2.3 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate sketches-rust 0.2.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sketches-rust 0.2.3
[INFO] tweaked toml for crates.io crate sketches-rust 0.2.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sketches-rust 0.2.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sketches-rust 0.2.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60593016a96847c2bd4114e523ae7e8e8c04af510008c286d984bf68256680d4
[INFO] running `Command { std: "docker" "start" "-a" "60593016a96847c2bd4114e523ae7e8e8c04af510008c286d984bf68256680d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60593016a96847c2bd4114e523ae7e8e8c04af510008c286d984bf68256680d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60593016a96847c2bd4114e523ae7e8e8c04af510008c286d984bf68256680d4", kill_on_drop: false }`
[INFO] [stdout] 60593016a96847c2bd4114e523ae7e8e8c04af510008c286d984bf68256680d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45ce73f030620097ac3c26c8232f437292dcfc5b2620f095d9f2a02ccbcd063c
[INFO] running `Command { std: "docker" "start" "-a" "45ce73f030620097ac3c26c8232f437292dcfc5b2620f095d9f2a02ccbcd063c", kill_on_drop: false }`
[INFO] [stderr]    Compiling sketches-rust v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `get_ascending_stream` is never used
[INFO] [stdout]    --> src/store/mod.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout]  16 | pub trait Store {
[INFO] [stdout]     |           ----- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 143 |     fn get_ascending_stream(&self) -> Vec<(i32, f64)>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/input/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input {
[INFO] [stdout]    |                       --             ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input<'a> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn get_descending_iter(&self) -> StoreIter;
[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] 144 |     fn get_descending_iter(&self) -> StoreIter<'_>;
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:145:27
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn get_ascending_iter(&self) -> StoreIter;
[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] 145 |     fn get_ascending_iter(&self) -> StoreIter<'_>;
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 182 |         counts: &'a [f64],
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 183 |     ) -> StoreIter {
[INFO] [stdout]     |          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 183 |     ) -> StoreIter<'a> {
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_highest.rs:303:28
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn get_descending_iter(&self) -> StoreIter {
[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] 303 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_highest.rs:313:27
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 313 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_lowest.rs:302:28
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn get_descending_iter(&self) -> StoreIter {
[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] 302 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_lowest.rs:312:27
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 312 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/unbounded.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn get_descending_iter(&self) -> StoreIter {
[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] 233 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/unbounded.rs:243:27
[INFO] [stdout]     |
[INFO] [stdout] 243 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 243 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "45ce73f030620097ac3c26c8232f437292dcfc5b2620f095d9f2a02ccbcd063c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45ce73f030620097ac3c26c8232f437292dcfc5b2620f095d9f2a02ccbcd063c", kill_on_drop: false }`
[INFO] [stdout] 45ce73f030620097ac3c26c8232f437292dcfc5b2620f095d9f2a02ccbcd063c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5d7b24b01a5b867f0ebfcbb0aef94a12189af078f52ec414cfd9e82a2011c16
[INFO] running `Command { std: "docker" "start" "-a" "e5d7b24b01a5b867f0ebfcbb0aef94a12189af078f52ec414cfd9e82a2011c16", kill_on_drop: false }`
[INFO] [stdout] warning: method `get_ascending_stream` is never used
[INFO] [stdout]    --> src/store/mod.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout]  16 | pub trait Store {
[INFO] [stdout]     |           ----- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 143 |     fn get_ascending_stream(&self) -> Vec<(i32, f64)>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/input/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input {
[INFO] [stdout]    |                       --             ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input<'a> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn get_descending_iter(&self) -> StoreIter;
[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] 144 |     fn get_descending_iter(&self) -> StoreIter<'_>;
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sketches-rust v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:145:27
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn get_ascending_iter(&self) -> StoreIter;
[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] 145 |     fn get_ascending_iter(&self) -> StoreIter<'_>;
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 182 |         counts: &'a [f64],
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 183 |     ) -> StoreIter {
[INFO] [stdout]     |          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 183 |     ) -> StoreIter<'a> {
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_highest.rs:303:28
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn get_descending_iter(&self) -> StoreIter {
[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] 303 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_highest.rs:313:27
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 313 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_lowest.rs:302:28
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn get_descending_iter(&self) -> StoreIter {
[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] 302 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_lowest.rs:312:27
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 312 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/unbounded.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn get_descending_iter(&self) -> StoreIter {
[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] 233 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/unbounded.rs:243:27
[INFO] [stdout]     |
[INFO] [stdout] 243 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 243 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_ascending_stream` is never used
[INFO] [stdout]    --> src/store/mod.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout]  16 | pub trait Store {
[INFO] [stdout]     |           ----- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 143 |     fn get_ascending_stream(&self) -> Vec<(i32, f64)>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/input/mod.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input {
[INFO] [stdout]    |                       --             ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input<'a> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn get_descending_iter(&self) -> StoreIter;
[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] 144 |     fn get_descending_iter(&self) -> StoreIter<'_>;
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:145:27
[INFO] [stdout]     |
[INFO] [stdout] 145 |     fn get_ascending_iter(&self) -> StoreIter;
[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] 145 |     fn get_ascending_iter(&self) -> StoreIter<'_>;
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/store/mod.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 182 |         counts: &'a [f64],
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 183 |     ) -> StoreIter {
[INFO] [stdout]     |          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 183 |     ) -> StoreIter<'a> {
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_highest.rs:303:28
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn get_descending_iter(&self) -> StoreIter {
[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] 303 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_highest.rs:313:27
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 313 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_lowest.rs:302:28
[INFO] [stdout]     |
[INFO] [stdout] 302 |     fn get_descending_iter(&self) -> StoreIter {
[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] 302 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/collapsing_lowest.rs:312:27
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 312 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/unbounded.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn get_descending_iter(&self) -> StoreIter {
[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] 233 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/store/unbounded.rs:243:27
[INFO] [stdout]     |
[INFO] [stdout] 243 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 243 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "e5d7b24b01a5b867f0ebfcbb0aef94a12189af078f52ec414cfd9e82a2011c16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5d7b24b01a5b867f0ebfcbb0aef94a12189af078f52ec414cfd9e82a2011c16", kill_on_drop: false }`
[INFO] [stdout] e5d7b24b01a5b867f0ebfcbb0aef94a12189af078f52ec414cfd9e82a2011c16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] aca60a11e85d89815ec889e314b6f35bdc93f8319e3a3a89c84cbe440c221709
[INFO] running `Command { std: "docker" "start" "-a" "aca60a11e85d89815ec889e314b6f35bdc93f8319e3a3a89c84cbe440c221709", kill_on_drop: false }`
[INFO] [stderr] warning: method `get_ascending_stream` is never used
[INFO] [stderr]    --> src/store/mod.rs:143:8
[INFO] [stderr]     |
[INFO] [stderr]  16 | pub trait Store {
[INFO] [stderr]     |           ----- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 143 |     fn get_ascending_stream(&self) -> Vec<(i32, f64)>;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/input/mod.rs:11:38
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input {
[INFO] [stderr]    |                       --             ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub fn wrap(vec: &'a Vec<u8>) -> Input<'a> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/mod.rs:144:28
[INFO] [stderr]     |
[INFO] [stderr] 144 |     fn get_descending_iter(&self) -> StoreIter;
[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] 144 |     fn get_descending_iter(&self) -> StoreIter<'_>;
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/mod.rs:145:27
[INFO] [stderr]     |
[INFO] [stderr] 145 |     fn get_ascending_iter(&self) -> StoreIter;
[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] 145 |     fn get_ascending_iter(&self) -> StoreIter<'_>;
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/store/mod.rs:183:10
[INFO] [stderr]     |
[INFO] [stderr] 182 |         counts: &'a [f64],
[INFO] [stderr]     |                  -- the lifetime is named here
[INFO] [stderr] 183 |     ) -> StoreIter {
[INFO] [stderr]     |          ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 183 |     ) -> StoreIter<'a> {
[INFO] [stderr]     |                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/collapsing_highest.rs:303:28
[INFO] [stderr]     |
[INFO] [stderr] 303 |     fn get_descending_iter(&self) -> StoreIter {
[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] 303 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/collapsing_highest.rs:313:27
[INFO] [stderr]     |
[INFO] [stderr] 313 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 313 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/collapsing_lowest.rs:302:28
[INFO] [stderr]     |
[INFO] [stderr] 302 |     fn get_descending_iter(&self) -> StoreIter {
[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] 302 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/collapsing_lowest.rs:312:27
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 312 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/unbounded.rs:233:28
[INFO] [stderr]     |
[INFO] [stderr] 233 |     fn get_descending_iter(&self) -> StoreIter {
[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] 233 |     fn get_descending_iter(&self) -> StoreIter<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/store/unbounded.rs:243:27
[INFO] [stderr]     |
[INFO] [stderr] 243 |     fn get_ascending_iter(&self) -> StoreIter {
[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] 243 |     fn get_ascending_iter(&self) -> StoreIter<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sketches-rust` (lib) generated 11 warnings (run `cargo fix --lib -p sketches-rust` to apply 10 suggestions)
[INFO] [stderr] warning: `sketches-rust` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sketches_rust-bdab6eaa325f78ff)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_index ... ok
[INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_index ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity_manual_check ... ok
[INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_validity ... ok
[INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_offset ... ok
[INFO] [stdout] test serde::tests::test_build_double ... ok
[INFO] [stdout] test serde::tests::test_decode_signed_var_long ... ok
[INFO] [stdout] test serde::tests::test_decode_unsigned_var_long ... ok
[INFO] [stdout] test serde::tests::test_encode_signed_var_long ... ok
[INFO] [stdout] test serde::tests::test_decode_var_double ... ok
[INFO] [stdout] test serde::tests::test_encode_var_double ... ok
[INFO] [stdout] test serde::tests::test_i32_to_usize_exact ... ok
[INFO] [stdout] test serde::tests::test_unsigned_var_long_encoded_length ... ok
[INFO] [stdout] test serde::tests::test_var_double_encoded_length ... ok
[INFO] [stdout] test store::tests::test_collapsing_highest_dense_store_add ... ok
[INFO] [stdout] test store::tests::test_unbounded_size_dense_store_add ... ok
[INFO] [stdout] test index_mapping::tests::test_accuracy ... ok
[INFO] [stdout] test serde::tests::test_i64_to_i32_exact ... ok
[INFO] [stdout] test serde::tests::test_signed_var_long_encoded_length ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_offset ... ok
[INFO] [stdout] test store::tests::test_collapsing_lowest_dense_store_add ... ok
[INFO] [stdout] test serde::tests::test_i64_to_i32_exact_with_panic_2 - should panic ... ok
[INFO] [stdout] test serde::tests::test_i64_to_i32_exact_with_panic_1 - should panic ... ok
[INFO] [stdout] test serde::tests::test_i32_to_usize_exact_with_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_sketch.rs (/opt/rustwide/target/debug/deps/test_sketch-a496c0a1f4f7c563)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test test_sketch_add ... ok
[INFO] [stdout] test test_sketch_create ... ok
[INFO] [stdout] test test_sketch_decode_1 ... ok
[INFO] [stdout] test test_sketch_decode_3 ... ok
[INFO] [stdout] test test_sketch_decode_2 ... ok
[INFO] [stdout] test test_sketch_decode_4 ... ok
[INFO] [stdout] test test_sketch_encode ... ok
[INFO] [stdout] test test_sketch_merge_2 ... ok
[INFO] [stdout] test test_sketch_merge_1 ... ok
[INFO] [stdout] test test_sketch_quantile_0 ... ok
[INFO] [stdout] test test_sketch_quantile_2 ... ok
[INFO] [stdout] test test_sketch_quantile_4 ... ok
[INFO] [stdout] test test_sketch_quantile_1 ... ok
[INFO] [stdout] test test_sketch_quantile_3 ... ok
[INFO] [stdout] test test_sketch_crate_panic_1 - should panic ... ok
[INFO] [stdout] test test_sketch_crate_panic_2 - should panic ... ok
[INFO] [stdout] test test_sketch_crate_panic_0 - should panic ... ok
[INFO] [stdout] test test_sketch_decode_panic_2 - should panic ... ok
[INFO] [stderr]    Doc-tests sketches_rust
[INFO] [stdout] test test_sketch_decode_panic_1 - should panic ... ok
[INFO] [stdout] test test_sketch_merge_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 20) ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] test src/lib.rs - (line 37) ... ok
[INFO] [stdout] test src/lib.rs - (line 7) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "aca60a11e85d89815ec889e314b6f35bdc93f8319e3a3a89c84cbe440c221709", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aca60a11e85d89815ec889e314b6f35bdc93f8319e3a3a89c84cbe440c221709", kill_on_drop: false }`
[INFO] [stdout] aca60a11e85d89815ec889e314b6f35bdc93f8319e3a3a89c84cbe440c221709
