[INFO] fetching crate sketches-rust 0.2.3... [INFO] testing sketches-rust-0.2.3 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate sketches-rust 0.2.3 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sketches-rust 0.2.3 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d355ba0e4f743aad98faeaa6213ead62891e7d1d442c4891104a0a965101147d [INFO] running `Command { std: "docker" "start" "-a" "d355ba0e4f743aad98faeaa6213ead62891e7d1d442c4891104a0a965101147d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d355ba0e4f743aad98faeaa6213ead62891e7d1d442c4891104a0a965101147d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d355ba0e4f743aad98faeaa6213ead62891e7d1d442c4891104a0a965101147d", kill_on_drop: false }` [INFO] [stdout] d355ba0e4f743aad98faeaa6213ead62891e7d1d442c4891104a0a965101147d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 153dbb58a8eaf71a115c45cc0dedbbf70368986c1b1ff0f84d012890f9f05d57 [INFO] running `Command { std: "docker" "start" "-a" "153dbb58a8eaf71a115c45cc0dedbbf70368986c1b1ff0f84d012890f9f05d57", 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)]` 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:23 [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:182:18 [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.58s [INFO] running `Command { std: "docker" "inspect" "153dbb58a8eaf71a115c45cc0dedbbf70368986c1b1ff0f84d012890f9f05d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "153dbb58a8eaf71a115c45cc0dedbbf70368986c1b1ff0f84d012890f9f05d57", kill_on_drop: false }` [INFO] [stdout] 153dbb58a8eaf71a115c45cc0dedbbf70368986c1b1ff0f84d012890f9f05d57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c05409aa7577e830be267f1828455eff7e33fbd1ef7bfc078952ee3e6029f26 [INFO] running `Command { std: "docker" "start" "-a" "0c05409aa7577e830be267f1828455eff7e33fbd1ef7bfc078952ee3e6029f26", 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)]` 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:23 [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:182:18 [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] [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/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)]` 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:23 [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:182:18 [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.90s [INFO] running `Command { std: "docker" "inspect" "0c05409aa7577e830be267f1828455eff7e33fbd1ef7bfc078952ee3e6029f26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c05409aa7577e830be267f1828455eff7e33fbd1ef7bfc078952ee3e6029f26", kill_on_drop: false }` [INFO] [stdout] 0c05409aa7577e830be267f1828455eff7e33fbd1ef7bfc078952ee3e6029f26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2cb2a95b6ca6608550b2b19189f66838680c321af70695acb3c31b80c554076c [INFO] running `Command { std: "docker" "start" "-a" "2cb2a95b6ca6608550b2b19189f66838680c321af70695acb3c31b80c554076c", 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)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/input/mod.rs:11:23 [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:182:18 [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_cubically_interpolated_mapping_offset ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity ... ok [INFO] [stdout] test index_mapping::tests::test_accuracy ... ok [INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_index ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_mapping_validity_manual_check ... ok [INFO] [stdout] test serde::tests::test_decode_var_double ... 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_i32_to_usize_exact ... ok [INFO] [stdout] test serde::tests::test_encode_var_double ... ok [INFO] [stdout] test serde::tests::test_i64_to_i32_exact ... ok [INFO] [stdout] test serde::tests::test_encode_signed_var_long ... ok [INFO] [stdout] test serde::tests::test_signed_var_long_encoded_length ... ok [INFO] [stdout] test index_mapping::tests::test_logarithmic_mapping_validity ... 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_lowest_dense_store_add ... ok [INFO] [stdout] test store::tests::test_unbounded_size_dense_store_add ... ok [INFO] [stdout] test store::tests::test_collapsing_highest_dense_store_add ... ok [INFO] [stdout] test index_mapping::tests::test_cubically_interpolated_index ... 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-2eab23288f9faeb1) [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] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [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_2 ... ok [INFO] [stdout] test test_sketch_decode_3 ... 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_decode_1 ... ok [INFO] [stdout] test test_sketch_encode ... 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_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_merge_panic - should panic ... ok [INFO] [stdout] test test_sketch_decode_panic_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests sketches_rust [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 20) ... ok [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 49) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2cb2a95b6ca6608550b2b19189f66838680c321af70695acb3c31b80c554076c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cb2a95b6ca6608550b2b19189f66838680c321af70695acb3c31b80c554076c", kill_on_drop: false }` [INFO] [stdout] 2cb2a95b6ca6608550b2b19189f66838680c321af70695acb3c31b80c554076c