Oct 22 04:29:28.066 INFO checking bio-0.22.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:29:28.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 04:29:28.320 INFO blam! eb1e4dd762e13813f18ff8d760583af379cf398591aec45239f18a6516f0544f Oct 22 04:29:28.326 INFO running `"docker" "start" "-a" "eb1e4dd762e13813f18ff8d760583af379cf398591aec45239f18a6516f0544f"` Oct 22 04:29:29.088 INFO kablam! usermod: no changes Oct 22 04:29:29.260 INFO kablam! Checking ndarray v0.9.1 Oct 22 04:29:29.266 INFO kablam! Checking bv v0.7.4 Oct 22 04:29:29.266 INFO kablam! Checking bio-types v0.4.0 Oct 22 04:29:29.266 INFO kablam! Checking multimap v0.4.0 Oct 22 04:29:29.266 INFO kablam! Checking vec_map v0.8.1 Oct 22 04:29:37.418 INFO kablam! Checking bio v0.22.0 (/source) Oct 22 04:29:41.408 INFO kablam! warning: unused `#[macro_use]` import Oct 22 04:29:41.408 INFO kablam! --> src/lib.rs:103:1 Oct 22 04:29:41.408 INFO kablam! | Oct 22 04:29:41.408 INFO kablam! 103 | #[macro_use] Oct 22 04:29:41.408 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:29:41.408 INFO kablam! | Oct 22 04:29:41.408 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:29:41.408 INFO kablam! Oct 22 04:29:41.408 INFO kablam! warning: unused `#[macro_use]` import Oct 22 04:29:41.408 INFO kablam! --> src/lib.rs:117:1 Oct 22 04:29:41.408 INFO kablam! | Oct 22 04:29:41.408 INFO kablam! 117 | #[macro_use] Oct 22 04:29:41.408 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:29:41.408 INFO kablam! Oct 22 04:29:58.686 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 04:29:58.686 INFO kablam! --> benches/pattern_matching.rs:232:13 Oct 22 04:29:58.687 INFO kablam! | Oct 22 04:29:58.687 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Oct 22 04:29:58.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:29:58.688 INFO kablam! | Oct 22 04:29:58.688 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:29:58.689 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 04:29:58.689 INFO kablam! Oct 22 04:29:58.689 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 04:29:58.690 INFO kablam! --> benches/pattern_matching.rs:242:13 Oct 22 04:29:58.690 INFO kablam! | Oct 22 04:29:58.690 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Oct 22 04:29:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:29:58.691 INFO kablam! | Oct 22 04:29:58.691 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 04:29:58.691 INFO kablam! Oct 22 04:29:58.691 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 04:29:58.692 INFO kablam! --> benches/pattern_matching.rs:252:13 Oct 22 04:29:58.692 INFO kablam! | Oct 22 04:29:58.692 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Oct 22 04:29:58.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:29:58.693 INFO kablam! | Oct 22 04:29:58.693 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 04:29:58.693 INFO kablam! Oct 22 04:29:58.694 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 04:29:58.694 INFO kablam! --> benches/pattern_matching.rs:262:13 Oct 22 04:29:58.694 INFO kablam! | Oct 22 04:29:58.695 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Oct 22 04:29:58.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:29:58.695 INFO kablam! | Oct 22 04:29:58.695 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 04:29:58.696 INFO kablam! Oct 22 04:29:58.696 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 22 04:29:58.696 INFO kablam! --> benches/pattern_matching.rs:272:13 Oct 22 04:29:58.697 INFO kablam! | Oct 22 04:29:58.697 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Oct 22 04:29:58.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:29:58.697 INFO kablam! | Oct 22 04:29:58.698 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 22 04:29:58.698 INFO kablam! Oct 22 04:30:00.255 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:30:00.255 INFO kablam! --> benches/interval_tree.rs:17:64 Oct 22 04:30:00.255 INFO kablam! | Oct 22 04:30:00.255 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Oct 22 04:30:00.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:30:00.255 INFO kablam! | Oct 22 04:30:00.255 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 04:30:00.255 INFO kablam! Oct 22 04:30:00.255 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:30:00.255 INFO kablam! --> benches/interval_tree.rs:24:62 Oct 22 04:30:00.255 INFO kablam! | Oct 22 04:30:00.255 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Oct 22 04:30:00.255 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:30:00.258 INFO kablam! Oct 22 04:30:00.258 INFO kablam! warning: unnecessary parentheses around method argument Oct 22 04:30:00.258 INFO kablam! --> benches/interval_tree.rs:36:21 Oct 22 04:30:00.258 INFO kablam! | Oct 22 04:30:00.258 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 22 04:30:00.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:30:00.258 INFO kablam! Oct 22 04:30:00.258 INFO kablam! warning: unnecessary parentheses around method argument Oct 22 04:30:00.258 INFO kablam! --> benches/interval_tree.rs:36:43 Oct 22 04:30:00.258 INFO kablam! | Oct 22 04:30:00.258 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 22 04:30:00.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:30:00.258 INFO kablam! Oct 22 04:30:00.258 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:30:00.258 INFO kablam! --> benches/interval_tree.rs:47:37 Oct 22 04:30:00.258 INFO kablam! | Oct 22 04:30:00.258 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Oct 22 04:30:00.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:30:00.258 INFO kablam! Oct 22 04:30:02.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.74s Oct 22 04:30:02.873 INFO kablam! su: No module specific data is present Oct 22 04:30:03.772 INFO running `"docker" "rm" "-f" "eb1e4dd762e13813f18ff8d760583af379cf398591aec45239f18a6516f0544f"` Oct 22 04:30:04.164 INFO blam! eb1e4dd762e13813f18ff8d760583af379cf398591aec45239f18a6516f0544f