Oct 10 12:39:07.601 INFO testing vksmgr/com_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:39:07.601 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:39:07.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:39:07.780 INFO blam! 252ea36183d00234e3eee4edde89bbeb0e451dc0a1597f6ab94b6a2829c27823 Oct 10 12:39:07.782 INFO running `"docker" "start" "-a" "252ea36183d00234e3eee4edde89bbeb0e451dc0a1597f6ab94b6a2829c27823"` Oct 10 12:39:08.201 INFO kablam! usermod: no changes Oct 10 12:39:08.221 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 10 12:39:08.564 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 10 12:39:08.565 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 10 12:39:08.565 INFO kablam! | Oct 10 12:39:08.565 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 10 12:39:08.566 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 10 12:39:08.566 INFO kablam! 12 | | Oct 10 12:39:08.566 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 10 12:39:08.566 INFO kablam! ... | Oct 10 12:39:08.567 INFO kablam! 17 | | } Oct 10 12:39:08.567 INFO kablam! 18 | | } Oct 10 12:39:08.567 INFO kablam! | |_^ Oct 10 12:39:08.568 INFO kablam! | Oct 10 12:39:08.568 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:08.568 INFO kablam! Oct 10 12:39:08.569 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 10 12:39:08.569 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 10 12:39:08.569 INFO kablam! | Oct 10 12:39:08.569 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 10 12:39:08.570 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 10 12:39:08.570 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:08.570 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 10 12:39:08.570 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 10 12:39:08.571 INFO kablam! 25 | | } Oct 10 12:39:08.571 INFO kablam! | |_^ Oct 10 12:39:08.571 INFO kablam! Oct 10 12:39:08.572 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 10 12:39:08.575 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 10 12:39:08.575 INFO kablam! | Oct 10 12:39:08.576 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 10 12:39:08.576 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 10 12:39:08.576 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:08.576 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 10 12:39:08.577 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 10 12:39:08.577 INFO kablam! 32 | | } Oct 10 12:39:08.577 INFO kablam! | |_^ Oct 10 12:39:08.578 INFO kablam! Oct 10 12:39:08.578 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 10 12:39:08.578 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 10 12:39:08.578 INFO kablam! | Oct 10 12:39:08.579 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 10 12:39:08.579 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 10 12:39:08.579 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:08.579 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 10 12:39:08.580 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 10 12:39:08.580 INFO kablam! 39 | | } Oct 10 12:39:08.580 INFO kablam! | |_^ Oct 10 12:39:08.580 INFO kablam! Oct 10 12:39:08.992 INFO kablam! warning: unused import: `std::io` Oct 10 12:39:08.992 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 10 12:39:08.992 INFO kablam! | Oct 10 12:39:08.992 INFO kablam! 2 | use std::io; Oct 10 12:39:08.992 INFO kablam! | ^^^^^^^ Oct 10 12:39:08.992 INFO kablam! | Oct 10 12:39:08.992 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:39:08.992 INFO kablam! Oct 10 12:39:09.018 INFO kablam! warning: unused variable: `strg` Oct 10 12:39:09.018 INFO kablam! --> src/main.rs:9:13 Oct 10 12:39:09.018 INFO kablam! | Oct 10 12:39:09.018 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:09.018 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 10 12:39:09.018 INFO kablam! | Oct 10 12:39:09.018 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:39:09.018 INFO kablam! Oct 10 12:39:09.018 INFO kablam! warning: variable does not need to be mutable Oct 10 12:39:09.018 INFO kablam! --> src/main.rs:9:9 Oct 10 12:39:09.018 INFO kablam! | Oct 10 12:39:09.018 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:09.018 INFO kablam! | ----^^^^ Oct 10 12:39:09.018 INFO kablam! | | Oct 10 12:39:09.018 INFO kablam! | help: remove this `mut` Oct 10 12:39:09.018 INFO kablam! | Oct 10 12:39:09.018 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:39:09.018 INFO kablam! Oct 10 12:39:09.020 INFO kablam! warning: function is never used: `jumble_letter` Oct 10 12:39:09.020 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 10 12:39:09.020 INFO kablam! | Oct 10 12:39:09.020 INFO kablam! 35 | pub fn jumble_letter(){ Oct 10 12:39:09.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:39:09.020 INFO kablam! | Oct 10 12:39:09.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:39:09.020 INFO kablam! Oct 10 12:39:09.020 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 10 12:39:09.020 INFO kablam! --> src/main.rs:8:9 Oct 10 12:39:09.020 INFO kablam! | Oct 10 12:39:09.020 INFO kablam! 8 | let T = readInt32(); Oct 10 12:39:09.020 INFO kablam! | ^ Oct 10 12:39:09.020 INFO kablam! | Oct 10 12:39:09.020 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:09.020 INFO kablam! Oct 10 12:39:09.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 10 12:39:09.357 INFO kablam! su: No module specific data is present Oct 10 12:39:09.676 INFO running `"docker" "rm" "-f" "252ea36183d00234e3eee4edde89bbeb0e451dc0a1597f6ab94b6a2829c27823"` Oct 10 12:39:09.825 INFO blam! 252ea36183d00234e3eee4edde89bbeb0e451dc0a1597f6ab94b6a2829c27823 Oct 10 12:39:09.826 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:39:09.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:39:10.110 INFO blam! 32f9ba7c0c12f2d6e52900ec7e9688cf0e6d5a0251e6e50d95a8ade055d38eb6 Oct 10 12:39:10.112 INFO running `"docker" "start" "-a" "32f9ba7c0c12f2d6e52900ec7e9688cf0e6d5a0251e6e50d95a8ade055d38eb6"` Oct 10 12:39:10.585 INFO kablam! usermod: no changes Oct 10 12:39:10.605 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 10 12:39:11.057 INFO kablam! warning: unused import: `std::io` Oct 10 12:39:11.057 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 10 12:39:11.057 INFO kablam! | Oct 10 12:39:11.057 INFO kablam! 2 | use std::io; Oct 10 12:39:11.057 INFO kablam! | ^^^^^^^ Oct 10 12:39:11.057 INFO kablam! | Oct 10 12:39:11.057 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:39:11.057 INFO kablam! Oct 10 12:39:11.096 INFO kablam! warning: unused variable: `strg` Oct 10 12:39:11.096 INFO kablam! --> src/main.rs:9:13 Oct 10 12:39:11.096 INFO kablam! | Oct 10 12:39:11.096 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:11.096 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 10 12:39:11.096 INFO kablam! | Oct 10 12:39:11.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:39:11.096 INFO kablam! Oct 10 12:39:11.096 INFO kablam! warning: variable does not need to be mutable Oct 10 12:39:11.096 INFO kablam! --> src/main.rs:9:9 Oct 10 12:39:11.096 INFO kablam! | Oct 10 12:39:11.096 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:11.096 INFO kablam! | ----^^^^ Oct 10 12:39:11.096 INFO kablam! | | Oct 10 12:39:11.096 INFO kablam! | help: remove this `mut` Oct 10 12:39:11.097 INFO kablam! | Oct 10 12:39:11.097 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:39:11.097 INFO kablam! Oct 10 12:39:11.097 INFO kablam! warning: function is never used: `jumble_letter` Oct 10 12:39:11.097 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 10 12:39:11.097 INFO kablam! | Oct 10 12:39:11.097 INFO kablam! 35 | pub fn jumble_letter(){ Oct 10 12:39:11.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:39:11.097 INFO kablam! | Oct 10 12:39:11.097 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:39:11.097 INFO kablam! Oct 10 12:39:11.097 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 10 12:39:11.097 INFO kablam! --> src/main.rs:8:9 Oct 10 12:39:11.097 INFO kablam! | Oct 10 12:39:11.097 INFO kablam! 8 | let T = readInt32(); Oct 10 12:39:11.097 INFO kablam! | ^ Oct 10 12:39:11.097 INFO kablam! | Oct 10 12:39:11.097 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:11.097 INFO kablam! Oct 10 12:39:11.130 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 10 12:39:11.130 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 10 12:39:11.130 INFO kablam! | Oct 10 12:39:11.130 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 10 12:39:11.130 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 10 12:39:11.130 INFO kablam! 12 | | Oct 10 12:39:11.130 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 10 12:39:11.130 INFO kablam! ... | Oct 10 12:39:11.130 INFO kablam! 17 | | } Oct 10 12:39:11.130 INFO kablam! 18 | | } Oct 10 12:39:11.130 INFO kablam! | |_^ Oct 10 12:39:11.130 INFO kablam! | Oct 10 12:39:11.130 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:11.130 INFO kablam! Oct 10 12:39:11.130 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 10 12:39:11.130 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 10 12:39:11.130 INFO kablam! | Oct 10 12:39:11.130 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 10 12:39:11.130 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 10 12:39:11.130 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:11.130 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 10 12:39:11.130 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 10 12:39:11.130 INFO kablam! 25 | | } Oct 10 12:39:11.130 INFO kablam! | |_^ Oct 10 12:39:11.130 INFO kablam! Oct 10 12:39:11.130 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 10 12:39:11.130 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 10 12:39:11.130 INFO kablam! | Oct 10 12:39:11.130 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 10 12:39:11.130 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 10 12:39:11.130 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:11.130 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 10 12:39:11.130 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 10 12:39:11.130 INFO kablam! 32 | | } Oct 10 12:39:11.130 INFO kablam! | |_^ Oct 10 12:39:11.130 INFO kablam! Oct 10 12:39:11.130 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 10 12:39:11.130 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 10 12:39:11.130 INFO kablam! | Oct 10 12:39:11.130 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 10 12:39:11.130 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 10 12:39:11.130 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:11.130 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 10 12:39:11.130 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 10 12:39:11.130 INFO kablam! 39 | | } Oct 10 12:39:11.130 INFO kablam! | |_^ Oct 10 12:39:11.130 INFO kablam! Oct 10 12:39:11.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 10 12:39:11.532 INFO kablam! su: No module specific data is present Oct 10 12:39:11.758 INFO running `"docker" "rm" "-f" "32f9ba7c0c12f2d6e52900ec7e9688cf0e6d5a0251e6e50d95a8ade055d38eb6"` Oct 10 12:39:11.834 INFO blam! 32f9ba7c0c12f2d6e52900ec7e9688cf0e6d5a0251e6e50d95a8ade055d38eb6 Oct 10 12:39:11.842 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:39:11.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:39:12.111 INFO blam! 65ac25403688569cb821a100e5040fa4ec105849e202a894db2ceffe48069ffb Oct 10 12:39:12.112 INFO running `"docker" "start" "-a" "65ac25403688569cb821a100e5040fa4ec105849e202a894db2ceffe48069ffb"` Oct 10 12:39:12.659 INFO kablam! usermod: no changes Oct 10 12:39:12.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 12:39:12.689 INFO kablam! Running /target/debug/deps/mlib-0b2e5d9abccb9557 Oct 10 12:39:12.693 INFO blam! Oct 10 12:39:12.694 INFO blam! running 0 tests Oct 10 12:39:12.694 INFO blam! Oct 10 12:39:12.694 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:12.694 INFO blam! Oct 10 12:39:12.694 INFO kablam! Running /target/debug/deps/comrust-9abf55f5d2da56ae Oct 10 12:39:12.698 INFO blam! Oct 10 12:39:12.698 INFO blam! running 0 tests Oct 10 12:39:12.698 INFO blam! Oct 10 12:39:12.698 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:12.698 INFO blam! Oct 10 12:39:12.698 INFO kablam! Doc-tests mlib Oct 10 12:39:13.228 INFO blam! Oct 10 12:39:13.228 INFO blam! running 0 tests Oct 10 12:39:13.228 INFO blam! Oct 10 12:39:13.228 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:13.228 INFO blam! Oct 10 12:39:13.233 INFO kablam! su: No module specific data is present Oct 10 12:39:13.594 INFO running `"docker" "rm" "-f" "65ac25403688569cb821a100e5040fa4ec105849e202a894db2ceffe48069ffb"` Oct 10 12:39:13.854 INFO blam! 65ac25403688569cb821a100e5040fa4ec105849e202a894db2ceffe48069ffb