Oct 28 00:42:46.369 INFO checking bio-0.22.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:42:46.370 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.729 INFO blam! 1eb37c56f7c3e1ac8320d9d1dd530c18ff811b389070a3f463e2cf537d2baac9 Oct 28 00:42:46.731 INFO running `"docker" "start" "-a" "1eb37c56f7c3e1ac8320d9d1dd530c18ff811b389070a3f463e2cf537d2baac9"` Oct 28 00:42:47.747 INFO kablam! usermod: no changes Oct 28 00:42:48.035 INFO kablam! Checking statrs v0.9.0 Oct 28 00:42:48.035 INFO kablam! Checking bio-types v0.4.0 Oct 28 00:42:50.761 INFO kablam! Checking bio v0.22.0 (/source) Oct 28 00:42:55.087 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:42:55.087 INFO kablam! --> src/lib.rs:103:1 Oct 28 00:42:55.087 INFO kablam! | Oct 28 00:42:55.087 INFO kablam! 103 | #[macro_use] Oct 28 00:42:55.087 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:42:55.087 INFO kablam! | Oct 28 00:42:55.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:42:55.087 INFO kablam! Oct 28 00:42:55.087 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:42:55.087 INFO kablam! --> src/lib.rs:117:1 Oct 28 00:42:55.087 INFO kablam! | Oct 28 00:42:55.087 INFO kablam! 117 | #[macro_use] Oct 28 00:42:55.087 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:42:55.087 INFO kablam! Oct 28 00:43:23.395 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:23.395 INFO kablam! --> benches/pattern_matching.rs:232:13 Oct 28 00:43:23.395 INFO kablam! | Oct 28 00:43:23.395 INFO kablam! 232 | shiftand.find_all(TEXT.iter()).collect::>(); Oct 28 00:43:23.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:23.395 INFO kablam! | Oct 28 00:43:23.395 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:43:23.395 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:23.395 INFO kablam! Oct 28 00:43:23.395 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:23.395 INFO kablam! --> benches/pattern_matching.rs:242:13 Oct 28 00:43:23.395 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! 242 | bndm.find_all(TEXT).collect::>(); Oct 28 00:43:23.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:23.396 INFO kablam! Oct 28 00:43:23.396 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:23.396 INFO kablam! --> benches/pattern_matching.rs:252:13 Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! 252 | bom.find_all(TEXT).collect::>(); Oct 28 00:43:23.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:23.396 INFO kablam! Oct 28 00:43:23.396 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:23.396 INFO kablam! --> benches/pattern_matching.rs:262:13 Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! 262 | horspool.find_all(TEXT).collect::>(); Oct 28 00:43:23.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:23.396 INFO kablam! Oct 28 00:43:23.396 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 28 00:43:23.396 INFO kablam! --> benches/pattern_matching.rs:272:13 Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! 272 | kmp.find_all(TEXT.iter()).collect::>(); Oct 28 00:43:23.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:43:23.396 INFO kablam! | Oct 28 00:43:23.396 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 28 00:43:23.396 INFO kablam! Oct 28 00:43:25.759 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:43:25.759 INFO kablam! --> benches/interval_tree.rs:17:64 Oct 28 00:43:25.759 INFO kablam! | Oct 28 00:43:25.759 INFO kablam! 17 | b.iter(|| test_insert_query(10, &(100_000..200_000), 1000, (105_000..106_000))); Oct 28 00:43:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:25.759 INFO kablam! | Oct 28 00:43:25.759 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:43:25.759 INFO kablam! Oct 28 00:43:25.759 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:43:25.759 INFO kablam! --> benches/interval_tree.rs:24:62 Oct 28 00:43:25.759 INFO kablam! | Oct 28 00:43:25.759 INFO kablam! 24 | b.iter(|| test_insert_query(10, &(100_000..200_000), 10, (99_995..199_995))); Oct 28 00:43:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:25.759 INFO kablam! Oct 28 00:43:25.759 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:43:25.759 INFO kablam! --> benches/interval_tree.rs:36:21 Oct 28 00:43:25.759 INFO kablam! | Oct 28 00:43:25.759 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 28 00:43:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:25.759 INFO kablam! Oct 28 00:43:25.759 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 00:43:25.759 INFO kablam! --> benches/interval_tree.rs:36:43 Oct 28 00:43:25.759 INFO kablam! | Oct 28 00:43:25.759 INFO kablam! 36 | tree.insert((i..i + insert_size), (i..i + insert_size)); Oct 28 00:43:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:25.759 INFO kablam! Oct 28 00:43:25.759 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:43:25.759 INFO kablam! --> benches/interval_tree.rs:47:37 Oct 28 00:43:25.759 INFO kablam! | Oct 28 00:43:25.759 INFO kablam! 47 | assert_intersections(&tree, (lower_bound..upper_bound), &expected_intersections); Oct 28 00:43:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:43:25.759 INFO kablam! Oct 28 00:43:26.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.66s Oct 28 00:43:26.452 INFO kablam! su: No module specific data is present Oct 28 00:43:27.226 INFO running `"docker" "rm" "-f" "1eb37c56f7c3e1ac8320d9d1dd530c18ff811b389070a3f463e2cf537d2baac9"` Oct 28 00:43:27.407 INFO blam! 1eb37c56f7c3e1ac8320d9d1dd530c18ff811b389070a3f463e2cf537d2baac9