Oct 13 17:42:00.477 INFO checking bio-0.22.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:42:00.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:42:01.001 INFO blam! 6392f71da9f7f93746b4e0f8b9922e74b3019b09831bf4411d611222b7b1dc81 Oct 13 17:42:01.008 INFO running `"docker" "start" "-a" "6392f71da9f7f93746b4e0f8b9922e74b3019b09831bf4411d611222b7b1dc81"` Oct 13 17:42:02.298 INFO kablam! usermod: no changes Oct 13 17:42:02.513 INFO kablam! Compiling bv v0.7.4 Oct 13 17:42:02.516 INFO kablam! Checking statrs v0.9.0 Oct 13 17:42:02.516 INFO kablam! Checking ndarray v0.9.1 Oct 13 17:42:02.520 INFO kablam! Checking multimap v0.4.0 Oct 13 17:42:02.520 INFO kablam! Checking vec_map v0.8.1 Oct 13 17:42:02.520 INFO kablam! Checking bio-types v0.4.0 Oct 13 17:42:02.520 INFO kablam! Checking csv v1.0.2 Oct 13 17:42:12.915 INFO kablam! Checking bio v0.22.0 (/source) Oct 13 17:42:17.292 INFO kablam! warning: unused `#[macro_use]` import Oct 13 17:42:17.292 INFO kablam! --> src/lib.rs:103:1 Oct 13 17:42:17.292 INFO kablam! | Oct 13 17:42:17.292 INFO kablam! 103 | #[macro_use] Oct 13 17:42:17.292 INFO kablam! | ^^^^^^^^^^^^ Oct 13 17:42:17.292 INFO kablam! | Oct 13 17:42:17.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:42:17.292 INFO kablam! Oct 13 17:42:17.292 INFO kablam! warning: unused `#[macro_use]` import Oct 13 17:42:17.292 INFO kablam! --> src/lib.rs:117:1 Oct 13 17:42:17.292 INFO kablam! | Oct 13 17:42:17.292 INFO kablam! 117 | #[macro_use] Oct 13 17:42:17.292 INFO kablam! | ^^^^^^^^^^^^ Oct 13 17:42:17.292 INFO kablam! Oct 13 17:42:45.653 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:42:45.653 INFO kablam! --> benches/interval_tree.rs:17:64 Oct 13 17:42:45.653 INFO kablam! | Oct 13 17:42:45.654 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Oct 13 17:42:45.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:42:45.654 INFO kablam! | Oct 13 17:42:45.654 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 17:42:45.655 INFO kablam! Oct 13 17:42:45.655 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:42:45.655 INFO kablam! --> benches/interval_tree.rs:24:62 Oct 13 17:42:45.656 INFO kablam! | Oct 13 17:42:45.656 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Oct 13 17:42:45.656 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:42:45.657 INFO kablam! Oct 13 17:42:45.657 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:42:45.657 INFO kablam! --> benches/interval_tree.rs:36:21 Oct 13 17:42:45.657 INFO kablam! | Oct 13 17:42:45.658 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 13 17:42:45.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:42:45.658 INFO kablam! Oct 13 17:42:45.659 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 17:42:45.659 INFO kablam! --> benches/interval_tree.rs:36:43 Oct 13 17:42:45.659 INFO kablam! | Oct 13 17:42:45.659 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 13 17:42:45.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:42:45.660 INFO kablam! Oct 13 17:42:45.660 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:42:45.661 INFO kablam! --> benches/interval_tree.rs:47:37 Oct 13 17:42:45.661 INFO kablam! | Oct 13 17:42:45.661 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Oct 13 17:42:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:42:45.662 INFO kablam! Oct 13 17:42:45.900 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 17:42:45.900 INFO kablam! --> benches/pattern_matching.rs:232:13 Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Oct 13 17:42:45.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 17:42:45.900 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 17:42:45.900 INFO kablam! Oct 13 17:42:45.900 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 17:42:45.900 INFO kablam! --> benches/pattern_matching.rs:242:13 Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Oct 13 17:42:45.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 17:42:45.900 INFO kablam! Oct 13 17:42:45.900 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 17:42:45.900 INFO kablam! --> benches/pattern_matching.rs:252:13 Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Oct 13 17:42:45.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 17:42:45.900 INFO kablam! Oct 13 17:42:45.900 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 17:42:45.900 INFO kablam! --> benches/pattern_matching.rs:262:13 Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Oct 13 17:42:45.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.900 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 17:42:45.900 INFO kablam! Oct 13 17:42:45.900 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 17:42:45.900 INFO kablam! --> benches/pattern_matching.rs:272:13 Oct 13 17:42:45.900 INFO kablam! | Oct 13 17:42:45.901 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Oct 13 17:42:45.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:42:45.901 INFO kablam! | Oct 13 17:42:45.901 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 17:42:45.901 INFO kablam! Oct 13 17:42:46.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.89s Oct 13 17:42:46.241 INFO kablam! su: No module specific data is present Oct 13 17:42:47.165 INFO running `"docker" "rm" "-f" "6392f71da9f7f93746b4e0f8b9922e74b3019b09831bf4411d611222b7b1dc81"` Oct 13 17:42:47.488 INFO blam! 6392f71da9f7f93746b4e0f8b9922e74b3019b09831bf4411d611222b7b1dc81