Sep 05 02:02:31.155 INFO checking bio-0.22.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 02:02:31.155 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 02:02:31.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 02:02:31.306 INFO blam! 4fe0aa01ff9ff971f112425cd7552e4127495755ec8d28e606ab193229c0d02b Sep 05 02:02:31.308 INFO running `"docker" "start" "-a" "4fe0aa01ff9ff971f112425cd7552e4127495755ec8d28e606ab193229c0d02b"` Sep 05 02:02:32.178 INFO kablam! Checking bio v0.22.0 (file:///source) Sep 05 02:02:36.152 INFO kablam! warning: unused `#[macro_use]` import Sep 05 02:02:36.152 INFO kablam! --> src/lib.rs:103:1 Sep 05 02:02:36.152 INFO kablam! | Sep 05 02:02:36.152 INFO kablam! 103 | #[macro_use] Sep 05 02:02:36.152 INFO kablam! | ^^^^^^^^^^^^ Sep 05 02:02:36.152 INFO kablam! | Sep 05 02:02:36.152 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 02:02:36.152 INFO kablam! Sep 05 02:02:36.152 INFO kablam! warning: unused `#[macro_use]` import Sep 05 02:02:36.152 INFO kablam! --> src/lib.rs:117:1 Sep 05 02:02:36.153 INFO kablam! | Sep 05 02:02:36.153 INFO kablam! 117 | #[macro_use] Sep 05 02:02:36.153 INFO kablam! | ^^^^^^^^^^^^ Sep 05 02:02:36.153 INFO kablam! Sep 05 02:02:49.613 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:02:49.613 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 05 02:02:49.613 INFO kablam! | Sep 05 02:02:49.613 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 05 02:02:49.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:02:49.613 INFO kablam! | Sep 05 02:02:49.613 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 02:02:49.613 INFO kablam! Sep 05 02:02:49.614 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:02:49.614 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 05 02:02:49.614 INFO kablam! | Sep 05 02:02:49.614 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 05 02:02:49.614 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:02:49.614 INFO kablam! Sep 05 02:02:49.614 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 02:02:49.614 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 05 02:02:49.614 INFO kablam! | Sep 05 02:02:49.614 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 05 02:02:49.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:02:49.614 INFO kablam! Sep 05 02:02:49.614 INFO kablam! warning: unnecessary parentheses around method argument Sep 05 02:02:49.614 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 05 02:02:49.614 INFO kablam! | Sep 05 02:02:49.614 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 05 02:02:49.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:02:49.614 INFO kablam! Sep 05 02:02:49.614 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:02:49.614 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 05 02:02:49.615 INFO kablam! | Sep 05 02:02:49.615 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 05 02:02:49.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:02:49.615 INFO kablam! Sep 05 02:02:50.224 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 05 02:02:50.224 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 05 02:02:50.224 INFO kablam! | Sep 05 02:02:50.224 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 05 02:02:50.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:02:50.224 INFO kablam! | Sep 05 02:02:50.225 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 02:02:50.225 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 05 02:02:50.225 INFO kablam! Sep 05 02:02:50.226 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 05 02:02:50.226 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 05 02:02:50.226 INFO kablam! | Sep 05 02:02:50.226 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 05 02:02:50.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:02:50.226 INFO kablam! | Sep 05 02:02:50.227 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 05 02:02:50.227 INFO kablam! Sep 05 02:02:50.228 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 05 02:02:50.228 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 05 02:02:50.228 INFO kablam! | Sep 05 02:02:50.228 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 05 02:02:50.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:02:50.228 INFO kablam! | Sep 05 02:02:50.228 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 05 02:02:50.229 INFO kablam! Sep 05 02:02:50.229 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 05 02:02:50.229 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 05 02:02:50.229 INFO kablam! | Sep 05 02:02:50.229 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 05 02:02:50.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:02:50.230 INFO kablam! | Sep 05 02:02:50.230 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 05 02:02:50.230 INFO kablam! Sep 05 02:02:50.231 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 05 02:02:50.231 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 05 02:02:50.231 INFO kablam! | Sep 05 02:02:50.231 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 05 02:02:50.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:02:50.231 INFO kablam! | Sep 05 02:02:50.232 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 05 02:02:50.232 INFO kablam! Sep 05 02:02:50.929 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.93s Sep 05 02:02:50.947 INFO kablam! su: No module specific data is present Sep 05 02:02:51.409 INFO running `"docker" "rm" "-f" "4fe0aa01ff9ff971f112425cd7552e4127495755ec8d28e606ab193229c0d02b"` Sep 05 02:02:51.513 INFO blam! 4fe0aa01ff9ff971f112425cd7552e4127495755ec8d28e606ab193229c0d02b