Sep 21 12:58:23.783 INFO checking bio-0.22.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:58:23.783 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:58:23.783 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:58:23.975 INFO blam! 291be4b1d0147a8ad1aceb341ad0b95ecc174bcbfbc86ce076d4761bb9da1222 Sep 21 12:58:23.977 INFO running `"docker" "start" "-a" "291be4b1d0147a8ad1aceb341ad0b95ecc174bcbfbc86ce076d4761bb9da1222"` Sep 21 12:58:24.666 INFO kablam! usermod: no changes Sep 21 12:58:24.804 INFO kablam! Compiling ndarray v0.9.1 Sep 21 12:58:24.805 INFO kablam! Compiling bv v0.7.4 Sep 21 12:58:24.805 INFO kablam! Checking custom_derive v0.1.7 Sep 21 12:58:24.808 INFO kablam! Checking multimap v0.4.0 Sep 21 12:58:24.809 INFO kablam! Checking vec_map v0.8.1 Sep 21 12:58:24.809 INFO kablam! Checking bio-types v0.3.0 Sep 21 12:58:32.090 INFO kablam! Checking bio v0.22.0 (/source) Sep 21 12:58:34.257 INFO kablam! warning: unused `#[macro_use]` import Sep 21 12:58:34.257 INFO kablam! --> src/lib.rs:103:1 Sep 21 12:58:34.257 INFO kablam! | Sep 21 12:58:34.257 INFO kablam! 103 | #[macro_use] Sep 21 12:58:34.257 INFO kablam! | ^^^^^^^^^^^^ Sep 21 12:58:34.257 INFO kablam! | Sep 21 12:58:34.257 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:58:34.257 INFO kablam! Sep 21 12:58:34.257 INFO kablam! warning: unused `#[macro_use]` import Sep 21 12:58:34.257 INFO kablam! --> src/lib.rs:117:1 Sep 21 12:58:34.257 INFO kablam! | Sep 21 12:58:34.258 INFO kablam! 117 | #[macro_use] Sep 21 12:58:34.258 INFO kablam! | ^^^^^^^^^^^^ Sep 21 12:58:34.258 INFO kablam! Sep 21 12:58:34.623 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 12:58:34.623 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 21 12:58:34.623 INFO kablam! | Sep 21 12:58:34.623 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 21 12:58:34.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 12:58:34.624 INFO kablam! | Sep 21 12:58:34.624 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:58:34.624 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 12:58:34.624 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.624 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.624 INFO kablam! Sep 21 12:58:34.624 INFO kablam! warning: the trait bound `T: std::default::Default` is not satisfied Sep 21 12:58:34.625 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 21 12:58:34.625 INFO kablam! | Sep 21 12:58:34.625 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 21 12:58:34.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 21 12:58:34.625 INFO kablam! | Sep 21 12:58:34.625 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 21 12:58:34.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.625 INFO kablam! Sep 21 12:58:34.625 INFO kablam! warning: the trait bound `T: std::marker::Copy` is not satisfied Sep 21 12:58:34.625 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 21 12:58:34.625 INFO kablam! | Sep 21 12:58:34.625 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 21 12:58:34.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 21 12:58:34.625 INFO kablam! | Sep 21 12:58:34.625 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 21 12:58:34.625 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::MaxOp` Sep 21 12:58:34.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.625 INFO kablam! Sep 21 12:58:34.625 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 12:58:34.625 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:34.625 INFO kablam! | Sep 21 12:58:34.625 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:34.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 12:58:34.625 INFO kablam! | Sep 21 12:58:34.625 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 12:58:34.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.626 INFO kablam! Sep 21 12:58:34.626 INFO kablam! warning: the trait bound `T: std::default::Default` is not satisfied Sep 21 12:58:34.626 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:34.626 INFO kablam! | Sep 21 12:58:34.626 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:34.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 21 12:58:34.626 INFO kablam! | Sep 21 12:58:34.626 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 21 12:58:34.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.626 INFO kablam! Sep 21 12:58:34.630 INFO kablam! warning: the trait bound `T: std::marker::Copy` is not satisfied Sep 21 12:58:34.630 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:34.630 INFO kablam! | Sep 21 12:58:34.630 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:34.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 21 12:58:34.630 INFO kablam! | Sep 21 12:58:34.630 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 21 12:58:34.630 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 21 12:58:34.630 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.630 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.630 INFO kablam! Sep 21 12:58:34.630 INFO kablam! warning: cannot add `T` to `T` Sep 21 12:58:34.630 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:34.630 INFO kablam! | Sep 21 12:58:34.630 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:34.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `T + T` Sep 21 12:58:34.630 INFO kablam! | Sep 21 12:58:34.630 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `T` Sep 21 12:58:34.630 INFO kablam! = help: consider adding a `where T: std::ops::Add` bound Sep 21 12:58:34.630 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 21 12:58:34.630 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.630 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.630 INFO kablam! Sep 21 12:58:34.654 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 12:58:34.654 INFO kablam! --> src/stats/probs/cdf.rs:252:30 Sep 21 12:58:34.654 INFO kablam! | Sep 21 12:58:34.654 INFO kablam! 252 | pub type CDFPMFIter<'a, T> = iter::Scan< Sep 21 12:58:34.654 INFO kablam! | ______________________________^ Sep 21 12:58:34.654 INFO kablam! 253 | | slice::Iter<'a, Entry>, Sep 21 12:58:34.654 INFO kablam! 254 | | LogProb, Sep 21 12:58:34.654 INFO kablam! 255 | | fn(&mut LogProb, &'a Entry) -> Option>, Sep 21 12:58:34.654 INFO kablam! 256 | | >; Sep 21 12:58:34.654 INFO kablam! | |_^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 12:58:34.654 INFO kablam! | Sep 21 12:58:34.654 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 12:58:34.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.654 INFO kablam! Sep 21 12:58:34.654 INFO kablam! warning: the trait bound `I: std::iter::Iterator` is not satisfied Sep 21 12:58:34.654 INFO kablam! --> src/stats/probs/mod.rs:153:24 Sep 21 12:58:34.654 INFO kablam! | Sep 21 12:58:34.654 INFO kablam! 153 | pub type ScanIter = iter::Scan< Sep 21 12:58:34.654 INFO kablam! | ________________________^ Sep 21 12:58:34.654 INFO kablam! 154 | | ::IntoIter, Sep 21 12:58:34.654 INFO kablam! 155 | | LogProb, Sep 21 12:58:34.654 INFO kablam! 156 | | fn(&mut LogProb, LogProb) -> Option, Sep 21 12:58:34.654 INFO kablam! 157 | | >; Sep 21 12:58:34.654 INFO kablam! | |_^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 12:58:34.654 INFO kablam! | Sep 21 12:58:34.654 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 21 12:58:34.654 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 21 12:58:34.654 INFO kablam! = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `I` Sep 21 12:58:34.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:34.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:34.654 INFO kablam! Sep 21 12:58:35.138 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 12:58:35.138 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 21 12:58:35.138 INFO kablam! | Sep 21 12:58:35.138 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 21 12:58:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 12:58:35.138 INFO kablam! | Sep 21 12:58:35.138 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:58:35.138 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 12:58:35.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.138 INFO kablam! Sep 21 12:58:35.138 INFO kablam! warning: the trait bound `T: std::default::Default` is not satisfied Sep 21 12:58:35.138 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 21 12:58:35.138 INFO kablam! | Sep 21 12:58:35.138 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 21 12:58:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 21 12:58:35.138 INFO kablam! | Sep 21 12:58:35.138 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 21 12:58:35.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.138 INFO kablam! Sep 21 12:58:35.138 INFO kablam! warning: the trait bound `T: std::marker::Copy` is not satisfied Sep 21 12:58:35.138 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 21 12:58:35.138 INFO kablam! | Sep 21 12:58:35.138 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 21 12:58:35.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 21 12:58:35.138 INFO kablam! | Sep 21 12:58:35.138 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 21 12:58:35.138 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::MaxOp` Sep 21 12:58:35.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.138 INFO kablam! Sep 21 12:58:35.139 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 12:58:35.139 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:35.139 INFO kablam! | Sep 21 12:58:35.139 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:35.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 12:58:35.139 INFO kablam! | Sep 21 12:58:35.139 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 12:58:35.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.139 INFO kablam! Sep 21 12:58:35.139 INFO kablam! warning: the trait bound `T: std::default::Default` is not satisfied Sep 21 12:58:35.139 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:35.139 INFO kablam! | Sep 21 12:58:35.139 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:35.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 21 12:58:35.139 INFO kablam! | Sep 21 12:58:35.139 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 21 12:58:35.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.139 INFO kablam! Sep 21 12:58:35.139 INFO kablam! warning: the trait bound `T: std::marker::Copy` is not satisfied Sep 21 12:58:35.139 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:35.139 INFO kablam! | Sep 21 12:58:35.139 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:35.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 21 12:58:35.139 INFO kablam! | Sep 21 12:58:35.139 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 21 12:58:35.139 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 21 12:58:35.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.139 INFO kablam! Sep 21 12:58:35.142 INFO kablam! warning: cannot add `T` to `T` Sep 21 12:58:35.142 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 21 12:58:35.142 INFO kablam! | Sep 21 12:58:35.142 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 21 12:58:35.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `T + T` Sep 21 12:58:35.142 INFO kablam! | Sep 21 12:58:35.142 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `T` Sep 21 12:58:35.142 INFO kablam! = help: consider adding a `where T: std::ops::Add` bound Sep 21 12:58:35.142 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 21 12:58:35.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.142 INFO kablam! Sep 21 12:58:35.167 INFO kablam! warning: the trait bound `T: std::cmp::Ord` is not satisfied Sep 21 12:58:35.167 INFO kablam! --> src/stats/probs/cdf.rs:252:30 Sep 21 12:58:35.167 INFO kablam! | Sep 21 12:58:35.167 INFO kablam! 252 | pub type CDFPMFIter<'a, T> = iter::Scan< Sep 21 12:58:35.167 INFO kablam! | ______________________________^ Sep 21 12:58:35.167 INFO kablam! 253 | | slice::Iter<'a, Entry>, Sep 21 12:58:35.167 INFO kablam! 254 | | LogProb, Sep 21 12:58:35.168 INFO kablam! 255 | | fn(&mut LogProb, &'a Entry) -> Option>, Sep 21 12:58:35.168 INFO kablam! 256 | | >; Sep 21 12:58:35.168 INFO kablam! | |_^ the trait `std::cmp::Ord` is not implemented for `T` Sep 21 12:58:35.168 INFO kablam! | Sep 21 12:58:35.168 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 21 12:58:35.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.168 INFO kablam! Sep 21 12:58:35.168 INFO kablam! warning: the trait bound `I: std::iter::Iterator` is not satisfied Sep 21 12:58:35.168 INFO kablam! --> src/stats/probs/mod.rs:153:24 Sep 21 12:58:35.168 INFO kablam! | Sep 21 12:58:35.168 INFO kablam! 153 | pub type ScanIter = iter::Scan< Sep 21 12:58:35.168 INFO kablam! | ________________________^ Sep 21 12:58:35.168 INFO kablam! 154 | | ::IntoIter, Sep 21 12:58:35.168 INFO kablam! 155 | | LogProb, Sep 21 12:58:35.168 INFO kablam! 156 | | fn(&mut LogProb, LogProb) -> Option, Sep 21 12:58:35.168 INFO kablam! 157 | | >; Sep 21 12:58:35.168 INFO kablam! | |_^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 12:58:35.168 INFO kablam! | Sep 21 12:58:35.168 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 21 12:58:35.168 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 21 12:58:35.168 INFO kablam! = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `I` Sep 21 12:58:35.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:58:35.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:58:35.168 INFO kablam! Sep 21 12:58:41.434 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 21 12:58:41.435 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 21 12:58:41.435 INFO kablam! | Sep 21 12:58:41.435 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 21 12:58:41.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:58:41.436 INFO kablam! | Sep 21 12:58:41.437 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 12:58:41.437 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 21 12:58:41.437 INFO kablam! Sep 21 12:58:41.438 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 21 12:58:41.438 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 21 12:58:41.438 INFO kablam! | Sep 21 12:58:41.439 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 21 12:58:41.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:58:41.439 INFO kablam! | Sep 21 12:58:41.440 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 21 12:58:41.440 INFO kablam! Sep 21 12:58:41.440 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 21 12:58:41.441 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 21 12:58:41.441 INFO kablam! | Sep 21 12:58:41.441 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 21 12:58:41.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:58:41.442 INFO kablam! | Sep 21 12:58:41.443 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 21 12:58:41.443 INFO kablam! Sep 21 12:58:41.443 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 21 12:58:41.444 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 21 12:58:41.444 INFO kablam! | Sep 21 12:58:41.444 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 21 12:58:41.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:58:41.445 INFO kablam! | Sep 21 12:58:41.445 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 21 12:58:41.446 INFO kablam! Sep 21 12:58:41.446 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 21 12:58:41.447 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 21 12:58:41.447 INFO kablam! | Sep 21 12:58:41.447 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 21 12:58:41.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:58:41.448 INFO kablam! | Sep 21 12:58:41.448 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 21 12:58:41.449 INFO kablam! Sep 21 12:58:43.182 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:58:43.182 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 21 12:58:43.182 INFO kablam! | Sep 21 12:58:43.182 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 21 12:58:43.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:58:43.182 INFO kablam! | Sep 21 12:58:43.182 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 12:58:43.182 INFO kablam! Sep 21 12:58:43.182 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:58:43.182 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 21 12:58:43.182 INFO kablam! | Sep 21 12:58:43.182 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 21 12:58:43.182 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:58:43.182 INFO kablam! Sep 21 12:58:43.182 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:58:43.182 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 21 12:58:43.182 INFO kablam! | Sep 21 12:58:43.182 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 21 12:58:43.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:58:43.182 INFO kablam! Sep 21 12:58:43.182 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 12:58:43.182 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 21 12:58:43.182 INFO kablam! | Sep 21 12:58:43.182 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 21 12:58:43.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:58:43.182 INFO kablam! Sep 21 12:58:43.182 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:58:43.182 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 21 12:58:43.182 INFO kablam! | Sep 21 12:58:43.182 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 21 12:58:43.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 12:58:43.182 INFO kablam! Sep 21 12:58:43.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.75s Sep 21 12:58:43.458 INFO kablam! su: No module specific data is present Sep 21 12:58:44.064 INFO running `"docker" "rm" "-f" "291be4b1d0147a8ad1aceb341ad0b95ecc174bcbfbc86ce076d4761bb9da1222"` Sep 21 12:58:44.183 INFO blam! 291be4b1d0147a8ad1aceb341ad0b95ecc174bcbfbc86ce076d4761bb9da1222