Oct 12 11:12:36.199 INFO checking vksmgr/com_rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 11:12:36.199 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 11:12:36.638 INFO blam! ee929ab65d25c80bf6d472cca97dff85cce2ea5bffa54d2226c8ac44179d6193 Oct 12 11:12:36.639 INFO running `"docker" "start" "-a" "ee929ab65d25c80bf6d472cca97dff85cce2ea5bffa54d2226c8ac44179d6193"` Oct 12 11:12:37.904 INFO kablam! usermod: no changes Oct 12 11:12:37.963 INFO kablam! Checking com_rust v0.1.0 (/source) Oct 12 11:12:38.318 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 11:12:38.318 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 11:12:38.319 INFO kablam! | Oct 12 11:12:38.320 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 11:12:38.320 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 11:12:38.321 INFO kablam! 12 | | Oct 12 11:12:38.321 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 11:12:38.321 INFO kablam! ... | Oct 12 11:12:38.322 INFO kablam! 17 | | } Oct 12 11:12:38.322 INFO kablam! 18 | | } Oct 12 11:12:38.322 INFO kablam! | |_^ Oct 12 11:12:38.322 INFO kablam! | Oct 12 11:12:38.323 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 11:12:38.323 INFO kablam! Oct 12 11:12:38.323 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 11:12:38.323 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 11:12:38.324 INFO kablam! | Oct 12 11:12:38.328 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 11:12:38.329 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 11:12:38.329 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 11:12:38.329 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 11:12:38.330 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 11:12:38.330 INFO kablam! 25 | | } Oct 12 11:12:38.330 INFO kablam! | |_^ Oct 12 11:12:38.330 INFO kablam! Oct 12 11:12:38.331 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 11:12:38.331 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 11:12:38.331 INFO kablam! | Oct 12 11:12:38.331 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 11:12:38.332 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 11:12:38.332 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 11:12:38.332 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 11:12:38.333 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 11:12:38.333 INFO kablam! 32 | | } Oct 12 11:12:38.333 INFO kablam! | |_^ Oct 12 11:12:38.333 INFO kablam! Oct 12 11:12:38.334 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 11:12:38.334 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 11:12:38.334 INFO kablam! | Oct 12 11:12:38.334 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 11:12:38.335 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 11:12:38.335 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 11:12:38.335 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 11:12:38.335 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 11:12:38.336 INFO kablam! 39 | | } Oct 12 11:12:38.336 INFO kablam! | |_^ Oct 12 11:12:38.336 INFO kablam! Oct 12 11:12:38.401 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 11:12:38.402 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 11:12:38.403 INFO kablam! | Oct 12 11:12:38.403 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 11:12:38.403 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 11:12:38.403 INFO kablam! 12 | | Oct 12 11:12:38.403 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 11:12:38.403 INFO kablam! ... | Oct 12 11:12:38.403 INFO kablam! 17 | | } Oct 12 11:12:38.403 INFO kablam! 18 | | } Oct 12 11:12:38.403 INFO kablam! | |_^ Oct 12 11:12:38.403 INFO kablam! | Oct 12 11:12:38.403 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 11:12:38.403 INFO kablam! Oct 12 11:12:38.403 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 11:12:38.403 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 11:12:38.403 INFO kablam! | Oct 12 11:12:38.403 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 11:12:38.403 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 11:12:38.403 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 11:12:38.403 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 11:12:38.403 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 11:12:38.403 INFO kablam! 25 | | } Oct 12 11:12:38.403 INFO kablam! | |_^ Oct 12 11:12:38.403 INFO kablam! Oct 12 11:12:38.403 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 11:12:38.403 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 11:12:38.403 INFO kablam! | Oct 12 11:12:38.403 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 11:12:38.403 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 11:12:38.403 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 11:12:38.403 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 11:12:38.403 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 11:12:38.403 INFO kablam! 32 | | } Oct 12 11:12:38.403 INFO kablam! | |_^ Oct 12 11:12:38.403 INFO kablam! Oct 12 11:12:38.403 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 11:12:38.403 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 11:12:38.403 INFO kablam! | Oct 12 11:12:38.403 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 11:12:38.403 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 11:12:38.403 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 11:12:38.403 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 11:12:38.403 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 11:12:38.403 INFO kablam! 39 | | } Oct 12 11:12:38.405 INFO kablam! | |_^ Oct 12 11:12:38.405 INFO kablam! Oct 12 11:12:38.574 INFO kablam! warning: unused import: `std::io` Oct 12 11:12:38.574 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 11:12:38.574 INFO kablam! | Oct 12 11:12:38.574 INFO kablam! 2 | use std::io; Oct 12 11:12:38.574 INFO kablam! | ^^^^^^^ Oct 12 11:12:38.574 INFO kablam! | Oct 12 11:12:38.574 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:12:38.574 INFO kablam! Oct 12 11:12:38.650 INFO kablam! warning: unused variable: `strg` Oct 12 11:12:38.650 INFO kablam! --> src/main.rs:9:13 Oct 12 11:12:38.650 INFO kablam! | Oct 12 11:12:38.650 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 11:12:38.650 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 11:12:38.650 INFO kablam! | Oct 12 11:12:38.650 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:12:38.650 INFO kablam! Oct 12 11:12:38.653 INFO kablam! warning: variable does not need to be mutable Oct 12 11:12:38.654 INFO kablam! --> src/main.rs:9:9 Oct 12 11:12:38.654 INFO kablam! | Oct 12 11:12:38.654 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 11:12:38.654 INFO kablam! | ----^^^^ Oct 12 11:12:38.655 INFO kablam! | | Oct 12 11:12:38.655 INFO kablam! | help: remove this `mut` Oct 12 11:12:38.655 INFO kablam! | Oct 12 11:12:38.656 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 11:12:38.656 INFO kablam! Oct 12 11:12:38.656 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 11:12:38.657 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 11:12:38.657 INFO kablam! | Oct 12 11:12:38.657 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 11:12:38.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 11:12:38.658 INFO kablam! | Oct 12 11:12:38.658 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 11:12:38.658 INFO kablam! Oct 12 11:12:38.664 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 11:12:38.664 INFO kablam! --> src/main.rs:8:9 Oct 12 11:12:38.664 INFO kablam! | Oct 12 11:12:38.664 INFO kablam! 8 | let T = readInt32(); Oct 12 11:12:38.664 INFO kablam! | ^ Oct 12 11:12:38.664 INFO kablam! | Oct 12 11:12:38.664 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 11:12:38.664 INFO kablam! Oct 12 11:12:38.664 INFO kablam! warning: unused import: `std::io` Oct 12 11:12:38.664 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 11:12:38.664 INFO kablam! | Oct 12 11:12:38.664 INFO kablam! 2 | use std::io; Oct 12 11:12:38.664 INFO kablam! | ^^^^^^^ Oct 12 11:12:38.664 INFO kablam! | Oct 12 11:12:38.664 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:12:38.664 INFO kablam! Oct 12 11:12:38.701 INFO kablam! warning: unused variable: `strg` Oct 12 11:12:38.701 INFO kablam! --> src/main.rs:9:13 Oct 12 11:12:38.702 INFO kablam! | Oct 12 11:12:38.702 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 11:12:38.702 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 11:12:38.703 INFO kablam! | Oct 12 11:12:38.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:12:38.703 INFO kablam! Oct 12 11:12:38.704 INFO kablam! warning: variable does not need to be mutable Oct 12 11:12:38.704 INFO kablam! --> src/main.rs:9:9 Oct 12 11:12:38.704 INFO kablam! | Oct 12 11:12:38.705 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 11:12:38.705 INFO kablam! | ----^^^^ Oct 12 11:12:38.705 INFO kablam! | | Oct 12 11:12:38.705 INFO kablam! | help: remove this `mut` Oct 12 11:12:38.706 INFO kablam! | Oct 12 11:12:38.706 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 11:12:38.706 INFO kablam! Oct 12 11:12:38.712 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 11:12:38.712 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 11:12:38.713 INFO kablam! | Oct 12 11:12:38.713 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 11:12:38.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 11:12:38.714 INFO kablam! | Oct 12 11:12:38.714 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 11:12:38.714 INFO kablam! Oct 12 11:12:38.715 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 11:12:38.715 INFO kablam! --> src/main.rs:8:9 Oct 12 11:12:38.715 INFO kablam! | Oct 12 11:12:38.716 INFO kablam! 8 | let T = readInt32(); Oct 12 11:12:38.716 INFO kablam! | ^ Oct 12 11:12:38.716 INFO kablam! | Oct 12 11:12:38.717 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 11:12:38.717 INFO kablam! Oct 12 11:12:38.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 12 11:12:38.777 INFO kablam! su: No module specific data is present Oct 12 11:12:39.337 INFO running `"docker" "rm" "-f" "ee929ab65d25c80bf6d472cca97dff85cce2ea5bffa54d2226c8ac44179d6193"` Oct 12 11:12:39.564 INFO blam! ee929ab65d25c80bf6d472cca97dff85cce2ea5bffa54d2226c8ac44179d6193