Oct 11 07:48:13.486 INFO testing Aedificatores8581/verbose-telemetry against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:48:13.486 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:48:13.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 07:48:13.778 INFO blam! ec2a57980643d0595fc5cc13f578f2a9998fb5d6bddb11b5ccd2b81ded2c8f75 Oct 11 07:48:13.780 INFO running `"docker" "start" "-a" "ec2a57980643d0595fc5cc13f578f2a9998fb5d6bddb11b5ccd2b81ded2c8f75"` Oct 11 07:48:14.600 INFO kablam! usermod: no changes Oct 11 07:48:14.657 INFO kablam! Compiling drawille v0.2.3 Oct 11 07:48:14.665 INFO kablam! Compiling x11 v2.18.1 Oct 11 07:48:14.665 INFO kablam! Compiling device_query v0.1.0 Oct 11 07:48:16.232 INFO kablam! Compiling textplots v0.3.0 Oct 11 07:48:22.156 INFO kablam! Compiling verbose-telemetry v0.3.2 (/source) Oct 11 07:48:23.180 INFO kablam! warning: unreachable pattern Oct 11 07:48:23.180 INFO kablam! --> src/main.rs:48:3 Oct 11 07:48:23.180 INFO kablam! | Oct 11 07:48:23.180 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 11 07:48:23.180 INFO kablam! | ^ Oct 11 07:48:23.180 INFO kablam! | Oct 11 07:48:23.180 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 07:48:23.180 INFO kablam! Oct 11 07:48:23.180 INFO kablam! warning: unreachable pattern Oct 11 07:48:23.180 INFO kablam! --> src/main.rs:57:3 Oct 11 07:48:23.180 INFO kablam! | Oct 11 07:48:23.180 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 11 07:48:23.180 INFO kablam! | ^ Oct 11 07:48:23.180 INFO kablam! Oct 11 07:48:23.181 INFO kablam! warning: unused variable: `keys` Oct 11 07:48:23.181 INFO kablam! --> src/main.rs:170:11 Oct 11 07:48:23.181 INFO kablam! | Oct 11 07:48:23.181 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 11 07:48:23.181 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 11 07:48:23.181 INFO kablam! | Oct 11 07:48:23.181 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:48:23.181 INFO kablam! Oct 11 07:48:23.196 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.196 INFO kablam! --> src/main.rs:75:6 Oct 11 07:48:23.196 INFO kablam! | Oct 11 07:48:23.196 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 11 07:48:23.196 INFO kablam! | ----^^^^^ Oct 11 07:48:23.196 INFO kablam! | | Oct 11 07:48:23.196 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.196 INFO kablam! | Oct 11 07:48:23.196 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:48:23.196 INFO kablam! Oct 11 07:48:23.196 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.196 INFO kablam! --> src/main.rs:76:6 Oct 11 07:48:23.196 INFO kablam! | Oct 11 07:48:23.197 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 11 07:48:23.197 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 07:48:23.197 INFO kablam! | | Oct 11 07:48:23.197 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.197 INFO kablam! Oct 11 07:48:23.197 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.197 INFO kablam! --> src/main.rs:77:6 Oct 11 07:48:23.197 INFO kablam! | Oct 11 07:48:23.197 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 11 07:48:23.197 INFO kablam! | ----^^^^^^ Oct 11 07:48:23.197 INFO kablam! | | Oct 11 07:48:23.197 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.197 INFO kablam! Oct 11 07:48:23.200 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.200 INFO kablam! --> src/main.rs:126:6 Oct 11 07:48:23.200 INFO kablam! | Oct 11 07:48:23.200 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 11 07:48:23.200 INFO kablam! | ----^^^^^ Oct 11 07:48:23.200 INFO kablam! | | Oct 11 07:48:23.200 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.200 INFO kablam! Oct 11 07:48:23.200 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.200 INFO kablam! --> src/main.rs:127:6 Oct 11 07:48:23.200 INFO kablam! | Oct 11 07:48:23.200 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 11 07:48:23.200 INFO kablam! | ----^^^^^^ Oct 11 07:48:23.200 INFO kablam! | | Oct 11 07:48:23.200 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.200 INFO kablam! Oct 11 07:48:23.200 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.200 INFO kablam! --> src/main.rs:128:6 Oct 11 07:48:23.200 INFO kablam! | Oct 11 07:48:23.200 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 11 07:48:23.200 INFO kablam! | ----^^^^^^ Oct 11 07:48:23.200 INFO kablam! | | Oct 11 07:48:23.200 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.200 INFO kablam! Oct 11 07:48:23.220 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.220 INFO kablam! --> src/main.rs:170:7 Oct 11 07:48:23.220 INFO kablam! | Oct 11 07:48:23.220 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 11 07:48:23.220 INFO kablam! | ----^^^^ Oct 11 07:48:23.220 INFO kablam! | | Oct 11 07:48:23.220 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.220 INFO kablam! Oct 11 07:48:23.220 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:23.220 INFO kablam! --> src/main.rs:197:7 Oct 11 07:48:23.220 INFO kablam! | Oct 11 07:48:23.220 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 11 07:48:23.220 INFO kablam! | ----^^^ Oct 11 07:48:23.220 INFO kablam! | | Oct 11 07:48:23.220 INFO kablam! | help: remove this `mut` Oct 11 07:48:23.220 INFO kablam! Oct 11 07:48:24.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.74s Oct 11 07:48:24.372 INFO kablam! su: No module specific data is present Oct 11 07:48:25.082 INFO running `"docker" "rm" "-f" "ec2a57980643d0595fc5cc13f578f2a9998fb5d6bddb11b5ccd2b81ded2c8f75"` Oct 11 07:48:25.348 INFO blam! ec2a57980643d0595fc5cc13f578f2a9998fb5d6bddb11b5ccd2b81ded2c8f75 Oct 11 07:48:25.357 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:48:25.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 07:48:25.756 INFO blam! a8308219170603bd8cb123547a9e0cd20ad0dee77e5681ed06386ac0f6f900da Oct 11 07:48:25.776 INFO running `"docker" "start" "-a" "a8308219170603bd8cb123547a9e0cd20ad0dee77e5681ed06386ac0f6f900da"` Oct 11 07:48:26.823 INFO kablam! usermod: no changes Oct 11 07:48:26.936 INFO kablam! Compiling verbose-telemetry v0.3.2 (/source) Oct 11 07:48:28.256 INFO kablam! warning: unreachable pattern Oct 11 07:48:28.256 INFO kablam! --> src/main.rs:48:3 Oct 11 07:48:28.256 INFO kablam! | Oct 11 07:48:28.256 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 11 07:48:28.256 INFO kablam! | ^ Oct 11 07:48:28.256 INFO kablam! | Oct 11 07:48:28.256 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 07:48:28.256 INFO kablam! Oct 11 07:48:28.256 INFO kablam! warning: unreachable pattern Oct 11 07:48:28.256 INFO kablam! --> src/main.rs:57:3 Oct 11 07:48:28.256 INFO kablam! | Oct 11 07:48:28.256 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 11 07:48:28.256 INFO kablam! | ^ Oct 11 07:48:28.256 INFO kablam! Oct 11 07:48:28.257 INFO kablam! warning: unused variable: `keys` Oct 11 07:48:28.257 INFO kablam! --> src/main.rs:170:11 Oct 11 07:48:28.257 INFO kablam! | Oct 11 07:48:28.257 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 11 07:48:28.257 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 11 07:48:28.257 INFO kablam! | Oct 11 07:48:28.257 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:48:28.257 INFO kablam! Oct 11 07:48:28.272 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.272 INFO kablam! --> src/main.rs:75:6 Oct 11 07:48:28.272 INFO kablam! | Oct 11 07:48:28.272 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 11 07:48:28.272 INFO kablam! | ----^^^^^ Oct 11 07:48:28.272 INFO kablam! | | Oct 11 07:48:28.272 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.272 INFO kablam! | Oct 11 07:48:28.272 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:48:28.272 INFO kablam! Oct 11 07:48:28.272 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.273 INFO kablam! --> src/main.rs:76:6 Oct 11 07:48:28.273 INFO kablam! | Oct 11 07:48:28.273 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 11 07:48:28.273 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 07:48:28.273 INFO kablam! | | Oct 11 07:48:28.273 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.273 INFO kablam! Oct 11 07:48:28.273 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.273 INFO kablam! --> src/main.rs:77:6 Oct 11 07:48:28.273 INFO kablam! | Oct 11 07:48:28.273 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 11 07:48:28.273 INFO kablam! | ----^^^^^^ Oct 11 07:48:28.273 INFO kablam! | | Oct 11 07:48:28.273 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.273 INFO kablam! Oct 11 07:48:28.273 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.273 INFO kablam! --> src/main.rs:126:6 Oct 11 07:48:28.273 INFO kablam! | Oct 11 07:48:28.273 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 11 07:48:28.273 INFO kablam! | ----^^^^^ Oct 11 07:48:28.273 INFO kablam! | | Oct 11 07:48:28.273 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.273 INFO kablam! Oct 11 07:48:28.273 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.273 INFO kablam! --> src/main.rs:127:6 Oct 11 07:48:28.273 INFO kablam! | Oct 11 07:48:28.273 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 11 07:48:28.273 INFO kablam! | ----^^^^^^ Oct 11 07:48:28.273 INFO kablam! | | Oct 11 07:48:28.273 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.273 INFO kablam! Oct 11 07:48:28.273 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.273 INFO kablam! --> src/main.rs:128:6 Oct 11 07:48:28.273 INFO kablam! | Oct 11 07:48:28.273 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 11 07:48:28.273 INFO kablam! | ----^^^^^^ Oct 11 07:48:28.273 INFO kablam! | | Oct 11 07:48:28.273 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.273 INFO kablam! Oct 11 07:48:28.284 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.284 INFO kablam! --> src/main.rs:170:7 Oct 11 07:48:28.284 INFO kablam! | Oct 11 07:48:28.284 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 11 07:48:28.284 INFO kablam! | ----^^^^ Oct 11 07:48:28.284 INFO kablam! | | Oct 11 07:48:28.284 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.284 INFO kablam! Oct 11 07:48:28.284 INFO kablam! warning: variable does not need to be mutable Oct 11 07:48:28.284 INFO kablam! --> src/main.rs:197:7 Oct 11 07:48:28.284 INFO kablam! | Oct 11 07:48:28.284 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 11 07:48:28.284 INFO kablam! | ----^^^ Oct 11 07:48:28.284 INFO kablam! | | Oct 11 07:48:28.284 INFO kablam! | help: remove this `mut` Oct 11 07:48:28.284 INFO kablam! Oct 11 07:48:28.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 11 07:48:28.805 INFO kablam! su: No module specific data is present Oct 11 07:48:29.297 INFO running `"docker" "rm" "-f" "a8308219170603bd8cb123547a9e0cd20ad0dee77e5681ed06386ac0f6f900da"` Oct 11 07:48:29.605 INFO blam! a8308219170603bd8cb123547a9e0cd20ad0dee77e5681ed06386ac0f6f900da Oct 11 07:48:29.609 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:48:29.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 07:48:30.016 INFO blam! eb92e7e507c6bcb75ec9fb67992dc933725bbd876267dcd4250637ec3699383f Oct 11 07:48:30.022 INFO running `"docker" "start" "-a" "eb92e7e507c6bcb75ec9fb67992dc933725bbd876267dcd4250637ec3699383f"` Oct 11 07:48:30.649 INFO kablam! usermod: no changes Oct 11 07:48:30.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 07:48:30.695 INFO kablam! Running /target/debug/deps/verbose_telemetry-8c987f17eb82a283 Oct 11 07:48:30.698 INFO blam! Oct 11 07:48:30.698 INFO blam! running 0 tests Oct 11 07:48:30.698 INFO blam! Oct 11 07:48:30.698 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:48:30.698 INFO blam! Oct 11 07:48:30.699 INFO kablam! su: No module specific data is present Oct 11 07:48:31.010 INFO running `"docker" "rm" "-f" "eb92e7e507c6bcb75ec9fb67992dc933725bbd876267dcd4250637ec3699383f"` Oct 11 07:48:31.134 INFO blam! eb92e7e507c6bcb75ec9fb67992dc933725bbd876267dcd4250637ec3699383f