Oct 27 09:20:04.493 INFO checking TuBieJun/stat_mut_sampleratio against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:20:04.494 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 09:20:05.051 INFO blam! 67942e02c3df0af62b7c6953119be1a0d589f323f7cfa33f4d4eb11c5f93ee6a Oct 27 09:20:05.059 INFO running `"docker" "start" "-a" "67942e02c3df0af62b7c6953119be1a0d589f323f7cfa33f4d4eb11c5f93ee6a"` Oct 27 09:20:07.334 INFO kablam! usermod: no changes Oct 27 09:20:07.503 INFO kablam! Checking stat_germline_pos v0.1.0 (/source) Oct 27 09:20:08.754 INFO kablam! warning: unused import: `SubCommand` Oct 27 09:20:08.755 INFO kablam! --> src/main.rs:9:22 Oct 27 09:20:08.756 INFO kablam! | Oct 27 09:20:08.756 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 27 09:20:08.757 INFO kablam! | ^^^^^^^^^^ Oct 27 09:20:08.757 INFO kablam! | Oct 27 09:20:08.758 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:20:08.759 INFO kablam! Oct 27 09:20:08.911 INFO kablam! warning: unused import: `SubCommand` Oct 27 09:20:08.911 INFO kablam! --> src/main.rs:9:22 Oct 27 09:20:08.911 INFO kablam! | Oct 27 09:20:08.911 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 27 09:20:08.912 INFO kablam! | ^^^^^^^^^^ Oct 27 09:20:08.912 INFO kablam! | Oct 27 09:20:08.912 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:20:08.913 INFO kablam! Oct 27 09:20:08.915 INFO kablam! warning: variable does not need to be mutable Oct 27 09:20:08.916 INFO kablam! --> src/main.rs:18:9 Oct 27 09:20:08.916 INFO kablam! | Oct 27 09:20:08.916 INFO kablam! 18 | let mut f = File::open(vcf_l) Oct 27 09:20:08.916 INFO kablam! | ----^ Oct 27 09:20:08.916 INFO kablam! | | Oct 27 09:20:08.917 INFO kablam! | help: remove this `mut` Oct 27 09:20:08.917 INFO kablam! | Oct 27 09:20:08.917 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:20:08.917 INFO kablam! Oct 27 09:20:08.934 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 27 09:20:08.935 INFO kablam! --> src/main.rs:13:13 Oct 27 09:20:08.935 INFO kablam! | Oct 27 09:20:08.935 INFO kablam! 13 | D_germline:&mut HashMap>) -> u32 { Oct 27 09:20:08.935 INFO kablam! | ^^^^^^^^^^ Oct 27 09:20:08.935 INFO kablam! | Oct 27 09:20:08.935 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:20:08.935 INFO kablam! Oct 27 09:20:08.963 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 27 09:20:08.963 INFO kablam! --> src/main.rs:96:53 Oct 27 09:20:08.963 INFO kablam! | Oct 27 09:20:08.963 INFO kablam! 96 | fn out_info(out_file:&str, panel_list:&Vec, D_germline:&HashMap>, sample_num_list:&Vec) { Oct 27 09:20:08.963 INFO kablam! | ^^^^^^^^^^ Oct 27 09:20:08.963 INFO kablam! Oct 27 09:20:08.969 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:20:08.969 INFO kablam! --> src/main.rs:100:5 Oct 27 09:20:08.969 INFO kablam! | Oct 27 09:20:08.969 INFO kablam! 100 | writer.write(header.as_bytes()); Oct 27 09:20:08.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:20:08.970 INFO kablam! | Oct 27 09:20:08.970 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:20:08.970 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:20:08.970 INFO kablam! Oct 27 09:20:08.971 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:20:08.971 INFO kablam! --> src/main.rs:112:9 Oct 27 09:20:08.972 INFO kablam! | Oct 27 09:20:08.972 INFO kablam! 112 | writer.write(info.as_bytes()); Oct 27 09:20:08.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:20:08.972 INFO kablam! | Oct 27 09:20:08.973 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:20:08.973 INFO kablam! Oct 27 09:20:08.973 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 27 09:20:08.973 INFO kablam! --> src/main.rs:155:9 Oct 27 09:20:08.973 INFO kablam! | Oct 27 09:20:08.973 INFO kablam! 155 | let mut D_germline:HashMap> = HashMap::new(); Oct 27 09:20:08.973 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:20:08.973 INFO kablam! Oct 27 09:20:09.108 INFO kablam! warning: variable does not need to be mutable Oct 27 09:20:09.108 INFO kablam! --> src/main.rs:18:9 Oct 27 09:20:09.108 INFO kablam! | Oct 27 09:20:09.108 INFO kablam! 18 | let mut f = File::open(vcf_l) Oct 27 09:20:09.108 INFO kablam! | ----^ Oct 27 09:20:09.108 INFO kablam! | | Oct 27 09:20:09.108 INFO kablam! | help: remove this `mut` Oct 27 09:20:09.108 INFO kablam! | Oct 27 09:20:09.108 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:20:09.108 INFO kablam! Oct 27 09:20:09.128 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 27 09:20:09.128 INFO kablam! --> src/main.rs:13:13 Oct 27 09:20:09.128 INFO kablam! | Oct 27 09:20:09.128 INFO kablam! 13 | D_germline:&mut HashMap>) -> u32 { Oct 27 09:20:09.128 INFO kablam! | ^^^^^^^^^^ Oct 27 09:20:09.128 INFO kablam! | Oct 27 09:20:09.128 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:20:09.128 INFO kablam! Oct 27 09:20:09.131 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 27 09:20:09.131 INFO kablam! --> src/main.rs:96:53 Oct 27 09:20:09.131 INFO kablam! | Oct 27 09:20:09.131 INFO kablam! 96 | fn out_info(out_file:&str, panel_list:&Vec, D_germline:&HashMap>, sample_num_list:&Vec) { Oct 27 09:20:09.131 INFO kablam! | ^^^^^^^^^^ Oct 27 09:20:09.131 INFO kablam! Oct 27 09:20:09.140 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:20:09.140 INFO kablam! --> src/main.rs:100:5 Oct 27 09:20:09.140 INFO kablam! | Oct 27 09:20:09.140 INFO kablam! 100 | writer.write(header.as_bytes()); Oct 27 09:20:09.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:20:09.141 INFO kablam! | Oct 27 09:20:09.141 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:20:09.147 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:20:09.147 INFO kablam! Oct 27 09:20:09.148 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:20:09.148 INFO kablam! --> src/main.rs:112:9 Oct 27 09:20:09.148 INFO kablam! | Oct 27 09:20:09.148 INFO kablam! 112 | writer.write(info.as_bytes()); Oct 27 09:20:09.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:20:09.148 INFO kablam! | Oct 27 09:20:09.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:20:09.148 INFO kablam! Oct 27 09:20:09.148 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 27 09:20:09.148 INFO kablam! --> src/main.rs:155:9 Oct 27 09:20:09.148 INFO kablam! | Oct 27 09:20:09.148 INFO kablam! 155 | let mut D_germline:HashMap> = HashMap::new(); Oct 27 09:20:09.148 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:20:09.148 INFO kablam! Oct 27 09:20:09.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 27 09:20:09.214 INFO kablam! su: No module specific data is present Oct 27 09:20:10.603 INFO running `"docker" "rm" "-f" "67942e02c3df0af62b7c6953119be1a0d589f323f7cfa33f4d4eb11c5f93ee6a"` Oct 27 09:20:10.995 INFO blam! 67942e02c3df0af62b7c6953119be1a0d589f323f7cfa33f4d4eb11c5f93ee6a