Oct 13 08:13:31.271 INFO checking sourmash-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:13:31.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 08:13:31.780 INFO blam! 8673f9f9195cf4cb068c8243aa23d7983064c01c8f4698049ad9c5a302b0453a Oct 13 08:13:31.796 INFO running `"docker" "start" "-a" "8673f9f9195cf4cb068c8243aa23d7983064c01c8f4698049ad9c5a302b0453a"` Oct 13 08:13:33.316 INFO kablam! usermod: no changes Oct 13 08:13:33.464 INFO kablam! Checking murmurhash3 v0.0.5 Oct 13 08:13:33.465 INFO kablam! Checking ordslice v0.2.0 Oct 13 08:13:34.890 INFO kablam! Checking sourmash v0.1.1 (/source) Oct 13 08:13:36.777 INFO kablam! warning: unused variable: `common` Oct 13 08:13:36.777 INFO kablam! --> src/ffi.rs:243:16 Oct 13 08:13:36.777 INFO kablam! | Oct 13 08:13:36.777 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 13 08:13:36.777 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 13 08:13:36.777 INFO kablam! | Oct 13 08:13:36.778 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 08:13:36.778 INFO kablam! Oct 13 08:13:36.945 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:36.945 INFO kablam! --> src/lib.rs:303:9 Oct 13 08:13:36.945 INFO kablam! | Oct 13 08:13:36.945 INFO kablam! 303 | combined_mh.merge(&self); Oct 13 08:13:36.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:36.945 INFO kablam! | Oct 13 08:13:36.948 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 08:13:36.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:36.949 INFO kablam! Oct 13 08:13:36.949 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:36.949 INFO kablam! --> src/lib.rs:304:9 Oct 13 08:13:36.949 INFO kablam! | Oct 13 08:13:36.949 INFO kablam! 304 | combined_mh.merge(&other); Oct 13 08:13:36.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:36.949 INFO kablam! | Oct 13 08:13:36.949 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:36.949 INFO kablam! Oct 13 08:13:37.431 INFO kablam! warning: unused variable: `common` Oct 13 08:13:37.432 INFO kablam! --> src/ffi.rs:243:16 Oct 13 08:13:37.433 INFO kablam! | Oct 13 08:13:37.433 INFO kablam! 243 | if let Ok((common, size)) = mh.intersection(other_mh) { Oct 13 08:13:37.434 INFO kablam! | ^^^^^^ help: consider using `_common` instead Oct 13 08:13:37.435 INFO kablam! | Oct 13 08:13:37.435 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 08:13:37.436 INFO kablam! Oct 13 08:13:37.724 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:37.725 INFO kablam! --> src/lib.rs:303:9 Oct 13 08:13:37.726 INFO kablam! | Oct 13 08:13:37.727 INFO kablam! 303 | combined_mh.merge(&self); Oct 13 08:13:37.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:37.728 INFO kablam! | Oct 13 08:13:37.728 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 08:13:37.729 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:37.730 INFO kablam! Oct 13 08:13:37.730 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:37.731 INFO kablam! --> src/lib.rs:304:9 Oct 13 08:13:37.732 INFO kablam! | Oct 13 08:13:37.732 INFO kablam! 304 | combined_mh.merge(&other); Oct 13 08:13:37.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:37.734 INFO kablam! | Oct 13 08:13:37.734 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:37.735 INFO kablam! Oct 13 08:13:39.381 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.381 INFO kablam! --> tests/minhash.rs:19:5 Oct 13 08:13:39.381 INFO kablam! | Oct 13 08:13:39.381 INFO kablam! 19 | a.add_sequence(b"TGCCGCCCAGCA", false); Oct 13 08:13:39.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.381 INFO kablam! | Oct 13 08:13:39.383 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 08:13:39.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.383 INFO kablam! Oct 13 08:13:39.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.383 INFO kablam! --> tests/minhash.rs:20:5 Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! 20 | b.add_sequence(b"TGCCGCCCAGCA", false); Oct 13 08:13:39.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.384 INFO kablam! Oct 13 08:13:39.384 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.384 INFO kablam! --> tests/minhash.rs:22:5 Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! 22 | a.add_sequence(b"GTCCGCCCAGTGA", false); Oct 13 08:13:39.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.384 INFO kablam! Oct 13 08:13:39.384 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.384 INFO kablam! --> tests/minhash.rs:23:5 Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! 23 | b.add_sequence(b"GTCCGCCCAGTGG", false); Oct 13 08:13:39.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.384 INFO kablam! Oct 13 08:13:39.384 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.384 INFO kablam! --> tests/minhash.rs:25:5 Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! 25 | a.merge(&b); Oct 13 08:13:39.384 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:13:39.384 INFO kablam! | Oct 13 08:13:39.384 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.384 INFO kablam! Oct 13 08:13:39.389 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.389 INFO kablam! --> tests/minhash.rs:34:5 Oct 13 08:13:39.389 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! 34 | a.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 13 08:13:39.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.390 INFO kablam! Oct 13 08:13:39.390 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.390 INFO kablam! --> tests/minhash.rs:35:5 Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! 35 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 13 08:13:39.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.390 INFO kablam! Oct 13 08:13:39.390 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.390 INFO kablam! --> tests/minhash.rs:41:5 Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! 41 | b.add_sequence(b"TGCCGCCCAGCACCGGGTGACTAGGTTGAGCCATGATTAACCTGCAATGA", false); Oct 13 08:13:39.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.390 INFO kablam! Oct 13 08:13:39.390 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:13:39.390 INFO kablam! --> tests/minhash.rs:47:5 Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! 47 | b.add_sequence(b"GATTGGTGCACACTTAACTGGGTGCCGCGCTGGTGCTGATCCATGAAGTT", false); Oct 13 08:13:39.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:13:39.390 INFO kablam! | Oct 13 08:13:39.390 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:13:39.390 INFO kablam! Oct 13 08:13:39.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.08s Oct 13 08:13:39.457 INFO kablam! su: No module specific data is present Oct 13 08:13:40.934 INFO running `"docker" "rm" "-f" "8673f9f9195cf4cb068c8243aa23d7983064c01c8f4698049ad9c5a302b0453a"` Oct 13 08:13:41.314 INFO blam! 8673f9f9195cf4cb068c8243aa23d7983064c01c8f4698049ad9c5a302b0453a