Oct 10 12:39:08.500 INFO testing vksmgr/com_lin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:39:08.500 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:39:08.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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:08.755 INFO blam! 1876574a28c050c448dc54fdffe831da08029606a5b980a5ae655caab9aaad23 Oct 10 12:39:08.757 INFO running `"docker" "start" "-a" "1876574a28c050c448dc54fdffe831da08029606a5b980a5ae655caab9aaad23"` Oct 10 12:39:09.218 INFO kablam! usermod: no changes Oct 10 12:39:09.247 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 10 12:39:09.555 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 10 12:39:09.555 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 10 12:39:09.555 INFO kablam! | Oct 10 12:39:09.555 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 10 12:39:09.555 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 10 12:39:09.555 INFO kablam! 12 | | Oct 10 12:39:09.555 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 10 12:39:09.555 INFO kablam! ... | Oct 10 12:39:09.555 INFO kablam! 17 | | } Oct 10 12:39:09.555 INFO kablam! 18 | | } Oct 10 12:39:09.555 INFO kablam! | |_^ Oct 10 12:39:09.555 INFO kablam! | Oct 10 12:39:09.555 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:09.555 INFO kablam! Oct 10 12:39:09.555 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 10 12:39:09.555 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 10 12:39:09.555 INFO kablam! | Oct 10 12:39:09.555 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 10 12:39:09.555 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 10 12:39:09.555 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:09.555 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 10 12:39:09.555 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 10 12:39:09.555 INFO kablam! 25 | | } Oct 10 12:39:09.555 INFO kablam! | |_^ Oct 10 12:39:09.555 INFO kablam! Oct 10 12:39:09.555 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 10 12:39:09.555 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 10 12:39:09.555 INFO kablam! | Oct 10 12:39:09.555 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 10 12:39:09.555 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 10 12:39:09.555 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:09.555 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 10 12:39:09.555 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 10 12:39:09.555 INFO kablam! 32 | | } Oct 10 12:39:09.555 INFO kablam! | |_^ Oct 10 12:39:09.555 INFO kablam! Oct 10 12:39:09.555 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 10 12:39:09.555 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 10 12:39:09.555 INFO kablam! | Oct 10 12:39:09.555 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 10 12:39:09.555 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 10 12:39:09.555 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:09.555 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 10 12:39:09.555 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 10 12:39:09.555 INFO kablam! 39 | | } Oct 10 12:39:09.555 INFO kablam! | |_^ Oct 10 12:39:09.555 INFO kablam! Oct 10 12:39:10.088 INFO kablam! warning: unused import: `std::io` Oct 10 12:39:10.088 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 10 12:39:10.088 INFO kablam! | Oct 10 12:39:10.088 INFO kablam! 2 | use std::io; Oct 10 12:39:10.088 INFO kablam! | ^^^^^^^ Oct 10 12:39:10.088 INFO kablam! | Oct 10 12:39:10.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:39:10.088 INFO kablam! Oct 10 12:39:10.113 INFO kablam! warning: unused variable: `strg` Oct 10 12:39:10.113 INFO kablam! --> src/main.rs:9:13 Oct 10 12:39:10.113 INFO kablam! | Oct 10 12:39:10.113 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:10.113 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 10 12:39:10.113 INFO kablam! | Oct 10 12:39:10.113 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:39:10.113 INFO kablam! Oct 10 12:39:10.116 INFO kablam! warning: variable does not need to be mutable Oct 10 12:39:10.116 INFO kablam! --> src/main.rs:9:9 Oct 10 12:39:10.116 INFO kablam! | Oct 10 12:39:10.116 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:10.116 INFO kablam! | ----^^^^ Oct 10 12:39:10.116 INFO kablam! | | Oct 10 12:39:10.116 INFO kablam! | help: remove this `mut` Oct 10 12:39:10.116 INFO kablam! | Oct 10 12:39:10.116 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:39:10.116 INFO kablam! Oct 10 12:39:10.119 INFO kablam! warning: function is never used: `jumble_letter` Oct 10 12:39:10.119 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 10 12:39:10.119 INFO kablam! | Oct 10 12:39:10.119 INFO kablam! 35 | pub fn jumble_letter(){ Oct 10 12:39:10.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:39:10.119 INFO kablam! | Oct 10 12:39:10.119 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:39:10.119 INFO kablam! Oct 10 12:39:10.119 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 10 12:39:10.119 INFO kablam! --> src/main.rs:8:9 Oct 10 12:39:10.119 INFO kablam! | Oct 10 12:39:10.119 INFO kablam! 8 | let T = readInt32(); Oct 10 12:39:10.119 INFO kablam! | ^ Oct 10 12:39:10.119 INFO kablam! | Oct 10 12:39:10.119 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:10.119 INFO kablam! Oct 10 12:39:10.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 12:39:10.445 INFO kablam! su: No module specific data is present Oct 10 12:39:10.820 INFO running `"docker" "rm" "-f" "1876574a28c050c448dc54fdffe831da08029606a5b980a5ae655caab9aaad23"` Oct 10 12:39:11.052 INFO blam! 1876574a28c050c448dc54fdffe831da08029606a5b980a5ae655caab9aaad23 Oct 10 12:39:11.052 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:39:11.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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:11.316 INFO blam! afae3137a960d3e054784dee50fb6b9cf247599fb8b7e0ec87bbf65dce59d168 Oct 10 12:39:11.322 INFO running `"docker" "start" "-a" "afae3137a960d3e054784dee50fb6b9cf247599fb8b7e0ec87bbf65dce59d168"` Oct 10 12:39:11.840 INFO kablam! usermod: no changes Oct 10 12:39:11.876 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 10 12:39:12.356 INFO kablam! warning: unused import: `std::io` Oct 10 12:39:12.356 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 10 12:39:12.356 INFO kablam! | Oct 10 12:39:12.356 INFO kablam! 2 | use std::io; Oct 10 12:39:12.356 INFO kablam! | ^^^^^^^ Oct 10 12:39:12.356 INFO kablam! | Oct 10 12:39:12.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:39:12.356 INFO kablam! Oct 10 12:39:12.384 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 10 12:39:12.384 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 10 12:39:12.384 INFO kablam! | Oct 10 12:39:12.384 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 10 12:39:12.384 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 10 12:39:12.384 INFO kablam! 12 | | Oct 10 12:39:12.384 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 10 12:39:12.384 INFO kablam! ... | Oct 10 12:39:12.384 INFO kablam! 17 | | } Oct 10 12:39:12.384 INFO kablam! 18 | | } Oct 10 12:39:12.384 INFO kablam! | |_^ Oct 10 12:39:12.384 INFO kablam! | Oct 10 12:39:12.384 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:12.384 INFO kablam! Oct 10 12:39:12.384 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 10 12:39:12.384 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 10 12:39:12.384 INFO kablam! | Oct 10 12:39:12.384 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 10 12:39:12.384 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 10 12:39:12.384 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:12.384 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 10 12:39:12.384 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 10 12:39:12.384 INFO kablam! 25 | | } Oct 10 12:39:12.384 INFO kablam! | |_^ Oct 10 12:39:12.384 INFO kablam! Oct 10 12:39:12.384 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 10 12:39:12.384 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 10 12:39:12.384 INFO kablam! | Oct 10 12:39:12.384 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 10 12:39:12.384 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 10 12:39:12.384 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:12.384 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 10 12:39:12.384 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 10 12:39:12.384 INFO kablam! 32 | | } Oct 10 12:39:12.384 INFO kablam! | |_^ Oct 10 12:39:12.384 INFO kablam! Oct 10 12:39:12.384 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 10 12:39:12.384 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 10 12:39:12.384 INFO kablam! | Oct 10 12:39:12.384 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 10 12:39:12.384 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 10 12:39:12.384 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 10 12:39:12.385 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 10 12:39:12.385 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 10 12:39:12.385 INFO kablam! 39 | | } Oct 10 12:39:12.385 INFO kablam! | |_^ Oct 10 12:39:12.385 INFO kablam! Oct 10 12:39:12.385 INFO kablam! warning: unused variable: `strg` Oct 10 12:39:12.385 INFO kablam! --> src/main.rs:9:13 Oct 10 12:39:12.385 INFO kablam! | Oct 10 12:39:12.385 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:12.385 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 10 12:39:12.385 INFO kablam! | Oct 10 12:39:12.385 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:39:12.385 INFO kablam! Oct 10 12:39:12.385 INFO kablam! warning: variable does not need to be mutable Oct 10 12:39:12.385 INFO kablam! --> src/main.rs:9:9 Oct 10 12:39:12.385 INFO kablam! | Oct 10 12:39:12.385 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 10 12:39:12.385 INFO kablam! | ----^^^^ Oct 10 12:39:12.385 INFO kablam! | | Oct 10 12:39:12.385 INFO kablam! | help: remove this `mut` Oct 10 12:39:12.385 INFO kablam! | Oct 10 12:39:12.385 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:39:12.385 INFO kablam! Oct 10 12:39:12.388 INFO kablam! warning: function is never used: `jumble_letter` Oct 10 12:39:12.388 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 10 12:39:12.388 INFO kablam! | Oct 10 12:39:12.388 INFO kablam! 35 | pub fn jumble_letter(){ Oct 10 12:39:12.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:39:12.388 INFO kablam! | Oct 10 12:39:12.388 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:39:12.388 INFO kablam! Oct 10 12:39:12.388 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 10 12:39:12.388 INFO kablam! --> src/main.rs:8:9 Oct 10 12:39:12.388 INFO kablam! | Oct 10 12:39:12.388 INFO kablam! 8 | let T = readInt32(); Oct 10 12:39:12.388 INFO kablam! | ^ Oct 10 12:39:12.388 INFO kablam! | Oct 10 12:39:12.388 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:39:12.388 INFO kablam! Oct 10 12:39:12.774 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 10 12:39:12.775 INFO kablam! su: No module specific data is present Oct 10 12:39:13.140 INFO running `"docker" "rm" "-f" "afae3137a960d3e054784dee50fb6b9cf247599fb8b7e0ec87bbf65dce59d168"` Oct 10 12:39:13.231 INFO blam! afae3137a960d3e054784dee50fb6b9cf247599fb8b7e0ec87bbf65dce59d168 Oct 10 12:39:13.236 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:39:13.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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:13.466 INFO blam! a420935055879b59b32588ca7a10ff6680bcc1342f4d212c29c1eee28de2e5b3 Oct 10 12:39:13.468 INFO running `"docker" "start" "-a" "a420935055879b59b32588ca7a10ff6680bcc1342f4d212c29c1eee28de2e5b3"` Oct 10 12:39:14.652 INFO kablam! usermod: no changes Oct 10 12:39:14.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 12:39:14.670 INFO kablam! Running /target/debug/deps/mlib-0b2e5d9abccb9557 Oct 10 12:39:14.675 INFO blam! Oct 10 12:39:14.675 INFO blam! running 0 tests Oct 10 12:39:14.675 INFO blam! Oct 10 12:39:14.675 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:14.675 INFO blam! Oct 10 12:39:14.675 INFO kablam! Running /target/debug/deps/comrust-9abf55f5d2da56ae Oct 10 12:39:14.681 INFO blam! Oct 10 12:39:14.681 INFO blam! running 0 tests Oct 10 12:39:14.681 INFO blam! Oct 10 12:39:14.681 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:14.681 INFO blam! Oct 10 12:39:14.682 INFO kablam! Doc-tests mlib Oct 10 12:39:15.208 INFO blam! Oct 10 12:39:15.208 INFO blam! running 0 tests Oct 10 12:39:15.208 INFO blam! Oct 10 12:39:15.208 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:39:15.208 INFO blam! Oct 10 12:39:15.213 INFO kablam! su: No module specific data is present Oct 10 12:39:15.457 INFO running `"docker" "rm" "-f" "a420935055879b59b32588ca7a10ff6680bcc1342f4d212c29c1eee28de2e5b3"` Oct 10 12:39:15.536 INFO blam! a420935055879b59b32588ca7a10ff6680bcc1342f4d212c29c1eee28de2e5b3