Oct 12 19:39:50.308 INFO testing vksmgr/com_lin against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:39:50.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:50.692 INFO blam! 3d2779331c0b859290c10b76ad67950f50bccc8d1807275a17cdd89a3374df00 Oct 12 19:39:50.699 INFO running `"docker" "start" "-a" "3d2779331c0b859290c10b76ad67950f50bccc8d1807275a17cdd89a3374df00"` Oct 12 19:39:51.299 INFO kablam! usermod: no changes Oct 12 19:39:51.330 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:51.491 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:51.491 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:51.491 INFO kablam! | Oct 12 19:39:51.491 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:51.491 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:51.491 INFO kablam! 12 | | Oct 12 19:39:51.491 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:51.491 INFO kablam! ... | Oct 12 19:39:51.491 INFO kablam! 17 | | } Oct 12 19:39:51.491 INFO kablam! 18 | | } Oct 12 19:39:51.491 INFO kablam! | |_^ Oct 12 19:39:51.491 INFO kablam! | Oct 12 19:39:51.491 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:51.491 INFO kablam! Oct 12 19:39:51.499 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:51.499 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:51.499 INFO kablam! | Oct 12 19:39:51.499 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:51.499 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:51.499 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.499 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.499 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:51.499 INFO kablam! 25 | | } Oct 12 19:39:51.499 INFO kablam! | |_^ Oct 12 19:39:51.499 INFO kablam! Oct 12 19:39:51.499 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:51.499 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:51.499 INFO kablam! | Oct 12 19:39:51.499 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:51.499 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:51.499 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.499 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.499 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:51.499 INFO kablam! 32 | | } Oct 12 19:39:51.499 INFO kablam! | |_^ Oct 12 19:39:51.499 INFO kablam! Oct 12 19:39:51.499 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:51.499 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:51.499 INFO kablam! | Oct 12 19:39:51.499 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:51.499 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:51.499 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:51.499 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:51.499 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:51.499 INFO kablam! 39 | | } Oct 12 19:39:51.499 INFO kablam! | |_^ Oct 12 19:39:51.499 INFO kablam! Oct 12 19:39:51.903 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:51.903 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:51.903 INFO kablam! | Oct 12 19:39:51.903 INFO kablam! 2 | use std::io; Oct 12 19:39:51.903 INFO kablam! | ^^^^^^^ Oct 12 19:39:51.903 INFO kablam! | Oct 12 19:39:51.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:51.903 INFO kablam! Oct 12 19:39:51.951 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:51.951 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:51.952 INFO kablam! | Oct 12 19:39:51.952 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:51.952 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:51.953 INFO kablam! | Oct 12 19:39:51.953 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:51.953 INFO kablam! Oct 12 19:39:51.963 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:51.964 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:51.964 INFO kablam! | Oct 12 19:39:51.964 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:51.964 INFO kablam! | ----^^^^ Oct 12 19:39:51.965 INFO kablam! | | Oct 12 19:39:51.965 INFO kablam! | help: remove this `mut` Oct 12 19:39:51.965 INFO kablam! | Oct 12 19:39:51.965 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:51.966 INFO kablam! Oct 12 19:39:51.966 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:51.966 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:51.966 INFO kablam! | Oct 12 19:39:51.967 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:51.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:51.967 INFO kablam! | Oct 12 19:39:51.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:51.968 INFO kablam! Oct 12 19:39:51.968 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:51.968 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:51.969 INFO kablam! | Oct 12 19:39:51.969 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:51.969 INFO kablam! | ^ Oct 12 19:39:51.969 INFO kablam! | Oct 12 19:39:51.970 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:51.970 INFO kablam! Oct 12 19:39:52.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 12 19:39:52.508 INFO kablam! su: No module specific data is present Oct 12 19:39:52.892 INFO running `"docker" "rm" "-f" "3d2779331c0b859290c10b76ad67950f50bccc8d1807275a17cdd89a3374df00"` Oct 12 19:39:53.034 INFO blam! 3d2779331c0b859290c10b76ad67950f50bccc8d1807275a17cdd89a3374df00 Oct 12 19:39:53.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:53.355 INFO blam! 7674497c500d5e8826dd069cb7838fbefb6da2c1835f63b1a9cdd17508dc59c2 Oct 12 19:39:53.360 INFO running `"docker" "start" "-a" "7674497c500d5e8826dd069cb7838fbefb6da2c1835f63b1a9cdd17508dc59c2"` Oct 12 19:39:53.744 INFO kablam! usermod: no changes Oct 12 19:39:53.774 INFO kablam! Compiling com_rust v0.1.0 (/source) Oct 12 19:39:53.907 INFO kablam! warning: unused import: `std::io` Oct 12 19:39:53.907 INFO kablam! --> src/que/strings/solve.rs:2:5 Oct 12 19:39:53.907 INFO kablam! | Oct 12 19:39:53.907 INFO kablam! 2 | use std::io; Oct 12 19:39:53.911 INFO kablam! | ^^^^^^^ Oct 12 19:39:53.911 INFO kablam! | Oct 12 19:39:53.911 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:39:53.911 INFO kablam! Oct 12 19:39:53.929 INFO kablam! warning: unused variable: `strg` Oct 12 19:39:53.929 INFO kablam! --> src/main.rs:9:13 Oct 12 19:39:53.929 INFO kablam! | Oct 12 19:39:53.929 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:53.929 INFO kablam! | ^^^^ help: consider using `_strg` instead Oct 12 19:39:53.929 INFO kablam! | Oct 12 19:39:53.929 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:39:53.929 INFO kablam! Oct 12 19:39:53.939 INFO kablam! warning: function `readString` should have a snake case name such as `read_string` Oct 12 19:39:53.939 INFO kablam! --> src/m-lib/lib.rs:10:1 Oct 12 19:39:53.939 INFO kablam! | Oct 12 19:39:53.939 INFO kablam! 10 | / pub fn readString(strg: &mut Vec) { Oct 12 19:39:53.939 INFO kablam! 11 | | let mut ip_srt = String::new(); Oct 12 19:39:53.939 INFO kablam! 12 | | Oct 12 19:39:53.939 INFO kablam! 13 | | io::stdin().read_line(&mut ip_srt).expect("Error While reading"); Oct 12 19:39:53.939 INFO kablam! ... | Oct 12 19:39:53.939 INFO kablam! 17 | | } Oct 12 19:39:53.939 INFO kablam! 18 | | } Oct 12 19:39:53.939 INFO kablam! | |_^ Oct 12 19:39:53.939 INFO kablam! | Oct 12 19:39:53.939 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:53.939 INFO kablam! Oct 12 19:39:53.939 INFO kablam! warning: function `readInt32` should have a snake case name such as `read_int32` Oct 12 19:39:53.939 INFO kablam! --> src/m-lib/lib.rs:20:1 Oct 12 19:39:53.939 INFO kablam! | Oct 12 19:39:53.939 INFO kablam! 20 | / pub fn readInt32() -> i32 { Oct 12 19:39:53.939 INFO kablam! 21 | | let mut ip_txt = String::new(); Oct 12 19:39:53.939 INFO kablam! 22 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:53.939 INFO kablam! 23 | | let trimed = ip_txt.trim(); Oct 12 19:39:53.939 INFO kablam! 24 | | trimed.parse::().unwrap() Oct 12 19:39:53.939 INFO kablam! 25 | | } Oct 12 19:39:53.939 INFO kablam! | |_^ Oct 12 19:39:53.939 INFO kablam! Oct 12 19:39:53.939 INFO kablam! warning: function `readInt16` should have a snake case name such as `read_int16` Oct 12 19:39:53.939 INFO kablam! --> src/m-lib/lib.rs:27:1 Oct 12 19:39:53.939 INFO kablam! | Oct 12 19:39:53.939 INFO kablam! 27 | / pub fn readInt16() -> i16 { Oct 12 19:39:53.939 INFO kablam! 28 | | let mut ip_txt = String::new(); Oct 12 19:39:53.939 INFO kablam! 29 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:53.939 INFO kablam! 30 | | let trimed = ip_txt.trim(); Oct 12 19:39:53.939 INFO kablam! 31 | | trimed.parse::().unwrap() Oct 12 19:39:53.939 INFO kablam! 32 | | } Oct 12 19:39:53.939 INFO kablam! | |_^ Oct 12 19:39:53.939 INFO kablam! Oct 12 19:39:53.939 INFO kablam! warning: function `readInt8` should have a snake case name such as `read_int8` Oct 12 19:39:53.939 INFO kablam! --> src/m-lib/lib.rs:34:1 Oct 12 19:39:53.939 INFO kablam! | Oct 12 19:39:53.939 INFO kablam! 34 | / pub fn readInt8() -> i8 { Oct 12 19:39:53.939 INFO kablam! 35 | | let mut ip_txt = String::new(); Oct 12 19:39:53.939 INFO kablam! 36 | | io::stdin().read_line(&mut ip_txt).expect("error while reading"); Oct 12 19:39:53.939 INFO kablam! 37 | | let trimed = ip_txt.trim(); Oct 12 19:39:53.939 INFO kablam! 38 | | trimed.parse::().unwrap() Oct 12 19:39:53.939 INFO kablam! 39 | | } Oct 12 19:39:53.939 INFO kablam! | |_^ Oct 12 19:39:53.939 INFO kablam! Oct 12 19:39:53.943 INFO kablam! warning: variable does not need to be mutable Oct 12 19:39:53.943 INFO kablam! --> src/main.rs:9:9 Oct 12 19:39:53.943 INFO kablam! | Oct 12 19:39:53.943 INFO kablam! 9 | let mut strg: Vec = Vec::new(); Oct 12 19:39:53.943 INFO kablam! | ----^^^^ Oct 12 19:39:53.943 INFO kablam! | | Oct 12 19:39:53.943 INFO kablam! | help: remove this `mut` Oct 12 19:39:53.943 INFO kablam! | Oct 12 19:39:53.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:39:53.943 INFO kablam! Oct 12 19:39:53.943 INFO kablam! warning: function is never used: `jumble_letter` Oct 12 19:39:53.943 INFO kablam! --> src/que/strings/solve.rs:35:1 Oct 12 19:39:53.943 INFO kablam! | Oct 12 19:39:53.943 INFO kablam! 35 | pub fn jumble_letter(){ Oct 12 19:39:53.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:39:53.943 INFO kablam! | Oct 12 19:39:53.943 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:39:53.943 INFO kablam! Oct 12 19:39:53.943 INFO kablam! warning: variable `T` should have a snake case name such as `t` Oct 12 19:39:53.943 INFO kablam! --> src/main.rs:8:9 Oct 12 19:39:53.943 INFO kablam! | Oct 12 19:39:53.943 INFO kablam! 8 | let T = readInt32(); Oct 12 19:39:53.943 INFO kablam! | ^ Oct 12 19:39:53.943 INFO kablam! | Oct 12 19:39:53.943 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:39:53.943 INFO kablam! Oct 12 19:39:54.326 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 12 19:39:54.332 INFO kablam! su: No module specific data is present Oct 12 19:39:54.649 INFO running `"docker" "rm" "-f" "7674497c500d5e8826dd069cb7838fbefb6da2c1835f63b1a9cdd17508dc59c2"` Oct 12 19:39:54.743 INFO blam! 7674497c500d5e8826dd069cb7838fbefb6da2c1835f63b1a9cdd17508dc59c2 Oct 12 19:39:54.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:54.912 INFO blam! 2b4b5446a59dc4576624bd3c3d5736f92b2e87eb93534d7db3c70843b22be794 Oct 12 19:39:54.914 INFO running `"docker" "start" "-a" "2b4b5446a59dc4576624bd3c3d5736f92b2e87eb93534d7db3c70843b22be794"` Oct 12 19:39:55.295 INFO kablam! usermod: no changes Oct 12 19:39:55.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:39:55.320 INFO kablam! Running /target/debug/deps/mlib-673ca992fde418b6 Oct 12 19:39:55.322 INFO blam! Oct 12 19:39:55.322 INFO blam! running 0 tests Oct 12 19:39:55.322 INFO blam! Oct 12 19:39:55.322 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:55.322 INFO blam! Oct 12 19:39:55.322 INFO kablam! Running /target/debug/deps/comrust-a291766cb44f6a24 Oct 12 19:39:55.324 INFO blam! Oct 12 19:39:55.324 INFO blam! running 0 tests Oct 12 19:39:55.324 INFO blam! Oct 12 19:39:55.324 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:55.324 INFO blam! Oct 12 19:39:55.328 INFO kablam! Doc-tests mlib Oct 12 19:39:55.440 INFO blam! Oct 12 19:39:55.440 INFO blam! running 0 tests Oct 12 19:39:55.440 INFO blam! Oct 12 19:39:55.440 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:39:55.440 INFO blam! Oct 12 19:39:55.446 INFO kablam! su: No module specific data is present Oct 12 19:39:55.836 INFO running `"docker" "rm" "-f" "2b4b5446a59dc4576624bd3c3d5736f92b2e87eb93534d7db3c70843b22be794"` Oct 12 19:39:55.964 INFO blam! 2b4b5446a59dc4576624bd3c3d5736f92b2e87eb93534d7db3c70843b22be794