Sep 14 19:14:18.680 INFO checking bio-0.22.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:14:18.680 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:14:18.680 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:14:18.887 INFO blam! c3b2eb9788f6e8d3c05eceaa9d5b1bd3d21779da7f7558fb694d3a1773e2c7fe Sep 14 19:14:18.889 INFO running `"docker" "start" "-a" "c3b2eb9788f6e8d3c05eceaa9d5b1bd3d21779da7f7558fb694d3a1773e2c7fe"` Sep 14 19:14:19.767 INFO kablam! usermod: no changes Sep 14 19:14:19.955 INFO kablam! Compiling bv v0.7.4 Sep 14 19:14:19.955 INFO kablam! Compiling ndarray v0.9.1 Sep 14 19:14:19.955 INFO kablam! Checking statrs v0.9.0 Sep 14 19:14:19.967 INFO kablam! Checking csv v1.0.1 Sep 14 19:14:19.967 INFO kablam! Checking vec_map v0.8.1 Sep 14 19:14:19.967 INFO kablam! Checking bio-types v0.2.0 Sep 14 19:14:19.967 INFO kablam! Checking multimap v0.4.0 Sep 14 19:14:27.944 INFO kablam! Checking bio v0.22.0 (file:///source) Sep 14 19:14:29.854 INFO kablam! warning: unused `#[macro_use]` import Sep 14 19:14:29.855 INFO kablam! --> src/lib.rs:103:1 Sep 14 19:14:29.855 INFO kablam! | Sep 14 19:14:29.855 INFO kablam! 103 | #[macro_use] Sep 14 19:14:29.855 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:14:29.855 INFO kablam! | Sep 14 19:14:29.855 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:14:29.855 INFO kablam! Sep 14 19:14:29.855 INFO kablam! warning: unused `#[macro_use]` import Sep 14 19:14:29.855 INFO kablam! --> src/lib.rs:117:1 Sep 14 19:14:29.855 INFO kablam! | Sep 14 19:14:29.855 INFO kablam! 117 | #[macro_use] Sep 14 19:14:29.855 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:14:29.855 INFO kablam! Sep 14 19:14:38.374 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:14:38.375 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 14 19:14:38.375 INFO kablam! | Sep 14 19:14:38.375 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 14 19:14:38.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:14:38.375 INFO kablam! | Sep 14 19:14:38.375 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:14:38.375 INFO kablam! Sep 14 19:14:38.375 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:14:38.375 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 14 19:14:38.375 INFO kablam! | Sep 14 19:14:38.375 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 14 19:14:38.375 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:14:38.375 INFO kablam! Sep 14 19:14:38.375 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 19:14:38.375 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 14 19:14:38.375 INFO kablam! | Sep 14 19:14:38.375 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 14 19:14:38.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:14:38.375 INFO kablam! Sep 14 19:14:38.375 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 19:14:38.375 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 14 19:14:38.375 INFO kablam! | Sep 14 19:14:38.375 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 14 19:14:38.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:14:38.375 INFO kablam! Sep 14 19:14:38.375 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:14:38.375 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 14 19:14:38.375 INFO kablam! | Sep 14 19:14:38.375 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 14 19:14:38.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:14:38.375 INFO kablam! Sep 14 19:14:38.613 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 19:14:38.613 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 14 19:14:38.613 INFO kablam! | Sep 14 19:14:38.613 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 14 19:14:38.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:14:38.613 INFO kablam! | Sep 14 19:14:38.613 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:14:38.613 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 19:14:38.613 INFO kablam! Sep 14 19:14:38.614 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 19:14:38.614 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 14 19:14:38.614 INFO kablam! | Sep 14 19:14:38.614 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 14 19:14:38.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:14:38.614 INFO kablam! | Sep 14 19:14:38.614 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 19:14:38.615 INFO kablam! Sep 14 19:14:38.615 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 19:14:38.615 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 14 19:14:38.615 INFO kablam! | Sep 14 19:14:38.615 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 14 19:14:38.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:14:38.615 INFO kablam! | Sep 14 19:14:38.615 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 19:14:38.615 INFO kablam! Sep 14 19:14:38.616 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 19:14:38.616 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 14 19:14:38.616 INFO kablam! | Sep 14 19:14:38.616 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 14 19:14:38.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:14:38.616 INFO kablam! | Sep 14 19:14:38.616 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 19:14:38.616 INFO kablam! Sep 14 19:14:38.616 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 14 19:14:38.616 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 14 19:14:38.616 INFO kablam! | Sep 14 19:14:38.616 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 14 19:14:38.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:14:38.616 INFO kablam! | Sep 14 19:14:38.616 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 14 19:14:38.616 INFO kablam! Sep 14 19:14:39.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.93s Sep 14 19:14:39.733 INFO kablam! su: No module specific data is present Sep 14 19:14:40.349 INFO running `"docker" "rm" "-f" "c3b2eb9788f6e8d3c05eceaa9d5b1bd3d21779da7f7558fb694d3a1773e2c7fe"` Sep 14 19:14:40.445 INFO blam! c3b2eb9788f6e8d3c05eceaa9d5b1bd3d21779da7f7558fb694d3a1773e2c7fe