Sep 02 19:50:14.357 INFO checking bio-0.22.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 19:50:14.357 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 19:50:14.358 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:50:14.586 INFO blam! 98517b6c15fc22db6a4592a6642ae58c313c3a5fdc5d1c4b95aadf8e29b3c3ad Sep 02 19:50:14.588 INFO running `"docker" "start" "-a" "98517b6c15fc22db6a4592a6642ae58c313c3a5fdc5d1c4b95aadf8e29b3c3ad"` Sep 02 19:50:15.555 INFO kablam! Compiling bv v0.7.4 Sep 02 19:50:15.559 INFO kablam! Checking statrs v0.9.0 Sep 02 19:50:15.559 INFO kablam! Checking ndarray v0.9.1 Sep 02 19:50:15.566 INFO kablam! Checking csv v1.0.1 Sep 02 19:50:15.566 INFO kablam! Checking vec_map v0.8.1 Sep 02 19:50:15.572 INFO kablam! Checking bio-types v0.2.0 Sep 02 19:50:15.573 INFO kablam! Checking multimap v0.4.0 Sep 02 19:50:26.450 INFO kablam! Checking bio v0.22.0 (file:///source) Sep 02 19:50:30.501 INFO kablam! warning: unused `#[macro_use]` import Sep 02 19:50:30.501 INFO kablam! --> src/lib.rs:103:1 Sep 02 19:50:30.501 INFO kablam! | Sep 02 19:50:30.501 INFO kablam! 103 | #[macro_use] Sep 02 19:50:30.501 INFO kablam! | ^^^^^^^^^^^^ Sep 02 19:50:30.502 INFO kablam! | Sep 02 19:50:30.502 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:50:30.502 INFO kablam! Sep 02 19:50:30.502 INFO kablam! warning: unused `#[macro_use]` import Sep 02 19:50:30.502 INFO kablam! --> src/lib.rs:117:1 Sep 02 19:50:30.502 INFO kablam! | Sep 02 19:50:30.502 INFO kablam! 117 | #[macro_use] Sep 02 19:50:30.502 INFO kablam! | ^^^^^^^^^^^^ Sep 02 19:50:30.502 INFO kablam! Sep 02 19:50:46.997 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:50:46.997 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 02 19:50:46.997 INFO kablam! | Sep 02 19:50:46.997 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 02 19:50:46.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:50:46.999 INFO kablam! | Sep 02 19:50:47.000 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:50:47.000 INFO kablam! Sep 02 19:50:47.001 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:50:47.001 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 02 19:50:47.001 INFO kablam! | Sep 02 19:50:47.001 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 02 19:50:47.001 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:50:47.001 INFO kablam! Sep 02 19:50:47.002 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:50:47.002 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 02 19:50:47.002 INFO kablam! | Sep 02 19:50:47.002 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 02 19:50:47.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:50:47.003 INFO kablam! Sep 02 19:50:47.003 INFO kablam! warning: unnecessary parentheses around method argument Sep 02 19:50:47.003 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 02 19:50:47.003 INFO kablam! | Sep 02 19:50:47.003 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 02 19:50:47.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:50:47.004 INFO kablam! Sep 02 19:50:47.004 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:50:47.004 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 02 19:50:47.004 INFO kablam! | Sep 02 19:50:47.004 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 02 19:50:47.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 19:50:47.005 INFO kablam! Sep 02 19:50:47.212 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 02 19:50:47.212 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 02 19:50:47.212 INFO kablam! | Sep 02 19:50:47.212 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 02 19:50:47.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:50:47.212 INFO kablam! | Sep 02 19:50:47.212 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 19:50:47.212 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 02 19:50:47.212 INFO kablam! Sep 02 19:50:47.213 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 02 19:50:47.213 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 02 19:50:47.213 INFO kablam! | Sep 02 19:50:47.213 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 02 19:50:47.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:50:47.214 INFO kablam! | Sep 02 19:50:47.214 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 02 19:50:47.214 INFO kablam! Sep 02 19:50:47.214 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 02 19:50:47.214 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 02 19:50:47.214 INFO kablam! | Sep 02 19:50:47.214 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 02 19:50:47.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:50:47.214 INFO kablam! | Sep 02 19:50:47.214 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 02 19:50:47.214 INFO kablam! Sep 02 19:50:47.214 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 02 19:50:47.214 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 02 19:50:47.214 INFO kablam! | Sep 02 19:50:47.214 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 02 19:50:47.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:50:47.214 INFO kablam! | Sep 02 19:50:47.214 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 02 19:50:47.214 INFO kablam! Sep 02 19:50:47.214 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 02 19:50:47.214 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 02 19:50:47.214 INFO kablam! | Sep 02 19:50:47.214 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 02 19:50:47.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:50:47.215 INFO kablam! | Sep 02 19:50:47.215 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 02 19:50:47.215 INFO kablam! Sep 02 19:50:48.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.08s Sep 02 19:50:48.520 INFO kablam! su: No module specific data is present Sep 02 19:50:48.971 INFO running `"docker" "rm" "-f" "98517b6c15fc22db6a4592a6642ae58c313c3a5fdc5d1c4b95aadf8e29b3c3ad"` Sep 02 19:50:49.134 INFO blam! 98517b6c15fc22db6a4592a6642ae58c313c3a5fdc5d1c4b95aadf8e29b3c3ad