Oct 10 17:48:01.813 INFO testing naltiva/Bioinformatics against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:48:01.813 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:48:01.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:48:02.310 INFO blam! b8064f31044b6f9b4b2e088d4ada7c2bf586448a4350129ed76e40d6c5c21e5f Oct 10 17:48:02.311 INFO running `"docker" "start" "-a" "b8064f31044b6f9b4b2e088d4ada7c2bf586448a4350129ed76e40d6c5c21e5f"` Oct 10 17:48:03.389 INFO kablam! usermod: no changes Oct 10 17:48:03.444 INFO kablam! Compiling PatternCount v0.1.0 (/source) Oct 10 17:48:03.968 INFO kablam! warning: unused import: `pattern_count::pattern_count` Oct 10 17:48:03.969 INFO kablam! --> src/main.rs:3:5 Oct 10 17:48:03.969 INFO kablam! | Oct 10 17:48:03.969 INFO kablam! 3 | use pattern_count::pattern_count; Oct 10 17:48:03.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:48:03.970 INFO kablam! | Oct 10 17:48:03.970 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:48:03.970 INFO kablam! Oct 10 17:48:04.017 INFO kablam! warning: variable does not need to be mutable Oct 10 17:48:04.017 INFO kablam! --> src/pattern_count.rs:22:9 Oct 10 17:48:04.017 INFO kablam! | Oct 10 17:48:04.017 INFO kablam! 22 | let mut max = count_pattern.iter().max().unwrap(); Oct 10 17:48:04.018 INFO kablam! | ----^^^ Oct 10 17:48:04.018 INFO kablam! | | Oct 10 17:48:04.018 INFO kablam! | help: remove this `mut` Oct 10 17:48:04.019 INFO kablam! | Oct 10 17:48:04.019 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:48:04.019 INFO kablam! Oct 10 17:48:04.020 INFO kablam! warning: crate `PatternCount` should have a snake case name such as `pattern_count` Oct 10 17:48:04.020 INFO kablam! | Oct 10 17:48:04.020 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:48:04.020 INFO kablam! Oct 10 17:48:04.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 10 17:48:04.662 INFO kablam! su: No module specific data is present Oct 10 17:48:05.109 INFO running `"docker" "rm" "-f" "b8064f31044b6f9b4b2e088d4ada7c2bf586448a4350129ed76e40d6c5c21e5f"` Oct 10 17:48:05.268 INFO blam! b8064f31044b6f9b4b2e088d4ada7c2bf586448a4350129ed76e40d6c5c21e5f Oct 10 17:48:05.284 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:48:05.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:48:05.718 INFO blam! a06c969dcbb10edd0ce272dedd72c5d5c2f04cd644c942822af621b46631e355 Oct 10 17:48:05.719 INFO running `"docker" "start" "-a" "a06c969dcbb10edd0ce272dedd72c5d5c2f04cd644c942822af621b46631e355"` Oct 10 17:48:06.956 INFO kablam! usermod: no changes Oct 10 17:48:07.012 INFO kablam! Compiling PatternCount v0.1.0 (/source) Oct 10 17:48:07.600 INFO kablam! warning: unused import: `pattern_count::pattern_count` Oct 10 17:48:07.600 INFO kablam! --> src/main.rs:3:5 Oct 10 17:48:07.600 INFO kablam! | Oct 10 17:48:07.600 INFO kablam! 3 | use pattern_count::pattern_count; Oct 10 17:48:07.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:48:07.600 INFO kablam! | Oct 10 17:48:07.600 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:48:07.600 INFO kablam! Oct 10 17:48:07.645 INFO kablam! warning: variable does not need to be mutable Oct 10 17:48:07.645 INFO kablam! --> src/pattern_count.rs:22:9 Oct 10 17:48:07.645 INFO kablam! | Oct 10 17:48:07.645 INFO kablam! 22 | let mut max = count_pattern.iter().max().unwrap(); Oct 10 17:48:07.645 INFO kablam! | ----^^^ Oct 10 17:48:07.646 INFO kablam! | | Oct 10 17:48:07.646 INFO kablam! | help: remove this `mut` Oct 10 17:48:07.646 INFO kablam! | Oct 10 17:48:07.646 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:48:07.646 INFO kablam! Oct 10 17:48:07.646 INFO kablam! warning: crate `PatternCount` should have a snake case name such as `pattern_count` Oct 10 17:48:07.647 INFO kablam! | Oct 10 17:48:07.647 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:48:07.647 INFO kablam! Oct 10 17:48:08.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 10 17:48:08.086 INFO kablam! su: No module specific data is present Oct 10 17:48:08.602 INFO running `"docker" "rm" "-f" "a06c969dcbb10edd0ce272dedd72c5d5c2f04cd644c942822af621b46631e355"` Oct 10 17:48:08.767 INFO blam! a06c969dcbb10edd0ce272dedd72c5d5c2f04cd644c942822af621b46631e355 Oct 10 17:48:08.767 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:48:08.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:48:09.077 INFO blam! 6fa7b79465f351bbf95bb9dafd26b91d70466f488a14aea5041c9bc3514e7bb4 Oct 10 17:48:09.079 INFO running `"docker" "start" "-a" "6fa7b79465f351bbf95bb9dafd26b91d70466f488a14aea5041c9bc3514e7bb4"` Oct 10 17:48:10.036 INFO kablam! usermod: no changes Oct 10 17:48:10.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 17:48:10.093 INFO kablam! Running /target/debug/deps/PatternCount-7a5cf9f0778bc3df Oct 10 17:48:10.108 INFO blam! Oct 10 17:48:10.109 INFO blam! running 0 tests Oct 10 17:48:10.109 INFO blam! Oct 10 17:48:10.109 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:48:10.110 INFO blam! Oct 10 17:48:10.116 INFO kablam! su: No module specific data is present Oct 10 17:48:11.084 INFO running `"docker" "rm" "-f" "6fa7b79465f351bbf95bb9dafd26b91d70466f488a14aea5041c9bc3514e7bb4"` Oct 10 17:48:11.405 INFO blam! 6fa7b79465f351bbf95bb9dafd26b91d70466f488a14aea5041c9bc3514e7bb4