Sep 01 09:43:39.302 INFO checking bio-0.22.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 09:43:39.302 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 09:43:39.302 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:43:39.522 INFO blam! ea6992e96a918f2fdc59dcda4b187a671aecf29ed779fe7cecfc6389431c93bc Sep 01 09:43:39.524 INFO running `"docker" "start" "-a" "ea6992e96a918f2fdc59dcda4b187a671aecf29ed779fe7cecfc6389431c93bc"` Sep 01 09:43:40.440 INFO kablam! Checking bv v0.7.4 Sep 01 09:43:40.440 INFO kablam! Checking bio-types v0.2.0 Sep 01 09:43:43.143 INFO kablam! Checking bio v0.22.0 (file:///source) Sep 01 09:43:46.454 INFO kablam! warning: unused `#[macro_use]` import Sep 01 09:43:46.454 INFO kablam! --> src/lib.rs:103:1 Sep 01 09:43:46.455 INFO kablam! | Sep 01 09:43:46.455 INFO kablam! 103 | #[macro_use] Sep 01 09:43:46.455 INFO kablam! | ^^^^^^^^^^^^ Sep 01 09:43:46.455 INFO kablam! | Sep 01 09:43:46.455 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 09:43:46.455 INFO kablam! Sep 01 09:43:46.455 INFO kablam! warning: unused `#[macro_use]` import Sep 01 09:43:46.455 INFO kablam! --> src/lib.rs:117:1 Sep 01 09:43:46.455 INFO kablam! | Sep 01 09:43:46.455 INFO kablam! 117 | #[macro_use] Sep 01 09:43:46.455 INFO kablam! | ^^^^^^^^^^^^ Sep 01 09:43:46.455 INFO kablam! Sep 01 09:44:02.725 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:44:02.725 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 01 09:44:02.725 INFO kablam! | Sep 01 09:44:02.725 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 01 09:44:02.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:44:02.725 INFO kablam! | Sep 01 09:44:02.725 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:44:02.725 INFO kablam! Sep 01 09:44:02.726 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:44:02.726 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 01 09:44:02.726 INFO kablam! | Sep 01 09:44:02.726 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 01 09:44:02.726 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:44:02.726 INFO kablam! Sep 01 09:44:02.726 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:44:02.726 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 01 09:44:02.726 INFO kablam! | Sep 01 09:44:02.726 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 01 09:44:02.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:44:02.726 INFO kablam! Sep 01 09:44:02.726 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 09:44:02.726 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 01 09:44:02.726 INFO kablam! | Sep 01 09:44:02.726 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 01 09:44:02.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:44:02.726 INFO kablam! Sep 01 09:44:02.727 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:44:02.727 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 01 09:44:02.727 INFO kablam! | Sep 01 09:44:02.727 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 01 09:44:02.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 09:44:02.727 INFO kablam! Sep 01 09:44:05.239 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 09:44:05.239 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 01 09:44:05.239 INFO kablam! | Sep 01 09:44:05.239 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 01 09:44:05.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:44:05.239 INFO kablam! | Sep 01 09:44:05.239 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 09:44:05.239 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 09:44:05.239 INFO kablam! Sep 01 09:44:05.239 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 09:44:05.239 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 01 09:44:05.239 INFO kablam! | Sep 01 09:44:05.239 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 01 09:44:05.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:44:05.239 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 09:44:05.240 INFO kablam! Sep 01 09:44:05.240 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 09:44:05.240 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 01 09:44:05.240 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 01 09:44:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:44:05.240 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 09:44:05.240 INFO kablam! Sep 01 09:44:05.240 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 09:44:05.240 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 01 09:44:05.240 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 01 09:44:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:44:05.240 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 09:44:05.240 INFO kablam! Sep 01 09:44:05.240 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 01 09:44:05.240 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 01 09:44:05.240 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 01 09:44:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:44:05.240 INFO kablam! | Sep 01 09:44:05.240 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 01 09:44:05.241 INFO kablam! Sep 01 09:44:05.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.04s Sep 01 09:44:05.287 INFO kablam! su: No module specific data is present Sep 01 09:44:05.724 INFO running `"docker" "rm" "-f" "ea6992e96a918f2fdc59dcda4b187a671aecf29ed779fe7cecfc6389431c93bc"` Sep 01 09:44:05.830 INFO blam! ea6992e96a918f2fdc59dcda4b187a671aecf29ed779fe7cecfc6389431c93bc