Oct 21 23:28:42.152 INFO checking sourmash-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:28:42.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21 23:28:42.550 INFO blam! 5557692bfad06723d375a523631660b6ff6299bf0c2960f0e041a374a4a204d5 Oct 21 23:28:42.557 INFO running `"docker" "start" "-a" "5557692bfad06723d375a523631660b6ff6299bf0c2960f0e041a374a4a204d5"` Oct 21 23:28:43.932 INFO kablam! usermod: no changes Oct 21 23:28:44.048 INFO kablam! Checking murmurhash3 v0.0.5 Oct 21 23:28:44.964 INFO kablam! Checking sourmash v0.1.1 (/source) Oct 21 23:28:46.600 INFO kablam! warning: unused variable: `common` Oct 21 23:28:46.600 INFO kablam! --> src/ffi.rs:243:16 Oct 21 23:28:46.600 INFO kablam! | Oct 21 23:28:46.600 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 21 23:28:46.600 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 21 23:28:46.600 INFO kablam! | Oct 21 23:28:46.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:28:46.600 INFO kablam! Oct 21 23:28:46.744 INFO kablam! warning: unused variable: `common` Oct 21 23:28:46.744 INFO kablam! --> src/ffi.rs:243:16 Oct 21 23:28:46.744 INFO kablam! | Oct 21 23:28:46.744 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 21 23:28:46.744 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 21 23:28:46.744 INFO kablam! | Oct 21 23:28:46.744 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:28:46.744 INFO kablam! Oct 21 23:28:46.780 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:46.780 INFO kablam! --> src/lib.rs:303:9 Oct 21 23:28:46.780 INFO kablam! | Oct 21 23:28:46.780 INFO kablam! 303 | combined_mh.merge(&self); Oct 21 23:28:46.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:46.780 INFO kablam! | Oct 21 23:28:46.780 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:28:46.780 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:46.780 INFO kablam! Oct 21 23:28:46.780 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:46.780 INFO kablam! --> src/lib.rs:304:9 Oct 21 23:28:46.780 INFO kablam! | Oct 21 23:28:46.780 INFO kablam! 304 | combined_mh.merge(&other); Oct 21 23:28:46.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:46.780 INFO kablam! | Oct 21 23:28:46.780 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:46.780 INFO kablam! Oct 21 23:28:46.841 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:46.841 INFO kablam! --> src/lib.rs:303:9 Oct 21 23:28:46.841 INFO kablam! | Oct 21 23:28:46.841 INFO kablam! 303 | combined_mh.merge(&self); Oct 21 23:28:46.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:46.841 INFO kablam! | Oct 21 23:28:46.841 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:28:46.841 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:46.841 INFO kablam! Oct 21 23:28:46.841 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:46.841 INFO kablam! --> src/lib.rs:304:9 Oct 21 23:28:46.842 INFO kablam! | Oct 21 23:28:46.842 INFO kablam! 304 | combined_mh.merge(&other); Oct 21 23:28:46.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:46.842 INFO kablam! | Oct 21 23:28:46.842 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:46.848 INFO kablam! Oct 21 23:28:48.796 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.796 INFO kablam! --> tests/minhash.rs:19:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 19 | a.add_sequence(b"TGCCGCCCAGCA", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:20:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 20 | b.add_sequence(b"TGCCGCCCAGCA", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:22:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 22 | a.add_sequence(b"GTCCGCCCAGTGA", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:23:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 23 | b.add_sequence(b"GTCCGCCCAGTGG", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:25:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 25 | a.merge(&b); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:34:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 34 | a.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:35:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 35 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:41:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 41 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:28:48.797 INFO kablam! --> tests/minhash.rs:47:5 Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! 47 | b.add_sequence(b"GATTGGTGCACACTTAACTGGGTGCCGCGCTGGTGCTGATCCATGAAGTT", false); Oct 21 23:28:48.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:28:48.797 INFO kablam! | Oct 21 23:28:48.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:28:48.797 INFO kablam! Oct 21 23:28:48.869 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.92s Oct 21 23:28:48.875 INFO kablam! su: No module specific data is present Oct 21 23:28:49.752 INFO running `"docker" "rm" "-f" "5557692bfad06723d375a523631660b6ff6299bf0c2960f0e041a374a4a204d5"` Oct 21 23:28:50.024 INFO blam! 5557692bfad06723d375a523631660b6ff6299bf0c2960f0e041a374a4a204d5