Oct 12 19:39:50.389 INFO testing vksmgr/com_lin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:39:50.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:50.739 INFO blam! 5b690e98bc1d75934b456346dc8f338057824458f4497895f5d989d69c469754 Oct 12 19:39:50.745 INFO running `"docker" "start" "-a" "5b690e98bc1d75934b456346dc8f338057824458f4497895f5d989d69c469754"` Oct 12 19:39:51.326 INFO kablam! usermod: no changes Oct 12 19:39:51.353 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:51.518 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:51.518 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:51.518 INFO kablam! | Oct 12 19:39:51.518 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:51.518 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:51.518 INFO kablam! 12 | | Oct 12 19:39:51.518 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:51.518 INFO kablam! ... | Oct 12 19:39:51.518 INFO kablam! 17 | | } Oct 12 19:39:51.518 INFO kablam! 18 | | } Oct 12 19:39:51.518 INFO kablam! | |_^ Oct 12 19:39:51.518 INFO kablam! | Oct 12 19:39:51.518 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:51.518 INFO kablam! Oct 12 19:39:51.521 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:51.521 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:51.521 INFO kablam! | Oct 12 19:39:51.521 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:51.522 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:51.522 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.522 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.522 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:51.522 INFO kablam! 25 | | } Oct 12 19:39:51.522 INFO kablam! | |_^ Oct 12 19:39:51.522 INFO kablam! Oct 12 19:39:51.522 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:51.522 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:51.522 INFO kablam! | Oct 12 19:39:51.522 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:51.522 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:51.522 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.522 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.522 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:51.522 INFO kablam! 32 | | } Oct 12 19:39:51.522 INFO kablam! | |_^ Oct 12 19:39:51.522 INFO kablam! Oct 12 19:39:51.522 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:51.522 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:51.522 INFO kablam! | Oct 12 19:39:51.522 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:51.522 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:51.522 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.522 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.522 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:51.522 INFO kablam! 39 | | } Oct 12 19:39:51.522 INFO kablam! | |_^ Oct 12 19:39:51.522 INFO kablam! Oct 12 19:39:52.031 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:52.031 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:52.031 INFO kablam! | Oct 12 19:39:52.031 INFO kablam! 2 | use std::io; Oct 12 19:39:52.031 INFO kablam! | ^^^^^^^ Oct 12 19:39:52.031 INFO kablam! | Oct 12 19:39:52.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:52.031 INFO kablam! Oct 12 19:39:52.059 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:52.059 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:52.059 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:52.059 INFO kablam! Oct 12 19:39:52.059 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:52.059 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:52.059 INFO kablam! | ----^^^^ Oct 12 19:39:52.059 INFO kablam! | | Oct 12 19:39:52.059 INFO kablam! | help: remove this `mut` Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:52.059 INFO kablam! Oct 12 19:39:52.059 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:52.059 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:52.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:52.059 INFO kablam! Oct 12 19:39:52.059 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:52.059 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:52.059 INFO kablam! | ^ Oct 12 19:39:52.059 INFO kablam! | Oct 12 19:39:52.059 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:52.059 INFO kablam! Oct 12 19:39:52.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 12 19:39:52.547 INFO kablam! su: No module specific data is present Oct 12 19:39:52.923 INFO running `"docker" "rm" "-f" "5b690e98bc1d75934b456346dc8f338057824458f4497895f5d989d69c469754"` Oct 12 19:39:53.099 INFO blam! 5b690e98bc1d75934b456346dc8f338057824458f4497895f5d989d69c469754 Oct 12 19:39:53.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:53.415 INFO blam! 67774f251362b65f52c5d2a9ece62e83f370b3af7d43e60926d113c24d97a240 Oct 12 19:39:53.423 INFO running `"docker" "start" "-a" "67774f251362b65f52c5d2a9ece62e83f370b3af7d43e60926d113c24d97a240"` Oct 12 19:39:54.159 INFO kablam! usermod: no changes Oct 12 19:39:54.194 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:54.315 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:54.315 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:54.315 INFO kablam! | Oct 12 19:39:54.315 INFO kablam! 2 | use std::io; Oct 12 19:39:54.315 INFO kablam! | ^^^^^^^ Oct 12 19:39:54.315 INFO kablam! | Oct 12 19:39:54.315 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:54.315 INFO kablam! Oct 12 19:39:54.334 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:54.335 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:54.335 INFO kablam! | Oct 12 19:39:54.335 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:54.335 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:54.335 INFO kablam! | Oct 12 19:39:54.338 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:54.339 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:54.339 INFO kablam! | ----^^^^ Oct 12 19:39:54.339 INFO kablam! | | Oct 12 19:39:54.339 INFO kablam! | help: remove this `mut` Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:54.339 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:54.339 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:54.339 INFO kablam! 12 | | Oct 12 19:39:54.339 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:54.339 INFO kablam! ... | Oct 12 19:39:54.339 INFO kablam! 17 | | } Oct 12 19:39:54.339 INFO kablam! 18 | | } Oct 12 19:39:54.339 INFO kablam! | |_^ Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:54.339 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:54.339 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:54.339 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:54.339 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:54.339 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:54.339 INFO kablam! 25 | | } Oct 12 19:39:54.339 INFO kablam! | |_^ Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:54.339 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:54.339 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:54.339 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:54.339 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:54.339 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:54.339 INFO kablam! 32 | | } Oct 12 19:39:54.339 INFO kablam! | |_^ Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:54.339 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:54.339 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:54.339 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:54.339 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:54.339 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:54.339 INFO kablam! 39 | | } Oct 12 19:39:54.339 INFO kablam! | |_^ Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:54.339 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:54.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.339 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:54.339 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:54.339 INFO kablam! | ^ Oct 12 19:39:54.339 INFO kablam! | Oct 12 19:39:54.339 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:54.339 INFO kablam! Oct 12 19:39:54.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 12 19:39:54.713 INFO kablam! su: No module specific data is present Oct 12 19:39:54.988 INFO running `"docker" "rm" "-f" "67774f251362b65f52c5d2a9ece62e83f370b3af7d43e60926d113c24d97a240"` Oct 12 19:39:55.085 INFO blam! 67774f251362b65f52c5d2a9ece62e83f370b3af7d43e60926d113c24d97a240 Oct 12 19:39:55.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:55.266 INFO blam! 66361e771a0d39cabf363dd5fe5d5b334741ea488410e4c4a556fb50885fefa0 Oct 12 19:39:55.266 INFO running `"docker" "start" "-a" "66361e771a0d39cabf363dd5fe5d5b334741ea488410e4c4a556fb50885fefa0"` Oct 12 19:39:55.832 INFO kablam! usermod: no changes Oct 12 19:39:55.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:39:55.859 INFO kablam! Running /target/debug/deps/mlib-0b2e5d9abccb9557 Oct 12 19:39:55.861 INFO kablam! Running /target/debug/deps/comrust-9abf55f5d2da56ae Oct 12 19:39:55.861 INFO blam! Oct 12 19:39:55.861 INFO blam! running 0 tests Oct 12 19:39:55.861 INFO blam! Oct 12 19:39:55.861 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:55.861 INFO blam! Oct 12 19:39:55.864 INFO blam! Oct 12 19:39:55.864 INFO blam! running 0 tests Oct 12 19:39:55.864 INFO blam! Oct 12 19:39:55.864 INFO kablam! Doc-tests mlib Oct 12 19:39:55.864 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:55.864 INFO blam! Oct 12 19:39:56.019 INFO blam! Oct 12 19:39:56.019 INFO blam! running 0 tests Oct 12 19:39:56.019 INFO blam! Oct 12 19:39:56.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:56.019 INFO blam! Oct 12 19:39:56.024 INFO kablam! su: No module specific data is present Oct 12 19:39:56.361 INFO running `"docker" "rm" "-f" "66361e771a0d39cabf363dd5fe5d5b334741ea488410e4c4a556fb50885fefa0"` Oct 12 19:39:56.466 INFO blam! 66361e771a0d39cabf363dd5fe5d5b334741ea488410e4c4a556fb50885fefa0