Oct 12 19:39:23.222 INFO testing vksmgr/rust_code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:39:23.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 19:39:24.063 INFO blam! 5b655e612ad3e8ae66f351e126b2fbbf10dfda7dfca107a156bc0ef586d67436 Oct 12 19:39:24.065 INFO running `"docker" "start" "-a" "5b655e612ad3e8ae66f351e126b2fbbf10dfda7dfca107a156bc0ef586d67436"` Oct 12 19:39:25.959 INFO kablam! usermod: no changes Oct 12 19:39:26.025 INFO kablam! Compiling g_a v0.1.0 (/source) Oct 12 19:39:26.235 INFO kablam! warning: unused variable: `trimed` Oct 12 19:39:26.235 INFO kablam! --> src/my_lib/lib.rs:29:9 Oct 12 19:39:26.235 INFO kablam! | Oct 12 19:39:26.235 INFO kablam! 29 | let trimed = ip_txt.trim(); Oct 12 19:39:26.235 INFO kablam! | ^^^^^^ help: consider using `_trimed` instead Oct 12 19:39:26.235 INFO kablam! | Oct 12 19:39:26.235 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:26.235 INFO kablam! Oct 12 19:39:26.235 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 12 19:39:26.235 INFO kablam! --> src/my_lib/lib.rs:13:1 Oct 12 19:39:26.235 INFO kablam! | Oct 12 19:39:26.235 INFO kablam! 13 | / pub fn readInt() -> i32{ Oct 12 19:39:26.235 INFO kablam! 14 | | let mut ip_txt = String::new(); Oct 12 19:39:26.235 INFO kablam! 15 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:26.235 INFO kablam! 16 | | let trimed = ip_txt.trim(); Oct 12 19:39:26.235 INFO kablam! ... | Oct 12 19:39:26.235 INFO kablam! 23 | | trimed.parse::().unwrap() Oct 12 19:39:26.235 INFO kablam! 24 | | } Oct 12 19:39:26.235 INFO kablam! | |_^ Oct 12 19:39:26.235 INFO kablam! | Oct 12 19:39:26.235 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:26.235 INFO kablam! Oct 12 19:39:26.235 INFO kablam! warning: function `readIntArray` should have a snake case name such as `read_int_array` Oct 12 19:39:26.235 INFO kablam! --> src/my_lib/lib.rs:26:1 Oct 12 19:39:26.235 INFO kablam! | Oct 12 19:39:26.235 INFO kablam! 26 | / pub fn readIntArray(array: &mut Vec){ Oct 12 19:39:26.235 INFO kablam! 27 | | let mut ip_txt = String::new(); Oct 12 19:39:26.235 INFO kablam! 28 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:26.235 INFO kablam! 29 | | let trimed = ip_txt.trim(); Oct 12 19:39:26.235 INFO kablam! ... | Oct 12 19:39:26.235 INFO kablam! 34 | | } Oct 12 19:39:26.235 INFO kablam! 35 | | } Oct 12 19:39:26.235 INFO kablam! | |_^ Oct 12 19:39:26.235 INFO kablam! Oct 12 19:39:26.855 INFO kablam! warning: unused import: `g::he::ds::array_1d` Oct 12 19:39:26.855 INFO kablam! --> src/main.rs:6:5 Oct 12 19:39:26.856 INFO kablam! | Oct 12 19:39:26.856 INFO kablam! 6 | use g::he::ds::array_1d; Oct 12 19:39:26.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:26.856 INFO kablam! | Oct 12 19:39:26.857 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:26.857 INFO kablam! Oct 12 19:39:26.857 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:26.858 INFO kablam! --> src/main.rs:7:5 Oct 12 19:39:26.858 INFO kablam! | Oct 12 19:39:26.858 INFO kablam! 7 | use std::io; Oct 12 19:39:26.858 INFO kablam! | ^^^^^^^ Oct 12 19:39:26.859 INFO kablam! Oct 12 19:39:26.963 INFO kablam! warning: unused variable: `flag` Oct 12 19:39:26.963 INFO kablam! --> src/g/he/algo/strings.rs:27:13 Oct 12 19:39:26.963 INFO kablam! | Oct 12 19:39:26.963 INFO kablam! 27 | let mut flag: bool = true; Oct 12 19:39:26.963 INFO kablam! | ^^^^ help: consider using `_flag` instead Oct 12 19:39:26.963 INFO kablam! | Oct 12 19:39:26.963 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:26.963 INFO kablam! Oct 12 19:39:26.963 INFO kablam! warning: unused variable: `rev_str` Oct 12 19:39:26.963 INFO kablam! --> src/g/he/algo/strings.rs:29:13 Oct 12 19:39:26.963 INFO kablam! | Oct 12 19:39:26.963 INFO kablam! 29 | let mut rev_str = String::new(); Oct 12 19:39:26.963 INFO kablam! | ^^^^^^^ help: consider using `_rev_str` instead Oct 12 19:39:26.963 INFO kablam! Oct 12 19:39:26.963 INFO kablam! warning: unused variable: `sum` Oct 12 19:39:26.963 INFO kablam! --> src/g/he/algo/strings.rs:46:13 Oct 12 19:39:26.963 INFO kablam! | Oct 12 19:39:26.963 INFO kablam! 46 | let mut sum: i32 = 0; Oct 12 19:39:26.963 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 12 19:39:26.963 INFO kablam! Oct 12 19:39:26.963 INFO kablam! warning: value assigned to `tmp` is never read Oct 12 19:39:26.963 INFO kablam! --> src/g/he/algo/strings.rs:49:13 Oct 12 19:39:26.963 INFO kablam! | Oct 12 19:39:26.963 INFO kablam! 49 | let mut tmp = 0; Oct 12 19:39:26.963 INFO kablam! | ^^^ Oct 12 19:39:26.963 INFO kablam! | Oct 12 19:39:26.963 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:39:26.963 INFO kablam! Oct 12 19:39:26.979 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:26.979 INFO kablam! --> src/g/he/algo/strings.rs:27:9 Oct 12 19:39:26.979 INFO kablam! | Oct 12 19:39:26.979 INFO kablam! 27 | let mut flag: bool = true; Oct 12 19:39:26.979 INFO kablam! | ----^^^^ Oct 12 19:39:26.979 INFO kablam! | | Oct 12 19:39:26.979 INFO kablam! | help: remove this `mut` Oct 12 19:39:26.979 INFO kablam! | Oct 12 19:39:26.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:26.979 INFO kablam! Oct 12 19:39:26.979 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:26.979 INFO kablam! --> src/g/he/algo/strings.rs:29:9 Oct 12 19:39:26.979 INFO kablam! | Oct 12 19:39:26.979 INFO kablam! 29 | let mut rev_str = String::new(); Oct 12 19:39:26.979 INFO kablam! | ----^^^^^^^ Oct 12 19:39:26.979 INFO kablam! | | Oct 12 19:39:26.979 INFO kablam! | help: remove this `mut` Oct 12 19:39:26.979 INFO kablam! Oct 12 19:39:26.979 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:26.979 INFO kablam! --> src/g/he/algo/strings.rs:30:9 Oct 12 19:39:26.979 INFO kablam! | Oct 12 19:39:26.979 INFO kablam! 30 | let mut rev: String = strg.chars().rev().collect(); Oct 12 19:39:26.979 INFO kablam! | ----^^^ Oct 12 19:39:26.979 INFO kablam! | | Oct 12 19:39:26.979 INFO kablam! | help: remove this `mut` Oct 12 19:39:26.979 INFO kablam! Oct 12 19:39:26.979 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:26.979 INFO kablam! --> src/g/he/algo/strings.rs:46:9 Oct 12 19:39:26.979 INFO kablam! | Oct 12 19:39:26.979 INFO kablam! 46 | let mut sum: i32 = 0; Oct 12 19:39:26.979 INFO kablam! | ----^^^ Oct 12 19:39:26.979 INFO kablam! | | Oct 12 19:39:26.979 INFO kablam! | help: remove this `mut` Oct 12 19:39:26.979 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:26.983 INFO kablam! --> src/g/he/algo/strings.rs:71:9 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 71 | let mut vec = ip_txt.to_string().into_bytes(); Oct 12 19:39:26.983 INFO kablam! | ----^^^ Oct 12 19:39:26.983 INFO kablam! | | Oct 12 19:39:26.983 INFO kablam! | help: remove this `mut` Oct 12 19:39:26.983 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: function is never used: `hello` Oct 12 19:39:26.983 INFO kablam! --> src/g/arr/array.rs:2:1 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 2 | pub fn hello(){ Oct 12 19:39:26.983 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:26.983 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: function is never used: `read_file_input` Oct 12 19:39:26.983 INFO kablam! --> src/g/i_o/read_file.rs:5:1 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 5 | pub fn read_file_input(){ Oct 12 19:39:26.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:26.983 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: function is never used: `create_file` Oct 12 19:39:26.983 INFO kablam! --> src/g/i_o/read_file.rs:32:1 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 32 | pub fn create_file(path: &str) -> File{ Oct 12 19:39:26.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:26.983 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: function is never used: `monk` Oct 12 19:39:26.983 INFO kablam! --> src/g/he/ds/array_1d.rs:3:1 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 3 | pub fn monk(){ Oct 12 19:39:26.983 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:39:26.983 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: function is never used: `readInt` Oct 12 19:39:26.983 INFO kablam! --> src/g/he/ds/array_1d.rs:42:1 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 42 | fn readInt() -> i32{ Oct 12 19:39:26.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:26.983 INFO kablam! Oct 12 19:39:26.983 INFO kablam! warning: function is never used: `call` Oct 12 19:39:26.983 INFO kablam! --> src/g/he/algo/strings.rs:4:1 Oct 12 19:39:26.983 INFO kablam! | Oct 12 19:39:26.983 INFO kablam! 4 | pub fn call(){ Oct 12 19:39:26.983 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:39:26.984 INFO kablam! Oct 12 19:39:26.984 INFO kablam! warning: function is never used: `pallindrome` Oct 12 19:39:26.984 INFO kablam! --> src/g/he/algo/strings.rs:25:1 Oct 12 19:39:26.984 INFO kablam! | Oct 12 19:39:26.984 INFO kablam! 25 | pub fn pallindrome(){ Oct 12 19:39:26.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:26.984 INFO kablam! Oct 12 19:39:26.984 INFO kablam! warning: function is never used: `permutation` Oct 12 19:39:26.984 INFO kablam! --> src/g/he/algo/strings.rs:43:1 Oct 12 19:39:26.984 INFO kablam! | Oct 12 19:39:26.984 INFO kablam! 43 | pub fn permutation(){ Oct 12 19:39:26.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:26.984 INFO kablam! Oct 12 19:39:26.984 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 12 19:39:26.984 INFO kablam! --> src/g/he/ds/array_1d.rs:8:10 Oct 12 19:39:26.984 INFO kablam! | Oct 12 19:39:26.984 INFO kablam! 8 | let N: usize; Oct 12 19:39:26.984 INFO kablam! | ^ Oct 12 19:39:26.984 INFO kablam! | Oct 12 19:39:26.984 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:26.984 INFO kablam! Oct 12 19:39:26.984 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 12 19:39:26.984 INFO kablam! --> src/g/he/ds/array_1d.rs:42:1 Oct 12 19:39:26.984 INFO kablam! | Oct 12 19:39:26.984 INFO kablam! 42 | / fn readInt() -> i32{ Oct 12 19:39:26.984 INFO kablam! 43 | | let mut ip_txt = String::new(); Oct 12 19:39:26.984 INFO kablam! 44 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:26.984 INFO kablam! 45 | | let trimed = ip_txt.trim(); Oct 12 19:39:26.984 INFO kablam! ... | Oct 12 19:39:26.984 INFO kablam! 50 | | } Oct 12 19:39:26.984 INFO kablam! 51 | | } Oct 12 19:39:26.984 INFO kablam! | |_^ Oct 12 19:39:26.984 INFO kablam! Oct 12 19:39:26.984 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:26.984 INFO kablam! --> src/main.rs:14:9 Oct 12 19:39:26.984 INFO kablam! | Oct 12 19:39:26.984 INFO kablam! 14 | let T = readInt(); Oct 12 19:39:26.984 INFO kablam! | ^ Oct 12 19:39:26.984 INFO kablam! Oct 12 19:39:27.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Oct 12 19:39:27.601 INFO kablam! su: No module specific data is present Oct 12 19:39:28.515 INFO running `"docker" "rm" "-f" "5b655e612ad3e8ae66f351e126b2fbbf10dfda7dfca107a156bc0ef586d67436"` Oct 12 19:39:28.879 INFO blam! 5b655e612ad3e8ae66f351e126b2fbbf10dfda7dfca107a156bc0ef586d67436 Oct 12 19:39:28.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 19:39:29.259 INFO blam! 81191e0afbbfe7be1ed40ba574db5b09e565f41bd1d07d18273f319dc66087da Oct 12 19:39:29.267 INFO running `"docker" "start" "-a" "81191e0afbbfe7be1ed40ba574db5b09e565f41bd1d07d18273f319dc66087da"` Oct 12 19:39:30.647 INFO kablam! usermod: no changes Oct 12 19:39:30.695 INFO kablam! Compiling g_a v0.1.0 (/source) Oct 12 19:39:31.019 INFO kablam! warning: unused import: `g::he::ds::array_1d` Oct 12 19:39:31.019 INFO kablam! --> src/main.rs:6:5 Oct 12 19:39:31.019 INFO kablam! | Oct 12 19:39:31.019 INFO kablam! 6 | use g::he::ds::array_1d; Oct 12 19:39:31.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:31.019 INFO kablam! | Oct 12 19:39:31.019 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:31.019 INFO kablam! Oct 12 19:39:31.019 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:31.019 INFO kablam! --> src/main.rs:7:5 Oct 12 19:39:31.019 INFO kablam! | Oct 12 19:39:31.019 INFO kablam! 7 | use std::io; Oct 12 19:39:31.019 INFO kablam! | ^^^^^^^ Oct 12 19:39:31.019 INFO kablam! Oct 12 19:39:31.091 INFO kablam! warning: unused variable: `trimed` Oct 12 19:39:31.091 INFO kablam! --> src/my_lib/lib.rs:29:9 Oct 12 19:39:31.091 INFO kablam! | Oct 12 19:39:31.091 INFO kablam! 29 | let trimed = ip_txt.trim(); Oct 12 19:39:31.091 INFO kablam! | ^^^^^^ help: consider using `_trimed` instead Oct 12 19:39:31.091 INFO kablam! | Oct 12 19:39:31.091 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:31.091 INFO kablam! Oct 12 19:39:31.091 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 12 19:39:31.091 INFO kablam! --> src/my_lib/lib.rs:13:1 Oct 12 19:39:31.091 INFO kablam! | Oct 12 19:39:31.091 INFO kablam! 13 | / pub fn readInt() -> i32{ Oct 12 19:39:31.091 INFO kablam! 14 | | let mut ip_txt = String::new(); Oct 12 19:39:31.091 INFO kablam! 15 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:31.091 INFO kablam! 16 | | let trimed = ip_txt.trim(); Oct 12 19:39:31.091 INFO kablam! ... | Oct 12 19:39:31.091 INFO kablam! 23 | | trimed.parse::().unwrap() Oct 12 19:39:31.091 INFO kablam! 24 | | } Oct 12 19:39:31.091 INFO kablam! | |_^ Oct 12 19:39:31.091 INFO kablam! | Oct 12 19:39:31.091 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:31.091 INFO kablam! Oct 12 19:39:31.095 INFO kablam! warning: function `readIntArray` should have a snake case name such as `read_int_array` Oct 12 19:39:31.095 INFO kablam! --> src/my_lib/lib.rs:26:1 Oct 12 19:39:31.095 INFO kablam! | Oct 12 19:39:31.095 INFO kablam! 26 | / pub fn readIntArray(array: &mut Vec){ Oct 12 19:39:31.095 INFO kablam! 27 | | let mut ip_txt = String::new(); Oct 12 19:39:31.095 INFO kablam! 28 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:31.095 INFO kablam! 29 | | let trimed = ip_txt.trim(); Oct 12 19:39:31.095 INFO kablam! ... | Oct 12 19:39:31.095 INFO kablam! 34 | | } Oct 12 19:39:31.095 INFO kablam! 35 | | } Oct 12 19:39:31.095 INFO kablam! | |_^ Oct 12 19:39:31.095 INFO kablam! Oct 12 19:39:31.131 INFO kablam! warning: unused variable: `flag` Oct 12 19:39:31.131 INFO kablam! --> src/g/he/algo/strings.rs:27:13 Oct 12 19:39:31.131 INFO kablam! | Oct 12 19:39:31.131 INFO kablam! 27 | let mut flag: bool = true; Oct 12 19:39:31.131 INFO kablam! | ^^^^ help: consider using `_flag` instead Oct 12 19:39:31.131 INFO kablam! | Oct 12 19:39:31.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:31.131 INFO kablam! Oct 12 19:39:31.131 INFO kablam! warning: unused variable: `rev_str` Oct 12 19:39:31.131 INFO kablam! --> src/g/he/algo/strings.rs:29:13 Oct 12 19:39:31.131 INFO kablam! | Oct 12 19:39:31.131 INFO kablam! 29 | let mut rev_str = String::new(); Oct 12 19:39:31.131 INFO kablam! | ^^^^^^^ help: consider using `_rev_str` instead Oct 12 19:39:31.131 INFO kablam! Oct 12 19:39:31.131 INFO kablam! warning: unused variable: `sum` Oct 12 19:39:31.131 INFO kablam! --> src/g/he/algo/strings.rs:46:13 Oct 12 19:39:31.131 INFO kablam! | Oct 12 19:39:31.131 INFO kablam! 46 | let mut sum: i32 = 0; Oct 12 19:39:31.131 INFO kablam! | ^^^ help: consider using `_sum` instead Oct 12 19:39:31.131 INFO kablam! Oct 12 19:39:31.131 INFO kablam! warning: value assigned to `tmp` is never read Oct 12 19:39:31.131 INFO kablam! --> src/g/he/algo/strings.rs:49:13 Oct 12 19:39:31.131 INFO kablam! | Oct 12 19:39:31.131 INFO kablam! 49 | let mut tmp = 0; Oct 12 19:39:31.131 INFO kablam! | ^^^ Oct 12 19:39:31.131 INFO kablam! | Oct 12 19:39:31.131 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:39:31.131 INFO kablam! Oct 12 19:39:31.138 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:31.138 INFO kablam! --> src/g/he/algo/strings.rs:27:9 Oct 12 19:39:31.138 INFO kablam! | Oct 12 19:39:31.138 INFO kablam! 27 | let mut flag: bool = true; Oct 12 19:39:31.138 INFO kablam! | ----^^^^ Oct 12 19:39:31.138 INFO kablam! | | Oct 12 19:39:31.138 INFO kablam! | help: remove this `mut` Oct 12 19:39:31.138 INFO kablam! | Oct 12 19:39:31.138 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:31.138 INFO kablam! Oct 12 19:39:31.138 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:31.138 INFO kablam! --> src/g/he/algo/strings.rs:29:9 Oct 12 19:39:31.138 INFO kablam! | Oct 12 19:39:31.138 INFO kablam! 29 | let mut rev_str = String::new(); Oct 12 19:39:31.138 INFO kablam! | ----^^^^^^^ Oct 12 19:39:31.138 INFO kablam! | | Oct 12 19:39:31.138 INFO kablam! | help: remove this `mut` Oct 12 19:39:31.138 INFO kablam! Oct 12 19:39:31.138 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:31.138 INFO kablam! --> src/g/he/algo/strings.rs:30:9 Oct 12 19:39:31.138 INFO kablam! | Oct 12 19:39:31.138 INFO kablam! 30 | let mut rev: String = strg.chars().rev().collect(); Oct 12 19:39:31.138 INFO kablam! | ----^^^ Oct 12 19:39:31.138 INFO kablam! | | Oct 12 19:39:31.138 INFO kablam! | help: remove this `mut` Oct 12 19:39:31.138 INFO kablam! Oct 12 19:39:31.140 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:31.140 INFO kablam! --> src/g/he/algo/strings.rs:46:9 Oct 12 19:39:31.140 INFO kablam! | Oct 12 19:39:31.140 INFO kablam! 46 | let mut sum: i32 = 0; Oct 12 19:39:31.140 INFO kablam! | ----^^^ Oct 12 19:39:31.140 INFO kablam! | | Oct 12 19:39:31.140 INFO kablam! | help: remove this `mut` Oct 12 19:39:31.140 INFO kablam! Oct 12 19:39:31.146 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:31.146 INFO kablam! --> src/g/he/algo/strings.rs:71:9 Oct 12 19:39:31.146 INFO kablam! | Oct 12 19:39:31.146 INFO kablam! 71 | let mut vec = ip_txt.to_string().into_bytes(); Oct 12 19:39:31.146 INFO kablam! | ----^^^ Oct 12 19:39:31.146 INFO kablam! | | Oct 12 19:39:31.146 INFO kablam! | help: remove this `mut` Oct 12 19:39:31.146 INFO kablam! Oct 12 19:39:31.146 INFO kablam! warning: function is never used: `hello` Oct 12 19:39:31.146 INFO kablam! --> src/g/arr/array.rs:2:1 Oct 12 19:39:31.146 INFO kablam! | Oct 12 19:39:31.146 INFO kablam! 2 | pub fn hello(){ Oct 12 19:39:31.146 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:39:31.146 INFO kablam! | Oct 12 19:39:31.146 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:31.146 INFO kablam! Oct 12 19:39:31.146 INFO kablam! warning: function is never used: `read_file_input` Oct 12 19:39:31.146 INFO kablam! --> src/g/i_o/read_file.rs:5:1 Oct 12 19:39:31.146 INFO kablam! | Oct 12 19:39:31.146 INFO kablam! 5 | pub fn read_file_input(){ Oct 12 19:39:31.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:31.146 INFO kablam! Oct 12 19:39:31.146 INFO kablam! warning: function is never used: `create_file` Oct 12 19:39:31.146 INFO kablam! --> src/g/i_o/read_file.rs:32:1 Oct 12 19:39:31.146 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 32 | pub fn create_file(path: &str) -> File{ Oct 12 19:39:31.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: function is never used: `monk` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/ds/array_1d.rs:3:1 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 3 | pub fn monk(){ Oct 12 19:39:31.147 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: function is never used: `readInt` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/ds/array_1d.rs:42:1 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 42 | fn readInt() -> i32{ Oct 12 19:39:31.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: function is never used: `call` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/algo/strings.rs:4:1 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 4 | pub fn call(){ Oct 12 19:39:31.147 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: function is never used: `pallindrome` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/algo/strings.rs:25:1 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 25 | pub fn pallindrome(){ Oct 12 19:39:31.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: function is never used: `permutation` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/algo/strings.rs:43:1 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 43 | pub fn permutation(){ Oct 12 19:39:31.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: variable `N` should have a snake case name such as `n` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/ds/array_1d.rs:8:10 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 8 | let N: usize; Oct 12 19:39:31.147 INFO kablam! | ^ Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.147 INFO kablam! warning: function `readInt` should have a snake case name such as `read_int` Oct 12 19:39:31.147 INFO kablam! --> src/g/he/ds/array_1d.rs:42:1 Oct 12 19:39:31.147 INFO kablam! | Oct 12 19:39:31.147 INFO kablam! 42 | / fn readInt() -> i32{ Oct 12 19:39:31.147 INFO kablam! 43 | | let mut ip_txt = String::new(); Oct 12 19:39:31.147 INFO kablam! 44 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:31.147 INFO kablam! 45 | | let trimed = ip_txt.trim(); Oct 12 19:39:31.147 INFO kablam! ... | Oct 12 19:39:31.147 INFO kablam! 50 | | } Oct 12 19:39:31.147 INFO kablam! 51 | | } Oct 12 19:39:31.147 INFO kablam! | |_^ Oct 12 19:39:31.147 INFO kablam! Oct 12 19:39:31.151 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:31.151 INFO kablam! --> src/main.rs:14:9 Oct 12 19:39:31.151 INFO kablam! | Oct 12 19:39:31.151 INFO kablam! 14 | let T = readInt(); Oct 12 19:39:31.151 INFO kablam! | ^ Oct 12 19:39:31.151 INFO kablam! Oct 12 19:39:32.018 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 12 19:39:32.027 INFO kablam! su: No module specific data is present Oct 12 19:39:32.796 INFO running `"docker" "rm" "-f" "81191e0afbbfe7be1ed40ba574db5b09e565f41bd1d07d18273f319dc66087da"` Oct 12 19:39:33.087 INFO blam! 81191e0afbbfe7be1ed40ba574db5b09e565f41bd1d07d18273f319dc66087da Oct 12 19:39:33.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 19:39:33.583 INFO blam! 3f5ad291b8f4e54193afaa7c56475d1c32f195e8e85c479b6b52defecb63c593 Oct 12 19:39:33.583 INFO running `"docker" "start" "-a" "3f5ad291b8f4e54193afaa7c56475d1c32f195e8e85c479b6b52defecb63c593"` Oct 12 19:39:34.807 INFO kablam! usermod: no changes Oct 12 19:39:34.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 19:39:34.895 INFO kablam! Running /target/debug/deps/my_lib-96e5385c6900f86b Oct 12 19:39:34.895 INFO kablam! Running /target/debug/deps/g_a-ae118514be7f4101 Oct 12 19:39:34.895 INFO kablam! Doc-tests my_lib Oct 12 19:39:34.895 INFO blam! Oct 12 19:39:34.895 INFO blam! running 0 tests Oct 12 19:39:34.895 INFO blam! Oct 12 19:39:34.895 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:34.895 INFO blam! Oct 12 19:39:34.896 INFO blam! Oct 12 19:39:34.896 INFO blam! running 0 tests Oct 12 19:39:34.896 INFO blam! Oct 12 19:39:34.896 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:34.896 INFO blam! Oct 12 19:39:35.063 INFO blam! Oct 12 19:39:35.063 INFO kablam! su: No module specific data is present Oct 12 19:39:35.063 INFO blam! running 0 tests Oct 12 19:39:35.063 INFO blam! Oct 12 19:39:35.063 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:35.063 INFO blam! Oct 12 19:39:35.913 INFO running `"docker" "rm" "-f" "3f5ad291b8f4e54193afaa7c56475d1c32f195e8e85c479b6b52defecb63c593"` Oct 12 19:39:36.147 INFO blam! 3f5ad291b8f4e54193afaa7c56475d1c32f195e8e85c479b6b52defecb63c593