Sep 04 23:10:40.918 INFO checking bio-0.22.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 23:10:40.918 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 23:10:40.918 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:10:41.134 INFO blam! b1753b648f01fc44a0a2c23ed73d9db43fd2fd61d09cb0047936eda02880be98 Sep 04 23:10:41.136 INFO running `"docker" "start" "-a" "b1753b648f01fc44a0a2c23ed73d9db43fd2fd61d09cb0047936eda02880be98"` Sep 04 23:10:41.900 INFO kablam! Compiling ndarray v0.9.1 Sep 04 23:10:41.900 INFO kablam! Compiling bv v0.7.4 Sep 04 23:10:41.907 INFO kablam! Checking statrs v0.9.0 Sep 04 23:10:41.908 INFO kablam! Checking bio-types v0.2.0 Sep 04 23:10:41.908 INFO kablam! Checking vec_map v0.8.1 Sep 04 23:10:41.909 INFO kablam! Checking csv v1.0.1 Sep 04 23:10:41.909 INFO kablam! Checking multimap v0.4.0 Sep 04 23:10:55.492 INFO kablam! Checking bio v0.22.0 (file:///source) Sep 04 23:11:00.130 INFO kablam! warning: unused `#[macro_use]` import Sep 04 23:11:00.130 INFO kablam! --> src/lib.rs:103:1 Sep 04 23:11:00.130 INFO kablam! | Sep 04 23:11:00.130 INFO kablam! 103 | #[macro_use] Sep 04 23:11:00.131 INFO kablam! | ^^^^^^^^^^^^ Sep 04 23:11:00.131 INFO kablam! | Sep 04 23:11:00.131 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 23:11:00.131 INFO kablam! Sep 04 23:11:00.131 INFO kablam! warning: unused `#[macro_use]` import Sep 04 23:11:00.131 INFO kablam! --> src/lib.rs:117:1 Sep 04 23:11:00.131 INFO kablam! | Sep 04 23:11:00.131 INFO kablam! 117 | #[macro_use] Sep 04 23:11:00.131 INFO kablam! | ^^^^^^^^^^^^ Sep 04 23:11:00.131 INFO kablam! Sep 04 23:11:15.290 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:11:15.290 INFO kablam! --> benches/interval_tree.rs:17:64 Sep 04 23:11:15.290 INFO kablam! | Sep 04 23:11:15.290 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Sep 04 23:11:15.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 23:11:15.290 INFO kablam! | Sep 04 23:11:15.290 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 23:11:15.290 INFO kablam! Sep 04 23:11:15.291 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:11:15.291 INFO kablam! --> benches/interval_tree.rs:24:62 Sep 04 23:11:15.291 INFO kablam! | Sep 04 23:11:15.291 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Sep 04 23:11:15.291 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 23:11:15.291 INFO kablam! Sep 04 23:11:15.291 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 23:11:15.291 INFO kablam! --> benches/interval_tree.rs:36:21 Sep 04 23:11:15.291 INFO kablam! | Sep 04 23:11:15.291 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 04 23:11:15.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 23:11:15.291 INFO kablam! Sep 04 23:11:15.292 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 23:11:15.292 INFO kablam! --> benches/interval_tree.rs:36:43 Sep 04 23:11:15.292 INFO kablam! | Sep 04 23:11:15.292 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Sep 04 23:11:15.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 23:11:15.292 INFO kablam! Sep 04 23:11:15.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:11:15.292 INFO kablam! --> benches/interval_tree.rs:47:37 Sep 04 23:11:15.292 INFO kablam! | Sep 04 23:11:15.292 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Sep 04 23:11:15.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 23:11:15.292 INFO kablam! Sep 04 23:11:15.546 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 04 23:11:15.546 INFO kablam! --> benches/pattern_matching.rs:232:13 Sep 04 23:11:15.546 INFO kablam! | Sep 04 23:11:15.546 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Sep 04 23:11:15.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:11:15.546 INFO kablam! | Sep 04 23:11:15.546 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 23:11:15.547 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 04 23:11:15.547 INFO kablam! Sep 04 23:11:15.547 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 04 23:11:15.547 INFO kablam! --> benches/pattern_matching.rs:242:13 Sep 04 23:11:15.547 INFO kablam! | Sep 04 23:11:15.547 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Sep 04 23:11:15.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:11:15.547 INFO kablam! | Sep 04 23:11:15.547 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 04 23:11:15.547 INFO kablam! Sep 04 23:11:15.547 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 04 23:11:15.548 INFO kablam! --> benches/pattern_matching.rs:252:13 Sep 04 23:11:15.548 INFO kablam! | Sep 04 23:11:15.548 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Sep 04 23:11:15.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:11:15.548 INFO kablam! | Sep 04 23:11:15.548 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 04 23:11:15.548 INFO kablam! Sep 04 23:11:15.548 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 04 23:11:15.548 INFO kablam! --> benches/pattern_matching.rs:262:13 Sep 04 23:11:15.548 INFO kablam! | Sep 04 23:11:15.548 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Sep 04 23:11:15.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:11:15.548 INFO kablam! | Sep 04 23:11:15.548 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 04 23:11:15.548 INFO kablam! Sep 04 23:11:15.548 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Sep 04 23:11:15.548 INFO kablam! --> benches/pattern_matching.rs:272:13 Sep 04 23:11:15.548 INFO kablam! | Sep 04 23:11:15.548 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Sep 04 23:11:15.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:11:15.548 INFO kablam! | Sep 04 23:11:15.548 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Sep 04 23:11:15.548 INFO kablam! Sep 04 23:11:17.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.60s Sep 04 23:11:17.399 INFO kablam! su: No module specific data is present Sep 04 23:11:17.899 INFO running `"docker" "rm" "-f" "b1753b648f01fc44a0a2c23ed73d9db43fd2fd61d09cb0047936eda02880be98"` Sep 04 23:11:18.039 INFO blam! b1753b648f01fc44a0a2c23ed73d9db43fd2fd61d09cb0047936eda02880be98