Oct 27 15:26:15.475 INFO checking sourmash-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:26:15.475 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 27 15:26:15.887 INFO blam! 16e48afcf93e78a45ee540ec20f3b595be523d9ec1a4cd04340290047fc61ee1 Oct 27 15:26:15.890 INFO running `"docker" "start" "-a" "16e48afcf93e78a45ee540ec20f3b595be523d9ec1a4cd04340290047fc61ee1"` Oct 27 15:26:18.258 INFO kablam! usermod: no changes Oct 27 15:26:18.429 INFO kablam! Checking murmurhash3 v0.0.5 Oct 27 15:26:19.117 INFO kablam! Checking sourmash v0.1.1 (/source) Oct 27 15:26:21.167 INFO kablam! warning: unused variable: `common` Oct 27 15:26:21.168 INFO kablam! --> src/ffi.rs:243:16 Oct 27 15:26:21.168 INFO kablam! | Oct 27 15:26:21.169 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 27 15:26:21.169 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 27 15:26:21.170 INFO kablam! | Oct 27 15:26:21.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:26:21.171 INFO kablam! Oct 27 15:26:21.306 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:21.307 INFO kablam! --> src/lib.rs:303:9 Oct 27 15:26:21.308 INFO kablam! | Oct 27 15:26:21.308 INFO kablam! 303 | combined_mh.merge(&self); Oct 27 15:26:21.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:21.310 INFO kablam! | Oct 27 15:26:21.311 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:26:21.311 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:21.312 INFO kablam! Oct 27 15:26:21.313 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:21.313 INFO kablam! --> src/lib.rs:304:9 Oct 27 15:26:21.314 INFO kablam! | Oct 27 15:26:21.314 INFO kablam! 304 | combined_mh.merge(&other); Oct 27 15:26:21.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:21.315 INFO kablam! | Oct 27 15:26:21.315 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:21.315 INFO kablam! Oct 27 15:26:21.367 INFO kablam! warning: unused variable: `common` Oct 27 15:26:21.367 INFO kablam! --> src/ffi.rs:243:16 Oct 27 15:26:21.367 INFO kablam! | Oct 27 15:26:21.367 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 27 15:26:21.367 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 27 15:26:21.367 INFO kablam! | Oct 27 15:26:21.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:26:21.367 INFO kablam! Oct 27 15:26:21.745 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:21.746 INFO kablam! --> src/lib.rs:303:9 Oct 27 15:26:21.747 INFO kablam! | Oct 27 15:26:21.748 INFO kablam! 303 | combined_mh.merge(&self); Oct 27 15:26:21.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:21.749 INFO kablam! | Oct 27 15:26:21.749 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:26:21.750 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:21.750 INFO kablam! Oct 27 15:26:21.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:21.752 INFO kablam! --> src/lib.rs:304:9 Oct 27 15:26:21.752 INFO kablam! | Oct 27 15:26:21.753 INFO kablam! 304 | combined_mh.merge(&other); Oct 27 15:26:21.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:21.754 INFO kablam! | Oct 27 15:26:21.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:21.755 INFO kablam! Oct 27 15:26:23.572 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.573 INFO kablam! --> tests/minhash.rs:19:5 Oct 27 15:26:23.573 INFO kablam! | Oct 27 15:26:23.574 INFO kablam! 19 | a.add_sequence(b"TGCCGCCCAGCA", false); Oct 27 15:26:23.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.575 INFO kablam! | Oct 27 15:26:23.575 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:26:23.576 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.576 INFO kablam! Oct 27 15:26:23.577 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.577 INFO kablam! --> tests/minhash.rs:20:5 Oct 27 15:26:23.577 INFO kablam! | Oct 27 15:26:23.577 INFO kablam! 20 | b.add_sequence(b"TGCCGCCCAGCA", false); Oct 27 15:26:23.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.578 INFO kablam! | Oct 27 15:26:23.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.578 INFO kablam! Oct 27 15:26:23.578 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.578 INFO kablam! --> tests/minhash.rs:22:5 Oct 27 15:26:23.578 INFO kablam! | Oct 27 15:26:23.578 INFO kablam! 22 | a.add_sequence(b"GTCCGCCCAGTGA", false); Oct 27 15:26:23.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.578 INFO kablam! | Oct 27 15:26:23.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.578 INFO kablam! Oct 27 15:26:23.578 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.578 INFO kablam! --> tests/minhash.rs:23:5 Oct 27 15:26:23.578 INFO kablam! | Oct 27 15:26:23.578 INFO kablam! 23 | b.add_sequence(b"GTCCGCCCAGTGG", false); Oct 27 15:26:23.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.578 INFO kablam! | Oct 27 15:26:23.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.578 INFO kablam! Oct 27 15:26:23.578 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.578 INFO kablam! --> tests/minhash.rs:25:5 Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! 25 | a.merge(&b); Oct 27 15:26:23.582 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.582 INFO kablam! Oct 27 15:26:23.582 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.582 INFO kablam! --> tests/minhash.rs:34:5 Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! 34 | a.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 27 15:26:23.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.582 INFO kablam! Oct 27 15:26:23.582 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.582 INFO kablam! --> tests/minhash.rs:35:5 Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! 35 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 27 15:26:23.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.582 INFO kablam! Oct 27 15:26:23.582 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.582 INFO kablam! --> tests/minhash.rs:41:5 Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! 41 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 27 15:26:23.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.582 INFO kablam! Oct 27 15:26:23.582 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:23.582 INFO kablam! --> tests/minhash.rs:47:5 Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! 47 | b.add_sequence(b"GATTGGTGCACACTTAACTGGGTGCCGCGCTGGTGCTGATCCATGAAGTT", false); Oct 27 15:26:23.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:23.582 INFO kablam! | Oct 27 15:26:23.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:23.582 INFO kablam! Oct 27 15:26:23.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.41s Oct 27 15:26:23.715 INFO kablam! su: No module specific data is present Oct 27 15:26:25.343 INFO running `"docker" "rm" "-f" "16e48afcf93e78a45ee540ec20f3b595be523d9ec1a4cd04340290047fc61ee1"` Oct 27 15:26:25.691 INFO blam! 16e48afcf93e78a45ee540ec20f3b595be523d9ec1a4cd04340290047fc61ee1