Oct 13 02:12:01.208 INFO checking TuBieJun/stat_mut_sampleratio against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:12:01.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 02:12:01.632 INFO blam! fe221ceb317e58336407edb0880492d3986aacf5dd827e03b3c91711b854e665 Oct 13 02:12:01.636 INFO running `"docker" "start" "-a" "fe221ceb317e58336407edb0880492d3986aacf5dd827e03b3c91711b854e665"` Oct 13 02:12:03.312 INFO kablam! usermod: no changes Oct 13 02:12:03.461 INFO kablam! Checking stat_germline_pos v0.1.0 (/source) Oct 13 02:12:05.086 INFO kablam! warning: unused import: `SubCommand` Oct 13 02:12:05.087 INFO kablam! --> src/main.rs:9:22 Oct 13 02:12:05.087 INFO kablam! | Oct 13 02:12:05.087 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 13 02:12:05.087 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:05.087 INFO kablam! | Oct 13 02:12:05.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:12:05.088 INFO kablam! Oct 13 02:12:05.112 INFO kablam! warning: unused import: `SubCommand` Oct 13 02:12:05.112 INFO kablam! --> src/main.rs:9:22 Oct 13 02:12:05.112 INFO kablam! | Oct 13 02:12:05.112 INFO kablam! 9 | use clap::{Arg, App, SubCommand}; Oct 13 02:12:05.112 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:05.112 INFO kablam! | Oct 13 02:12:05.112 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:12:05.112 INFO kablam! Oct 13 02:12:05.277 INFO kablam! warning: variable does not need to be mutable Oct 13 02:12:05.277 INFO kablam! --> src/main.rs:18:9 Oct 13 02:12:05.277 INFO kablam! | Oct 13 02:12:05.277 INFO kablam! 18 | let mut f = File::open(vcf_l) Oct 13 02:12:05.277 INFO kablam! | ----^ Oct 13 02:12:05.277 INFO kablam! | | Oct 13 02:12:05.277 INFO kablam! | help: remove this `mut` Oct 13 02:12:05.288 INFO kablam! | Oct 13 02:12:05.289 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:12:05.289 INFO kablam! Oct 13 02:12:05.290 INFO kablam! warning: variable does not need to be mutable Oct 13 02:12:05.290 INFO kablam! --> src/main.rs:18:9 Oct 13 02:12:05.290 INFO kablam! | Oct 13 02:12:05.290 INFO kablam! 18 | let mut f = File::open(vcf_l) Oct 13 02:12:05.290 INFO kablam! | ----^ Oct 13 02:12:05.290 INFO kablam! | | Oct 13 02:12:05.290 INFO kablam! | help: remove this `mut` Oct 13 02:12:05.290 INFO kablam! | Oct 13 02:12:05.290 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 02:12:05.290 INFO kablam! Oct 13 02:12:05.308 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 13 02:12:05.308 INFO kablam! --> src/main.rs:13:13 Oct 13 02:12:05.308 INFO kablam! | Oct 13 02:12:05.308 INFO kablam! 13 | D_germline:&mut HashMap>) -> u32 { Oct 13 02:12:05.308 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:05.308 INFO kablam! | Oct 13 02:12:05.316 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:12:05.317 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 13 02:12:05.317 INFO kablam! --> src/main.rs:13:13 Oct 13 02:12:05.317 INFO kablam! | Oct 13 02:12:05.317 INFO kablam! 13 | D_germline:&mut HashMap>) -> u32 { Oct 13 02:12:05.317 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:05.317 INFO kablam! | Oct 13 02:12:05.317 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:12:05.317 INFO kablam! Oct 13 02:12:05.317 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 13 02:12:05.317 INFO kablam! --> src/main.rs:96:53 Oct 13 02:12:05.317 INFO kablam! | Oct 13 02:12:05.317 INFO kablam! 96 | fn out_info(out_file:&str, panel_list:&Vec, D_germline:&HashMap>, sample_num_list:&Vec) { Oct 13 02:12:05.317 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:05.317 INFO kablam! Oct 13 02:12:05.317 INFO kablam! Oct 13 02:12:05.321 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 13 02:12:05.321 INFO kablam! --> src/main.rs:96:53 Oct 13 02:12:05.321 INFO kablam! | Oct 13 02:12:05.321 INFO kablam! 96 | fn out_info(out_file:&str, panel_list:&Vec, D_germline:&HashMap>, sample_num_list:&Vec) { Oct 13 02:12:05.321 INFO kablam! | ^^^^^^^^^^ Oct 13 02:12:05.321 INFO kablam! Oct 13 02:12:05.323 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:12:05.324 INFO kablam! --> src/main.rs:100:5 Oct 13 02:12:05.324 INFO kablam! | Oct 13 02:12:05.324 INFO kablam! 100 | writer.write(header.as_bytes()); Oct 13 02:12:05.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:05.324 INFO kablam! | Oct 13 02:12:05.324 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:12:05.324 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:12:05.324 INFO kablam! Oct 13 02:12:05.325 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:12:05.325 INFO kablam! --> src/main.rs:112:9 Oct 13 02:12:05.326 INFO kablam! | Oct 13 02:12:05.326 INFO kablam! 112 | writer.write(info.as_bytes()); Oct 13 02:12:05.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:05.327 INFO kablam! | Oct 13 02:12:05.327 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:12:05.327 INFO kablam! Oct 13 02:12:05.328 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 13 02:12:05.328 INFO kablam! --> src/main.rs:155:9 Oct 13 02:12:05.329 INFO kablam! | Oct 13 02:12:05.329 INFO kablam! 155 | let mut D_germline:HashMap> = HashMap::new(); Oct 13 02:12:05.329 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:12:05.330 INFO kablam! Oct 13 02:12:05.338 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:12:05.338 INFO kablam! --> src/main.rs:100:5 Oct 13 02:12:05.338 INFO kablam! | Oct 13 02:12:05.338 INFO kablam! 100 | writer.write(header.as_bytes()); Oct 13 02:12:05.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:05.338 INFO kablam! | Oct 13 02:12:05.338 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:12:05.338 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:12:05.338 INFO kablam! Oct 13 02:12:05.340 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:12:05.340 INFO kablam! --> src/main.rs:112:9 Oct 13 02:12:05.340 INFO kablam! | Oct 13 02:12:05.340 INFO kablam! 112 | writer.write(info.as_bytes()); Oct 13 02:12:05.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:12:05.340 INFO kablam! | Oct 13 02:12:05.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:12:05.341 INFO kablam! Oct 13 02:12:05.341 INFO kablam! warning: variable `D_germline` should have a snake case name such as `d_germline` Oct 13 02:12:05.341 INFO kablam! --> src/main.rs:155:9 Oct 13 02:12:05.341 INFO kablam! | Oct 13 02:12:05.341 INFO kablam! 155 | let mut D_germline:HashMap> = HashMap::new(); Oct 13 02:12:05.341 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 02:12:05.341 INFO kablam! Oct 13 02:12:05.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.06s Oct 13 02:12:05.431 INFO kablam! su: No module specific data is present Oct 13 02:12:06.694 INFO running `"docker" "rm" "-f" "fe221ceb317e58336407edb0880492d3986aacf5dd827e03b3c91711b854e665"` Oct 13 02:12:06.988 INFO blam! fe221ceb317e58336407edb0880492d3986aacf5dd827e03b3c91711b854e665