Sep 20 06:08:12.758 INFO checking bio-0.22.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:08:12.758 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:08:12.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:08:12.965 INFO blam! d8a8033cbdf43d24be94e5fe9e8d95496f6acb4a94907adae4356e6d267e32c4 Sep 20 06:08:12.966 INFO running `"docker" "start" "-a" "d8a8033cbdf43d24be94e5fe9e8d95496f6acb4a94907adae4356e6d267e32c4"` Sep 20 06:08:14.184 INFO kablam! usermod: no changes Sep 20 06:08:14.443 INFO kablam! Checking bio v0.22.0 (/source) Sep 20 06:08:16.403 INFO kablam! warning: unused `#[macro_use]` import Sep 20 06:08:16.403 INFO kablam! --> src/lib.rs:103:1 Sep 20 06:08:16.403 INFO kablam! | Sep 20 06:08:16.403 INFO kablam! 103 | #[macro_use] Sep 20 06:08:16.403 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:08:16.403 INFO kablam! | Sep 20 06:08:16.403 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:08:16.403 INFO kablam! Sep 20 06:08:16.403 INFO kablam! warning: unused `#[macro_use]` import Sep 20 06:08:16.403 INFO kablam! --> src/lib.rs:117:1 Sep 20 06:08:16.403 INFO kablam! | Sep 20 06:08:16.403 INFO kablam! 117 | #[macro_use] Sep 20 06:08:16.403 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:08:16.403 INFO kablam! Sep 20 06:08:24.678 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 20 06:08:24.678 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 20 06:08:24.678 INFO kablam! | Sep 20 06:08:24.678 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 20 06:08:24.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:08:24.678 INFO kablam! | Sep 20 06:08:24.678 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:08:24.678 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 20 06:08:24.678 INFO kablam! Sep 20 06:08:24.682 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 20 06:08:24.682 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 20 06:08:24.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 20 06:08:24.682 INFO kablam! Sep 20 06:08:24.682 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 20 06:08:24.682 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 20 06:08:24.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 20 06:08:24.682 INFO kablam! Sep 20 06:08:24.682 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 20 06:08:24.682 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 20 06:08:24.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 20 06:08:24.682 INFO kablam! Sep 20 06:08:24.682 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 20 06:08:24.682 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 20 06:08:24.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:08:24.682 INFO kablam! | Sep 20 06:08:24.682 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 20 06:08:24.682 INFO kablam! Sep 20 06:08:24.846 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:08:24.846 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 20 06:08:24.846 INFO kablam! | Sep 20 06:08:24.847 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 20 06:08:24.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 06:08:24.847 INFO kablam! | Sep 20 06:08:24.847 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 06:08:24.847 INFO kablam! Sep 20 06:08:24.847 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:08:24.847 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 20 06:08:24.847 INFO kablam! | Sep 20 06:08:24.847 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 20 06:08:24.847 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 06:08:24.847 INFO kablam! Sep 20 06:08:24.847 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 06:08:24.847 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 20 06:08:24.847 INFO kablam! | Sep 20 06:08:24.847 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 20 06:08:24.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 06:08:24.847 INFO kablam! Sep 20 06:08:24.847 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 06:08:24.847 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 20 06:08:24.847 INFO kablam! | Sep 20 06:08:24.847 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 20 06:08:24.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 06:08:24.847 INFO kablam! Sep 20 06:08:24.847 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:08:24.847 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 20 06:08:24.847 INFO kablam! | Sep 20 06:08:24.847 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 20 06:08:24.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 06:08:24.847 INFO kablam! Sep 20 06:08:25.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.18s Sep 20 06:08:25.410 INFO kablam! su: No module specific data is present Sep 20 06:08:26.027 INFO running `"docker" "rm" "-f" "d8a8033cbdf43d24be94e5fe9e8d95496f6acb4a94907adae4356e6d267e32c4"` Sep 20 06:08:26.088 INFO blam! d8a8033cbdf43d24be94e5fe9e8d95496f6acb4a94907adae4356e6d267e32c4