Oct 27 12:52:22.745 INFO checking Aedificatores8581/verbose-telemetry against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:52:22.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 12:52:23.244 INFO blam! 29236df17602961be6c7968e91937b3c7a8ae4ddf296ff93e5101f14b8fcf80e Oct 27 12:52:23.247 INFO running `"docker" "start" "-a" "29236df17602961be6c7968e91937b3c7a8ae4ddf296ff93e5101f14b8fcf80e"` Oct 27 12:52:24.929 INFO kablam! usermod: no changes Oct 27 12:52:25.005 INFO kablam! Checking drawille v0.2.3 Oct 27 12:52:25.011 INFO kablam! Compiling x11 v2.18.1 Oct 27 12:52:25.011 INFO kablam! Compiling device_query v0.1.0 Oct 27 12:52:25.715 INFO kablam! Checking textplots v0.3.0 Oct 27 12:52:31.731 INFO kablam! Checking verbose-telemetry v0.3.2 (/source) Oct 27 12:52:33.303 INFO kablam! warning: unreachable pattern Oct 27 12:52:33.303 INFO kablam! --> src/main.rs:48:3 Oct 27 12:52:33.303 INFO kablam! | Oct 27 12:52:33.303 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 27 12:52:33.303 INFO kablam! | ^ Oct 27 12:52:33.303 INFO kablam! | Oct 27 12:52:33.303 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 12:52:33.303 INFO kablam! Oct 27 12:52:33.303 INFO kablam! warning: unreachable pattern Oct 27 12:52:33.303 INFO kablam! --> src/main.rs:57:3 Oct 27 12:52:33.303 INFO kablam! | Oct 27 12:52:33.303 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 27 12:52:33.303 INFO kablam! | ^ Oct 27 12:52:33.303 INFO kablam! Oct 27 12:52:33.303 INFO kablam! warning: unused variable: `keys` Oct 27 12:52:33.303 INFO kablam! --> src/main.rs:170:11 Oct 27 12:52:33.303 INFO kablam! | Oct 27 12:52:33.303 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:33.303 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 27 12:52:33.303 INFO kablam! | Oct 27 12:52:33.303 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:52:33.303 INFO kablam! Oct 27 12:52:33.314 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.315 INFO kablam! --> src/main.rs:75:6 Oct 27 12:52:33.315 INFO kablam! | Oct 27 12:52:33.315 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 27 12:52:33.316 INFO kablam! | ----^^^^^ Oct 27 12:52:33.316 INFO kablam! | | Oct 27 12:52:33.316 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.317 INFO kablam! | Oct 27 12:52:33.317 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:33.318 INFO kablam! Oct 27 12:52:33.318 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.318 INFO kablam! --> src/main.rs:76:6 Oct 27 12:52:33.319 INFO kablam! | Oct 27 12:52:33.319 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 27 12:52:33.319 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 12:52:33.320 INFO kablam! | | Oct 27 12:52:33.320 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.320 INFO kablam! Oct 27 12:52:33.321 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.321 INFO kablam! --> src/main.rs:77:6 Oct 27 12:52:33.322 INFO kablam! | Oct 27 12:52:33.322 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:33.322 INFO kablam! | ----^^^^^^ Oct 27 12:52:33.323 INFO kablam! | | Oct 27 12:52:33.323 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.323 INFO kablam! Oct 27 12:52:33.335 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.335 INFO kablam! --> src/main.rs:126:6 Oct 27 12:52:33.335 INFO kablam! | Oct 27 12:52:33.336 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 27 12:52:33.336 INFO kablam! | ----^^^^^ Oct 27 12:52:33.336 INFO kablam! | | Oct 27 12:52:33.337 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.337 INFO kablam! Oct 27 12:52:33.337 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.338 INFO kablam! --> src/main.rs:127:6 Oct 27 12:52:33.338 INFO kablam! | Oct 27 12:52:33.338 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 27 12:52:33.339 INFO kablam! | ----^^^^^^ Oct 27 12:52:33.339 INFO kablam! | | Oct 27 12:52:33.339 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.340 INFO kablam! Oct 27 12:52:33.340 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.340 INFO kablam! --> src/main.rs:128:6 Oct 27 12:52:33.341 INFO kablam! | Oct 27 12:52:33.341 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:33.341 INFO kablam! | ----^^^^^^ Oct 27 12:52:33.342 INFO kablam! | | Oct 27 12:52:33.342 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.342 INFO kablam! Oct 27 12:52:33.363 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.363 INFO kablam! --> src/main.rs:170:7 Oct 27 12:52:33.364 INFO kablam! | Oct 27 12:52:33.364 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:33.364 INFO kablam! | ----^^^^ Oct 27 12:52:33.365 INFO kablam! | | Oct 27 12:52:33.365 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.365 INFO kablam! Oct 27 12:52:33.366 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.366 INFO kablam! --> src/main.rs:197:7 Oct 27 12:52:33.366 INFO kablam! | Oct 27 12:52:33.367 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 27 12:52:33.367 INFO kablam! | ----^^^ Oct 27 12:52:33.367 INFO kablam! | | Oct 27 12:52:33.368 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.368 INFO kablam! Oct 27 12:52:33.454 INFO kablam! warning: unreachable pattern Oct 27 12:52:33.455 INFO kablam! --> src/main.rs:48:3 Oct 27 12:52:33.455 INFO kablam! | Oct 27 12:52:33.455 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 27 12:52:33.456 INFO kablam! | ^ Oct 27 12:52:33.456 INFO kablam! | Oct 27 12:52:33.456 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 12:52:33.456 INFO kablam! Oct 27 12:52:33.457 INFO kablam! warning: unreachable pattern Oct 27 12:52:33.457 INFO kablam! --> src/main.rs:57:3 Oct 27 12:52:33.457 INFO kablam! | Oct 27 12:52:33.458 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 27 12:52:33.458 INFO kablam! | ^ Oct 27 12:52:33.458 INFO kablam! Oct 27 12:52:33.459 INFO kablam! warning: unused variable: `keys` Oct 27 12:52:33.459 INFO kablam! --> src/main.rs:170:11 Oct 27 12:52:33.459 INFO kablam! | Oct 27 12:52:33.460 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:33.460 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 27 12:52:33.460 INFO kablam! | Oct 27 12:52:33.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:52:33.461 INFO kablam! Oct 27 12:52:33.495 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.495 INFO kablam! --> src/main.rs:75:6 Oct 27 12:52:33.496 INFO kablam! | Oct 27 12:52:33.496 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 27 12:52:33.496 INFO kablam! | ----^^^^^ Oct 27 12:52:33.497 INFO kablam! | | Oct 27 12:52:33.497 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.497 INFO kablam! | Oct 27 12:52:33.498 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:33.498 INFO kablam! Oct 27 12:52:33.498 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.499 INFO kablam! --> src/main.rs:76:6 Oct 27 12:52:33.499 INFO kablam! | Oct 27 12:52:33.499 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 27 12:52:33.500 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 12:52:33.500 INFO kablam! | | Oct 27 12:52:33.500 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.500 INFO kablam! Oct 27 12:52:33.501 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.501 INFO kablam! --> src/main.rs:77:6 Oct 27 12:52:33.501 INFO kablam! | Oct 27 12:52:33.502 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:33.502 INFO kablam! | ----^^^^^^ Oct 27 12:52:33.502 INFO kablam! | | Oct 27 12:52:33.503 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.503 INFO kablam! Oct 27 12:52:33.515 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.515 INFO kablam! --> src/main.rs:126:6 Oct 27 12:52:33.516 INFO kablam! | Oct 27 12:52:33.516 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 27 12:52:33.516 INFO kablam! | ----^^^^^ Oct 27 12:52:33.517 INFO kablam! | | Oct 27 12:52:33.517 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.517 INFO kablam! Oct 27 12:52:33.518 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.518 INFO kablam! --> src/main.rs:127:6 Oct 27 12:52:33.518 INFO kablam! | Oct 27 12:52:33.519 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 27 12:52:33.519 INFO kablam! | ----^^^^^^ Oct 27 12:52:33.519 INFO kablam! | | Oct 27 12:52:33.520 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.520 INFO kablam! Oct 27 12:52:33.520 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.520 INFO kablam! --> src/main.rs:128:6 Oct 27 12:52:33.521 INFO kablam! | Oct 27 12:52:33.521 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:33.521 INFO kablam! | ----^^^^^^ Oct 27 12:52:33.522 INFO kablam! | | Oct 27 12:52:33.522 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.522 INFO kablam! Oct 27 12:52:33.533 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.533 INFO kablam! --> src/main.rs:170:7 Oct 27 12:52:33.533 INFO kablam! | Oct 27 12:52:33.533 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:33.533 INFO kablam! | ----^^^^ Oct 27 12:52:33.533 INFO kablam! | | Oct 27 12:52:33.533 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.533 INFO kablam! Oct 27 12:52:33.534 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:33.534 INFO kablam! --> src/main.rs:197:7 Oct 27 12:52:33.534 INFO kablam! | Oct 27 12:52:33.534 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 27 12:52:33.534 INFO kablam! | ----^^^ Oct 27 12:52:33.534 INFO kablam! | | Oct 27 12:52:33.534 INFO kablam! | help: remove this `mut` Oct 27 12:52:33.534 INFO kablam! Oct 27 12:52:33.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.68s Oct 27 12:52:33.638 INFO kablam! su: No module specific data is present Oct 27 12:52:34.195 INFO running `"docker" "rm" "-f" "29236df17602961be6c7968e91937b3c7a8ae4ddf296ff93e5101f14b8fcf80e"` Oct 27 12:52:34.394 INFO blam! 29236df17602961be6c7968e91937b3c7a8ae4ddf296ff93e5101f14b8fcf80e