Oct 21 12:28:39.610 INFO checking vksmgr/com_lin against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:28:39.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:28:40.042 INFO blam! 74c8948ff2424f54257f19f0fc243d2395519d889e9c9cfb800b7bfa2f046cb9 Oct 21 12:28:40.049 INFO running `"docker" "start" "-a" "74c8948ff2424f54257f19f0fc243d2395519d889e9c9cfb800b7bfa2f046cb9"` Oct 21 12:28:41.309 INFO kablam! usermod: no changes Oct 21 12:28:41.356 INFO kablam! Checking com_rust v0.1.0 (/source) Oct 21 12:28:41.656 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 21 12:28:41.656 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 21 12:28:41.656 INFO kablam! | Oct 21 12:28:41.656 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 21 12:28:41.656 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 21 12:28:41.656 INFO kablam! 12 | | Oct 21 12:28:41.656 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 21 12:28:41.656 INFO kablam! ... | Oct 21 12:28:41.656 INFO kablam! 17 | | } Oct 21 12:28:41.656 INFO kablam! 18 | | } Oct 21 12:28:41.656 INFO kablam! | |_^ Oct 21 12:28:41.656 INFO kablam! | Oct 21 12:28:41.656 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:28:41.656 INFO kablam! Oct 21 12:28:41.656 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 21 12:28:41.656 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 21 12:28:41.656 INFO kablam! | Oct 21 12:28:41.656 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 21 12:28:41.656 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 21 12:28:41.656 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 21 12:28:41.656 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 21 12:28:41.656 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 21 12:28:41.656 INFO kablam! 25 | | } Oct 21 12:28:41.656 INFO kablam! | |_^ Oct 21 12:28:41.656 INFO kablam! Oct 21 12:28:41.656 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 21 12:28:41.656 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 21 12:28:41.656 INFO kablam! | Oct 21 12:28:41.656 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 21 12:28:41.656 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 21 12:28:41.656 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 21 12:28:41.656 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 21 12:28:41.656 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 21 12:28:41.656 INFO kablam! 32 | | } Oct 21 12:28:41.656 INFO kablam! | |_^ Oct 21 12:28:41.656 INFO kablam! Oct 21 12:28:41.656 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 21 12:28:41.656 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 21 12:28:41.656 INFO kablam! | Oct 21 12:28:41.656 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 21 12:28:41.657 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 21 12:28:41.657 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 21 12:28:41.657 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 21 12:28:41.657 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 21 12:28:41.657 INFO kablam! 39 | | } Oct 21 12:28:41.657 INFO kablam! | |_^ Oct 21 12:28:41.657 INFO kablam! Oct 21 12:28:41.668 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 21 12:28:41.669 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 21 12:28:41.672 INFO kablam! | Oct 21 12:28:41.672 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 21 12:28:41.672 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 21 12:28:41.672 INFO kablam! 12 | | Oct 21 12:28:41.672 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 21 12:28:41.672 INFO kablam! ... | Oct 21 12:28:41.672 INFO kablam! 17 | | } Oct 21 12:28:41.672 INFO kablam! 18 | | } Oct 21 12:28:41.672 INFO kablam! | |_^ Oct 21 12:28:41.672 INFO kablam! | Oct 21 12:28:41.672 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:28:41.672 INFO kablam! Oct 21 12:28:41.672 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 21 12:28:41.672 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 21 12:28:41.672 INFO kablam! | Oct 21 12:28:41.672 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 21 12:28:41.672 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 21 12:28:41.672 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 21 12:28:41.672 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 21 12:28:41.672 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 21 12:28:41.672 INFO kablam! 25 | | } Oct 21 12:28:41.673 INFO kablam! | |_^ Oct 21 12:28:41.673 INFO kablam! Oct 21 12:28:41.673 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 21 12:28:41.676 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 21 12:28:41.676 INFO kablam! | Oct 21 12:28:41.676 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 21 12:28:41.676 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 21 12:28:41.676 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 21 12:28:41.676 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 21 12:28:41.676 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 21 12:28:41.676 INFO kablam! 32 | | } Oct 21 12:28:41.676 INFO kablam! | |_^ Oct 21 12:28:41.676 INFO kablam! Oct 21 12:28:41.677 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 21 12:28:41.677 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 21 12:28:41.677 INFO kablam! | Oct 21 12:28:41.677 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 21 12:28:41.677 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 21 12:28:41.677 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 21 12:28:41.677 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 21 12:28:41.677 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 21 12:28:41.677 INFO kablam! 39 | | } Oct 21 12:28:41.677 INFO kablam! | |_^ Oct 21 12:28:41.677 INFO kablam! Oct 21 12:28:41.896 INFO kablam! warning: unused import: `std::io` Oct 21 12:28:41.896 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 21 12:28:41.896 INFO kablam! | Oct 21 12:28:41.896 INFO kablam! 2 | use std::io; Oct 21 12:28:41.896 INFO kablam! | ^^^^^^^ Oct 21 12:28:41.896 INFO kablam! | Oct 21 12:28:41.896 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:28:41.896 INFO kablam! Oct 21 12:28:41.900 INFO kablam! warning: unused import: `std::io` Oct 21 12:28:41.901 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 21 12:28:41.901 INFO kablam! | Oct 21 12:28:41.908 INFO kablam! 2 | use std::io; Oct 21 12:28:41.908 INFO kablam! | ^^^^^^^ Oct 21 12:28:41.908 INFO kablam! | Oct 21 12:28:41.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:28:41.908 INFO kablam! Oct 21 12:28:41.944 INFO kablam! warning: unused variable: `strg` Oct 21 12:28:41.944 INFO kablam! --> src/main.rs:9:13 Oct 21 12:28:41.944 INFO kablam! | Oct 21 12:28:41.944 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 21 12:28:41.944 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 21 12:28:41.944 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:28:41.946 INFO kablam! Oct 21 12:28:41.946 INFO kablam! warning: unused variable: `strg` Oct 21 12:28:41.946 INFO kablam! --> src/main.rs:9:13 Oct 21 12:28:41.946 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 21 12:28:41.946 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 21 12:28:41.946 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:28:41.946 INFO kablam! Oct 21 12:28:41.946 INFO kablam! warning: variable does not need to be mutable Oct 21 12:28:41.946 INFO kablam! --> src/main.rs:9:9 Oct 21 12:28:41.946 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 21 12:28:41.946 INFO kablam! | ----^^^^ Oct 21 12:28:41.946 INFO kablam! | | Oct 21 12:28:41.946 INFO kablam! | help: remove this `mut` Oct 21 12:28:41.946 INFO kablam! warning: variable does not need to be mutable Oct 21 12:28:41.946 INFO kablam! --> src/main.rs:9:9 Oct 21 12:28:41.946 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 21 12:28:41.946 INFO kablam! | ----^^^^ Oct 21 12:28:41.946 INFO kablam! | | Oct 21 12:28:41.946 INFO kablam! | help: remove this `mut` Oct 21 12:28:41.946 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! | Oct 21 12:28:41.946 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:28:41.947 INFO kablam! Oct 21 12:28:41.947 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 12:28:41.947 INFO kablam! Oct 21 12:28:41.950 INFO kablam! warning: function is never used: `jumble_letter` Oct 21 12:28:41.950 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 21 12:28:41.950 INFO kablam! | Oct 21 12:28:41.950 INFO kablam! 35 | pub fn jumble_letter(){ Oct 21 12:28:41.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:28:41.950 INFO kablam! | Oct 21 12:28:41.950 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:28:41.950 INFO kablam! Oct 21 12:28:41.951 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 21 12:28:41.951 INFO kablam! --> src/main.rs:8:9 Oct 21 12:28:41.951 INFO kablam! | Oct 21 12:28:41.951 INFO kablam! 8 | let T = readInt32(); Oct 21 12:28:41.951 INFO kablam! | ^ Oct 21 12:28:41.951 INFO kablam! | Oct 21 12:28:41.951 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:28:41.951 INFO kablam! Oct 21 12:28:41.957 INFO kablam! warning: function is never used: `jumble_letter` Oct 21 12:28:41.957 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 21 12:28:41.957 INFO kablam! | Oct 21 12:28:41.957 INFO kablam! 35 | pub fn jumble_letter(){ Oct 21 12:28:41.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:28:41.957 INFO kablam! | Oct 21 12:28:41.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:28:41.957 INFO kablam! Oct 21 12:28:41.957 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 21 12:28:41.957 INFO kablam! --> src/main.rs:8:9 Oct 21 12:28:41.958 INFO kablam! | Oct 21 12:28:41.958 INFO kablam! 8 | let T = readInt32(); Oct 21 12:28:41.958 INFO kablam! | ^ Oct 21 12:28:41.958 INFO kablam! | Oct 21 12:28:41.958 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 12:28:41.958 INFO kablam! Oct 21 12:28:41.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 21 12:28:41.998 INFO kablam! su: No module specific data is present Oct 21 12:28:42.716 INFO running `"docker" "rm" "-f" "74c8948ff2424f54257f19f0fc243d2395519d889e9c9cfb800b7bfa2f046cb9"` Oct 21 12:28:42.968 INFO blam! 74c8948ff2424f54257f19f0fc243d2395519d889e9c9cfb800b7bfa2f046cb9