[INFO] fetching crate sketches-rust 0.2.3... [INFO] testing sketches-rust-0.2.3 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [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 b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d1669a8c8e861c23918b72c10bed2bfe148a44bed75f2663f8729c4a23ce1e7 [INFO] running `Command { std: "docker" "start" "-a" "9d1669a8c8e861c23918b72c10bed2bfe148a44bed75f2663f8729c4a23ce1e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d1669a8c8e861c23918b72c10bed2bfe148a44bed75f2663f8729c4a23ce1e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d1669a8c8e861c23918b72c10bed2bfe148a44bed75f2663f8729c4a23ce1e7", kill_on_drop: false }` [INFO] [stdout] 9d1669a8c8e861c23918b72c10bed2bfe148a44bed75f2663f8729c4a23ce1e7 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d1f2a462796475f39a19e521fa7566a0471127a130d807ee9412ecd354f6d74 [INFO] running `Command { std: "docker" "start" "-a" "6d1f2a462796475f39a19e521fa7566a0471127a130d807ee9412ecd354f6d74", 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) -> 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) -> 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.53s [INFO] running `Command { std: "docker" "inspect" "6d1f2a462796475f39a19e521fa7566a0471127a130d807ee9412ecd354f6d74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d1f2a462796475f39a19e521fa7566a0471127a130d807ee9412ecd354f6d74", kill_on_drop: false }` [INFO] [stdout] 6d1f2a462796475f39a19e521fa7566a0471127a130d807ee9412ecd354f6d74 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bebb67568c28db037d1690fe47383e898bce56e0916c43af281e9c3e77dd3a6 [INFO] running `Command { std: "docker" "start" "-a" "0bebb67568c28db037d1690fe47383e898bce56e0916c43af281e9c3e77dd3a6", 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) -> 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) -> 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] [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/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) -> 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) -> 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.89s [INFO] running `Command { std: "docker" "inspect" "0bebb67568c28db037d1690fe47383e898bce56e0916c43af281e9c3e77dd3a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bebb67568c28db037d1690fe47383e898bce56e0916c43af281e9c3e77dd3a6", kill_on_drop: false }` [INFO] [stdout] 0bebb67568c28db037d1690fe47383e898bce56e0916c43af281e9c3e77dd3a6 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 746680acacab2d9aa26233c9c347e24b4cd56ef80e5f9730874cd7806997e4c2 [INFO] running `Command { std: "docker" "start" "-a" "746680acacab2d9aa26233c9c347e24b4cd56ef80e5f9730874cd7806997e4c2", 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) -> 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) -> 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sketches_rust-1c79119b01840269) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test index_mapping::tests::test_accuracy ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_index ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_offset ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity_manual_check ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity ... ok [INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_index ... 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_unsigned_var_long ... ok [INFO] [stdout] test serde::tests::test_decode_signed_var_long ... ok [INFO] [stdout] test serde::tests::test_decode_var_double ... ok [INFO] [stdout] test serde::tests::test_i32_to_usize_exact ... ok [INFO] [stdout] test serde::tests::test_encode_signed_var_long ... ok [INFO] [stdout] test serde::tests::test_i64_to_i32_exact ... ok [INFO] [stdout] test serde::tests::test_encode_var_double ... ok [INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_validity ... ok [INFO] [stdout] test store::tests::test_collapsing_lowest_dense_store_add ... ok [INFO] [stdout] test store::tests::test_unbounded_size_dense_store_add ... ok [INFO] [stdout] test serde::tests::test_unsigned_var_long_encoded_length ... ok [INFO] [stdout] test serde::tests::test_signed_var_long_encoded_length ... ok [INFO] [stdout] test store::tests::test_collapsing_highest_dense_store_add ... ok [INFO] [stdout] test serde::tests::test_var_double_encoded_length ... 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] test serde::tests::test_i64_to_i32_exact_with_panic_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/test_sketch.rs (/opt/rustwide/target/debug/deps/test_sketch-2eab23288f9faeb1) [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_2 ... ok [INFO] [stdout] test test_sketch_decode_3 ... ok [INFO] [stdout] test test_sketch_decode_4 ... ok [INFO] [stdout] test test_sketch_encode ... ok [INFO] [stdout] test test_sketch_merge_1 ... ok [INFO] [stdout] test test_sketch_quantile_0 ... ok [INFO] [stdout] test test_sketch_quantile_1 ... ok [INFO] [stdout] test test_sketch_quantile_2 ... ok [INFO] [stdout] test test_sketch_quantile_3 ... ok [INFO] [stdout] test test_sketch_quantile_4 ... ok [INFO] [stdout] test test_sketch_merge_2 ... ok [INFO] [stdout] test test_sketch_crate_panic_0 - should panic ... ok [INFO] [stderr] Doc-tests sketches_rust [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_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.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 37) ... ok [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... 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.48s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "746680acacab2d9aa26233c9c347e24b4cd56ef80e5f9730874cd7806997e4c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "746680acacab2d9aa26233c9c347e24b4cd56ef80e5f9730874cd7806997e4c2", kill_on_drop: false }` [INFO] [stdout] 746680acacab2d9aa26233c9c347e24b4cd56ef80e5f9730874cd7806997e4c2