Oct 28 00:42:46.491 INFO checking bio-0.22.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:42:46.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 28 00:42:46.796 INFO blam! dfa7a0e1d0d0322a72769ced9a665ace9b098f92832e645ec8b642707b8d2731 Oct 28 00:42:46.803 INFO running `"docker" "start" "-a" "dfa7a0e1d0d0322a72769ced9a665ace9b098f92832e645ec8b642707b8d2731"` Oct 28 00:42:48.039 INFO kablam! usermod: no changes Oct 28 00:42:48.339 INFO kablam! Checking bv v0.7.4 Oct 28 00:42:48.339 INFO kablam! Checking vec_map v0.8.1 Oct 28 00:42:48.339 INFO kablam! Checking bio-types v0.4.0 Oct 28 00:42:48.339 INFO kablam! Checking multimap v0.4.0 Oct 28 00:42:48.339 INFO kablam! Checking csv v1.0.2 Oct 28 00:42:52.754 INFO kablam! Checking bio v0.22.0 (/source) Oct 28 00:42:57.239 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:42:57.239 INFO kablam! --> src/lib.rs:103:1 Oct 28 00:42:57.239 INFO kablam! | Oct 28 00:42:57.239 INFO kablam! 103 | #[macro_use] Oct 28 00:42:57.239 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:42:57.239 INFO kablam! | Oct 28 00:42:57.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:42:57.239 INFO kablam! Oct 28 00:42:57.239 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:42:57.239 INFO kablam! --> src/lib.rs:117:1 Oct 28 00:42:57.239 INFO kablam! | Oct 28 00:42:57.239 INFO kablam! 117 | #[macro_use] Oct 28 00:42:57.239 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:42:57.239 INFO kablam! Oct 28 00:43:26.572 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:43:26.572 INFO kablam! --> benches/interval_tree.rs:17:64 Oct 28 00:43:26.572 INFO kablam! | Oct 28 00:43:26.572 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Oct 28 00:43:26.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:26.572 INFO kablam! | Oct 28 00:43:26.572 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:43:26.572 INFO kablam! Oct 28 00:43:26.572 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:43:26.572 INFO kablam! --> benches/interval_tree.rs:24:62 Oct 28 00:43:26.572 INFO kablam! | Oct 28 00:43:26.572 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Oct 28 00:43:26.572 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:26.579 INFO kablam! Oct 28 00:43:26.579 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:43:26.579 INFO kablam! --> benches/interval_tree.rs:36:21 Oct 28 00:43:26.579 INFO kablam! | Oct 28 00:43:26.579 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 28 00:43:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:26.579 INFO kablam! Oct 28 00:43:26.579 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:43:26.579 INFO kablam! --> benches/interval_tree.rs:36:43 Oct 28 00:43:26.579 INFO kablam! | Oct 28 00:43:26.579 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 28 00:43:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:26.579 INFO kablam! Oct 28 00:43:26.579 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:43:26.579 INFO kablam! --> benches/interval_tree.rs:47:37 Oct 28 00:43:26.579 INFO kablam! | Oct 28 00:43:26.579 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Oct 28 00:43:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:26.579 INFO kablam! Oct 28 00:43:27.295 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:27.295 INFO kablam! --> benches/pattern_matching.rs:232:13 Oct 28 00:43:27.295 INFO kablam! | Oct 28 00:43:27.295 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Oct 28 00:43:27.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:27.295 INFO kablam! | Oct 28 00:43:27.296 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:43:27.296 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:27.296 INFO kablam! Oct 28 00:43:27.296 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:27.296 INFO kablam! --> benches/pattern_matching.rs:242:13 Oct 28 00:43:27.296 INFO kablam! | Oct 28 00:43:27.296 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Oct 28 00:43:27.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:27.298 INFO kablam! | Oct 28 00:43:27.298 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:27.298 INFO kablam! Oct 28 00:43:27.298 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:27.298 INFO kablam! --> benches/pattern_matching.rs:252:13 Oct 28 00:43:27.298 INFO kablam! | Oct 28 00:43:27.298 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Oct 28 00:43:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:27.298 INFO kablam! | Oct 28 00:43:27.298 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:27.298 INFO kablam! Oct 28 00:43:27.298 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:27.298 INFO kablam! --> benches/pattern_matching.rs:262:13 Oct 28 00:43:27.298 INFO kablam! | Oct 28 00:43:27.298 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Oct 28 00:43:27.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:27.301 INFO kablam! | Oct 28 00:43:27.301 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:27.301 INFO kablam! Oct 28 00:43:27.301 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:27.301 INFO kablam! --> benches/pattern_matching.rs:272:13 Oct 28 00:43:27.301 INFO kablam! | Oct 28 00:43:27.301 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Oct 28 00:43:27.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:27.301 INFO kablam! | Oct 28 00:43:27.301 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:27.301 INFO kablam! Oct 28 00:43:27.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.27s Oct 28 00:43:27.376 INFO kablam! su: No module specific data is present Oct 28 00:43:27.744 INFO running `"docker" "rm" "-f" "dfa7a0e1d0d0322a72769ced9a665ace9b098f92832e645ec8b642707b8d2731"` Oct 28 00:43:27.879 INFO blam! dfa7a0e1d0d0322a72769ced9a665ace9b098f92832e645ec8b642707b8d2731