Oct 12 19:39:47.106 INFO testing vksmgr/com_rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:39:47.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:47.602 INFO blam! 687a624e0d4280cb41e78779ff148c011c91a6fe0b6dba8cf72261864228c8b1 Oct 12 19:39:47.607 INFO running `"docker" "start" "-a" "687a624e0d4280cb41e78779ff148c011c91a6fe0b6dba8cf72261864228c8b1"` Oct 12 19:39:48.597 INFO kablam! usermod: no changes Oct 12 19:39:48.659 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:48.872 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:48.872 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:48.872 INFO kablam! | Oct 12 19:39:48.873 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:48.873 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:48.873 INFO kablam! 12 | | Oct 12 19:39:48.874 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:48.874 INFO kablam! ... | Oct 12 19:39:48.875 INFO kablam! 17 | | } Oct 12 19:39:48.875 INFO kablam! 18 | | } Oct 12 19:39:48.875 INFO kablam! | |_^ Oct 12 19:39:48.876 INFO kablam! | Oct 12 19:39:48.876 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:48.876 INFO kablam! Oct 12 19:39:48.876 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:48.877 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:48.877 INFO kablam! | Oct 12 19:39:48.877 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:48.878 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:48.878 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:48.878 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:48.878 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:48.879 INFO kablam! 25 | | } Oct 12 19:39:48.879 INFO kablam! | |_^ Oct 12 19:39:48.879 INFO kablam! Oct 12 19:39:48.879 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:48.880 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:48.880 INFO kablam! | Oct 12 19:39:48.880 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:48.881 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:48.881 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:48.881 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:48.881 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:48.882 INFO kablam! 32 | | } Oct 12 19:39:48.882 INFO kablam! | |_^ Oct 12 19:39:48.882 INFO kablam! Oct 12 19:39:48.882 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:48.883 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:48.883 INFO kablam! | Oct 12 19:39:48.883 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:48.884 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:48.884 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:48.884 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:48.884 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:48.885 INFO kablam! 39 | | } Oct 12 19:39:48.885 INFO kablam! | |_^ Oct 12 19:39:48.885 INFO kablam! Oct 12 19:39:49.271 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:49.271 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:49.271 INFO kablam! | Oct 12 19:39:49.271 INFO kablam! 2 | use std::io; Oct 12 19:39:49.271 INFO kablam! | ^^^^^^^ Oct 12 19:39:49.271 INFO kablam! | Oct 12 19:39:49.271 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:49.271 INFO kablam! Oct 12 19:39:49.295 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:49.295 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:49.295 INFO kablam! | Oct 12 19:39:49.295 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:49.295 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:49.295 INFO kablam! | Oct 12 19:39:49.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:49.295 INFO kablam! Oct 12 19:39:49.295 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:49.295 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:49.295 INFO kablam! | Oct 12 19:39:49.295 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:49.295 INFO kablam! | ----^^^^ Oct 12 19:39:49.295 INFO kablam! | | Oct 12 19:39:49.295 INFO kablam! | help: remove this `mut` Oct 12 19:39:49.295 INFO kablam! | Oct 12 19:39:49.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:49.295 INFO kablam! Oct 12 19:39:49.299 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:49.299 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:49.299 INFO kablam! | Oct 12 19:39:49.299 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:49.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:49.299 INFO kablam! | Oct 12 19:39:49.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:49.299 INFO kablam! Oct 12 19:39:49.299 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:49.299 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:49.299 INFO kablam! | Oct 12 19:39:49.300 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:49.300 INFO kablam! | ^ Oct 12 19:39:49.300 INFO kablam! | Oct 12 19:39:49.300 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:49.300 INFO kablam! Oct 12 19:39:49.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 12 19:39:49.823 INFO kablam! su: No module specific data is present Oct 12 19:39:50.310 INFO running `"docker" "rm" "-f" "687a624e0d4280cb41e78779ff148c011c91a6fe0b6dba8cf72261864228c8b1"` Oct 12 19:39:50.639 INFO blam! 687a624e0d4280cb41e78779ff148c011c91a6fe0b6dba8cf72261864228c8b1 Oct 12 19:39:50.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50.941 INFO blam! 489ab7b8d8d8c77beb9a0d4894984b9fc9fa8dafda7800cd728be82776b26ee2 Oct 12 19:39:50.943 INFO running `"docker" "start" "-a" "489ab7b8d8d8c77beb9a0d4894984b9fc9fa8dafda7800cd728be82776b26ee2"` Oct 12 19:39:51.393 INFO kablam! usermod: no changes Oct 12 19:39:51.447 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:51.609 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:51.609 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:51.609 INFO kablam! | Oct 12 19:39:51.609 INFO kablam! 2 | use std::io; Oct 12 19:39:51.609 INFO kablam! | ^^^^^^^ Oct 12 19:39:51.609 INFO kablam! | Oct 12 19:39:51.609 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:51.609 INFO kablam! Oct 12 19:39:51.636 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:51.636 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:51.636 INFO kablam! | Oct 12 19:39:51.636 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:51.636 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:51.636 INFO kablam! | Oct 12 19:39:51.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:51.636 INFO kablam! Oct 12 19:39:51.637 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:51.637 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:51.637 INFO kablam! | Oct 12 19:39:51.637 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:51.637 INFO kablam! | ----^^^^ Oct 12 19:39:51.637 INFO kablam! | | Oct 12 19:39:51.637 INFO kablam! | help: remove this `mut` Oct 12 19:39:51.637 INFO kablam! | Oct 12 19:39:51.637 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:51.637 INFO kablam! Oct 12 19:39:51.643 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:51.643 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:51.643 INFO kablam! | Oct 12 19:39:51.643 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:51.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:51.643 INFO kablam! | Oct 12 19:39:51.643 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:51.643 INFO kablam! Oct 12 19:39:51.643 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:51.643 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:51.643 INFO kablam! | Oct 12 19:39:51.643 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:51.643 INFO kablam! | ^ Oct 12 19:39:51.643 INFO kablam! | Oct 12 19:39:51.643 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:51.643 INFO kablam! Oct 12 19:39:51.647 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:51.647 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:51.647 INFO kablam! | Oct 12 19:39:51.647 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:51.647 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:51.647 INFO kablam! 12 | | Oct 12 19:39:51.647 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:51.647 INFO kablam! ... | Oct 12 19:39:51.647 INFO kablam! 17 | | } Oct 12 19:39:51.647 INFO kablam! 18 | | } Oct 12 19:39:51.647 INFO kablam! | |_^ Oct 12 19:39:51.647 INFO kablam! | Oct 12 19:39:51.647 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:51.647 INFO kablam! Oct 12 19:39:51.647 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:51.647 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:51.647 INFO kablam! | Oct 12 19:39:51.647 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:51.647 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:51.647 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.647 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.647 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:51.647 INFO kablam! 25 | | } Oct 12 19:39:51.647 INFO kablam! | |_^ Oct 12 19:39:51.647 INFO kablam! Oct 12 19:39:51.647 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:51.647 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:51.647 INFO kablam! | Oct 12 19:39:51.647 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:51.647 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:51.647 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.647 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.647 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:51.647 INFO kablam! 32 | | } Oct 12 19:39:51.647 INFO kablam! | |_^ Oct 12 19:39:51.647 INFO kablam! Oct 12 19:39:51.647 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:51.647 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:51.647 INFO kablam! | Oct 12 19:39:51.647 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:51.647 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:51.647 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.647 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.647 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:51.647 INFO kablam! 39 | | } Oct 12 19:39:51.647 INFO kablam! | |_^ Oct 12 19:39:51.647 INFO kablam! Oct 12 19:39:52.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 12 19:39:52.097 INFO kablam! su: No module specific data is present Oct 12 19:39:52.516 INFO running `"docker" "rm" "-f" "489ab7b8d8d8c77beb9a0d4894984b9fc9fa8dafda7800cd728be82776b26ee2"` Oct 12 19:39:52.711 INFO blam! 489ab7b8d8d8c77beb9a0d4894984b9fc9fa8dafda7800cd728be82776b26ee2 Oct 12 19:39:52.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52.954 INFO blam! 8bf3e4351b05eb917234cd5a0837cec24c4e2e588d7b913de9c9f944c372abbe Oct 12 19:39:52.955 INFO running `"docker" "start" "-a" "8bf3e4351b05eb917234cd5a0837cec24c4e2e588d7b913de9c9f944c372abbe"` Oct 12 19:39:53.546 INFO kablam! usermod: no changes Oct 12 19:39:53.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:39:53.574 INFO kablam! Running /target/debug/deps/mlib-673ca992fde418b6 Oct 12 19:39:53.575 INFO blam! Oct 12 19:39:53.575 INFO blam! running 0 tests Oct 12 19:39:53.575 INFO blam! Oct 12 19:39:53.575 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:53.575 INFO blam! Oct 12 19:39:53.576 INFO kablam! Running /target/debug/deps/comrust-a291766cb44f6a24 Oct 12 19:39:53.578 INFO blam! Oct 12 19:39:53.578 INFO blam! running 0 tests Oct 12 19:39:53.578 INFO blam! Oct 12 19:39:53.578 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:53.578 INFO blam! Oct 12 19:39:53.579 INFO kablam! Doc-tests mlib Oct 12 19:39:53.698 INFO blam! Oct 12 19:39:53.698 INFO blam! running 0 tests Oct 12 19:39:53.698 INFO blam! Oct 12 19:39:53.698 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:53.698 INFO blam! Oct 12 19:39:53.703 INFO kablam! su: No module specific data is present Oct 12 19:39:54.013 INFO running `"docker" "rm" "-f" "8bf3e4351b05eb917234cd5a0837cec24c4e2e588d7b913de9c9f944c372abbe"` Oct 12 19:39:54.136 INFO blam! 8bf3e4351b05eb917234cd5a0837cec24c4e2e588d7b913de9c9f944c372abbe