Oct 26 18:25:56.810 INFO checking vksmgr/com_lin against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 18:25:56.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 18:25:57.368 INFO blam! b046d317a236a88d9782c2f8ceed5b7cf3d7e89d908bffbc07a3114f09c7f48b Oct 26 18:25:57.370 INFO running `"docker" "start" "-a" "b046d317a236a88d9782c2f8ceed5b7cf3d7e89d908bffbc07a3114f09c7f48b"` Oct 26 18:25:58.991 INFO kablam! usermod: no changes Oct 26 18:25:59.037 INFO kablam! Checking com_rust v0.1.0 (/source) Oct 26 18:25:59.383 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 26 18:25:59.383 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 26 18:25:59.383 INFO kablam! | Oct 26 18:25:59.383 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 26 18:25:59.383 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 26 18:25:59.383 INFO kablam! 12 | | Oct 26 18:25:59.383 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 26 18:25:59.383 INFO kablam! ... | Oct 26 18:25:59.383 INFO kablam! 17 | | } Oct 26 18:25:59.383 INFO kablam! 18 | | } Oct 26 18:25:59.383 INFO kablam! | |_^ Oct 26 18:25:59.383 INFO kablam! | Oct 26 18:25:59.383 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 18:25:59.383 INFO kablam! Oct 26 18:25:59.383 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 26 18:25:59.383 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 26 18:25:59.383 INFO kablam! | Oct 26 18:25:59.383 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 26 18:25:59.383 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 26 18:25:59.383 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 26 18:25:59.383 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 26 18:25:59.383 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 26 18:25:59.383 INFO kablam! 25 | | } Oct 26 18:25:59.383 INFO kablam! | |_^ Oct 26 18:25:59.383 INFO kablam! Oct 26 18:25:59.383 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 26 18:25:59.383 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 26 18:25:59.383 INFO kablam! | Oct 26 18:25:59.383 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 26 18:25:59.383 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 26 18:25:59.383 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 26 18:25:59.383 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 26 18:25:59.383 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 26 18:25:59.383 INFO kablam! 32 | | } Oct 26 18:25:59.383 INFO kablam! | |_^ Oct 26 18:25:59.383 INFO kablam! Oct 26 18:25:59.383 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 26 18:25:59.383 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 26 18:25:59.383 INFO kablam! | Oct 26 18:25:59.383 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 26 18:25:59.383 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 26 18:25:59.383 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 26 18:25:59.383 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 26 18:25:59.383 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 26 18:25:59.383 INFO kablam! 39 | | } Oct 26 18:25:59.383 INFO kablam! | |_^ Oct 26 18:25:59.383 INFO kablam! Oct 26 18:25:59.403 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 26 18:25:59.403 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 26 18:25:59.403 INFO kablam! | Oct 26 18:25:59.403 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 26 18:25:59.403 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 26 18:25:59.403 INFO kablam! 12 | | Oct 26 18:25:59.403 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 26 18:25:59.403 INFO kablam! ... | Oct 26 18:25:59.403 INFO kablam! 17 | | } Oct 26 18:25:59.403 INFO kablam! 18 | | } Oct 26 18:25:59.403 INFO kablam! | |_^ Oct 26 18:25:59.403 INFO kablam! | Oct 26 18:25:59.403 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 18:25:59.403 INFO kablam! Oct 26 18:25:59.403 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 26 18:25:59.403 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 26 18:25:59.403 INFO kablam! | Oct 26 18:25:59.403 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 26 18:25:59.403 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 26 18:25:59.403 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 26 18:25:59.403 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 26 18:25:59.403 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 26 18:25:59.403 INFO kablam! 25 | | } Oct 26 18:25:59.403 INFO kablam! | |_^ Oct 26 18:25:59.403 INFO kablam! Oct 26 18:25:59.407 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 26 18:25:59.407 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 26 18:25:59.407 INFO kablam! | Oct 26 18:25:59.407 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 26 18:25:59.407 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 26 18:25:59.407 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 26 18:25:59.407 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 26 18:25:59.407 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 26 18:25:59.407 INFO kablam! 32 | | } Oct 26 18:25:59.407 INFO kablam! | |_^ Oct 26 18:25:59.407 INFO kablam! Oct 26 18:25:59.407 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 26 18:25:59.407 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 26 18:25:59.407 INFO kablam! | Oct 26 18:25:59.407 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 26 18:25:59.407 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 26 18:25:59.407 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 26 18:25:59.407 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 26 18:25:59.407 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 26 18:25:59.407 INFO kablam! 39 | | } Oct 26 18:25:59.407 INFO kablam! | |_^ Oct 26 18:25:59.407 INFO kablam! Oct 26 18:25:59.603 INFO kablam! warning: unused import: `std::io` Oct 26 18:25:59.603 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 26 18:25:59.603 INFO kablam! | Oct 26 18:25:59.603 INFO kablam! 2 | use std::io; Oct 26 18:25:59.603 INFO kablam! | ^^^^^^^ Oct 26 18:25:59.603 INFO kablam! | Oct 26 18:25:59.603 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 18:25:59.603 INFO kablam! Oct 26 18:25:59.639 INFO kablam! warning: unused variable: `strg` Oct 26 18:25:59.639 INFO kablam! --> src/main.rs:9:13 Oct 26 18:25:59.639 INFO kablam! | Oct 26 18:25:59.639 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 26 18:25:59.639 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 26 18:25:59.646 INFO kablam! | Oct 26 18:25:59.646 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:25:59.646 INFO kablam! Oct 26 18:25:59.655 INFO kablam! warning: variable does not need to be mutable Oct 26 18:25:59.655 INFO kablam! --> src/main.rs:9:9 Oct 26 18:25:59.655 INFO kablam! | Oct 26 18:25:59.655 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 26 18:25:59.655 INFO kablam! | ----^^^^ Oct 26 18:25:59.655 INFO kablam! | | Oct 26 18:25:59.655 INFO kablam! | help: remove this `mut` Oct 26 18:25:59.655 INFO kablam! | Oct 26 18:25:59.655 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:25:59.655 INFO kablam! Oct 26 18:25:59.655 INFO kablam! warning: function is never used: `jumble_letter` Oct 26 18:25:59.655 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 26 18:25:59.655 INFO kablam! | Oct 26 18:25:59.655 INFO kablam! 35 | pub fn jumble_letter(){ Oct 26 18:25:59.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:25:59.663 INFO kablam! | Oct 26 18:25:59.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:25:59.663 INFO kablam! Oct 26 18:25:59.663 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 26 18:25:59.663 INFO kablam! --> src/main.rs:8:9 Oct 26 18:25:59.663 INFO kablam! | Oct 26 18:25:59.663 INFO kablam! 8 | let T = readInt32(); Oct 26 18:25:59.663 INFO kablam! | ^ Oct 26 18:25:59.672 INFO kablam! | Oct 26 18:25:59.672 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 18:25:59.672 INFO kablam! Oct 26 18:25:59.715 INFO kablam! warning: unused import: `std::io` Oct 26 18:25:59.715 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 26 18:25:59.715 INFO kablam! | Oct 26 18:25:59.715 INFO kablam! 2 | use std::io; Oct 26 18:25:59.715 INFO kablam! | ^^^^^^^ Oct 26 18:25:59.715 INFO kablam! | Oct 26 18:25:59.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 18:25:59.715 INFO kablam! Oct 26 18:25:59.759 INFO kablam! warning: unused variable: `strg` Oct 26 18:25:59.759 INFO kablam! --> src/main.rs:9:13 Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 26 18:25:59.759 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 18:25:59.759 INFO kablam! Oct 26 18:25:59.759 INFO kablam! warning: variable does not need to be mutable Oct 26 18:25:59.759 INFO kablam! --> src/main.rs:9:9 Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 26 18:25:59.759 INFO kablam! | ----^^^^ Oct 26 18:25:59.759 INFO kablam! | | Oct 26 18:25:59.759 INFO kablam! | help: remove this `mut` Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 18:25:59.759 INFO kablam! Oct 26 18:25:59.759 INFO kablam! warning: function is never used: `jumble_letter` Oct 26 18:25:59.759 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! 35 | pub fn jumble_letter(){ Oct 26 18:25:59.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 18:25:59.759 INFO kablam! Oct 26 18:25:59.759 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 26 18:25:59.759 INFO kablam! --> src/main.rs:8:9 Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! 8 | let T = readInt32(); Oct 26 18:25:59.759 INFO kablam! | ^ Oct 26 18:25:59.759 INFO kablam! | Oct 26 18:25:59.759 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 18:25:59.759 INFO kablam! Oct 26 18:25:59.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 26 18:25:59.783 INFO kablam! su: No module specific data is present Oct 26 18:26:00.887 INFO running `"docker" "rm" "-f" "b046d317a236a88d9782c2f8ceed5b7cf3d7e89d908bffbc07a3114f09c7f48b"` Oct 26 18:26:01.100 INFO blam! b046d317a236a88d9782c2f8ceed5b7cf3d7e89d908bffbc07a3114f09c7f48b