Oct 21 20:15:53.263 INFO checking TuBieJun/stat_mut_sampleratio against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:15:53.265 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 20:15:53.738 INFO blam! 37afa978e44c6759e6f20c059de664d2ec1098642d427c46bcde689857bff98c Oct 21 20:15:53.740 INFO running `"docker" "start" "-a" "37afa978e44c6759e6f20c059de664d2ec1098642d427c46bcde689857bff98c"` Oct 21 20:15:55.892 INFO kablam! usermod: no changes Oct 21 20:15:56.004 INFO kablam! Checking stat_germline_pos v0.1.0 (/source) Oct 21 20:15:57.620 INFO kablam! warning: unused import: `SubCommand` Oct 21 20:15:57.620 INFO kablam! --> src/main.rs:9:22 Oct 21 20:15:57.620 INFO kablam! | Oct 21 20:15:57.620 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 21 20:15:57.620 INFO kablam! | ^^^^^^^^^^ Oct 21 20:15:57.620 INFO kablam! | Oct 21 20:15:57.620 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:15:57.620 INFO kablam! Oct 21 20:15:57.736 INFO kablam! warning: unused import: `SubCommand` Oct 21 20:15:57.737 INFO kablam! --> src/main.rs:9:22 Oct 21 20:15:57.737 INFO kablam! | Oct 21 20:15:57.737 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 21 20:15:57.738 INFO kablam! | ^^^^^^^^^^ Oct 21 20:15:57.738 INFO kablam! | Oct 21 20:15:57.738 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:15:57.739 INFO kablam! Oct 21 20:15:57.876 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:57.876 INFO kablam! --> src/main.rs:18:9 Oct 21 20:15:57.876 INFO kablam! | Oct 21 20:15:57.876 INFO kablam! 18 | let mut f = File::open(vcf_l) Oct 21 20:15:57.876 INFO kablam! | ----^ Oct 21 20:15:57.876 INFO kablam! | | Oct 21 20:15:57.876 INFO kablam! | help: remove this `mut` Oct 21 20:15:57.876 INFO kablam! | Oct 21 20:15:57.876 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:15:57.876 INFO kablam! Oct 21 20:15:57.892 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 21 20:15:57.892 INFO kablam! --> src/main.rs:13:13 Oct 21 20:15:57.892 INFO kablam! | Oct 21 20:15:57.892 INFO kablam! 13 | D_germline:&mut HashMap>) -> u32 { Oct 21 20:15:57.892 INFO kablam! | ^^^^^^^^^^ Oct 21 20:15:57.892 INFO kablam! | Oct 21 20:15:57.892 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:15:57.892 INFO kablam! Oct 21 20:15:57.892 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 21 20:15:57.892 INFO kablam! --> src/main.rs:96:53 Oct 21 20:15:57.892 INFO kablam! | Oct 21 20:15:57.892 INFO kablam! 96 | fn out_info(out_file:&str, panel_list:&Vec, D_germline:&HashMap>, sample_num_list:&Vec) { Oct 21 20:15:57.892 INFO kablam! | ^^^^^^^^^^ Oct 21 20:15:57.892 INFO kablam! Oct 21 20:15:57.904 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:57.904 INFO kablam! --> src/main.rs:100:5 Oct 21 20:15:57.904 INFO kablam! | Oct 21 20:15:57.904 INFO kablam! 100 | writer.write(header.as_bytes()); Oct 21 20:15:57.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:57.904 INFO kablam! | Oct 21 20:15:57.904 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:15:57.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:57.904 INFO kablam! Oct 21 20:15:57.904 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:57.904 INFO kablam! --> src/main.rs:112:9 Oct 21 20:15:57.904 INFO kablam! | Oct 21 20:15:57.904 INFO kablam! 112 | writer.write(info.as_bytes()); Oct 21 20:15:57.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:57.904 INFO kablam! | Oct 21 20:15:57.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:57.904 INFO kablam! Oct 21 20:15:57.912 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 21 20:15:57.912 INFO kablam! --> src/main.rs:155:9 Oct 21 20:15:57.912 INFO kablam! | Oct 21 20:15:57.912 INFO kablam! 155 | let mut D_germline:HashMap> = HashMap::new(); Oct 21 20:15:57.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:15:57.912 INFO kablam! Oct 21 20:15:57.972 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:57.972 INFO kablam! --> src/main.rs:18:9 Oct 21 20:15:57.972 INFO kablam! | Oct 21 20:15:57.972 INFO kablam! 18 | let mut f = File::open(vcf_l) Oct 21 20:15:57.972 INFO kablam! | ----^ Oct 21 20:15:57.972 INFO kablam! | | Oct 21 20:15:57.972 INFO kablam! | help: remove this `mut` Oct 21 20:15:57.972 INFO kablam! | Oct 21 20:15:57.972 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:15:57.972 INFO kablam! Oct 21 20:15:57.972 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 21 20:15:57.972 INFO kablam! --> src/main.rs:13:13 Oct 21 20:15:57.972 INFO kablam! | Oct 21 20:15:57.972 INFO kablam! 13 | D_germline:&mut HashMap>) -> u32 { Oct 21 20:15:57.972 INFO kablam! | ^^^^^^^^^^ Oct 21 20:15:57.972 INFO kablam! | Oct 21 20:15:57.972 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:15:57.972 INFO kablam! Oct 21 20:15:57.972 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 21 20:15:57.972 INFO kablam! --> src/main.rs:96:53 Oct 21 20:15:57.972 INFO kablam! | Oct 21 20:15:57.973 INFO kablam! 96 | fn out_info(out_file:&str, panel_list:&Vec, D_germline:&HashMap>, sample_num_list:&Vec) { Oct 21 20:15:57.973 INFO kablam! | ^^^^^^^^^^ Oct 21 20:15:57.973 INFO kablam! Oct 21 20:15:57.992 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:57.992 INFO kablam! --> src/main.rs:100:5 Oct 21 20:15:57.992 INFO kablam! | Oct 21 20:15:57.992 INFO kablam! 100 | writer.write(header.as_bytes()); Oct 21 20:15:57.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:57.992 INFO kablam! | Oct 21 20:15:57.992 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:15:57.992 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:57.992 INFO kablam! Oct 21 20:15:57.992 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:57.992 INFO kablam! --> src/main.rs:112:9 Oct 21 20:15:57.992 INFO kablam! | Oct 21 20:15:57.992 INFO kablam! 112 | writer.write(info.as_bytes()); Oct 21 20:15:57.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:57.992 INFO kablam! | Oct 21 20:15:57.992 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:57.992 INFO kablam! Oct 21 20:15:57.992 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 21 20:15:57.992 INFO kablam! --> src/main.rs:155:9 Oct 21 20:15:57.992 INFO kablam! | Oct 21 20:15:57.992 INFO kablam! 155 | let mut D_germline:HashMap> = HashMap::new(); Oct 21 20:15:57.992 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:15:57.992 INFO kablam! Oct 21 20:15:58.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 21 20:15:58.017 INFO kablam! su: No module specific data is present Oct 21 20:15:59.376 INFO running `"docker" "rm" "-f" "37afa978e44c6759e6f20c059de664d2ec1098642d427c46bcde689857bff98c"` Oct 21 20:15:59.760 INFO blam! 37afa978e44c6759e6f20c059de664d2ec1098642d427c46bcde689857bff98c