[INFO] fetching crate sketches-rust 0.2.3...
[INFO] testing sketches-rust-0.2.3 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate sketches-rust 0.2.3 into /workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sketches-rust 0.2.3 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99293c3bb7d5a906cdca1c643c263e99ad5ddef96869f423fc4163e5ec0d9432
[INFO] running `Command { std: "docker" "start" "-a" "99293c3bb7d5a906cdca1c643c263e99ad5ddef96869f423fc4163e5ec0d9432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99293c3bb7d5a906cdca1c643c263e99ad5ddef96869f423fc4163e5ec0d9432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99293c3bb7d5a906cdca1c643c263e99ad5ddef96869f423fc4163e5ec0d9432", kill_on_drop: false }`
[INFO] [stdout] 99293c3bb7d5a906cdca1c643c263e99ad5ddef96869f423fc4163e5ec0d9432
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f4086174de37c5d83c30e8ea96a4cf083383b66af1bb42b02b61bddebff02ecf
[INFO] running `Command { std: "docker" "start" "-a" "f4086174de37c5d83c30e8ea96a4cf083383b66af1bb42b02b61bddebff02ecf", 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.66s
[INFO] running `Command { std: "docker" "inspect" "f4086174de37c5d83c30e8ea96a4cf083383b66af1bb42b02b61bddebff02ecf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4086174de37c5d83c30e8ea96a4cf083383b66af1bb42b02b61bddebff02ecf", kill_on_drop: false }`
[INFO] [stdout] f4086174de37c5d83c30e8ea96a4cf083383b66af1bb42b02b61bddebff02ecf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca35768b420918a216dca745617a0d30eb069caa749cf5cd9093446022b8fe34
[INFO] running `Command { std: "docker" "start" "-a" "ca35768b420918a216dca745617a0d30eb069caa749cf5cd9093446022b8fe34", 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] [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 1.16s
[INFO] running `Command { std: "docker" "inspect" "ca35768b420918a216dca745617a0d30eb069caa749cf5cd9093446022b8fe34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca35768b420918a216dca745617a0d30eb069caa749cf5cd9093446022b8fe34", kill_on_drop: false }`
[INFO] [stdout] ca35768b420918a216dca745617a0d30eb069caa749cf5cd9093446022b8fe34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b20c95bd76eaa37c96e0f953276fec3d5ae75cfb659215e4cf36027e8976eed6
[INFO] running `Command { std: "docker" "start" "-a" "b20c95bd76eaa37c96e0f953276fec3d5ae75cfb659215e4cf36027e8976eed6", 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-bc3e844f8d45a548)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_offset ... ok
[INFO] [stdout] test index_mapping::tests::test_accuracy ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_offset ... ok
[INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_index ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_index ... ok
[INFO] [stdout] test serde::tests::test_build_double ... ok
[INFO] [stdout] test serde::tests::test_decode_signed_var_long ... ok
[INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_validity ... ok
[INFO] [stdout] test serde::tests::test_decode_unsigned_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_encode_signed_var_long ... ok
[INFO] [stdout] test serde::tests::test_i32_to_usize_exact ... 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 serde::tests::test_unsigned_var_long_encoded_length ... ok
[INFO] [stdout] test store::tests::test_unbounded_size_dense_store_add ... ok
[INFO] [stdout] test serde::tests::test_var_double_encoded_length ... ok
[INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity_manual_check ... ok
[INFO] [stdout] test store::tests::test_collapsing_highest_dense_store_add ... ok
[INFO] [stdout] test store::tests::test_collapsing_lowest_dense_store_add ... ok
[INFO] [stdout] test serde::tests::test_i32_to_usize_exact_with_panic - 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_i64_to_i32_exact_with_panic_2 - should panic ... ok
[INFO] [stderr]      Running tests/test_sketch.rs (/opt/rustwide/target/debug/deps/test_sketch-df92d745f7263d65)
[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] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test test_sketch_decode_2 ... ok
[INFO] [stdout] test test_sketch_decode_1 ... ok
[INFO] [stdout] test test_sketch_create ... ok
[INFO] [stdout] test test_sketch_decode_3 ... ok
[INFO] [stdout] test test_sketch_add ... ok
[INFO] [stdout] test test_sketch_encode ... ok
[INFO] [stdout] test test_sketch_decode_4 ... ok
[INFO] [stdout] test test_sketch_merge_1 ... ok
[INFO] [stdout] test test_sketch_merge_2 ... ok
[INFO] [stdout] test test_sketch_quantile_3 ... ok
[INFO] [stdout] test test_sketch_quantile_1 ... ok
[INFO] [stdout] test test_sketch_quantile_4 ... ok
[INFO] [stdout] test test_sketch_quantile_0 ... ok
[INFO] [stdout] test test_sketch_quantile_2 ... ok
[INFO] [stdout] test test_sketch_crate_panic_0 - should panic ... ok
[INFO] [stdout] test test_sketch_crate_panic_2 - should panic ... ok
[INFO] [stdout] test test_sketch_crate_panic_1 - should panic ... ok
[INFO] [stdout] test test_sketch_decode_panic_1 - should panic ... ok
[INFO] [stdout] test test_sketch_decode_panic_2 - 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.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sketches_rust
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 37) ... ok
[INFO] [stdout] test src/lib.rs - (line 7) ... ok
[INFO] [stdout] test src/lib.rs - (line 20) ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b20c95bd76eaa37c96e0f953276fec3d5ae75cfb659215e4cf36027e8976eed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b20c95bd76eaa37c96e0f953276fec3d5ae75cfb659215e4cf36027e8976eed6", kill_on_drop: false }`
[INFO] [stdout] b20c95bd76eaa37c96e0f953276fec3d5ae75cfb659215e4cf36027e8976eed6
