Oct 27 15:26:25.770 INFO checking sourmash-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:26:25.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 27 15:26:26.215 INFO blam! ecab58c95b390adc03e298c4e53d36100da58b75b194dc28d4bc96102f6054d5 Oct 27 15:26:26.218 INFO running `"docker" "start" "-a" "ecab58c95b390adc03e298c4e53d36100da58b75b194dc28d4bc96102f6054d5"` Oct 27 15:26:28.671 INFO kablam! usermod: no changes Oct 27 15:26:28.855 INFO kablam! Checking murmurhash3 v0.0.5 Oct 27 15:26:28.855 INFO kablam! Checking ordslice v0.2.0 Oct 27 15:26:29.963 INFO kablam! Checking sourmash v0.1.1 (/source) Oct 27 15:26:31.403 INFO kablam! warning: unused variable: `common` Oct 27 15:26:31.404 INFO kablam! --> src/ffi.rs:243:16 Oct 27 15:26:31.405 INFO kablam! | Oct 27 15:26:31.406 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 27 15:26:31.406 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 27 15:26:31.407 INFO kablam! | Oct 27 15:26:31.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:26:31.408 INFO kablam! Oct 27 15:26:31.506 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:31.507 INFO kablam! --> src/lib.rs:303:9 Oct 27 15:26:31.508 INFO kablam! | Oct 27 15:26:31.508 INFO kablam! 303 | combined_mh.merge(&self); Oct 27 15:26:31.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:31.509 INFO kablam! | Oct 27 15:26:31.510 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:26:31.511 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:31.511 INFO kablam! Oct 27 15:26:31.512 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:31.512 INFO kablam! --> src/lib.rs:304:9 Oct 27 15:26:31.513 INFO kablam! | Oct 27 15:26:31.514 INFO kablam! 304 | combined_mh.merge(&other); Oct 27 15:26:31.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:31.515 INFO kablam! | Oct 27 15:26:31.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:31.516 INFO kablam! Oct 27 15:26:31.711 INFO kablam! warning: unused variable: `common` Oct 27 15:26:31.711 INFO kablam! --> src/ffi.rs:243:16 Oct 27 15:26:31.712 INFO kablam! | Oct 27 15:26:31.712 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 27 15:26:31.713 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 27 15:26:31.713 INFO kablam! | Oct 27 15:26:31.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:26:31.719 INFO kablam! Oct 27 15:26:31.983 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:31.983 INFO kablam! --> src/lib.rs:303:9 Oct 27 15:26:31.983 INFO kablam! | Oct 27 15:26:31.984 INFO kablam! 303 | combined_mh.merge(&self); Oct 27 15:26:31.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:31.984 INFO kablam! | Oct 27 15:26:31.984 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:26:31.984 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:31.984 INFO kablam! Oct 27 15:26:31.984 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:31.984 INFO kablam! --> src/lib.rs:304:9 Oct 27 15:26:31.984 INFO kablam! | Oct 27 15:26:31.984 INFO kablam! 304 | combined_mh.merge(&other); Oct 27 15:26:31.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:31.984 INFO kablam! | Oct 27 15:26:31.984 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:31.984 INFO kablam! Oct 27 15:26:33.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.579 INFO kablam! --> tests/minhash.rs:19:5 Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! 19 | a.add_sequence(b"TGCCGCCCAGCA", false); Oct 27 15:26:33.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 15:26:33.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.579 INFO kablam! Oct 27 15:26:33.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.579 INFO kablam! --> tests/minhash.rs:20:5 Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! 20 | b.add_sequence(b"TGCCGCCCAGCA", false); Oct 27 15:26:33.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.579 INFO kablam! Oct 27 15:26:33.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.579 INFO kablam! --> tests/minhash.rs:22:5 Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! 22 | a.add_sequence(b"GTCCGCCCAGTGA", false); Oct 27 15:26:33.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.579 INFO kablam! Oct 27 15:26:33.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.579 INFO kablam! --> tests/minhash.rs:23:5 Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! 23 | b.add_sequence(b"GTCCGCCCAGTGG", false); Oct 27 15:26:33.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.579 INFO kablam! Oct 27 15:26:33.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.579 INFO kablam! --> tests/minhash.rs:25:5 Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! 25 | a.merge(&b); Oct 27 15:26:33.579 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:26:33.579 INFO kablam! | Oct 27 15:26:33.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.579 INFO kablam! Oct 27 15:26:33.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.580 INFO kablam! --> tests/minhash.rs:34:5 Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! 34 | a.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 27 15:26:33.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.580 INFO kablam! Oct 27 15:26:33.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.580 INFO kablam! --> tests/minhash.rs:35:5 Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! 35 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 27 15:26:33.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.580 INFO kablam! Oct 27 15:26:33.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.580 INFO kablam! --> tests/minhash.rs:41:5 Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! 41 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 27 15:26:33.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.580 INFO kablam! Oct 27 15:26:33.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 15:26:33.580 INFO kablam! --> tests/minhash.rs:47:5 Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! 47 | b.add_sequence(b"GATTGGTGCACACTTAACTGGGTGCCGCGCTGGTGCTGATCCATGAAGTT", false); Oct 27 15:26:33.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:26:33.580 INFO kablam! | Oct 27 15:26:33.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 15:26:33.580 INFO kablam! Oct 27 15:26:33.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.90s Oct 27 15:26:33.627 INFO kablam! su: No module specific data is present Oct 27 15:26:34.831 INFO running `"docker" "rm" "-f" "ecab58c95b390adc03e298c4e53d36100da58b75b194dc28d4bc96102f6054d5"` Oct 27 15:26:35.179 INFO blam! ecab58c95b390adc03e298c4e53d36100da58b75b194dc28d4bc96102f6054d5