Oct 31 18:35:24.471 INFO checking vksmgr/com_rust against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 18:35:24.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 18:35:24.894 INFO blam! eaebdfb5beea272b1c0dfec9079f9b99b643c1cf8316327deb17e4cb2041bd3a Oct 31 18:35:24.895 INFO running `"docker" "start" "-a" "eaebdfb5beea272b1c0dfec9079f9b99b643c1cf8316327deb17e4cb2041bd3a"` Oct 31 18:35:26.564 INFO kablam! usermod: no changes Oct 31 18:35:26.616 INFO kablam! Checking com_rust v0.1.0 (/source) Oct 31 18:35:26.892 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 31 18:35:26.892 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 31 18:35:26.892 INFO kablam! | Oct 31 18:35:26.892 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 31 18:35:26.892 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 31 18:35:26.892 INFO kablam! 12 | | Oct 31 18:35:26.892 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 31 18:35:26.892 INFO kablam! ... | Oct 31 18:35:26.892 INFO kablam! 17 | | } Oct 31 18:35:26.892 INFO kablam! 18 | | } Oct 31 18:35:26.892 INFO kablam! | |_^ Oct 31 18:35:26.892 INFO kablam! | Oct 31 18:35:26.892 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 18:35:26.892 INFO kablam! Oct 31 18:35:26.892 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 31 18:35:26.892 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 31 18:35:26.892 INFO kablam! | Oct 31 18:35:26.892 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 31 18:35:26.892 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 31 18:35:26.892 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 31 18:35:26.892 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 31 18:35:26.892 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 31 18:35:26.892 INFO kablam! 25 | | } Oct 31 18:35:26.892 INFO kablam! | |_^ Oct 31 18:35:26.892 INFO kablam! Oct 31 18:35:26.892 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 31 18:35:26.892 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 31 18:35:26.892 INFO kablam! | Oct 31 18:35:26.892 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 31 18:35:26.892 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 31 18:35:26.892 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 31 18:35:26.892 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 31 18:35:26.892 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 31 18:35:26.892 INFO kablam! 32 | | } Oct 31 18:35:26.892 INFO kablam! | |_^ Oct 31 18:35:26.892 INFO kablam! Oct 31 18:35:26.892 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 31 18:35:26.892 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 31 18:35:26.892 INFO kablam! | Oct 31 18:35:26.892 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 31 18:35:26.892 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 31 18:35:26.892 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 31 18:35:26.892 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 31 18:35:26.893 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 31 18:35:26.893 INFO kablam! 39 | | } Oct 31 18:35:26.893 INFO kablam! | |_^ Oct 31 18:35:26.893 INFO kablam! Oct 31 18:35:26.998 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 31 18:35:26.998 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 31 18:35:26.999 INFO kablam! | Oct 31 18:35:26.999 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 31 18:35:26.999 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 31 18:35:26.999 INFO kablam! 12 | | Oct 31 18:35:26.999 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 31 18:35:26.999 INFO kablam! ... | Oct 31 18:35:26.999 INFO kablam! 17 | | } Oct 31 18:35:26.999 INFO kablam! 18 | | } Oct 31 18:35:26.999 INFO kablam! | |_^ Oct 31 18:35:26.999 INFO kablam! | Oct 31 18:35:26.999 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 18:35:26.999 INFO kablam! Oct 31 18:35:26.999 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 31 18:35:26.999 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 31 18:35:26.999 INFO kablam! | Oct 31 18:35:26.999 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 31 18:35:26.999 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 31 18:35:26.999 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 31 18:35:26.999 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 31 18:35:26.999 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 31 18:35:26.999 INFO kablam! 25 | | } Oct 31 18:35:26.999 INFO kablam! | |_^ Oct 31 18:35:26.999 INFO kablam! Oct 31 18:35:26.999 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 31 18:35:26.999 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 31 18:35:26.999 INFO kablam! | Oct 31 18:35:26.999 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 31 18:35:26.999 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 31 18:35:26.999 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 31 18:35:26.999 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 31 18:35:26.999 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 31 18:35:26.999 INFO kablam! 32 | | } Oct 31 18:35:26.999 INFO kablam! | |_^ Oct 31 18:35:26.999 INFO kablam! Oct 31 18:35:26.999 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 31 18:35:26.999 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 31 18:35:26.999 INFO kablam! | Oct 31 18:35:26.999 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 31 18:35:26.999 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 31 18:35:26.999 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 31 18:35:26.999 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 31 18:35:26.999 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 31 18:35:26.999 INFO kablam! 39 | | } Oct 31 18:35:26.999 INFO kablam! | |_^ Oct 31 18:35:26.999 INFO kablam! Oct 31 18:35:27.272 INFO kablam! warning: unused import: `std::io` Oct 31 18:35:27.273 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 31 18:35:27.273 INFO kablam! | Oct 31 18:35:27.274 INFO kablam! 2 | use std::io; Oct 31 18:35:27.274 INFO kablam! | ^^^^^^^ Oct 31 18:35:27.274 INFO kablam! | Oct 31 18:35:27.274 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 18:35:27.275 INFO kablam! Oct 31 18:35:27.316 INFO kablam! warning: unused variable: `strg` Oct 31 18:35:27.316 INFO kablam! --> src/main.rs:9:13 Oct 31 18:35:27.316 INFO kablam! | Oct 31 18:35:27.316 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 31 18:35:27.316 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 31 18:35:27.316 INFO kablam! | Oct 31 18:35:27.316 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:35:27.316 INFO kablam! Oct 31 18:35:27.324 INFO kablam! warning: variable does not need to be mutable Oct 31 18:35:27.324 INFO kablam! --> src/main.rs:9:9 Oct 31 18:35:27.324 INFO kablam! | Oct 31 18:35:27.324 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 31 18:35:27.324 INFO kablam! | ----^^^^ Oct 31 18:35:27.324 INFO kablam! | | Oct 31 18:35:27.324 INFO kablam! | help: remove this `mut` Oct 31 18:35:27.324 INFO kablam! | Oct 31 18:35:27.324 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 18:35:27.324 INFO kablam! Oct 31 18:35:27.344 INFO kablam! warning: function is never used: `jumble_letter` Oct 31 18:35:27.344 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 31 18:35:27.344 INFO kablam! | Oct 31 18:35:27.344 INFO kablam! 35 | pub fn jumble_letter(){ Oct 31 18:35:27.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:35:27.344 INFO kablam! | Oct 31 18:35:27.344 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 18:35:27.344 INFO kablam! Oct 31 18:35:27.344 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 31 18:35:27.344 INFO kablam! --> src/main.rs:8:9 Oct 31 18:35:27.344 INFO kablam! | Oct 31 18:35:27.344 INFO kablam! 8 | let T = readInt32(); Oct 31 18:35:27.344 INFO kablam! | ^ Oct 31 18:35:27.344 INFO kablam! | Oct 31 18:35:27.344 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 18:35:27.344 INFO kablam! Oct 31 18:35:27.344 INFO kablam! warning: unused import: `std::io` Oct 31 18:35:27.344 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 31 18:35:27.344 INFO kablam! | Oct 31 18:35:27.344 INFO kablam! 2 | use std::io; Oct 31 18:35:27.344 INFO kablam! | ^^^^^^^ Oct 31 18:35:27.344 INFO kablam! | Oct 31 18:35:27.344 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 18:35:27.344 INFO kablam! Oct 31 18:35:27.435 INFO kablam! warning: unused variable: `strg` Oct 31 18:35:27.435 INFO kablam! --> src/main.rs:9:13 Oct 31 18:35:27.435 INFO kablam! | Oct 31 18:35:27.435 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 31 18:35:27.435 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 31 18:35:27.435 INFO kablam! | Oct 31 18:35:27.435 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 18:35:27.435 INFO kablam! Oct 31 18:35:27.442 INFO kablam! warning: variable does not need to be mutable Oct 31 18:35:27.442 INFO kablam! --> src/main.rs:9:9 Oct 31 18:35:27.442 INFO kablam! | Oct 31 18:35:27.442 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 31 18:35:27.442 INFO kablam! | ----^^^^ Oct 31 18:35:27.442 INFO kablam! | | Oct 31 18:35:27.442 INFO kablam! | help: remove this `mut` Oct 31 18:35:27.442 INFO kablam! | Oct 31 18:35:27.443 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 18:35:27.443 INFO kablam! Oct 31 18:35:27.447 INFO kablam! warning: function is never used: `jumble_letter` Oct 31 18:35:27.447 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 31 18:35:27.447 INFO kablam! | Oct 31 18:35:27.447 INFO kablam! 35 | pub fn jumble_letter(){ Oct 31 18:35:27.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 18:35:27.447 INFO kablam! | Oct 31 18:35:27.447 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 18:35:27.447 INFO kablam! Oct 31 18:35:27.447 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 31 18:35:27.447 INFO kablam! --> src/main.rs:8:9 Oct 31 18:35:27.448 INFO kablam! | Oct 31 18:35:27.448 INFO kablam! 8 | let T = readInt32(); Oct 31 18:35:27.448 INFO kablam! | ^ Oct 31 18:35:27.448 INFO kablam! | Oct 31 18:35:27.448 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 18:35:27.448 INFO kablam! Oct 31 18:35:27.524 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 31 18:35:27.524 INFO kablam! su: No module specific data is present Oct 31 18:35:28.502 INFO running `"docker" "rm" "-f" "eaebdfb5beea272b1c0dfec9079f9b99b643c1cf8316327deb17e4cb2041bd3a"` Oct 31 18:35:28.773 INFO blam! eaebdfb5beea272b1c0dfec9079f9b99b643c1cf8316327deb17e4cb2041bd3a