Oct 12 19:39:48.827 INFO testing vksmgr/com_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:39:48.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:49.225 INFO blam! 004d2a4a56dddea7aafc276e2801e58310b7d5bac76a1d8d01c225b67117a158 Oct 12 19:39:49.227 INFO running `"docker" "start" "-a" "004d2a4a56dddea7aafc276e2801e58310b7d5bac76a1d8d01c225b67117a158"` Oct 12 19:39:50.389 INFO kablam! usermod: no changes Oct 12 19:39:50.449 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:50.639 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:50.640 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:50.640 INFO kablam! | Oct 12 19:39:50.640 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:50.640 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:50.640 INFO kablam! 12 | | Oct 12 19:39:50.640 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:50.640 INFO kablam! ... | Oct 12 19:39:50.640 INFO kablam! 17 | | } Oct 12 19:39:50.640 INFO kablam! 18 | | } Oct 12 19:39:50.640 INFO kablam! | |_^ Oct 12 19:39:50.640 INFO kablam! | Oct 12 19:39:50.640 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:50.640 INFO kablam! Oct 12 19:39:50.640 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:50.640 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:50.640 INFO kablam! | Oct 12 19:39:50.640 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:50.640 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:50.640 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:50.640 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:50.640 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:50.640 INFO kablam! 25 | | } Oct 12 19:39:50.640 INFO kablam! | |_^ Oct 12 19:39:50.640 INFO kablam! Oct 12 19:39:50.640 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:50.640 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:50.640 INFO kablam! | Oct 12 19:39:50.640 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:50.640 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:50.640 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:50.640 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:50.640 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:50.640 INFO kablam! 32 | | } Oct 12 19:39:50.640 INFO kablam! | |_^ Oct 12 19:39:50.640 INFO kablam! Oct 12 19:39:50.640 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:50.640 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:50.640 INFO kablam! | Oct 12 19:39:50.640 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:50.640 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:50.640 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:50.640 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:50.640 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:50.640 INFO kablam! 39 | | } Oct 12 19:39:50.640 INFO kablam! | |_^ Oct 12 19:39:50.640 INFO kablam! Oct 12 19:39:50.897 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:50.897 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:50.897 INFO kablam! | Oct 12 19:39:50.897 INFO kablam! 2 | use std::io; Oct 12 19:39:50.897 INFO kablam! | ^^^^^^^ Oct 12 19:39:50.897 INFO kablam! | Oct 12 19:39:50.897 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:50.897 INFO kablam! Oct 12 19:39:50.917 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:50.917 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:50.917 INFO kablam! | Oct 12 19:39:50.917 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:50.917 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:50.917 INFO kablam! | Oct 12 19:39:50.917 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:50.917 INFO kablam! Oct 12 19:39:50.918 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:50.918 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:50.918 INFO kablam! | Oct 12 19:39:50.918 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:50.918 INFO kablam! | ----^^^^ Oct 12 19:39:50.918 INFO kablam! | | Oct 12 19:39:50.918 INFO kablam! | help: remove this `mut` Oct 12 19:39:50.918 INFO kablam! | Oct 12 19:39:50.918 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:50.918 INFO kablam! Oct 12 19:39:50.922 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:50.922 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:50.922 INFO kablam! | Oct 12 19:39:50.922 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:50.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:50.922 INFO kablam! | Oct 12 19:39:50.922 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:50.922 INFO kablam! Oct 12 19:39:50.922 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:50.922 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:50.922 INFO kablam! | Oct 12 19:39:50.922 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:50.922 INFO kablam! | ^ Oct 12 19:39:50.922 INFO kablam! | Oct 12 19:39:50.922 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:50.922 INFO kablam! Oct 12 19:39:51.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 12 19:39:51.248 INFO kablam! su: No module specific data is present Oct 12 19:39:51.673 INFO running `"docker" "rm" "-f" "004d2a4a56dddea7aafc276e2801e58310b7d5bac76a1d8d01c225b67117a158"` Oct 12 19:39:51.839 INFO blam! 004d2a4a56dddea7aafc276e2801e58310b7d5bac76a1d8d01c225b67117a158 Oct 12 19:39:51.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:52.208 INFO blam! f061628b9baedd19b7085fb2e1e8aa43690172e726926dd73af0262b19c7933a Oct 12 19:39:52.210 INFO running `"docker" "start" "-a" "f061628b9baedd19b7085fb2e1e8aa43690172e726926dd73af0262b19c7933a"` Oct 12 19:39:53.039 INFO kablam! usermod: no changes Oct 12 19:39:53.083 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:53.191 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:53.192 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:53.192 INFO kablam! | Oct 12 19:39:53.192 INFO kablam! 2 | use std::io; Oct 12 19:39:53.192 INFO kablam! | ^^^^^^^ Oct 12 19:39:53.192 INFO kablam! | Oct 12 19:39:53.192 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:53.192 INFO kablam! Oct 12 19:39:53.221 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:53.221 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:53.221 INFO kablam! | Oct 12 19:39:53.221 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:53.221 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:53.221 INFO kablam! | Oct 12 19:39:53.221 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:53.222 INFO kablam! Oct 12 19:39:53.227 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:53.227 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:53.227 INFO kablam! | Oct 12 19:39:53.227 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:53.227 INFO kablam! | ----^^^^ Oct 12 19:39:53.227 INFO kablam! | | Oct 12 19:39:53.227 INFO kablam! | help: remove this `mut` Oct 12 19:39:53.227 INFO kablam! | Oct 12 19:39:53.227 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:53.227 INFO kablam! Oct 12 19:39:53.228 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:53.228 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:53.229 INFO kablam! | Oct 12 19:39:53.229 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:53.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:53.229 INFO kablam! | Oct 12 19:39:53.229 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:53.229 INFO kablam! Oct 12 19:39:53.229 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:53.229 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:53.229 INFO kablam! | Oct 12 19:39:53.229 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:53.229 INFO kablam! | ^ Oct 12 19:39:53.229 INFO kablam! | Oct 12 19:39:53.229 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:53.229 INFO kablam! Oct 12 19:39:53.259 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:53.259 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:53.259 INFO kablam! | Oct 12 19:39:53.259 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:53.259 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:53.259 INFO kablam! 12 | | Oct 12 19:39:53.259 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:53.259 INFO kablam! ... | Oct 12 19:39:53.259 INFO kablam! 17 | | } Oct 12 19:39:53.259 INFO kablam! 18 | | } Oct 12 19:39:53.259 INFO kablam! | |_^ Oct 12 19:39:53.259 INFO kablam! | Oct 12 19:39:53.259 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:53.259 INFO kablam! Oct 12 19:39:53.259 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:53.259 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:53.259 INFO kablam! | Oct 12 19:39:53.259 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:53.259 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:53.259 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:53.259 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:53.259 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:53.259 INFO kablam! 25 | | } Oct 12 19:39:53.259 INFO kablam! | |_^ Oct 12 19:39:53.259 INFO kablam! Oct 12 19:39:53.259 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:53.259 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:53.259 INFO kablam! | Oct 12 19:39:53.259 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:53.259 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:53.259 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:53.259 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:53.259 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:53.259 INFO kablam! 32 | | } Oct 12 19:39:53.259 INFO kablam! | |_^ Oct 12 19:39:53.259 INFO kablam! Oct 12 19:39:53.259 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:53.259 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:53.259 INFO kablam! | Oct 12 19:39:53.259 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:53.259 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:53.259 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:53.259 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:53.259 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:53.259 INFO kablam! 39 | | } Oct 12 19:39:53.259 INFO kablam! | |_^ Oct 12 19:39:53.259 INFO kablam! Oct 12 19:39:53.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 12 19:39:53.651 INFO kablam! su: No module specific data is present Oct 12 19:39:53.907 INFO running `"docker" "rm" "-f" "f061628b9baedd19b7085fb2e1e8aa43690172e726926dd73af0262b19c7933a"` Oct 12 19:39:54.059 INFO blam! f061628b9baedd19b7085fb2e1e8aa43690172e726926dd73af0262b19c7933a Oct 12 19:39:54.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:54.375 INFO blam! ca90614e47e9cee9ece1f2a7b536d97682cc2d5ac07f0713540febc6c26766fe Oct 12 19:39:54.376 INFO running `"docker" "start" "-a" "ca90614e47e9cee9ece1f2a7b536d97682cc2d5ac07f0713540febc6c26766fe"` Oct 12 19:39:54.827 INFO kablam! usermod: no changes Oct 12 19:39:54.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:39:54.848 INFO kablam! Running /target/debug/deps/mlib-0b2e5d9abccb9557 Oct 12 19:39:54.849 INFO blam! Oct 12 19:39:54.849 INFO blam! running 0 tests Oct 12 19:39:54.849 INFO blam! Oct 12 19:39:54.849 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:54.849 INFO blam! Oct 12 19:39:54.850 INFO kablam! Running /target/debug/deps/comrust-9abf55f5d2da56ae Oct 12 19:39:54.851 INFO blam! Oct 12 19:39:54.851 INFO blam! running 0 tests Oct 12 19:39:54.851 INFO blam! Oct 12 19:39:54.851 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:54.851 INFO blam! Oct 12 19:39:54.854 INFO kablam! Doc-tests mlib Oct 12 19:39:54.964 INFO blam! Oct 12 19:39:54.964 INFO blam! running 0 tests Oct 12 19:39:54.964 INFO blam! Oct 12 19:39:54.964 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:54.964 INFO blam! Oct 12 19:39:54.968 INFO kablam! su: No module specific data is present Oct 12 19:39:55.232 INFO running `"docker" "rm" "-f" "ca90614e47e9cee9ece1f2a7b536d97682cc2d5ac07f0713540febc6c26766fe"` Oct 12 19:39:55.327 INFO blam! ca90614e47e9cee9ece1f2a7b536d97682cc2d5ac07f0713540febc6c26766fe