Oct 27 12:52:26.122 INFO checking Aedificatores8581/verbose-telemetry against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:52:26.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:26.558 INFO blam! 00b9667c05faee7b18848e56559c4788c9677130233a1f15dcd3abcc1058ce7f Oct 27 12:52:26.561 INFO running `"docker" "start" "-a" "00b9667c05faee7b18848e56559c4788c9677130233a1f15dcd3abcc1058ce7f"` Oct 27 12:52:28.015 INFO kablam! usermod: no changes Oct 27 12:52:28.064 INFO kablam! Checking drawille v0.2.3 Oct 27 12:52:28.064 INFO kablam! Compiling x11 v2.18.1 Oct 27 12:52:28.064 INFO kablam! Compiling device_query v0.1.0 Oct 27 12:52:28.064 INFO kablam! Checking colored v1.6.1 Oct 27 12:52:29.891 INFO kablam! Checking textplots v0.3.0 Oct 27 12:52:34.716 INFO kablam! Checking verbose-telemetry v0.3.2 (/source) Oct 27 12:52:35.521 INFO kablam! warning: unreachable pattern Oct 27 12:52:35.521 INFO kablam! --> src/main.rs:48:3 Oct 27 12:52:35.521 INFO kablam! | Oct 27 12:52:35.521 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 27 12:52:35.521 INFO kablam! | ^ Oct 27 12:52:35.521 INFO kablam! | Oct 27 12:52:35.521 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 12:52:35.521 INFO kablam! Oct 27 12:52:35.521 INFO kablam! warning: unreachable pattern Oct 27 12:52:35.521 INFO kablam! --> src/main.rs:57:3 Oct 27 12:52:35.521 INFO kablam! | Oct 27 12:52:35.521 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 27 12:52:35.521 INFO kablam! | ^ Oct 27 12:52:35.521 INFO kablam! Oct 27 12:52:35.521 INFO kablam! warning: unused variable: `keys` Oct 27 12:52:35.521 INFO kablam! --> src/main.rs:170:11 Oct 27 12:52:35.521 INFO kablam! | Oct 27 12:52:35.521 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:35.521 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 27 12:52:35.521 INFO kablam! | Oct 27 12:52:35.521 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:52:35.521 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: unreachable pattern Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:48:3 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 27 12:52:35.538 INFO kablam! | ^ Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: unreachable pattern Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:57:3 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 27 12:52:35.538 INFO kablam! | ^ Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:75:6 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 27 12:52:35.538 INFO kablam! | ----^^^^^ Oct 27 12:52:35.538 INFO kablam! | | Oct 27 12:52:35.538 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:76:6 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 27 12:52:35.538 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 12:52:35.538 INFO kablam! | | Oct 27 12:52:35.538 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:77:6 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:35.538 INFO kablam! | ----^^^^^^ Oct 27 12:52:35.538 INFO kablam! | | Oct 27 12:52:35.538 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: unused variable: `keys` Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:170:11 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:35.538 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.538 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.538 INFO kablam! --> src/main.rs:126:6 Oct 27 12:52:35.538 INFO kablam! | Oct 27 12:52:35.538 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 27 12:52:35.538 INFO kablam! | ----^^^^^ Oct 27 12:52:35.538 INFO kablam! | | Oct 27 12:52:35.538 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.538 INFO kablam! Oct 27 12:52:35.539 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.539 INFO kablam! --> src/main.rs:127:6 Oct 27 12:52:35.539 INFO kablam! | Oct 27 12:52:35.539 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 27 12:52:35.539 INFO kablam! | ----^^^^^^ Oct 27 12:52:35.539 INFO kablam! | | Oct 27 12:52:35.539 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.539 INFO kablam! Oct 27 12:52:35.539 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.539 INFO kablam! --> src/main.rs:128:6 Oct 27 12:52:35.539 INFO kablam! | Oct 27 12:52:35.539 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:35.539 INFO kablam! | ----^^^^^^ Oct 27 12:52:35.539 INFO kablam! | | Oct 27 12:52:35.539 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.539 INFO kablam! Oct 27 12:52:35.548 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.548 INFO kablam! --> src/main.rs:75:6 Oct 27 12:52:35.548 INFO kablam! | Oct 27 12:52:35.548 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 27 12:52:35.548 INFO kablam! | ----^^^^^ Oct 27 12:52:35.548 INFO kablam! | | Oct 27 12:52:35.548 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.548 INFO kablam! | Oct 27 12:52:35.548 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:52:35.548 INFO kablam! Oct 27 12:52:35.548 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.548 INFO kablam! --> src/main.rs:76:6 Oct 27 12:52:35.548 INFO kablam! | Oct 27 12:52:35.548 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 27 12:52:35.548 INFO kablam! | ----^^^^^^^^^^^^^ Oct 27 12:52:35.548 INFO kablam! | | Oct 27 12:52:35.548 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.548 INFO kablam! Oct 27 12:52:35.548 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.548 INFO kablam! --> src/main.rs:77:6 Oct 27 12:52:35.548 INFO kablam! | Oct 27 12:52:35.548 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:35.548 INFO kablam! | ----^^^^^^ Oct 27 12:52:35.548 INFO kablam! | | Oct 27 12:52:35.548 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.548 INFO kablam! Oct 27 12:52:35.548 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.548 INFO kablam! --> src/main.rs:170:7 Oct 27 12:52:35.548 INFO kablam! | Oct 27 12:52:35.548 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:35.548 INFO kablam! | ----^^^^ Oct 27 12:52:35.548 INFO kablam! | | Oct 27 12:52:35.548 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.548 INFO kablam! Oct 27 12:52:35.548 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.548 INFO kablam! --> src/main.rs:197:7 Oct 27 12:52:35.548 INFO kablam! | Oct 27 12:52:35.548 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 27 12:52:35.548 INFO kablam! | ----^^^ Oct 27 12:52:35.548 INFO kablam! | | Oct 27 12:52:35.548 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.548 INFO kablam! Oct 27 12:52:35.559 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.559 INFO kablam! --> src/main.rs:126:6 Oct 27 12:52:35.559 INFO kablam! | Oct 27 12:52:35.559 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 27 12:52:35.559 INFO kablam! | ----^^^^^ Oct 27 12:52:35.559 INFO kablam! | | Oct 27 12:52:35.559 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.559 INFO kablam! Oct 27 12:52:35.559 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.559 INFO kablam! --> src/main.rs:127:6 Oct 27 12:52:35.559 INFO kablam! | Oct 27 12:52:35.559 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 27 12:52:35.559 INFO kablam! | ----^^^^^^ Oct 27 12:52:35.559 INFO kablam! | | Oct 27 12:52:35.559 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.559 INFO kablam! Oct 27 12:52:35.559 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.559 INFO kablam! --> src/main.rs:128:6 Oct 27 12:52:35.559 INFO kablam! | Oct 27 12:52:35.559 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 27 12:52:35.559 INFO kablam! | ----^^^^^^ Oct 27 12:52:35.559 INFO kablam! | | Oct 27 12:52:35.559 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.559 INFO kablam! Oct 27 12:52:35.574 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.575 INFO kablam! --> src/main.rs:170:7 Oct 27 12:52:35.575 INFO kablam! | Oct 27 12:52:35.575 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 27 12:52:35.575 INFO kablam! | ----^^^^ Oct 27 12:52:35.575 INFO kablam! | | Oct 27 12:52:35.575 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.575 INFO kablam! Oct 27 12:52:35.575 INFO kablam! warning: variable does not need to be mutable Oct 27 12:52:35.575 INFO kablam! --> src/main.rs:197:7 Oct 27 12:52:35.575 INFO kablam! | Oct 27 12:52:35.575 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 27 12:52:35.575 INFO kablam! | ----^^^ Oct 27 12:52:35.575 INFO kablam! | | Oct 27 12:52:35.575 INFO kablam! | help: remove this `mut` Oct 27 12:52:35.575 INFO kablam! Oct 27 12:52:35.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.57s Oct 27 12:52:35.611 INFO kablam! su: No module specific data is present Oct 27 12:52:36.043 INFO running `"docker" "rm" "-f" "00b9667c05faee7b18848e56559c4788c9677130233a1f15dcd3abcc1058ce7f"` Oct 27 12:52:36.145 INFO blam! 00b9667c05faee7b18848e56559c4788c9677130233a1f15dcd3abcc1058ce7f