Oct 16 11:26:09.262 INFO testing finch-0.1.9 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 11:26:09.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 16 11:26:10.026 INFO blam! 2472f5e4f67fb9ca76b4b6c431bed4ac6aa8196e1ac70c21b520b520cb257a39 Oct 16 11:26:10.029 INFO running `"docker" "start" "-a" "2472f5e4f67fb9ca76b4b6c431bed4ac6aa8196e1ac70c21b520b520cb257a39"` Oct 16 11:26:11.391 INFO kablam! usermod: no changes Oct 16 11:26:11.607 INFO kablam! Compiling lzma-sys v0.1.11 Oct 16 11:26:11.607 INFO kablam! Compiling capnp v0.8.17 Oct 16 11:26:11.607 INFO kablam! Compiling flate2 v1.0.3 Oct 16 11:26:15.111 INFO kablam! Compiling zip v0.4.2 Oct 16 11:26:15.487 INFO kablam! Compiling xz2 v0.1.6 Oct 16 11:26:18.723 INFO kablam! Compiling needletail v0.2.2 Oct 16 11:26:20.749 INFO kablam! Compiling finch v0.1.9 (/source) Oct 16 11:26:32.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.65s Oct 16 11:26:32.086 INFO kablam! su: No module specific data is present Oct 16 11:26:32.415 INFO running `"docker" "rm" "-f" "2472f5e4f67fb9ca76b4b6c431bed4ac6aa8196e1ac70c21b520b520cb257a39"` Oct 16 11:26:32.571 INFO blam! 2472f5e4f67fb9ca76b4b6c431bed4ac6aa8196e1ac70c21b520b520cb257a39 Oct 16 11:26:32.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 16 11:26:32.923 INFO blam! 8b6b7e0d241072e3b4f130f401e30920365e67b47f88c67f468e7358b05b8547 Oct 16 11:26:32.926 INFO running `"docker" "start" "-a" "8b6b7e0d241072e3b4f130f401e30920365e67b47f88c67f468e7358b05b8547"` Oct 16 11:26:33.493 INFO kablam! usermod: no changes Oct 16 11:26:33.583 INFO kablam! Compiling finch v0.1.9 (/source) Oct 16 11:26:36.271 INFO kablam! warning: unused variable: `queue` Oct 16 11:26:36.271 INFO kablam! --> src/minhashes.rs:185:13 Oct 16 11:26:36.271 INFO kablam! | Oct 16 11:26:36.272 INFO kablam! 185 | let mut queue = MinHashKmers::new(100, 42); Oct 16 11:26:36.272 INFO kablam! | ^^^^^ help: consider using `_queue` instead Oct 16 11:26:36.272 INFO kablam! | Oct 16 11:26:36.272 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 11:26:36.272 INFO kablam! Oct 16 11:26:36.375 INFO kablam! warning: variable does not need to be mutable Oct 16 11:26:36.375 INFO kablam! --> src/minhashes.rs:185:9 Oct 16 11:26:36.375 INFO kablam! | Oct 16 11:26:36.375 INFO kablam! 185 | let mut queue = MinHashKmers::new(100, 42); Oct 16 11:26:36.375 INFO kablam! | ----^^^^^ Oct 16 11:26:36.375 INFO kablam! | | Oct 16 11:26:36.375 INFO kablam! | help: remove this `mut` Oct 16 11:26:36.375 INFO kablam! | Oct 16 11:26:36.375 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 11:26:36.375 INFO kablam! Oct 16 11:26:38.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.91s Oct 16 11:26:38.438 INFO kablam! su: No module specific data is present Oct 16 11:26:38.979 INFO running `"docker" "rm" "-f" "8b6b7e0d241072e3b4f130f401e30920365e67b47f88c67f468e7358b05b8547"` Oct 16 11:26:39.091 INFO blam! 8b6b7e0d241072e3b4f130f401e30920365e67b47f88c67f468e7358b05b8547 Oct 16 11:26:39.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 16 11:26:39.278 INFO blam! 8fab46c94fbfe6165d0b9728825819968ff5212edc6efd3575d922b333bc2c92 Oct 16 11:26:39.280 INFO running `"docker" "start" "-a" "8fab46c94fbfe6165d0b9728825819968ff5212edc6efd3575d922b333bc2c92"` Oct 16 11:26:39.655 INFO kablam! usermod: no changes Oct 16 11:26:39.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 16 11:26:39.786 INFO kablam! Running /target/debug/deps/finch-12cdf169c2f33860 Oct 16 11:26:39.788 INFO blam! Oct 16 11:26:39.788 INFO blam! running 6 tests Oct 16 11:26:39.795 INFO blam! test statistics::test_hist ... ok Oct 16 11:26:39.795 INFO blam! test minhashes::test_longer_sequence ... ok Oct 16 11:26:39.795 INFO blam! test filtering::test_filter_strands ... ok Oct 16 11:26:39.795 INFO blam! test minhashes::test_minhashkmers ... ok Oct 16 11:26:39.795 INFO blam! test filtering::test_filter_abundance ... ok Oct 16 11:26:39.810 INFO blam! test filtering::test_guess_filter_threshold ... ok Oct 16 11:26:39.810 INFO blam! Oct 16 11:26:39.810 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:26:39.810 INFO blam! Oct 16 11:26:39.811 INFO kablam! Running /target/debug/deps/finch-8cb9657205d9be24 Oct 16 11:26:39.815 INFO blam! Oct 16 11:26:39.815 INFO blam! running 0 tests Oct 16 11:26:39.815 INFO blam! Oct 16 11:26:39.815 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:26:39.815 INFO blam! Oct 16 11:26:39.823 INFO kablam! Doc-tests finch Oct 16 11:26:43.531 INFO blam! Oct 16 11:26:43.531 INFO blam! running 0 tests Oct 16 11:26:43.531 INFO blam! Oct 16 11:26:43.531 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:26:43.531 INFO blam! Oct 16 11:26:43.539 INFO kablam! su: No module specific data is present Oct 16 11:26:44.138 INFO running `"docker" "rm" "-f" "8fab46c94fbfe6165d0b9728825819968ff5212edc6efd3575d922b333bc2c92"` Oct 16 11:26:44.439 INFO blam! 8fab46c94fbfe6165d0b9728825819968ff5212edc6efd3575d922b333bc2c92